2022-05-02 01:34 AM
2022-05-09 08: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.
2022-05-09 05: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
2022-05-09 05: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")
}