mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
19 lines
724 B
Markdown
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)
|