Using KPPM
The FLY-KPPM shutdown module is a safety module designed for development boards like Raspberry Pi, aimed at preventing data loss due to power outages. It employs advanced technology to automatically switch to capacitor power during a power failure, ensuring the development board runs stably for 15 seconds to save data effectively. Compact and easy to install.
Precautions
Input power only supports DC12-24V. Pay attention to the positive and negative poles during wiring. The wiring process must be carried out with the power off. Confirm the wiring is correct before powering on. Our company is not responsible for losses caused by incorrect wiring.
The +5V at the 5V OUT socket is for emergency power output only and should not be used as a regular power supply. Please use USB-OUT or SIG/IO to power the host computer.
When using the safe shutdown module, a 12V-24V power supply is required. To ensure normal module operation, the 5V output voltage of the safe shutdown module must not drop below 4.9V; otherwise, the safe shutdown module will draw power from internal boost, keeping the capacitors in a constant charging state, leading to continuous heating.
Screen Display Content Explanation
| Screen Content Description | Left Description | Right Parameter | Right Description |
|---|---|---|---|
IN: | Input Voltage | OUT: | Output Voltage |
CA: | Total Capacitor Voltage | OI: | Output Load Current |
C1: | C1 Capacitor Voltage | C2: | C2 Capacitor Voltage |
Temp: | Safe Shutdown Module Temperature | E: | Status Prompt, See Below |
| Display Content | Status Description |
|---|---|
Ready! | Normal startup |
IN LOW! | Low input voltage |
IN OVR! | Output current too high |
OV LOE! | Output voltage too low |
OV OVR | Output current too high |
TP OVR! | Temperature too high |
NONE | Unknown error |
R: XX Sec | Displayed if power is off and on again within 10 seconds; restarts the host computer after the countdown ends |
Pin Description
-
OUT-RST Reset
-
OUT-PDN Shutdown
-
IN-PIN
Default is pulled high. When the module powers on, it automatically detects the last power-off time. If the power-off time is less than 10 seconds, it will wait for 10 seconds before automatically switching the 5V output once (to ensure the host computer shuts down completely and can restart). If connected to GND, the automatic detection of the power-off time function will be disabled.
FLY Host Computer Usage Guide
Only applicable to FLY-Pi FLY-Pi-V2 FLY-C8 FAST system comes pre-installed, no additional installation required
FLY host requires executing the following commands via SSH
sudo curl -kfSL --progress-bar https://cnb.cool/3dmellow/public/static-files/-/git/raw/main/host/sun50i-h5-power-key.dtbo -o /boot/dtb/allwinner/overlay/sun50i-h5-power-key.dtbo
sudo grep -q "^overlays=.*power-key" /boot/FlyOS-Env.txt || sudo sed -i '/^overlays=/ s/$/ power-key/' /boot/FlyOS-Env.txt
Reboot the system
sudo reboot
FLY Host Computer Wiring Guide
- FLY Host Computer Wiring Guide
- FLY-C8 Using 5V Wiring
- FLY-C8 Using USB Wiring
- FLY-Pi(π) Using 5V Wiring
- FLY-Pi(π) Using USB Wiring
- FLY-Pi-V2 Using 5V Wiring
- FLY-Pi-V2 Using USB Wiring
- FLY-lite2.1 Using USB Wiring
- FLY-C8 V1.2 Wiring
- FLY-C8 Using USB Wiring
- FLY-Pi Using 5V Wiring
- FLY-Pi Using USB Wiring
- FLY-Pi-V2 Using 5V Wiring
- FLY-Pi-V2 Using USB Wiring
- FLY-Lite2 Using USB Wiring
Raspberry Pi Host Computer Usage Guide
The operation for Raspberry Pi is similar. For Raspberry Pi, insert the SD card with the system image into a computer, add the line dtoverlay=gpio-shutdown,gpio_pin=21 to the config.txt file, then save and exit.
- Raspberry Pi Using 5V Wiring
- Raspberry Pi Using USB Wiring
- Raspberry Pi Using 5V Wiring
- Raspberry Pi Using USB Wiring