Long battery life for ESP32

pekkin
Posts: 2
Joined: Mon Sep 16, 2019 8:32 am

Long battery life for ESP32

Postby pekkin » Mon Sep 16, 2019 8:50 am

Hello, Experts.

I would like to run ESP32 for 48 hours and I understand that it depends on operating mode.
Briefly about it :
1)SPI read for approximately 48 hours
2)No data transfer by Wi-Fi
3)Write data on SLC NAND memory module

Could you help me to calculate the minimum battery capacity, please? Or share the links with similar information?
Thanks!

tommeyers
Posts: 184
Joined: Tue Apr 17, 2018 1:51 pm
Location: Santiago, Dominican Republic

Re: Long battery life for ESP32

Postby tommeyers » Mon Sep 16, 2019 1:38 pm

Begin by measuring the current in each of the states you listed with time in each state.

Post your results.
IT Professional, Maker
Santiago, Dominican Republic

boarchuz
Posts: 566
Joined: Tue Aug 21, 2018 5:28 am

Re: Long battery life for ESP32

Postby boarchuz » Mon Sep 16, 2019 2:20 pm

What is the interval between SPI/flash activity? That will determine if/which sleep modes are viable.
If you wanted to be very aggressive about it, you might even use the ULP to bitbang SPI and buffer the received data, while the SoC wakes intermittently to write the data to flash when the buffer is full.

Who is online

Users browsing this forum: Bing [Bot] and 87 guests