Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
UPS Power Module For Jetson Nano, 5V Uninterruptible Power Supply, Multi Battery Protection Circuits
The 8.4V interface is the charge port. You can plug the 8.4V 2A charger provided for charging the batteries.
The switched is the power switch, you can turn it into ON/OFF to turn on/off Jetson Nano Developer Kit
WARNING LED are the indicators of batteries, they turn on if you reverse batteries.
Note 1: Please check the WARNING LED when you mounting batteries, make sure that you set all the batteries in the correct way. You cannot charge batteries if you reverse them.
Note 2: The board may not work when you mount the batteries for the first time, you need to charge batteries on board for a while to activate them.
Note 3: Please use the charger provided, the module may be destroyed by other unsuitable power adapters/chargers.
You should connect the UPS Power Module with your Jetson Nano Developer Kit by the 6PIN cable. You should connect 5V to 5V, 3.3V to 3.3V, otherwise, you may destroy the Jetson Nano Developer Kit because of wrong connection.
Open a terminal and install the display code by the following command. The codes are used for display information on OLED like the voltage, current, etc.
git clone https://github.com/waveshare/UPS-Power-Module cd UPS-Power-Module sudo ./install.sh
OLED will display the IP address, battery voltage, current and the percentage of battery quantity, as well as the CPU, GPU and memory information after starting the server.
Note: if the current value is negative, it means that the batteries are feeding the Jetson Nano Developer Kit. If the current value is positive, it means that the batteries are charging.
If you want to print the battery information to the terminal you can refer to the following script.
https://github.com/waveshare/UPS-Power-Module/blob/master/ups_display/ina219.py
The script can be run by the following command.
python3 -m ups_display.ina219