Hallo How can I get a pwm output that is 6Volts instead of 5V?
Harry
Hallo How can I get a pwm output that is 6Volts instead of 5V?
Harry
Run the PWM Arduino pin through a resistor to a transistor with the collector tied to 6v and emitter to GND.
Tap your 6v signal from the collector.
Note that this will invert the signal so 0 will == 255 and vv.
Rob
Thank you very much Rob