Product Introduction
FLY-KPPM installation shutdown module is designed specifically for development boards such as Raspberry Pi to ensure data security. When a power outage occurs, it automatically switches to capacitor power to ensure stable operation of the development board for 15 seconds, safeguarding data integrity. Compact and easy to install.
Product Precautions
The input power only supports DC12-24V. Ensure correct polarity when wiring, and perform wiring in a power-off state. We are not liable for any damage caused by incorrect wiring.
The +5V at the 5V OUT socket is emergency power output and should not be used for regular power supply. Use USB-OUT or SIG/IO for powering the main unit.
When using the safety shutdown module, a 12V-24V power supply must be used. To ensure normal operation of the module, the internal 5V output voltage of the safety shutdown module must not be lower than 4.9V, otherwise the safety shutdown module will draw additional power internally, causing the capacitors to remain charged and leading to continuous heating of the module.
Explanation of Display Content on the Product Screen
Screen Content Description | Left Side Explanation | Right Side Parameter | Right Side Explanation |
---|---|---|---|
IN: | Input Voltage | OUT: | Output Voltage |
CA: | Total Capacitor Voltage | OI: | Output Load Current |
C1: | C1 Capacitor Voltage | C2: | C2 Capacitor Voltage |
Temp: | Temperature of the Safety Shutdown Module | E: | Status Prompt, see below |
Display Content | Status Description |
---|---|
Ready! | Normal Startup |
IN LOW! | Low Input Voltage |
IN OVR! | Overcurrent Output |
OV LOE! | Low Output Voltage |
OV OVR | Overcurrent Output |
TP OVR! | High Temperature |
NONE | Unknown Error |
R: XX Sec | If power is interrupted within 10 seconds before re-powering, this prompt will show. After countdown ends, restart the main unit |
Download Fixed Housing Model
https://cdn.mellow.klipper.cn/STEP/KPPM.zip
Pinout Description
-
OUT-RST Reset
-
OUT-PDN Power Down
-
IN-PIN
Pull-up by default. The module will automatically detect the last power failure time upon power-up. If the power failure duration is less than 10 seconds, it will wait until 10 seconds after power-down to switch the 5V output once (ensuring the main unit completes shutdown and can be restarted). Connecting to GND will disable the automatic detection of power failure duration.
FLY Main Unit Usage Tutorial
Applicable only to FLY-Pi, FLY-Pi-V2, FLY-C8
To use the FLY main unit, execute the following commands via SSH:
sudo curl -kfSL --progress-bar https://cdn.mellow.klipper.cn/firmware/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 Main Unit Wiring Tutorial
- FLY Main Unit Wiring Tutorial
- 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-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
Raspberry Pi Main Unit Usage Tutorial
Similar to the above steps, for Raspberry Pi, insert the system image SD card into your computer, add the command dtoverlay=gpio-shutdown,gpio_pin=21
to the config.txt file, then save and exit.
- Raspberry Pi Main Unit Wiring Tutorial
- Raspberry Pi Using 5V Wiring
- Raspberry Pi Using USB Wiring
- Raspberry Pi Using 5V Wiring
- Raspberry Pi Using USB Wiring