libdriver / ws2812b

WS2812B full function driver library for general MCU and Linux.
https://www.libdriver.com
MIT License
194 stars 46 forks source link

Test flickering ws2812B #21

Closed aleksas closed 1 year ago

aleksas commented 1 year ago

Color instability demo

On Raspbery Pi 4b modified code to flicker in a loop for default (red) color. Most of the times color goes from red to turned off, but sometimes all leds shine white color for some cicles and then go back (or don't) to flickering between red and none.

Code runs a loop 1000 times with 10ms sleep, each time either setting default color (red) or turning off (0 value).

https://user-images.githubusercontent.com/594470/234815505-7c77be63-03a9-4016-aca1-a3e88367b4fc.mp4