You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get the LED light going. It complains with the following:
sudo python ledPixel.py 1
Traceback (most recent call last):
File "/home/pi/Desktop/Freenove_Robot_Arm_Kit_for_Raspberry_Pi/Server-Pi5/Code/ledPixel.py", line 183, in
led=LedPixel()
^^^^^^^^^^
File "/home/pi/Desktop/Freenove_Robot_Arm_Kit_for_Raspberry_Pi/Server-Pi5/Code/ledPixel.py", line 25, in init
self.strip.begin()
File "/usr/local/lib/python3.11/dist-packages/rpi_ws281x-4.3.4-py3.11-linux-aarch64.egg/rpi_ws281x/rpi_ws281x.py", line 128, in begin
raise RuntimeError('ws2811_init failed with code {0} ({1})'.format(resp, str_resp))
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
Segmentation fault
The text was updated successfully, but these errors were encountered:
I can't get the LED light going. It complains with the following:
sudo python ledPixel.py 1
Traceback (most recent call last):
File "/home/pi/Desktop/Freenove_Robot_Arm_Kit_for_Raspberry_Pi/Server-Pi5/Code/ledPixel.py", line 183, in
led=LedPixel()
^^^^^^^^^^
File "/home/pi/Desktop/Freenove_Robot_Arm_Kit_for_Raspberry_Pi/Server-Pi5/Code/ledPixel.py", line 25, in init
self.strip.begin()
File "/usr/local/lib/python3.11/dist-packages/rpi_ws281x-4.3.4-py3.11-linux-aarch64.egg/rpi_ws281x/rpi_ws281x.py", line 128, in begin
raise RuntimeError('ws2811_init failed with code {0} ({1})'.format(resp, str_resp))
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
Segmentation fault
The text was updated successfully, but these errors were encountered: