beyondscreen / node-rpi-ws281x-native

native bindings to drive WS2811 (or WS2812) LED-Controllers on a Raspberry Pi
MIT License
224 stars 101 forks source link

WS2813 GPIO ? #84

Closed sctaix closed 6 years ago

sctaix commented 6 years ago

WS2183 LED Strip has four line

GND, 5V, D0, B0

B0 is the backup line.

D0 => #12 PIN B0 => ?

usefulthink commented 6 years ago

According to the datasheet here it appears that you need to connect both pins (DIN and BIN) to the data output from the rpi.

The BIN receives the data signal, and then compare the data with the DIN side after phagocytosis [SIC!] of 24bit data, if DIN do NOT receive the signal, then switching to BIN for receiving the input signal, which ensure that any the IC's damage does not affect the signal cascade transmission and make the BIN in state of receiving signal until restart after power-off.