this post was submitted on 13 Apr 2026
6 points (100.0% liked)

Ask Electronics

4102 readers
2 users here now

For questions about component-level electronic circuits, tools and equipment.

Rules

1: Be nice.

2: Be on-topic (eg: Electronic, not electrical).

3: No commercial stuff, buying, selling or valuations.

4: Be safe.


founded 2 years ago
MODERATORS
 

Going to try my hand at sniffing the data driving a WS2812 chain for some future projects, and I'm wondering if anyone has tried this or knows of any existing resources for doing this. I'm fairly confident I can implement it with some RP2040 PIO since I have some pi pico boards laying around. Web searches for the topic aren't turning up much of use, just a billion tutorials for driving the bus.

My only concern that might pose a problem is if the GPIO pins introduce noise or create other issues on the bus I'm trying to observe.

you are viewing a single comment's thread
view the rest of the comments
[–] GandalfDG@beehaw.org 3 points 2 days ago

fortunately the RP2040's programmable IO can run at 40x that 3MHz rate, so with a working program I should be able to differentiate short and long pulses and convert them back to bits. My application shouldn't need to know exact colors, rather just detecting certain patterns or an on/off threshold state for a specific light in the chain.