uploaded 6 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 for communication with a…
    7.76 KB
  • linux_modem
    This is an experimental port of the esp_modem to Linux, which mocks some IDF functionality and implements esp_netif. It supports a tun interface and…
    3.37 KB
  • modem_console
    This example primarily focuses on experimenting with a modem device, utilizing custom commands and PPP mode via esp-console. It demonstrates basic…
    18.27 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 a MQTT client using modem's TCP commands, provided the device supports socket-related commands. It can be…
    179.76 KB
  • pppos_client
    This example shows how to act as a MQTT client after the PPPoS channel created by using ESP-MQTT APIs.
    10.82 KB
  • simple_cmux_client
    This example demonstrates the use of the esp-modem component to connect to a network and send AT commands using modem CMUX mode, allowing…
    14.20 KB