jgarff / rpi_ws281x

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

CM4 error: ws2811_init failed: Hardware revision is not supported #441

Closed Robokishan closed 3 years ago

Robokishan commented 3 years ago

I have Compute module 4 of raspberry pi but having an error ws2811_init failed: Hardware revision is not supported Hardware : BCM2711 Revision : b03140 Serial : 100000002da55c1e Model : Raspberry Pi Compute Module 4 Rev 1.0

Xoisai commented 3 years ago

Any progress on this?

Xoisai commented 3 years ago

Hello again, just letting you know they've literally just updated the module to v4.2.6 and it now works. Just make sure you pip/pip3 install rpi-ws281x==4.2.6. Enjoy!

Robokishan commented 3 years ago

Thanks