Hi all, I have an application where I want to receive WS2812 data into

Hi all, I have an application where I want to receive WS2812 data into an Arduino MCU and snip off a varying amount of incoming data, and then resend the rest back out of the Arduino into WS2812 leds. Any one have any suggestions?

Like the bit bang protocol, or something a little higher level? Where is the data coming in from?

Data would be coming from another pixel driver possibly even another led. I did wonder about bit-banging it.

I have yet to see someone write a ws2812 decoder - but that’s the first thing that you’d need.