uploaded 1 year ago
Library for communicating with cellular modems in command and data modes

7 examples

  • ap_to_pppos
    This example focuses on the networking part, enabling the forwarding of packets between network interfaces. It creates a WiFi soft AP that uses NAT…
    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 to support a tun interface, using…
    3.37 KB
  • modem_console
    This example primarily focuses on experimenting with a modem device, allowing the sending of custom commands and switching to PPP mode using esp-…
    18.24 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 on devices that support 'socket' related commands. It can function…
    179.76 KB
  • pppos_client
    This example shows how to act as an MQTT client after the PPPoS channel is created using ESP-MQTT APIs.
    10.83 KB
  • simple_cmux_client
    This example demonstrates the use of the esp-modem component to connect to a network and send AT commands, utilizing CMUX mode for simultaneous…
    14.20 KB