-
Notifications
You must be signed in to change notification settings - Fork 627
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
Raspberry Pi Zero 2 W - Hardware revision is not supported #503
Comments
I think this may be related to issue #502. Essentially, if the warranty bit gets flipped, then the library can't find the board. This shouldn't happen, but the code that checks for the board version isn't masking off the warranty bit. It's just 2 lines of code, and it's already being applied for 32-bit boards, but for 64 bit boards it was somehow left out. |
Yeah might be, could you please add that bit of code? |
I just tried this library on a Mango Pi MQ-Quad, which is supposed to be an alternative to the Pi Zero 2 and runs at 64 bit. |
This library will never run on anything that isn't an official Raspberry Pi board, it's literally right there in the name. Revision |
Running your library with a Raspberry Pi Zero 2 W results in:
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported).
Hardware: BCM2835
Revision: 902120
Model: Raspberry Pi Zero 2 W Rev 1.0
Could you please add support for this Pi Revision?
The text was updated successfully, but these errors were encountered: