mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-28 09:47:26 +02:00
1.2.1 Bug Fixes - Use higher GPIO range to support new chips (428fdbbd
, #558) - Remove tests and support for IDFv4.4, added IDFv5.4 (433a033f
) - Fix typo GENETIC -> GENERIC in mode types (090b1ff8
, #667) - Add support for URC handler into C-API (295d99df
, #180)
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 Cexamples/modem_console
-- C++ example implementing simple terminal console with DCE commandsexamples/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
- Continue with esp-modem brief overview
- View the full html documentation