Page 3 of 3

Re: Need help for Battery Support with ESP32-WROVER Module

Posted: Fri Mar 25, 2022 4:02 am
by Ritesh
For the power consumption of the ESP32 chip, you can refer to the chip's datasheet: https://www.espressif.com/sites/default ... eet_en.pdf.

For the power consumption of any of the modules, you can refer to their respective datasheets from here: https://www.espressif.com/en/products/modules.

The datasheet mentions:
The operating voltage of ESP32 ranges from 2.3 V to 3.6 V.
So that range should be safe.
It also recommends a power supply which can deliver 500mA or more.
Thanks ESP_jakob for your prompt response.

We will check into details for the same and let you know.

I just want to ask that do you have any reference design for battery based system with ESP32 so that we can have idea like what is not taken care and what is missing into our design.