Userguide

6
SOFTWARE SETUP
The Pi-DOG board occupies the I2C address 0x30.
1. Have your Raspberry Pi ready with the latest OS.
2. Enable I2C communication:
~$ sudo raspi-config
3. Install the wdt software from github.com:
~$ git clone https://github.com/SequentMicrosystems/wdt-rpi.git
~$ cd /home/pi/wdt-rpi
~/wdt-rpi$ sudo make install
~/wdt-rpi$ wdt
The program will respond with a list of available commands.
Type "wdt -h" for online help.
After installing the software, you can update it to the latest version with the commands:
~$ cd /home/pi/wdt-rpi
~/wdt-rpi$ git pull
~/wdt-rpi$ sudo make install