Dave Woodall

Results 4 comments of Dave Woodall

Hi Rebecca, I have tested [my version of] the code with timing values for WS2812b: #define T0H 13 //RMT bit time = 50 #define T0L 37 #define T1H 38 #define...

So I tested the RMT values for WS2811. It was pretty interesting, because the original values I came up with (20, 80, 48, 52) do not work - they simply...

> The WS2811 supports both the 400khz mode and 800khz. The timings you posted are for the slow speed. The datasheet says to halve the timings for the high speed...

Yes, thanks! I have since tweaked the timings a bit to bring them a little closer to the datasheet, and this is what I ended up with: //Bit times for...