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

RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported) Rev 1.5 Raspberry pi 4b #625

Closed
nolansingroy opened this issue Oct 27, 2022 · 2 comments

Comments

@nolansingroy
Copy link

nolansingroy commented Oct 27, 2022

@makermelissa the above was installed and it stopped saying board not support however when I run the adafruit blinka neopixel code I get
image

Originally posted by @nolansingroy in #622 (comment)

@makermelissa
Copy link
Contributor

Ok, it sounds like an issue with the rpi_ws281x dependency. Make sure you're running the latest version with
pip3 install --upgrade rpi_ws281x. If that doesn't work, I'd recommend filing an issue with https://github.com/rpi-ws281x/rpi-ws281x-python/

@nolansingroy nolansingroy changed the title RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported) RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported) Rev 1.5 Raspberry pi 4b Oct 27, 2022
@nolansingroy
Copy link
Author

nolansingroy commented Oct 27, 2022

I originally tried sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel but it did not work until I tried the command @makermelissa mentioned above -- for others reading this when they get their rev 1.5 pi 4 board -- this was the fix.

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

2 participants