> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Makerverse Nano Power Timer HAT for Raspberry Pi Pico

**Type:** Product page · **SKU:** CE08492 · **Brand:** [Makerverse](https://core-electronics.com.au/brands/makerverse-brand)
**Page:** https://core-electronics.com.au/makerverse-nano-power-timer-hat-for-raspberry-pi-pico.html ([markdown](https://core-electronics.com.au/makerverse-nano-power-timer-hat-for-raspberry-pi-pico.html.md))

Periodically cycles power to your battery-powered projects

## Pricing

- **Price:** $12.75 (inc GST) — $11.59 AUD, exc GST
- **Quantity discounts:** 4+ $11.01 (exc GST) · 12+ $10.44 (exc GST) · 50+ $9.85 (exc GST)

## Availability & dispatch

- In stock, ships same business day if ordered before 2PM (Australia/Sydney).
- We can dispatch 46 today, and up to 500 more in 6–42 days.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=CE08492:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/CE08492:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

The **Makerverse™ Nano Power Timer HAT for Raspberry Pi Pico** cycles power to your project periodically, extending battery life. To use the timer, connect it to your Pico via the stackable headers, set your desired interval, and apply power to the battery connector. The timer will run continuously, consuming a (really tiny!) 35nA, before turning your project on after the set interval. Once your project has completed whatever it needs to do (eg. read sensors, log data), your Pico can signal to the timer that it is DONE (on GP22). The timer will remove power and wait for the next interval. Intervals from just a few seconds to one hour are easy to set with the six-position DIP switch and the most useful intervals can be selected with just one switch - refer to the labels on the back of the timer. Switch positions can be combined to create more granular intervals if necessary.

There's also a few lifestyle upgrades on board: A reset button for the Pico allows you to restart your program on the fly, and a Timer Reset button so you don't have to wait a full interval (useful for experimenting on the bench). There's even a PiicoDev compatible connector, to allow easy, solderless connection to [PiicoDev devices](https://core-electronics.com.au/piicodev.html).

This HAT is a more Pico-friendly version of the [Makerverse Nano Power Timer](https://core-electronics.com.au/makerverse-nano-power-timer.html). Connecting to the Nano Power Timer is easy - it comes with pre-soldered stackable headers, ready to plug directly on top, (or underneath) a Pico. Batteries connect via the JST PH connector, compatible with lithium cells or AA/AAA Battery packs.

- [Technical Information](https://core-electronics.com.au/#EV34BW6)
- [Example Code](https://core-electronics.com.au/#JAKYV80)
- [Resources](https://core-electronics.com.au/#ICOLBQM)

**Setting an Interval**

 Set one of the six DIP switches to set one of the following intervals. More granular intervals are available by setting more than one DIP switch at a time - the resulting interval will always be shorter than the shortest interval selected.

 | **Switch** | **Interval (Approximate)** |
|---|---|
| All OFF | 2 hours |
| 1 | 1 hour |
| 2 | 20 minutes |
| 3 | 5 minutes |
| 4 | 1 minute |
| 5 | 15 seconds |
| 6 | 6 seconds |

**Battery Charging**

The battery charger on-board can **only** be used with single-cell Lithium Polymer cells. By default, the Makerverse Nano Power Timer HAT ships with charging disabled to allow safe use with other batteries (Alkaline, NiMH). To enable charging for single-cell LiPo, close the CHG EN jumper by adding solder. For charging to commence, the battery must be connected before connecting the Pico to another power source or USB. Connecting a battery to an already-powered Power Timer HAT will not initiate charging. By default, the charge current is set to 100mA. Enable 330mA fast-charging by soldering the CHG FAST jumper.

**Charger States and LED Behaviour**

The charge indicator LED (CHG) indicates the status of a connected rechargeable battery (if any). The following table summarises its behaviour (while the Pico is plugged into USB power).

 | **CHG EN Jumper** | **Battery Connected** | **CHG LED Behaviour** | **Charger State** |
|---|---|---|---|
| Unsoldered (Default) | - | ON | Disabled. Safe for Alkaline or NiMH cells |
| Soldered | NO | Slow Flash | Idle - waiting for battery |
| Soldered | YES | ON | Charging |
| Soldered | YES | OFF | Charge Complete |

By design, the power LED will be on by default when the device has power, if you want to disable it to stretch as much power out as possible, cut the link between the pads marked PWR LED. You can always resolder the bridge later if you decide you want it back on.

**PiicoDev Compatibility**

A PiicoDev connector is provided, connected to GP8:SDA and GP9:SCL - that makes this HAT compatible with existing PiicoDev tutorials for Pico with no changes to example code.

**Specifications**

- DONE Pin: Connected to GP22. Send GP22 HIGH to send the DONE signal.
- Timer standby current: 35 nA
- Dimensions: 20.8 x 61.7 mm
- Battery Connector compatibility:
    
    - 3x Alkaline or NiMH cells in series (Charger must be disabled, open the CHG EN jumper)
    - Lithium Polymer (single cell)
- Charge current: Selectable 100 mA or 330 mA

The following example works like a simple datalogger. The Pico powers-up, records a single data point (read from the ADC) and then signals to the Power Timer that it is DONE. The process will repeat after the user-set time interval. To read the log file the Pico can be plugged into a PC and Thonny used to open or copy the file. If you haven't used Thonny to program a Pico before, see the getting started guide.

The MicroPython code example below assumes that the Raspberry Pi Pico is disconnected from USB and powered by a battery connected to the Nano Power Timer HAT. This code should be saved as main.py onto the Pico to ensure the program runs on power-up.

```

from machine import Pin, ADC

DONE = Pin(22, Pin.OUT) # setting this pin High will remove power, and wait for the next interval
adc = ADC(0) # Pin 26

x = adc.read_u16()

# Opening with "a" for appending
with open("log.txt", "a") as logFile:
    logFile.write(str(x))
    logFile.write('\n') # New line
    logFile.flush() # Ensure data is written
    logFile.close() # Really ensure data is written
    
DONE.on() # Assert DONE signal; powers down Pico
```

For help getting started with Pico and Thonny, see our [guide](https://core-electronics.com.au/guides/raspberry-pi-pico/how-to-setup-a-raspberry-pi-pico-and-code-with-thonny/).

- [Hardware Repository (PCB Project)](https://github.com/CoreElectronics/CE-Makerverse-Nano-Power-Timer-HAT-for-Raspberry-Pi-Pico)
- [Schematic](https://github.com/CoreElectronics/CE-Makerverse-Nano-Power-Timer-HAT-for-Raspberry-Pi-Pico/raw/main/Documents/schematic.pdf)
- [Makerverse Nano Power Timer Tutorial](https://core-electronics.com.au/guides/raspberry-pi-pico/makerverse-nano-power-timer/) - this is the tutorial for the original Nano Power Timer that this design is based off.
 
![](https://core-electronics.com.au/media/wysiwyg/product_info/makerverse-labs-banner.jpg)![](https://core-electronics.com.au/media/wysiwyg/product_info/makerverse-labs-banner.jpg)

## Videos for this product

- [Weatherproof LoRa Environmental Monitor - Makerverse LoRa-E5 and Pico Project - The Things Network and DataCake](https://core-electronics.com.au/videos/weatherproof-lora-environmental-monitor-makerverse-lora-e5-and-pico-project-the-things-network-and-datacake)
- [The Factory \| Designing Shields For Raspberry Pi Pico](https://core-electronics.com.au/videos/the-factory-designing-shields-for-raspberry-pi-pico)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/m/a/makerverse-nano-power-timer-shield-raspberry-pi-pico.jpg)
