Raspi UPS HAT Board
Contents
Instruction
NOTE: we released the last UPS HAT 3 on May. 2020.
Features:
- Standard dimension of Raspberry Pi HAT, and it's compatible with all of the expansion board.
- Cascading design saves space while powering raspberry pi and expansion boards without affecting GPIO expansion.
- Support up to 2A quick-charge technology, can rapidly charge full the battery.
- Can be charged and supplied power to raspberry pi at the same time.
- With 4 LED power indicator;
- Provides an example code to beginner to demonstrate how to demonstrate battery capacity displays the current battery level in the raspberry pi current program, it can detect the current battery, voltage etc.
-- Applicatoin scene 1: You can program to control automatic backup of data at low power and safe shutdown. -- Applicatoin scene 2: Remind users to charge at low battery levels. etc.)
- Removable battery, user can choose a more larger capacity lithium battery pack (NOTE: voltage must be 3.7V).
- With safety protection circuit to prevent overcharge and over discharge.
- Retains the raspberry GPIO interface, you still can use all kinds of expansion board;
- It is Mini UPS power supply; maximum 5V / 1.5A output, and maximum 5V / 2A input.
Note:
- The last version is V1.1. We use another power management chip, but it has exactly the same features witch V1.0. The only difference is that you need to press the button for a little longer when you shut down.
- The capacity of Lithium Battery is 2600mAh, But you can use the more big capacity battery. PS: Voltage must be 3.7V
- The USP HAT will provide power to Raspberr pi via GPIO pin;
- Don't connect the micro USB to rasberrry pi; please connect the micro USB to UPS HAT board;
- Connector specification is: PH 2.0 2-PIN connector
Two algorithm to obtain Battery capacity
Voltage estimation algorithm
Obtain the voltage, then estimate the current battery capacity by the following rules.
Charging | |
LED | VBAT (Voltage of Battery) |
1 to 2 | 3.622 |
2 to 3 | 3.832 |
3 to 4 | 4.043 |
FULL | 4.182 |
- Sample code File:Battery-charge.zip
Discharging | |
LED | VBAT (Voltage of Battery) |
4 to 3 | 3.74751 |
3 to 2 | 3.501 |
2 to 1 | 3.35 |
Off | 2.756 |
- Sample coceFile:Battery-discharge.zip
Coulomb meter algorithm
Please refer to Raspi UPS HAT Board#how to USP HAT use via i2c
PS:
But because every battery has its own different features so UPS HAT need to take time to learn and adapt it.
Driver and Sample code
File:Rpi-ups-hat-20190621.zip File:Rpi-ups-hat.zip this is old version.
How to use UPS HAT via driver
Please refer to How to use UPS HAT via driver
How to USP HAT use via i2c
In fact, you can use i2c to obtain the battery capacity and voltage. This python sample code is from a buyer friend, his name is Joachim, thank your very much.
- File:Ups-hat-c.zip, this is C language source code from a friend, his name is Chris, thank your very much.
How to use it?
unzip File:Ups-hat-c.zip to get main.c
compile like this
gcc main.c -o ups-read
run with sudo
if no switches the it gives only integer percentage
if -v switch is used gives voltage
if -c gives full percentage
both switches can be used together
if you include it in sudoers config like this %wheel ALL = (root) NOPASSWD: /sbin/ups-read
then it can be run without password, ideal for displaying the percentage in a desktop toolbar
if you have any questions please do ask...
The LED and UPS Switch
USB to Dual Micro USB Charging Cable
NOTE: the switch is disabled when you use USB to Dual Micro USB charging cable;
The raspberry pi will be power on automatically after the battery capacity is be exhausted when you use the one to two USB cable.
FAQ
1.Is there a way to know if the battery is being charged or not?
Answer:
There is no direct way to know if the battery is being charged or not. BUT you can get many time volatage in a short time, then judge the volage value. For example: In 20 second, we get the 20 volatage value: 5.11v,
5.08V,
5.04V
5.01V
4.99v
... thus we can know the battery is charging. because the voltage value is raising...
2. What pins of the Raspi header does the UPS hat occupy?
Answer: Only 5V, GND, I2C (SDA, SCL) are occupied.
3. Can a physical power button be used to trigger a custom user script?
Answer: Sorry, not support!
Is there an API that allows us to detect whether the UPS is connected to an external power adapter or is using battery power only?
Answer: Sorry, no!
Enable comment auto-refresher
Anonymous user #52
Permalink |
Anonymous user #51
Permalink |
Anonymous user #50
Permalink |
Anonymous user #49
Permalink |
Anonymous user #48
Permalink |
Anonymous user #47
Permalink |
Anonymous user #46
Permalink |
Anonymous user #45
Permalink |
Ok4rm
Permalink |
Ok4rm
Permalink |
Anonymous user #44
Permalink |
Anonymous user #43
Permalink |
Wouterlet
Permalink |
Anonymous user #42
Permalink |
Anonymous user #41
Permalink |
Anonymous user #38
Permalink |
Anonymous user #40
Anonymous user #40
Anonymous user #36
Permalink |
Anonymous user #37
Anonymous user #35
Permalink |
Anonymous user #35
Permalink |
Anonymous user #34
Permalink |
Anonymous user #33
Permalink |
Anonymous user #32
Permalink |
Anonymous user #31
Permalink |
Anonymous user #30
Permalink |
Anonymous user #29
Permalink |
Anonymous user #29
Permalink |
Anonymous user #28
Permalink |
Anonymous user #27
Permalink |
Anonymous user #27
Permalink |
Admin
Anonymous user #26
Permalink |
Admin
Anonymous user #2
Permalink |
Admin
Anonymous user #25
Permalink |
Admin
Anonymous user #23
Permalink |
Anonymous user #23
Admin
Anonymous user #24
Anonymous user #21
Permalink |
Admin
Anonymous user #21
Permalink |
Admin
Anonymous user #39
Anonymous user #20
Permalink |
Admin
Anonymous user #19
Permalink |
Admin
Anonymous user #18
Permalink |
Admin
Anonymous user #17
Permalink |
Admin
Anonymous user #16
Permalink |
Admin
Anonymous user #15
Permalink |
Admin
Anonymous user #14
Permalink |
Admin
Anonymous user #13
Permalink |
Admin
Anonymous user #12
Permalink |
Admin
Anonymous user #11
Permalink |
Admin
Anonymous user #10
Permalink |
Admin
Anonymous user #22
Anonymous user #9
Permalink |
Admin
Anonymous user #22
Anonymous user #8
Permalink |
Admin
Anonymous user #6
Permalink |
Admin
Anonymous user #7
Admin
Anonymous user #5
Permalink |
Admin