Answer: I found out that my jumper wires and breadboard were the issue. I'm not sure if they just don't get the best connection if they can't handle the amount of current the LED strips needed but removing them solved my problem.
Original Question: I'm using a 12 volt 5 amp power supply to run 2 LED strips, one is red and one is white. If I plug both LED strips in parallel to the power supply, they work just fine. However, I want the red strip to blink on and off rapidly (100 millisecond delay) while the white LED strip stays on. I'm using a TIP 122 transistor to blink the red LEDs from my Arduino Uno. However, I've found that when the red LED strip blinks on and off, it causes some flickering (not all the way off, just dimmer) with the white LEDs.
What is causing this flickering/dimming. The LED strips are hooked up in parallel to one another so it shouldn't be the voltage. I used my multimeter and it looks like with both LED strips on, they're drawing less than .5 of an amp from the 5 amp power source.
I'm wondering if even though I have enough amps, is there a "catch up" period when the red strip turns on (drawing more amps) but the power source hasn't caught up yet. So while I should have enough amps from the power source, at the moment the red LED strip turns on, there's not enough current yet causing a flicker effect?
If this is the case, I'm wonder if either of these solutions will work? Could I use a 1000 uf capacity (biggest one I have right now) with the white LED strip to provide amps while the power source is "catching up."
OR
Instead of having the RED leds flash on and off, I could use a PWM pin to cause them to fade off and on. This would mean the RED leds don't draw all their current at once, but slowly over time. My theory is that this would give the power supply enough time to "catch up."
I'd love any help anyone could give me. I was hoping to also power my arudino from the same 12 V power supply (so I don't have to take up a whole wall socket), but I'm worried the "flickering" could damage the Arduino.
I've included a diagram of my breadboard below.
Thank you so much for any help you can give
