ws2812 and adafruit rings
Ray0665
Posts: 231
I ran into an issue with the smaller (12 & 16 led) ws2812 rings sold by adafruit and driven by the ws_2812 driver from the OBEX.
The issue is that multiple lights would light up when only one was commanded on in a dynamic situation.
The fix was to increase the timing delay between frames from 50 us to 55us.
Adafruit makes good products and tests well however in the case of these smaller rings I think there might be an issue, the larger rings work fine.
The issue is that multiple lights would light up when only one was commanded on in a dynamic situation.
The fix was to increase the timing delay between frames from 50 us to 55us.
Adafruit makes good products and tests well however in the case of these smaller rings I think there might be an issue, the larger rings work fine.
Comments
Jim