esp-idf/examples/cxx/experimental/esp_modem_cxx
David Cermak 6cc07ecd58 examples: Add experimental modem example
* 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
2021-09-07 13:27:50 +02:00
..
main examples: Add experimental modem example 2021-09-07 13:27:50 +02:00
CMakeLists.txt examples: Add experimental modem example 2021-09-07 13:27:50 +02:00
README.md examples: Add experimental modem example 2021-09-07 13:27:50 +02:00
sdkconfig.defaults examples: Add experimental modem example 2021-09-07 13:27:50 +02:00

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