BSFEMA / RPi_WS2812

Controlling WS2812 LED-strip from Raspberry Pi
38 stars 12 forks source link

Error running Main.py #4

Open gspitman opened 4 years ago

gspitman commented 4 years ago

I'm getting the following when entering "sudo python main.py":

Traceback (most recent call last): File "main.py", line 13, in <module> strip.begin() File "/home/pi/rpi_ws281x-master/python/examples/RPi_WS2812/neopixel.py", line 106, in begin raise RuntimeError('ws2811_init failed with code {0} ({1})'.format(resp, message)) RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)

sergge1 commented 4 years ago

the same for me