cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB5mmdk standby mode

samuel_l
Visitor

In my ble application(BLE peripheral) code i need to enter standby mode(BLE can be disabled in stand by mode), after 20 sec by RTC wake up i need to enable the BLE again, start advertising and do some ADC reading.

 

Is there any particular example code is available to enter the stm32wb series in standby mode in a ble application?

If i use LPM manager by the STM cube ide is it possible to enter standby mode and stay there for 20 sec?

1 REPLY 1
STTwo-32
ST Employee

Hello @samuel_l and welcome to the ST Community.

I Think the GitHub example stm32-hotspot/STM32WB-BLE-standby: Standby is a low power mode available on STM32 MCUs, in this repository we share a STM32WB BLE code example on a standby use case can provide the best guidance for you to implement the Standby on the same BLE context. To go to Standby mode. the BLE should stopped before entering Standby mode.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.