jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi 5B with Neopixel: Hardware revision is not supported

josh-msn opened this issue · comments

Hey,

I am relatively new to coding and want to control a Neopixel stick with the Raspberry Pi 5. I get this error:

raise RuntimeError('ws2811_init failed with code {0} ({1})'.format(resp, str_resp))
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
Segmentation fault

I tried this solution:
rpi-ws281x/rpi-ws281x-python#86

But I am not sure on how to get the hardware version and install the edited package. I hope someone can help me.

Any help / tips will be greatly received :-)

Joshua

This is a duplicate of #528
Unfortunately the Pi5 is not supported yet, hardware is very different from older Pi boards and the lib has to be adjusted, there might be some plans to do that (see the issue), I'm counting on that as well.