Hello everyone,
I am new on a project where we use the P-L496G-CELL02 kit, my question I would like to manage the sleep and wakeup mode.
I searched for examples but couldn't find much.
do you have any ideas please?
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-02 1:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 8:42 AM
Hi @IOT Embedded System​ ,
You can find a list of examples compatible with this board on the tab Tools & Software at the P-L496G-CELL02.
-Amel
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 5:19 PM
@Amel NASRI​
Thanks for your feedback. I did not find an example that manages sleep and wakeup mode with sms, I browsed the celullar driver, I see that has two APIs with a wakeup stm32 and sleep log, I don't know if it's there user to implement this party or not, if so do you have an example to share with me, thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 5:20 PM
static void STM32_SleepRequest(void)
{
PRINT_CELLULAR_SERVICE("STM32_SleepRequest\n\r")
}
static void STM32_Wakeup(void)
{
PRINT_CELLULAR_SERVICE("STM32_Wakeup\n\r")
}
