STM32WB in sleep/standby mode?
Hello!
I am using STM32WB as a MCU for a custom pcb. I am using the BLE Sensor firmware but slightly altered for our application.
The question I have is - If I want to perform data acquisition intermittently (let's say every 5 mins) and transmit data over BLE, is there some sort of power consumption features within the MCU/firmware that will put the MCU into standby/sleep but stay connected to BLE (to an app let's say)? If not, is there a still way to keep the MCU on in lower power mode when measurements are not being taken?
Trying to prolong battery life is the main objective here.
Thanks