UPS PIco HV3.0A Firmware Code 040 Print Date 18.08.2017
Designed and Manufactured by PiModules and ModMyPi
www.pimodules.com www.modmypi.com
2.
Enable the I
2
C
3.
Ensure that Python is installed and updated, by using the following command
sudo apt-get install python-rpi.gpio
4.
Ensure to run below line
sudo apt-get -y install git python-dev python-serial python-smbus
python-jinja2 python-xmltodict python-psutil python-pip
(Take note of the line-wrapping above, it should all be on one line)
5.
Note that some of the above can also be install with pip as below:
sudo pip install jinja2
sudo pip install xmltodict
(Obviously after python-pip has been installed)
6.
Clone Raspberry Pi daemons and email broadcasting system from the GitHub using
the following command
sudo git clone
7.
Move to the required directories where software has been copied.
8.
First to the email broadcasting system (package)
sudo cd PiModules/code/python/package
9.
Then proceed with the installation of the email package software
sudo python setup.py install
more information about the package usage and details are available at
https://github.com/modmypi/PiModules
10.
Second to the System Monitoring and File Safe Shutdown Daemons (picofssd)
cd ../upspico/picofssd
11.
Then proceed with the installation of the picofssd daemons software
sudo python setup.py install