I'm trying to connect 330 WS2812B LEDs to an ESP8266, using neopixelWrite. However it doesn't seem to work above around 200 LEDs, it starts behaving oddly and turning off earlier LEDs. It looks like it might be an overflow error, could that be possible?
I'm testing it with a really long array, which could also be the problem if Espruino has a maximum array length.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I'm trying to connect 330 WS2812B LEDs to an ESP8266, using neopixelWrite. However it doesn't seem to work above around 200 LEDs, it starts behaving oddly and turning off earlier LEDs. It looks like it might be an overflow error, could that be possible?
I'm testing it with a really long array, which could also be the problem if Espruino has a maximum array length.
Thanks!