-
Notifications
You must be signed in to change notification settings - Fork 623
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
Hardware revision is not supported for Raspbery pi 3 #364
Comments
You need to specify your hardware revision- a specific model of Pi (ie: 3B+) could have several revisions for reasons as simple as being manufacturered in a different location. Run Also, if you're using |
Hi @Gadgetoid So I cloned repo you point me then but now I can see other issue |
The Your Revision ID is awful close to the one merged here -#362 - and is, in fact, not currently supported by the codebase so rpi-ws281x will not work for you at all. Yet. I'll get this Revision ID merged and another point release out, since there are a couple of changes to go with it. |
Support should be available in versions >= 4.2.2
|
Hi @Gadgetoid |
HI, I have the same problem like issue #342
Trying to run RotorHazard race tracker on raspberry pi 3
pi@delta5:~/RotorHazard/src/server $ python server.py
Configuration file imported
Node 1 found at address 8
Node 2 found at address 10
Node 3 found at address 12
Node 4 found at address 14
No node at address 16
No node at address 18
No node at address 20
No node at address 22
Node 1: API_level=14, Freq=5760, EnterAt=250, ExitAt=240
Node 2: API_level=14, Freq=5695, EnterAt=192, ExitAt=160
Node 3: API_level=14, Freq=5732, EnterAt=192, ExitAt=160
Node 4: API_level=14, Freq=5917, EnterAt=192, ExitAt=160
Language file imported
Traceback (most recent call last):
File "server.py", line 279, in
strip.begin()
File "build/bdist.linux-armv7l/egg/neopixel.py", line 106, in begin
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
I found that solution can be resolved as closed issue #342 but I have latest code and still this is happen.
The text was updated successfully, but these errors were encountered: