Hello everyone, I’m new to this and everything I’ve done so far has been by following tutorials and YouTube videos. I have this project with around 100 LEDs, but no matter how much I search, I can’t find the problem. The LEDs won’t turn on. I already replaced the ESP with another one and changed the power supply, so it must be something else.
If I keep the data wire connected to the ESP, I can’t connect to the app. If I disconnect the data wire, I’m able to access the app and adjust settings. Sometimes, with the data wire disconnected, when I power on the system, some LEDs turn on—but not always, and they don’t always light up the same way.
You mean connecting the D4 pin prevents the device from booting when connected? If so I would double check that you don’t have some wiring mistake not in your diagram. Additionally, if you want to have some chance of that working without a level shifter, you should tie the grounds together at the strip, not at the power supply.
On an Esp8266 gpio 2 must be High at boot or the Esp will not boot. There may be something with your wiring that is pulling it low. If using LED strip make sure there is no bridged connections where the wires are soldered to the strip.
Edit: Or maybe you have a weird strip. Try leaving the BI of the strip floating (generally not a good idea, but just as a test..) and see if it boots.