jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs
BSD 2-Clause "Simplified" License
1.76k stars 615 forks source link

Support for Raspberry Pi 4b (Revision : d03115) Rev1.5 ? #532

Open JauneO opened 5 months ago

JauneO commented 5 months ago
/node_modules/rpi-ws281x-native/lib/ws281x-native.js:160
bindings.init();
       ^

Error: Hardware revision is not supported
at Function.init (

I am getting this 'Hardware revision is not supported' error ! I have tried various other libraries and forks, but to no avail. I succeeded in using the Python library, but i need to use a package that is compatible with Node.js

I am open to all suggestions! Cheers!