Closed hibi11000 closed 3 days ago
I'm trying to connect my led strip WS2812b to an Raspberry pi 5. As i execute the example code, an SPI Device is opened, but no led on. I have connected the three wires of the led strip to the 5V, GND and GPIO 18.
Try to use gpio 10 First , if that works we can look into gpio 18
You will have to edit the spi/dev/0 something
It uses spi0 in code (gpio10) , gpio18 is spi1
It worked, thank you :)
I'm trying to connect my led strip WS2812b to an Raspberry pi 5. As i execute the example code, an SPI Device is opened, but no led on. I have connected the three wires of the led strip to the 5V, GND and GPIO 18.