Open main menu

Changes

UPS3

3,195 bytes added, 10:54, 8 December 2021
no edit summary
[[File:UPS3-IMG-8180.jpg|thumb|right|UPS HAT V3 Front View]]
[[File:UPS3-IMG-8181.jpg|thumb|right|UPS HAT V3 Back View]]
[[File:UPS3-IMG-8685-INSTALL.jpg|thumb|right|How to Install UPS3]]
[[File:UPS3-interface-1.jpg|thumb|right|UPS HAT V3 Interface]]
[[File:UPS3-interface-2.jpg|thumb|right|UPS HAT V3 Interface]]
[[File:UPS3-PCB.jpg|thumb|right|UPS 3 PCB Layout]]
[[File:UPS3-GPIO.jpg|thumb|right|UPS 3 GPIO PIN]]
==Overview==
UPS3 is the upgrade version of [[UPS2]], we solve some questions of [[UPS2]].
==User Manual==
*[[UPS3 power off guide]]*The charge level indicators (RGB LED) is controlled by program, script please refer to Github: https://github.com/geekworm-com/ups3please download it from here:[[File:Ups3-master.zip]] then unzip if you can't download it from github.com <pre>sudo rpi-updatesudo apt-get updatesudo apt-get dist-upgradegit clone https://github.com/geekworm-com/ups3.gitcd ups3chmod +x *.sh *.pysudo ./install.sh  ┌────────────────────┤ UPS V3 Setting ├────────────────────┐ │ Select the appropriate options: │ │ │ │ 1 UPS GPIO [ 18 ] │ │ 2 LED Brightness [ 10% ] │ │ 3 Poweoff power [ <5% ] │ │ 4 Auto run script [ enabled ] │ │ 5 Safe shutdown [ enabled ] │ │ 6 Apply Settings │ │ 7 Remove │ │ 8 Exit │ │ │ │ │ │ │ │ │ │ <Ok> │ │ │ └──────────────────────────────────────────────────┘ </pre>View Status: sudo python status.py or sudo python status.py -t View logs: cat /var/log/smartups.log
==FAQ==
</pre>
 
 
Q3: How to restart the pi board when AC Power supply is connected?
 
A: Please enable 'AUTO POWER ON' or 'AUTO ON' function if you want restart when the AC Power supply is reapplied.
 
Q4: Why the Raspberry Pi can't turn on after install the UPS3?
 
A: Please pay attention to the UPS3 board installation directions, this is wrong.
[[File:UPS3-Wrong-Installation.png|frame|none]]
<!--Add review function! -->