WS2812B neopixel strip extremely slow #4965
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2021-01-18 by @gfwilliams With 144 LEDs it could be a bit slow - are there particular effects you're having trouble with? There's a Uint24Array now which is pretty nifty - you can set a whole LED at once with it, which should speed things up quite a lot...
Posted at 2021-02-06 by Coder2012 Thanks Gordon, this does indeed speed things up a little bit. Posted at 2021-02-08 by @gfwilliams Also worth adding that if you have the LEDs arranged as a grid, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-01-18 by Coder2012
I have an Espruino Wifi which I've used with WS2811 which performs really well. I've been testing a new neopixel strip of 144 LEDs but they are painfully slow like even with an interval of 10ms they barely change colour every half second. The brightness and colours are fine, just updating too slow.
I've also tried to power the strip separately from the Espruino Wifi but that also makes no difference.
I've been using the pattern examples on the main Espruino site to test my hardware. If there are any tips to improve the speed I'm all ears.
Beta Was this translation helpful? Give feedback.
All reactions