WebguiappTemplate/managed_components/espressif__esp_modem
2022-08-16 16:58:50 +02:00
..
docs added esp_modem, components update 2022-08-16 16:58:50 +02:00
include added esp_modem, components update 2022-08-16 16:58:50 +02:00
port/linux added esp_modem, components update 2022-08-16 16:58:50 +02:00
private_include added esp_modem, components update 2022-08-16 16:58:50 +02:00
src added esp_modem, components update 2022-08-16 16:58:50 +02:00
test added esp_modem, components update 2022-08-16 16:58:50 +02:00
.component_hash added esp_modem, components update 2022-08-16 16:58:50 +02:00
.gitignore added esp_modem, components update 2022-08-16 16:58:50 +02:00
CMakeLists.txt added esp_modem, components update 2022-08-16 16:58:50 +02:00
idf_component.yml added esp_modem, components update 2022-08-16 16:58:50 +02:00
LICENSE added esp_modem, components update 2022-08-16 16:58:50 +02:00
pre_upload.sh added esp_modem, components update 2022-08-16 16:58:50 +02:00
README.md added esp_modem, components update 2022-08-16 16:58:50 +02:00

ESP MODEM

The esp-modem component is a managed component for esp-idf that is used for communication with GSM/LTE modems that support AT commands and PPP protocol as a network interface.

Examples

Get started with one of the examples:

  • examples/pppos_client -- simple client implemented in C
  • examples/modem_console -- C++ example implementing simple terminal console with DCE commands
  • examples/ap_to_pppos -- this example focuses on the network connectivity of the esp-modem and provides a WiFi AP that forwards packets (and uses NAT) to and from the PPPoS connection.
  • examples/simple_cmux_client -- this example sets up the CMUX mode to talk to the modem using AT commands with simultaneously maintaining active network connection.

Documentation