esp_modem/examples: Add an example to synchronise PSM sleep in Sim70XX modem and esp32.

This example enables Power saving mode in Sim70XX modem and tries to synchronise the sleep cycle of the modem with esp32.
When the modem wakes up from PSM sleep it wakes up the esp32. While the modem is awake esp32 is set to light sleep.

Closes: https://github.com/espressif/esp-protocols/issues/54
This commit is contained in:
Abhik Roy
2022-10-18 14:55:34 +05:30
parent 5097065a22
commit 1ca139109a
6 changed files with 360 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_LWIP_PPP_SUPPORT=y