Page 1 of 1

ESP32-H2 - BLE Low-Power Application

Posted: Fri Jul 21, 2023 3:46 pm
by fnap17
Hi there,

seeing the characteristics of the ESP32-H2 board I noticed that there is the possibility of developing BLE applications with the following advantages:
- enable Modem-Sleep mode when it is necessary to communicate via BLE
- instead switch to Light-Sleep mode when you don't want to communicate via BLE (consuming about 20 uA)

This possibility is described at the following repository link:
- https://github.com/espressif/esp-idf/tr ... power_save

Initially I wanted to start (debug & test) with the ESP32-H2-DevKitM-1 devkit:
- https://espressif-docs.readthedocs-host ... -reference

Question1: is it possible to create a BLE application that allows to switch from deep-sleep mode (consuming about 7 uA) to modem-sleep mode?
Question2: are there any Getting Started examples to start developing BLE Low-Power applications?

Thank you all!