How can I put the STM32 to turn on/off at specific times?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-26 5:06 PM
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?
- Labels:
-
Power
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-27 12:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-27 1:21 AM
> 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-06 8:55 AM
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.
