ABC of Electronics cosycom.com
ESP32 BASICS · LESSON 08

Powering the ESP32 from Batteries

Voltage regulators, LiPo cells, and the current budget you need to plan for Wi-Fi bursts.

An ESP32 board drawing power from a wall adapter is forgiving. The moment you move to batteries, current budget and regulation start to matter, especially because the Wi-Fi radio draws noticeably more current in short bursts than the rest of the chip.

Regulators

Most dev boards include a small linear or switching regulator that steps a higher input voltage down to the 3.3 V the chip needs. Feeding the board through its 5V/VIN pin (rather than directly into 3V3) lets that regulator do its job properly.

Typical current draw, for planning purposes only
SituationRough current
Deep sleepTens of microamps
Idle, Wi-Fi offA few tens of milliamps
Wi-Fi transmittingShort bursts up to a few hundred milliamps

Battery options

A single-cell LiPo battery paired with a small charging/protection board is a common choice, since its voltage range sits comfortably within what most dev-board regulators accept. Plain AA or AAA cells work too, but check the regulator's minimum input voltage before assuming three cells in series will be enough as they discharge.

KEY IDEA
Design for the Wi-Fi current spike, not the average — a supply that looks fine on paper can brown out the chip during a burst.