Witty Pi 3 is the third generation of Witty Pi, and it is the upgraded version of Witty Pi 2. It adds realtime clock (RTC) and power management to your Raspberry Pi, and can define complex ON/OFF sequence with simple script. Witty Pi 3 supports all Raspberry Pi models with 40-pin header such as 4B, 3B+, 3B, 3A+, 2B, B+, A+, Zero, Zero W.
Witty Pi 3 uses the same RTC chip (DS3231SN) as compare to the Witty Pi 2 and it comes with a new micro-controller (ATtiny841), which enables it to act smarter and handle more complex situations. Thanks to the new on-board LDO voltage regulator (LM29150), Witty Pi 3 can acknowledge DC voltage higher than 5V (up to 26V, depends on the load and heat sink).
You just need to run these two commands in your Raspberry Pi to install Witty Pi 3’s software:
pi@raspberrypi:~ $ wget http://www.uugear.com/repo/WittyPi3/install.sh
pi@raspberrypi:~ $ sudo sh install.sh
After installing the software on your Raspberry Pi, you can enjoy these amazing new features:
- The Software for Witty Pi 3 is written with BASH (Unix shell).
- To install the software, just run these two commands:
pi@raspberrypi:~ $ wget http://www.uugear.com/repo/WittyPi3/install.sh
pi@raspberrypi:~ $ sudo sh install.sh
- After the installation is done, reboot your Raspberry Pi.
- To launch the Witty Pi utility, just run these commands:
pi@raspberrypi ~ $ cd wittypi
pi@raspberrypi ~/wittypi $ ./wittyPi.sh
SCHEDULE SCRIPT GENERATOR
You can now use the web app to create and debug the schedule script for Witty Pi.