cancel
Showing results for 
Search instead for 
Did you mean: 

How can I put the STM32 to turn on/off at specific times?

reokyouma
Associate III

Is there any way I can turn on and off the device at specific time or make it in a low power mode to save battery life?

3 REPLIES 3
Mohamed Aymen HZAMI
ST Employee

Hello,

What do you mean turn on/off the device ?

For the low power part you can start with an example from the STM32Cube_FW_L4.

Best Regards,

Mohamed Aymen.

> What do you mean turn on/off the device ?

Being able to turn on like once per hour and then turn off after few minutes

Additional question. For the lower power part. Does the lower part disables the Bluetooth functionality or it is still running at low power? for st products with Bluetooth functionally

Mohamed Aymen HZAMI
ST Employee

Hello,

>Being able to turn on like once per hour and then turn off after few minutes :

You can configure a timer to wake up the MCU each period of time.

For the second part :

It depends on the product capabilities at low power modes.

You can refer to this series STM32WB for more details.

Best Regards,

Mohamed Aymen.