This repository uses a Python script to read the UPS input voltage on the R1000.
Raspberry Pi AI Kit | reComputer R1000 |
---|---|
Purchase Now | Purchase Now |
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