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.