Witty Pi 4 L3V7 - RTC & Power Management for Raspberry Pi

SKU: ADA5705 Brand: Adafruit
Witty Pi is an add-on board that adds real time clock and power management to your Raspberry Pi. It can define your Raspberry Pi’s ON/OFF sequence...
$72.60 AUD, inc GST
$66.00 AUD, exc GST

In stock, ships same business day if ordered before 2PM
Delivered by Mon, 6th of May

Quantity Discounts:

  • 6-12 $63.36 (exc GST)
  • 12+ $61.38 (exc GST)
- +

2 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Shipping:

  • $6+ Standard (5+ days*, tracked)
  • $10+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

Witty Pi is an add-on board that adds real time clock and power management to your Raspberry Pi. It can define your Raspberry Pi’s ON/OFF sequence and significantly reduce energy use. Witty Pi 4 L3V7 is the new member of the fourth generation of Witty Pi, and it is designed to work with 3.7V Lithium (ion or polymer) battery (that’s what L3V7 stands for) and can be used as an Uninterrupted Power Supply (UPS).

It comes as a 'micro Hat' or 'bonnet' or 'pHat' format, that can fit on Pi Zeros or full sized Pi's - it will work with any Raspberry Pi with a 2x20 connection header.

Please note: 3.7V nominal Lithium Ion or Polymer battery is not included! We do stock lots and lots of different ones here in the shop. If you have to pick one, we'd say the 2200mAh hard-case is a good sized battery with lots of capacityWatch out for battery polarity - connecting non-Adafruit batteries with the wrong polarity can instantly destroy your Witty Pi and possibly the Raspberry Pi beneath.

Witty Pi 4 L3V7 has these hardware resources onboard:

  • Factory calibrated and temperature compensated real time clock with ±2ppm accuracy.
  • Dedicated temperature sensor with 0.125 °C resolution.
  • AVR 8-bit microcontroller (MCU) with 8 KB programmable flash.
  • DC/DC step-up (boost) converter that outputs up to 5V/3A.
  • Charging manager that can charge a battery with up to 1A current.

Witty Pi 4 L3V7 has a very similar design with Witty Pi 4; however, its DC/DC converter is a step-up (boost) converter, while Witty Pi 4 comes with a step-down (bulk) converter. Witty Pi 4 L3V7 also has a charging circuit that can charge the battery.

Notes: Witty Pi’s software is developed and tested under Raspberry Pi OS (the former Raspbian). If you want to use Witty Pi on other Linux distributions, you may not be able to install the software without error. This is because different Linux distributions have different packages installed by default, and their default users may have different privilege settings too. You may need to modify the software installation script or even the software itself; however, this will need you to have some knowledge of BASH programming.

BUILT-IN UNINTERRUPTIBLE POWER SUPPLY (UPS) FUNCTIONALITY

Witty Pi 4 L3V7 has integrated the battery charging circuit and DC/DC boost converter on board, and it can be used as an uninterruptible power supply (UPS). Witty Pi 4 L3V7 can work with all chargeable Lithium Ion or Lithium Polymer battery that has a nominal voltage of 3.7V (and fully-charged voltage of 4.2V).

When 5V power supply is connected to the USB-C connector on Witty Pi 4 L3V7, it will prioritize powering the board with Raspberry Pi together. In the meantime, the battery is disconnected from the power rails and gets charged.

After 5V power supply is disconnected, the voltage of the battery will be monitored by Witty Pi 4 L3V7. Once the battery voltage drops under a preset threshold, Witty Pi’s software will perform a graceful shutdown and then cut the power of Raspberry Pi. By adjusting the low voltage threshold, you can decide when the device should shut down before the battery is fully discharged.

ACCURATE REAL TIME CLOCK AND ON/OFF SCHEDULING

The real time clock (RTC) on Witty Pi 4 L3V7 has been calibrated in the factory, and Witty Pi 4 L3V7’s firmware also makes temperature compensation for the crystal. This makes the RTC very accurate, and the actual annual error is limited to ±2ppm. When your Raspberry Pi boots up, the time stored in the RTC will overwrite the system time. As a result, your Raspberry Pi knows the correct time even without accessing the Internet. You can schedule the startup and/or shutdown of your Raspberry Pi and make it a time-controlled device. You can even define a scheduled script to schedule a complicated ON/OFF sequence for your Raspberry Pi.

Scheduling the ON/OFF sequence for Raspberry Pi is the most popular feature of Witty Pi, and it is extremely useful for battery-powered systems. By only turning on Raspberry Pi when necessary, the battery can be used way much longer with Witty Pi installed.

