7
Sniffing WS2812 (Neopixel) bus?
(beehaw.org)
For questions about component-level electronic circuits, tools and equipment.
1: Be nice.
2: Be on-topic (eg: Electronic, not electrical).
3: No commercial stuff, buying, selling or valuations.
4: Be safe.
looking at the schematics of the device I want to monitor more closely, it looks like it's actually using addressable LEDs with a two-wire protocol, which actually makes things even easier because I can just sample on the provided clock edges. I think these are colloquially DotStar rather than NeoPixel devices. For reference I'm designing some mods for a modern pinball machine and it would be useful to know the state of lights on the playfield since I can't hook into the code directly.