How many Neopixel LEDs can an ESP8266 drive?
Posted: Mon Jan 06, 2020 12:03 am
Hello. I recently built a project using an ESP8266 based board. I had 4 of these https://www.adafruit.com/product/2294 connected to it for a total of 1024 led's. They were connected with the Dout of one connected to the Din of the next one, all grounds connected together, and the +5v connected to the power source with its own individual connections.
I had a basic web interface that I could connect to via wifi to show either scrolling text or a light show. It worked fine after I first started it up, but after a while the web interface would no longer respond, then shortly after it would crash requiring a restart.
Here is the code:
https://github.com/drclaw1188/ravesign/ ... vesign.ino
I am wondering if I'm trying to drive too many LED's? Perhaps it is too many LED's for the signal wire to support. Another possibility is that I am drawing too much current, but I do keep the current low by keeping the RGB values low and not activating too many LEDs at the same time. Or perhaps something else is wrong?
Thanks.
I had a basic web interface that I could connect to via wifi to show either scrolling text or a light show. It worked fine after I first started it up, but after a while the web interface would no longer respond, then shortly after it would crash requiring a restart.
Here is the code:
https://github.com/drclaw1188/ravesign/ ... vesign.ino
I am wondering if I'm trying to drive too many LED's? Perhaps it is too many LED's for the signal wire to support. Another possibility is that I am drawing too much current, but I do keep the current low by keeping the RGB values low and not activating too many LEDs at the same time. Or perhaps something else is wrong?
Thanks.