Super Watchdog HAT with UPS Battery Backup for Raspberry Pi
Industrial-grade watchdog and UPS backup to keep your Raspberry Pi running safely.
Overview
UPS battery backup and hardware watchdog in one HAT for Raspberry Pi. The Super Watchdog combines an onboard Li-Ion battery charger, step-up converter, and intelligent power monitor to keep your system running through power outages and automatically recover from software lock-ups.
- Wide power supply: 5V or 10-24V with separate connectors
- Provides 2.5A continuous or 3A peak to Raspberry Pi
- Sockets for two Li-Ion 18650 batteries (breakable for single-battery use)
- Prevents SD Card damage during power outages
- Cycles RPi power after software lock-up
- Enhanced battery charger up to 700mA; charging stoppable via software command
- Battery overheating protection
- Uses only I2C port (address 0x30) — all GPIO pins remain free
- Works with any Raspberry Pi from Zero to 5
- ECCN Code EAR99
Due to space limitations, the Super Watchdog can deliver only 2.5A @5V to the Raspberry Pi. If you are using Raspberry Pi 5, which can consume up to 5A peak, consider the Multichemistry Watchdog UPS for Raspberry Pi 5.
Works with Open Automation Software
Compatible with widely used tools for control and system integration.
INTERFACES AND I/O
| I/Os | Communication | Software Integration |
|---|---|---|
| • USB-C 5V Power Input | • I2C Port (address 0x30) | • Command Line |
| • 10-24V Pluggable Power Input | • GPIO11 Reset Toggle | • Python Library |
| • Two Li-Ion 18650 Battery Sockets | ||
| • 5V / 2.5A Power Output to Raspberry Pi | ||
| Other Features | ||
| • Provides 2.5A continuous or 3A peak to Raspberry Pi | ||
| • Enhanced battery charger up to 700mA charging current | ||
| • Charging can be stopped with a software command | ||
| • Charge and Standby status LEDs | • Battery overheating protection | |
| • Hardware watchdog with configurable timeout | • On board resettable fuse and reset pushbutton | |
| • Works with any Raspberry Pi from Zero to 5 | ||
DESCRIPTION
The Super Watchdog HAT provides the safety required by any mission-critical Raspberry Pi installation, combining UPS battery backup and an intelligent hardware watchdog in a single compact HAT.
Two 18650 Li-Ion sockets keep the Raspberry Pi running during power outages, preventing SD card corruption. The board is breakable for single-battery space-saving use.
Default 120-second timeout automatically power-cycles the Raspberry Pi on software lock-up. Reset can be triggered via I2C command or by toggling GPIO11 (Pin 23).
Onboard charger provides up to 700mA charging current. Charging can be stopped at any time via a software command, allowing the user to monitor voltage and set a custom charge limit.
Accepts 5V via USB-C or 3.5mm pluggable connector, or 10-24V industrial supply on a separate connector. Delivers 2.5A continuous and 3A peak to the Raspberry Pi over the GPIO bus.
Overheating circuit cuts charging when battery temperature rises. The processor cuts power to the Raspberry Pi at 2.8V to prevent permanent over-discharge damage.
Hardware self-check runs at every power-up. The onboard LED flashes rapidly (5×/s) on fault, or slowly (1×/s) for normal operation. The LED lights when the watchdog resets the Raspberry Pi.
TECHNICAL DETAILS
CARD LAYOUT

MECHANICAL SPECIFICATIONS

