EasyManua.ls Logo

SunFounder Pironman - 5. Quick User Guide; Download and Install SPC

SunFounder Pironman
107 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
CHAPTER
FIVE
5. QUICK USER GUIDE
To effectively utilize the Pironman U1, we’ll be employing the SunFounder Power Control Core (SPC).
This is a tool for power management and control of hardware devices. Its primary functions are to monitor battery
voltage, current, capacity, and percentage, and to manage fan speed and modes. The SPC connects with devices via
I2C communication, ensuring stable data transfer. Additionally, it supports real-time clock settings and features con-
figuration and logging capabilities. This tool is ideal for professionals and hobbyists who require precise monitoring
and control of hardware power.
5.1 1. Download and Install SPC
Note: For lite systems, initially install tools like git, python3, pip3, setuptools, etc.
sudo apt-get update
sudo apt-get install git -y
sudo apt-get install python3 python3-pip python3-setuptools -y
Download and install spc. If you encounter any errors during the installation, it’s recommended to rerun sudo
python3 install.py.
cd ~
git clone https://github.com/sunfounder/spc.git
cd ~/spc
sudo python3 install.py
After installation, a reboot is necessary to activate certain settings.
sudo reboot
Instructions for Powering On and Off:
Power On: Press the button until the light turns green, indicating the system is powering on. You can then
release the button.
Shutdown: Press and hold the button for 2 seconds until the light turns purple, then release. When the
power buttons light begins to flash purple, the Raspberry Pi will receive a shutdown signal and proceed to
shut down. The power buttons light will turn off once the shutdown process is complete.
Power Cut: If you havent configured software on the Raspberry Pi, or for other reasons, you can opt for a
power cut shutdown. Press and hold the button for 5 seconds and turns red, indicating a direct power cut.
Be cautious with this method as it may damage data.
25