Skip to main content

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.

Loading...

Precautions

Note

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.

Note

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.

Note

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 DescriptionLeft DescriptionRight ParameterRight Description
IN:Input VoltageOUT:Output Voltage
CA:Total Capacitor VoltageOI:Output Load Current
C1:C1 Capacitor Voltage C2:C2 Capacitor Voltage
Temp:Safe Shutdown Module Temperature E:Status Prompt, See Below
Display ContentStatus Description
Ready!Normal startup
IN LOW!Low input voltage
IN OVR!Output current too high
OV LOE!Output voltage too low
OV OVROutput current too high
TP OVR!Temperature too high
NONEUnknown error
R: XX SecDisplayed 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.

Loading...

FLY Host Computer Usage Guide

Info

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-C8 V1.2 Wiring
Loading...

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.

Loading...
  • Raspberry Pi Using 5V Wiring
Loading...
Loading...