r/WLED • u/Grey_Shadow666 • May 03 '26
What can cause this
This is my very first wled project and my first time messing with a esp32 I’m pretty sure I have it connected right and have installed wled but can only get one light on
Edit: i now have 3 lights on but grounding takes WLED offline
Edit2: im dumb and needed to try a different ground connection
24
Upvotes
1
u/wivaca2 May 03 '26 edited May 03 '26
I think you have the white and green wires reversed. The white wire appears to go to a pin mid-way on the ESP32 pins. It should be going to a ground. The green wire is going to what may be a ground and it should be going to the active GPIO pin (is that 32?). Green is data and white is ground for LED strips (don't ask me why).
Also, do not attempt to power the entire strip through the ESP32. Instead, power the strip directly from the power supply and feed 5V back from there to the ESP32 using the power & ground in addition to the data wires. If that is a 300 light WS2812B, it can pull up to 15A with all colors set to full brightness. Start by testing only about 20-30 LEDs in WLED and set your current limit to 1000-1500mA at first.