ELECTRICAL SPECIFICATIONS
| Power | |
|---|---|
| Power supply | 5V via USB-C or 3.5mm pluggable connector; 10–24V via separate 3.5mm pluggable connector |
| Output to Raspberry Pi | 5V / 2.5A continuous, 3A peak |
| Onboard resettable fuse | Yes |
| Battery | |
|---|---|
| Battery type | Li-Ion 18650 (×2 sockets) |
| Battery cutoff voltage | 2.8V |
| Charger | |
|---|---|
| Maximum charging current | 700mA |
| Overheating protection | Yes |
POWER REQUIREMENTS
Power supply: The Super Watchdog HAT can be powered by 5V or 10–24V power supplies. Five volts can be provided through a USB Type-C port or a 3.5mm pluggable connector. Ten to 24V can be provided on a separate pluggable connector. Important: In order to operate, the watchdog must supply the power to the Raspberry Pi.
Note: The 10–24V power connector may be labeled 10V–32V on the silkscreen. The actual accepted input range is 10V–24V maximum.
BATTERY OPERATION
Two 18650 Li-Ion batteries (not provided) can keep the Raspberry Pi running for hours, assuring continuous operation during power outages. When running on battery power, the watchdog processor monitors the battery voltage. To prevent permanent damage due to over-discharging, the processor will cut off power to the Raspberry Pi when the battery drops below 2.8V. A software command is available to monitor the battery voltage. It is strongly recommended that Raspberry Pi performs a self-shutdown when the battery voltage drops below 3.0V.
SELF TEST
The Super Watchdog HAT has onboard hardware to self-check all major functions. The self-check is performed at each power-up. The onboard LED flashes rapidly (5 times per second) if a hardware error is detected, or slowly (1 time per second) to indicate normal functionality. The LED turns on when the watchdog resets the Raspberry Pi, and off when the Raspberry Pi is powered down for a specific time interval.
PUSH-BUTTON
The Super Watchdog HAT has an onboard pushbutton that can be read by the local processor, which in turn can interrupt the Raspberry Pi. The push button can be used to shut down or reset the Raspberry Pi without a keyboard and monitor. A 2-pin jumper parallel to the pushbutton permits installation of the pushbutton at a remote location when the Raspberry Pi is installed in an enclosure.
HARDWARE WATCHDOG
The Super Watchdog HAT includes a hardware watchdog that ensures your system automatically recovers if the Raspberry Pi software becomes unresponsive. The watchdog is disabled at power-up and activates after it receives the first reset command from the Raspberry Pi.
| Watchdog Parameters | |
|---|---|
| Initial timeout period | Configurable — allows time for Raspberry Pi to boot and start the application |
| Running timeout period | Configurable — normal operating timeout (default 120 seconds) |
| Off period | Configurable — duration the Raspberry Pi power is cut when timeout triggers (default 10 seconds) |
| Reset counter | Stored in non-volatile flash; can be read or cleared at any time |
| Reset trigger | I2C command or GPIO11 toggle (Pin 23 on the GPIO connector) |
For a full list of watchdog commands, run: wdt -h
COMPATIBILITY
| Interface | I2C |
| GPIO used | GPIO2 (SDA), GPIO3 (SCL), GPIO11 (reset) — 3 pins; remaining 21 GPIO pins stay free |
| Max stack | 1 card (fixed I2C address 0x30) |
| Compatible with | All Raspberry Pi versions from Zero to 5 (40-pin GPIO header) |
FIRMWARE UPDATE
The onboard microcontroller firmware can be updated in the field. The update tool downloads the latest firmware from Sequent Microsystems' servers and flashes it to the board over I2C.
Running the Update
~$ cd ~/wdt-rpi/update/
~/wdt-rpi/update$ ./update (or ./update64 for 64-bit OS)
Full instructions including recovery procedures are available at:
https://github.com/SequentMicrosystems/wdt-rpi/tree/master/update/README.md
DOWNLOADS
| User's Guide (PDF) | Schematics (PDF) | CAD | Software & Integrations |
|---|---|---|---|
| User's Guide V6.0 | Schematic V6 | 2D CAD Drawing | Command Line |
| Schematic V7 | 3D-STEP-MODEL V6 | Python Library | |
| Schematic V9 | 3D-STEP-MODEL V7 | Line Power Monitor Example | |
| 3D-STEP-MODEL V9 |
COMPLIANCE
RoHS and REACH Compliance Declaration
WHAT'S INCLUDED
When you purchase the card you will receive the following items:
| 1. Super Watchdog HAT for Raspberry Pi |
|---|
![]() |
| 2. Mounting Hardware | |
|---|---|
![]() |
|
| 3. Connector Plugs for Power Inputs | |
|---|---|
![]() |
|
QUICK START
- Plug your card on top of your Raspberry Pi and power up the system from the watchdog.
- Enable I2C communication on Raspberry Pi using
raspi-config. - Install the software from GitHub:
~$ 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. To read more about the CLI, please refer to the README file. You can also write your own application using the Python Library.
Expand Your System
-
In stockDIN-RAIL Kit Type2 Perpendicular Mount for Raspberry Pi
Install Raspberry Pi and any number of HATs perpendicular to the DIN-Rail; One kit for up to 5 HATs. -
Coming soonSmart Fan HAT the Best Cooling Solution for Raspberry Pi
PWM controlled 40x40x10mm Fan keeps Raspberry Pi temperature constant; Stackable with any other HAT. -
In stockDIN-RAIL Kit Type1 Parallel Mount for Raspberry Pi
Install Raspberry Pi and multiple HATs parallel on the DIN-Rail; 90% rotation; Raspberry Pi 1 to 5. -
Sale
In stockBreakout Card Kit Pluggable-Prototype-Breadboard SM/TH for Raspberry Pi
Routes all 40 GPIO pins to pluggable terminal blocks; Main card for Through Hole, two add-on cards for Surface Mount DIY projects.




