Skip to content

Seeed-Projects/Read-UPS-input-voltage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository uses a Python script to read the UPS input voltage on the R1000.

Hardware requirement

Raspberry Pi AI Kit reComputer R1000
SuperCAP UPS LTC3350 Module reComputer R1100
Purchase Now Purchase Now

Quikly begin

git clone https://github.com/Seeed-Projects/Read-UPS-input-voltage.git
cd Read-UPS-input-voltage
sudo apt update
sudo apt install python3-smbus i2c-tools
python -m venv .venv --system-site-packages && source .venv/bin/activate
python read_voltage.py

Result

About

This repository uses a Python script to read the UPS input voltage on the R1000.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages