Replies: 2 comments 3 replies
-
Hyperion makes use of an external ws281x library Nevertheless, you can make still use of the other available features of Hyperion. I would suggest you check with the Hyperion Forum, as there are various ways how people run Hyperion out there.... |
Beta Was this translation helpful? Give feedback.
-
Hi @DaddyW123 , |
Beta Was this translation helpful? Give feedback.
-
I'm attempting to try to get Hyperion Project working on a Mango Pi MQ Quad. I already have this project working on an old Pi Zero (first gen), but there is a bit of a delay when the screen changes and the LED color change.
I was hoping to use a Pi Zero 2, but of course Pi's are hard to get a hold of these days. So I found this Mango Pi MQ Quad reviewed as a great alternative to the Pi Zero 2 and is actually even more powerful.
Anyway, fast forward - The Mango Pi can't boot using the HyperBian image. So I have to use the vendor provided Debian image (which is actually orange pi bullseye), then run the installer instructions for debian.
Everything installs just fine, other than the known issue that it doesn't create a service file in systemd folder. So I had to create that, and yes I have the service running as root as it shows when I do top | grep hyperion
So I was getting all of my settings to match my existing Pi Zero and I noticed in the Log Output window, I see the following messages:
2023-02-19T16:58:15.503Z [LEDDEVICE|GPIO-18] (ERROR) Device disabled, device 'ws281x' signals error: 'Failed to open. Error message: Hardware revision is not supported'
2023-02-19T16:59:45.585Z [LEDDEVICE|GPIO-18] (ERROR) Previous line repeats 6 times
2023-02-19T16:59:45.587Z [LEDDEVICE|GPIO-18] (ERROR) Device disabled. Maximum number of 6 attempts enabling the device reached. Tried for 105 seconds.
I'm wondering if this is because the hyperion project is built around an actual Raspberry Pi and the software doesn't know how to interface with the Mango Pi's IO? Is that possible? Or could it be something else? I also don't have an actual LED strip connected to the board at the time since I'm still setting it up, so could it be that it needs that connection present?
I'm hoping this is an easy fix because this board was only $38 from aliexpress with a nice metal heat sync case. So cost wise, it seems to be a great alternative... as long as I can get it to work :)
Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions