mirror of
https://github.com/espressif/esp-idf
synced 2025-04-22 14:31:34 -04:00
* esp_modem cxx example to use esp_event_cxx (using only sync event) * Use 0.1.9 version of the esp_modem to support CMake 3.5 * Add supported targets ESP32 and ESP32s2 Closes https://github.com/espressif/esp-idf/issues/1847 Closes https://github.com/espressif/esp-idf/issues/4688 Closes https://github.com/espressif/esp-idf/issues/6637 Closes https://github.com/espressif/esp-idf/issues/5754 Closes https://github.com/espressif/esp-idf/issues/5722
Supported Targets | ESP32 | ESP32-S2 |
---|
Simple example of esp_modem component
(See the README.md file in the upper level 'examples' directory for more information about examples.)
Overview
This example demonstrates the use of the esp-modem component to connect to a network and send some AT commands. It uses modem CMUX mode so that commands and network could be used at the same time.
About the esp_modem
Please check the component README
Or refer to the component's documentation