Hi Everyone. I am very new to leds and this is my first project. I have 98 ws2182b leds running in a sort of array and they will not work at all. I am using a esp32 with wled on it and am using a usb cable connected to a 5v 3a power supply but I limit the current to 2A. The leds will not turn on at all and I have triple checked everyone connection but still nothing. Can anyone help me?
It’s standard pin 16 I was watching some other tutorials tryna find what I did wrong and they all had he same pin 16 I still tried changing it but no lights sadly
then pick your board from Tools → Board, Node32s should be okay, if you can’t find yours
and correct port to which your board is connected in Tools → Port,
Also don’t forget to install neopixel library in Tools → Manage Libraries, search for “Adafruit NeoPixel”.
Just jumping in with a small and probably irrelevant question:
Have these LED’s ever produced any light with anything?
Have you double checked that you’re feeding your data to the IN side of the string, not the OUT?
Just checking as you mentioned you’re new to addressable LED’s and that’s a common oooops…
Wiring looks reasonable, data goes in at DI and out at DO. Other than maybe simplifying down to one strip, I agree with Mikolaj’s idea. Load up some very simple code to prove you can get an ESP pin to light up some LED’s.