MeshTalos-Client/managed_components/espressif__esp_modem
2025-12-03 14:20:11 +08:00
..
examples first commit 2025-12-03 14:20:11 +08:00
include first commit 2025-12-03 14:20:11 +08:00
port/linux first commit 2025-12-03 14:20:11 +08:00
private_include first commit 2025-12-03 14:20:11 +08:00
src first commit 2025-12-03 14:20:11 +08:00
test first commit 2025-12-03 14:20:11 +08:00
.build-test-rules.yml first commit 2025-12-03 14:20:11 +08:00
.component_hash first commit 2025-12-03 14:20:11 +08:00
.cz.yaml first commit 2025-12-03 14:20:11 +08:00
CHANGELOG.md first commit 2025-12-03 14:20:11 +08:00
CHECKSUMS.json first commit 2025-12-03 14:20:11 +08:00
CMakeLists.txt first commit 2025-12-03 14:20:11 +08:00
idf_component.yml first commit 2025-12-03 14:20:11 +08:00
Kconfig first commit 2025-12-03 14:20:11 +08:00
LICENSE first commit 2025-12-03 14:20:11 +08:00
pre_upload.sh first commit 2025-12-03 14:20:11 +08:00
README.md first commit 2025-12-03 14:20:11 +08:00

ESP MODEM

Component Registry

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