Power Off Modes

Not all trackers power down in the same way. The method used to turn off the device depends entirely on its underlying hardware design. There are two primary methods you’ll encounter: a true hardware shutdown managed by a dedicated chip, and a software-simulated “off” state using the microcontroller’s deep sleep mode.

Understanding the difference is crucial for proper battery management.


1. Hardware Power Off (e.g., T-Beam)

This is the most effective and safest way to power down a device.

This is a true “off” state.


2. Software “Power Off” / Deep Sleep (e.g., Heltec Wireless Tracker)

This method is a clever software workaround for devices that lack a dedicated power management chip.

For this reason, it is essential that devices using the deep sleep method have a separate Battery Management System (BMS) circuit, either on the mainboard or built into the battery pack itself, to provide over-discharge protection.

This is a simulated “off” state, not a true hardware shutdown, but it works fine.