uploaded 4 months ago
Library for communicating with cellular modems in command and data modes

7 examples

  • ap_to_pppos
    This example focuses on networking, enabling packet forwarding between interfaces by creating a WiFi soft AP that uses NAT to route packets to and…
    7.75 KB
  • linux_modem
    This is an experimental port of the esp_modem to Linux, providing a mock of some IDF functionality and implementing esp_netif to support a tun…
    3.37 KB
  • modem_console
    This example focuses on experimenting with a modem device, allowing custom commands and switching to PPP mode using esp-console and its command line…
    26.28 KB
  • modem_psm
    This example demonstrates Power Saving Mode (PSM) in Sim70XX modems alongside Deep Sleep and Light Sleep modes in ESP32. It synchronizes the sleep…
    5.18 KB
  • modem_tcp_client
    This example demonstrates how to act as an MQTT client using modem's TCP commands, supporting two configurations: a custom TCP transport using AT…
    192.44 KB
  • pppos_client
    This example shows how to act as a MQTT client after the PPPoS channel created by using ESP-MQTT APIs.
    10.47 KB
  • simple_cmux_client
    This example demonstrates the use of the esp-modem component to connect to a network and send AT commands, using CMUX mode for simultaneous command…
    15.84 KB