TEMPERATURE CONTROLLED DEVICE

The temperature sensor on Witty Pi 4 Mini has 0.125 °C resolution. The temperature data is used for compensating the crystal and makes the RTC more accurate.

You can also specify the action (startup or shutdown) when the temperature goes above or below the preset threshold. This means you can also make your Raspberry Pi a temperature-controlled device!

E-LATCHING POWER SWITCH

Witty Pi 4 L3V7 implements an e-Latching power switch, which behaves very similarly to the power switch on your PC/laptop computer. You can gracefully turn on/off your Raspberry Pi with a single tap on the button. The software running in the background will execute the shutdown command before the power gets cut, and it avoids the data corruption caused by a hard shutdown.

SINGLE I2C DEVICE

Witty Pi 4 uses MCU to emulate a single I2C device with default address 0x08 and also map all I2C registers in real time clock and temperature sensor as virtual I2C registers in the same device. You can access all I2C registers in real time clock and temperature sensor via the single I2C device emulated by Witty Pi 4.

The advantage of this new design is that Witty Pi 4 hides other I2C devices (real time clock, temperature sensor) and becomes the proxy to talk to Raspberry Pi. Because the I2C address used by Witty Pi 4 can be changed to any value, you can always avoid the I2C address conflicting.

UWI SUPPORT

Witty Pi 4 L3V7 is fully supported by UWI (UUGear Web Interface), and you can access your W itty Pi 4 L3V7 from any device with network access.

SOFTWARE INSTALLATION:

Witty Pi 4 L3V7 uses the same software as Witty Pi 4. You just need to run these two commands in your Raspberry Pi to install Witty Pi 4 L3V7’s software:

pi@raspberrypi:~ $ wget https://www.uugear.com/repo/WittyPi4/install.shpi@raspberrypi:~ $ sudo sh install.sh

The software and firmware of Witty Pi 4 L3V7 are open-source. You can find the source code on GitHub.

Technical Details

Specifications:

Dimension65mm x 30mm x 7mm
Weight10g (net weight without accessories)
MicrocontrollerATtiny841 (datasheet)
Realtime ClockPCF85063A (datasheet), calibrated in factory.
Temperature SensorLM75B (datasheet)
DC/DC ConverterMP3423 (datasheet)
Charging ManagerTP4056 (datasheet)
Power InDC 5V (via USB-C connector) or 3.7V Lithium ion/polymer battery
Output CurrentUp to 3A for Raspberry Pi and its peripherals
Standby Current~0.3mA on 3.7V battery, ~1mA on USB-C 5V
Operating EnvironmentTemperature -30°C~80°C (-22°F~176°F)Humidity 0~80%RH, no condensing, no corrosive gas

This product is listed in:

Raspberry Pi>Accessories

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Videos

View All

Guides

Raspberry Pi 5 Vs Raspberry Pi 4 Model B | Comparison & Benchmarking

The Raspberry Pi 5 is here and one of the biggest questions is, how does it stack up against the pr...
The Raspberry Pi 5 is here and one of the biggest questions is, how does it stack up against the pr...

Raspberry Pi 5 | Review, Performance & Benchmarks

The Raspberry Pi 5 is here! Our favourite credit card-sized computer has just gotten an update and ...
The Raspberry Pi 5 is here! Our favourite credit card-sized computer has just gotten an update and ...

Upgrade your Project for the Raspberry Pi 4

The New Version of the Raspberry Pi 4 has started going out to makers everywhere. If you are wanting...
The New Version of the Raspberry Pi 4 has started going out to makers everywhere. If you are wanting...

Raspberry Pi 4 vs Raspberry Pi 3 Plus (Model B)

The Raspberry Pi 4 Model B is finally here! This is a huge leap forward for single-board computing a...
The Raspberry Pi 4 Model B is finally here! This is a huge leap forward for single-board computing a...

Projects

safePower

I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap fo...
I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap fo...

ESP32 IR-Triggered Camera with Home Assistant Integration

I love the ESP line-up. I started by messing around with the ESP8266 and I completely fell in love w...
I love the ESP line-up. I started by messing around with the ESP8266 and I completely fell in love w...

LuMa 1 - The Neo Disco Ball

It is real and here it is! Including everything you need to make one a Luma 1 for yourself! S...
It is real and here it is! Including everything you need to make one a Luma 1 for yourself! S...

Educational Workshops

Raspberry Pi Workshop for Beginners

Welcome to the Raspberry Pi Workshop for Beginners! Here you'll be able to follow along with our s...
Welcome to the Raspberry Pi Workshop for Beginners! Here you'll be able to follow along with our s...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.