You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently facing this issue in my node app. Running v17.4.0 and NPM 8.3.1 on a Raspberry Pi 4 Model B Rev 1.4. I'm having a difficult time getting past the bindings error. Is this library supported with this version of Raspi?
/ws281x-native.js:160
bindings.init();
^
Error: Hardware revision is not supported
Note, when I run rpi-ws281x-python library examples my LEDs light right up. No errors. Only seeing errors in the Node JS implementation.
Sure could use some help from anyone who has faced this with this particular model. I've read and tried a lot of solutions but cannot get past this bindings issue.
The text was updated successfully, but these errors were encountered:
This combination of fork plus updating rpi_ws281x worked for me! Sharing for those struggling to use this library as I did.
More detailed instructions:
//install from package from @gbkwiatt instead of rpi-ws281x-native@latest
(rpi-ws281x-native@latest had tons of build errors, simply would not install for me on any version of Node)
npm install @gbkwiatt/node-rpi-ws281x-native
I'm currently facing this issue in my node app. Running v17.4.0 and NPM 8.3.1 on a Raspberry Pi 4 Model B Rev 1.4. I'm having a difficult time getting past the bindings error. Is this library supported with this version of Raspi?
Note, when I run rpi-ws281x-python library examples my LEDs light right up. No errors. Only seeing errors in the Node JS implementation.
Sure could use some help from anyone who has faced this with this particular model. I've read and tried a lot of solutions but cannot get past this bindings issue.
The text was updated successfully, but these errors were encountered: