Open main menu

Changes

How to use UPS HAT via driver

607 bytes added, 20:18, 21 June 2019
== How to use UPS HAT via driver ==
* Upgrade software:
sudo apt-get update
sudo apt-get upgrade

* Enable the I2C function via '''raspi-config''' tool.
via raspi-config tool...

* install python-smbus
$sudo apt-get install python-smbus

* Install wiringPi
git clone git://git.drogon.net/wiringPi
cd wiringPi
git pull origin
cd wiringPi
./build

* Download the zip package;([[File:Rpi-ups-hat-20190621.zip]] [[File:Rpi-ups-hat.zip]])
# wget http://www.raspberrypiwiki.com/download/ups-hat/rpi-ups-hat.zip
unzip Rpi-ups-hat.zip
cd rpi-ups-hat

* Run the sample program
sudo python example.py