Note

Welcome to the SunFounder Raspberry Pi, Arduino & ESP32 Community on Facebook!

  • Get technical support and troubleshooting help.

  • Learn and share projects, tips, and tutorials.

  • Access early product previews and updates.

  • Enjoy exclusive discounts and giveaways.

👉 Join us here: [here]

Setting Up on Umbrel OS

If you have installed Umbrel OS on your Raspberry Pi 5, you will need to configure the Pironman 5 Mini using the command line. Detailed instructions are provided below:

  1. Connect your Raspberry Pi 5 to your network using an Ethernet cable. This step is essential to ensure that your Raspberry Pi has internet access.

  2. In your browser, visit: http://umbrel.local. If the page does not open, check your router for the Umbrel device’s IP address, for example: http://192.168.1.50

    ../../_images/umbrel_local2.png
  3. Create your Umbrel account by setting a username and password. This password will be used for future remote access to Umbrel, so make sure to remember it.

    ../../_images/umbrel_account2.png
  4. Click Next to complete the Umbrel setup and enter the desktop environment.

    ../../_images/umbrel_desktop2.png
  5. Open the Terminal. From the desktop, click the Settings icon, then select Advanced Settings and click Open.

    ../../_images/umbrel_setting.png
  6. Click Open Terminal.

    ../../_images/umbrel_open_terminal.png
  7. You can choose to open the Terminal in Umbrel OS or within a specific app. Either option will take you to the Terminal interface.

    ../../_images/umbrel_terminal.png
  8. Proceed to download the code from GitHub and install the pironman5 module.

    cd ~
    git clone -b mini https://github.com/sunfounder/pironman5.git --depth 1
    cd ~/pironman5
    sudo python3 install.py
    
  9. After the installation is complete, enter the following command to reboot your Raspberry Pi.

    sudo reboot
    
  10. Upon reboot, the pironman5.service will start automatically. Here are the primary configurations for Pironman 5 Mini:

    • Four WS2812 RGB LEDs will light up in blue with a breathing mode.

    • The RGB fans are set to Always On mode by default. For information on adjusting activation temperatures, see Control RGB Fan.

  11. You can use the systemctl tool to start, stop, restart, or check the status of pironman5.service.

    sudo systemctl restart pironman5.service
    
    • restart: Use this command to apply any changes made to the settings of pironman 5 Mini.

    • start/stop: Enable or disable the pironman5.service.

    • status: Check the operational status of the pironman5 program using the systemctl tool.

Note

At this point, you have successfully set up the Pironman 5 Mini, and it is ready to use.

For advanced control of its components, please refer to 5. Controlling with Commands or the Dashboard.