Hello everybody. I’m trying to make my own ws8212 standalone driver. Since a long time ago I bought this big powerful RGB leds, I’m trying to add a uC to each one and use the animations already found online.
I’m still in the research stage and found the following protocol:
https://www.arrow.com/en/research-and-events/articles/protocol-for-the-ws2812b-programmable-led
So basically I need the arduino to convert .8us pulses to binary 1 and .4us pulses to binary 0.
Maybe theres an easier way of solving the problem? I’m all ears