esp-idf/examples/cxx/experimental/esp_modem_cxx/README.md
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

19 lines
724 B
Markdown

| 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](https://components.espressif.com/component/espressif/esp_modem) 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](managed_components/espressif__esp_modem/README.md)
Or refer to the component's [documentation](managed_components/espressif__esp_modem/docs/html/index.html)