Login / Signup
Cart
Your cart is empty
The Witty Pi 3 Rev2 is the latest generation of the Witty Pi 3!
This new revision changes the 5V input connecter from micro-USB to USB-C, and replaces the onboard linear regulator (LM29150) with switching DC/DC converter (MP4462). These changes give the Witty Pi 3 a much better ability to output a higher level of current (3A) and also widen the range of input voltage (up to DC 28V).
The Witty Pi 3 adds a real-time clock (RTC) and power management to your Raspberry Pi, and can define complex ON/OFF sequences with a simple script. The board supports all Raspberry Pi models with 40-pin header.
Witty Pi 3 Rev2 uses a DS3231SN as the real-time clock and ATtiny841 as the micro-controller. Thanks to the on-board DC/DC converter (MP4462), the Witty Pi 3 Rev 2 can accept input voltages up to 28V.
You can find much more information in the user manual.
Installation is easy - just run these two commands in your Raspberry Pi to install Witty Pi 3’s software:
Then mount the Witty Pi 3 Rev2 on your Raspberry Pi and build your next project!
Update 17/03/21: UUGear have discovered a bug in the V1.03, ID=0x23 firmware which may cause the device to lose response after being woken up by a startup alarm. A new version of the firmware (V1.04, ID=0x24) resolves this issue. This document describes how to check your version and update if necessary.
Each Witty Pi 3 Rev2 package contains:
The Software for Witty Pi 3 is written with BASH (Unix shell). The source code is public on Github: https://github.com/uugear/Witty-Pi-3
To install the software, just run these two commands:
After installation is complete, reboot your Raspberry Pi.
To launch the Witty Pi utility, just run these commands:
More details about software installation and usage can be found in the user manual.
If you have 1-Wire interface enabled and didn’t specify the GPIO pin for 1-Wire, it will use GPIO-4 and that conflict with Witty Pi. Witty Pi uses GPIO-4 to receive shutdown commands, if GPIO-4 is also assigned to 1-Wire, Witty Pi’s software will receive shutdown commands unexpectedly.
If your Raspberry Pi always automatically shutdown itself after installing Witty Pi’s software, that most probably due to the confliction with 1-Wire interface.
When this happens, you most probably can not log in to your Raspberry Pi because it always shuts itself down before you get the chance to log in. To solve this problem, you will need to take out the micro-SD card on your Raspberry Pi, and access its file system via a card reader. You need to edit the config.txt file in the “boot” volume to change the GPIO pin used by 1-Wire interface, or you can disable 1-Wire interface if you don’t need it for now. You need to find something like “dtoverlay=w1-gpio” in the file.
If you want 1-Wire to use GPIO-18, just change “dtoverlay=w1-gpio” to:
If you want to disable 1-Wire interface, just comment it out:
Save the file and eject your micro SD card, and put it back to your Raspberry Pi. Now your Raspberry Pi should be able to boot normally.
You can now use the UUGear web app to create and debug the schedule script for Witty Pi.