Hi,
I'm working on a piece of hardware powering the well known Dioder RGB LED strips from Ikea.
74HC595 shift registers and way too big tip122 mosfets are attaced to the SPI bus of a pro mini (3,3v version) to drive the whole thing via the ShiftPWM library.
(see attached foto)
Nothing spectacular so far. And: its working fine with the original 12V power supply connected to mosfets/stripes and 3.3v FTDI (usb) to the arduino.
Removing the usb thing and attaching 12v to the arduino's raw pins makes the µc go crazy. (power led flashes like 50hz)
First obvious assumption: power supply not strong enough. But removing all LEDs doesnt get the arduino to work.
Powering the arduino alone (not connected to shift registers/mosfets) works fine with the 12v power supply, so it can not really be the supply.
So, does shifting and setting mosfet outputs interfere so much with my 12v line that even the voltage regulator on the arduino can't handle it?
Any fixes?