Can Espruino handle timing of WS2811 - YES #6799
Replies: 1 comment
-
Posted at 2024-08-18 by @MaBecker Timing from datasheets WS2812.pdf, WS2811.pdf
Tolerance is +-150ns Coded in Espruino:
Now testing some WS2812 and WS2811 with this setting:
Posted at 2024-08-19 by @MaBecker @gfwilliams What do you thing about having a optional timing setting like this:
Posted at 2024-08-27 by @gfwilliams Have you tested? At the time I used 2811/2812/others and all seemed pretty reliable. The thing that made the flicker was more if there was glitching on the data line when it was first initialised. Maybe it could be configurable but if that kind of thing were added I'd like to do it so it worked on multiple platforms, and that could be a bit too difficult Posted at 2024-12-29 by @MaBecker Did some further testing and can confirm that no changes for timing is needed. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-08-17 by @MaBecker
Data sheets for ws2812 and ws2811 show different timings for 1 and 0. Did anyone tested ws2811?
Beta Was this translation helpful? Give feedback.
All reactions