Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LED for Pi 5 doesn't work #1

Open
4EverBuilder opened this issue Sep 13, 2024 · 0 comments
Open

LED for Pi 5 doesn't work #1

4EverBuilder opened this issue Sep 13, 2024 · 0 comments

Comments

@4EverBuilder
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant