Hi. We need to connect an Arduino Mega PWM signal pin to a linear actuator-type device that only accepts 3.3v signal. Its power supply will be run off separate 12v system.
So basically there is no 2nd power supply for the Low-side voltage/grnd. Is that OK?
Here’s our plan:
*High side voltage & ground to 5v out & ground on Arduino
*3.3v signal wire from device to Low-side channel on converter
*5v Arduino PWM pin to High-side channel on converter
*Device power/ground to separate 12v system
*Low-side voltage/ground on converter gets connected to ??? nothing?
There are no schematic samples or documentation showing this kind of setup. Does Low-side voltage/ground have to be connected to something? If so, to what? Our device doesn’t have a power supply (it consumes power from a separate 12v system).
Would we be better off just soldering resistors? I already ordered this part though…
I would say it’d be easier to just solder resistors, but while we’re here…
I think that setup might work, and while I’m not certain if the low-side GND needs connection (if the high side has one, that is…this guide make me think it’s not needed https://learn.sparkfun.com/tutorials/bi … okup-guide) but worst-case, you could also tie this one to the GND from the arduino
Thanks guys for your replies. I appreciate it. Went ahead and tested the voltage divider/resistor solution by soldering in some 470 & 1k resistors for a calculated voltage of 3.4v - close enough. This config works, device ran smoothly. Ordered some 910 resistors to use in production, to get 3.3v.