Long term help: Does anyone know any good links or articles to show how to find out how to properly ground something to the arduino?
Short term issue:
I'm having some trouble with grounding my circuit to a Arduino Mega. My goal is to reduce the load as much as possible on the onboard step down (Which I know is primarily from the power input), I was kind of curious on if the ground returning to the arduino has an effect on that.
I'm using an Arduino Mega
I'm using 8 Meanwell LDD-100h drivers to run 8 LED Channels in parallel.
http://www.ledgroupbuy.com/meanwell-ldd-1000h-led-driver/
I have a 12v 8a power supply for the LEDs.
Each channel has three LEDs in series.
The LDD Drivers are run by PWM signals from the Arduino
Now, when looking up proper circuitry for wiring this all together, I was informed I needed to ground the drivers to the Arduino board... It worked, but now I'm having some issues with the board not being able to handle a whole lot...
I'm a little concerned (And I'm no expert on this) since the Arduino typically runs with 5v signals, why I'm grounding a 12v line to it. (The positive line from the PSU runs through the drivers -> LEDs, then returns to the ground line back to the PSU and the Arduino) Do I need to have a resistor between my circuit and the Arduino GND? Am I wiring something wrong?
Thanks in advance for any help.