-
Notifications
You must be signed in to change notification settings - Fork 101
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
Does not run on Raspberry pi 3 B+ #76
Comments
I was able to make it work by updating rpi-version (submitted a pull request to the author) and also updating to the latest version of rpi-ws281x lib. |
Hi natcl, I would like to use your fork of this libary but I receive an build error while making it from source. Could you activate the issues tab so I can post the error? |
Should work now
…--
lecaude.com
studioimaginaire.com
Le 10 avr. 2018 à 17:53, Thyvo ***@***.***> a écrit :
Hi natcl, I would like to use your fork of this libary but I receive an build error while making it from source.
Could you activate the issues tab so I can post the error?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I also published [email protected] with your changes. |
Can we merge B+ support into v1.x? |
thanks for bringing this up, I will have a look tonight! |
@usefulthink Nice. I'm working on an IoT project using neopixels and RPi 3 B+ right now, so support would be great. @natcl I tried to build your repo but I received an error, probably the same as @thyvo . Posted an issue in your fork. |
I got it to work by adding |
@alberto2000 Was this using @natcl fork or the source v1.x? |
@joakimunge I'm using this repo's v1.x |
@alberto2000 Thanks. Got it to work using your way as well. |
The things needed to to to make this work with B+ are
|
Can confirm. @alberto2000 |
Made a Dumb Dumb* @alberto2000 I'm still having trouble getting this to run even after both your updates listed above. Any other tips? Basically I do both updates above head to the root of the directory complete a final npm i then a node-gyp rebuild. Nothing fails I can init the leds fine and send a render to them but nothing... I have been able to use the master branch of this repo which works sometimes. Thanks! |
Are you trying to drive the neopixels directly or do you have a 5v buffer
between the pi and the pixels?
…On Sun, Feb 24, 2019, 09:54 Trevor Gionet ***@***.***> wrote:
@alberto2000 <https://github.com/alberto2000> I'm still having trouble
getting this to run even after both your updates listed above.
There is literally no response from either the neopixels or out the
console.
Any other tips?
When you update the submodule rpi_ws281x and run 'npm i' is there anyting
else that needs to be done.
Basically I do both updates above head to the root of the directory
complete a final npm i then a node-gyp rebuild. Nothing fails I can init
the leds fine and send a render to them but nothing...
I have been able to use the master branch of this repo which works
sometimes.
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#76 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQBJ6wdA7_EqudBkSyMdEntCfbaVdtxks5vQtHDgaJpZM4TAqOs>
.
|
I believe we drive them directly. My issue was simply that I was using the old API. Once I updated that all went smoothly. Thanks!!
|
Model a52082 is not present in rpi-version ivsgroup/rpi-version#8 |
rpi-version updated with ivsgroup/rpi-version#9 |
Tried the v1.0.0 version on Raspberry pi 3 B+ and it says it could not verify the raspberry version and to file a bug report.
Thanks !
The text was updated successfully, but these errors were encountered: