Posts by Jeigh07

    #Instructions to Install Latest Hyperion on Raspbery Pi 5.

    #First Boot Load Raspbery Pi 5 OS Lite or Full OS.


    #Then SSH into your Raspberry pi

    #Enter the following commands


    nano myscript.sh


    #then in the text editor copy and paste this script https://github.com/hyperion-pr…s-ci/blob/main/install.sh


    #Press these Keys to Save, and Exit

    CTRL + O

    Enter

    CTRL + X


    #Enter the following commands


    chmod +x myscript.sh

    bash myscript.sh


    #Pi 5 will begin downloading and installing the Latest Hyperion Version. That will take like 5 mins or so.

    #after its done Enter the following commands


    sudo systemctl disable --now hyperion@pi

    sudo system enable --nowhyperion@root


    #Now its installed and will start up after every ever reboot

    Hi I have successfully installed Hyperbian on RP3 and have used it for years. Recently I upgraded to 2.0.16.

    No I want to install Hyperion on a Raspberry Pi 5. I dont think the Hyperbian ARM64 is working. I have tried multiple SC Card and attempts. Also,

    the device works fine with Raspbery PI OS Lite.


    I tried manually installing Hyperion with the OS Lite but I got lost in errors and the instructions.

    I am not a Linux power user so if anyone cares to help its going to have to be step by step.


    Please help me. Ive been at this for 4 hours.


    My Setup uses Adalite,


    Never mind. I found the install.sh and was able to create my own script on the pi and run that as an executable <3

    Flickering Issue 3: Rare flicker. Once in a few hours part of my strip would go white. Fixed with Cat 8a Ethernet cable for noise reduction. I have my Hyperion setup next to a router and next to 8 AC cables. Lots of magnetics and interference going on there.

    Hardware List:
    Pi 3
    Adafruit SPI Lifter
    APA102 ( 474 )
    Easyday UTVF007
    Power Supply Astec 24V 14A
    3x Tobsun Buck Stepdown Regulators 24V to 5V/15A Capable
    5V is not shorted between LEDs and Peripheral devices
    2 Tobsun Buck Regulators for LEDs
    1 for Pi, HDMI Splitter, and HDMI-RCA converter


    Partial Success:
    Works as expected until LEDS during white scenes begin to flicker.


    Troubleshooting:
    Happens when in "Remote" with White Effect.
    Does not happen with Arduino direct control setting LEDs to color.White ( using FastLed.h from github)
    Last LED in chain has 4.78V
    Continues to happen when LED Brightness is set lower. Lower value makes it more frequent.



    Please Help: Would like to test Arduino as LED Driver with PI as Master.
    Problem, nothing happens when I power on devices.


    Pi by itself works. Arduino by itself using simple sketch works. Combined, does not work.


    Arduino has Adalight.ino ( Cant get LEDs to function )
    Pi has Hyperbian installed 2.0.0-alpha.6


    I only altered LED_TYPE, MAX_LEDS, and DATA_Pin and CLOCK_Pin, and serialRate


    Thank you for reading and thank you for your time!