Hi, I'm trying to control a 1 m WS2812b LED strip (144 LEDs/m) with an Arduino Uno with the fastLED library and an external 5 V 10 A power supply. My setup is as shown in the diagram:
- Resistor: 220 ohm
- Capacitor: 100 uF, 25 V
- Connected through a breadboard
My problem is that initially I connected the strip to the Uno with no resistor and it worked but after further research I found that a resistor on the data line is recommended so I put that in but only after killing the first LED in the strip. Now with the 220 ohm resistor in series, I get no response from the strip when probing the first, second or third pad after the dead LED whereas if I do the same without the resistor the LEDs react to the control signal.
I have tried 220, 560, and 2 220 ohm resistors in parallel for 110 ohms as that is what I had on hand but they all resulted in no response from the LEDs. They still respond to data input without going through a resistor so I know my code, the Arduino and the strip still function.
I appreciate all your input!