uploaded 5 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 network interfaces by creating a WiFi soft AP that uses NAT to manage data…
    7.76 KB
  • linux_modem
    This is an experimental port of the esp_modem to Linux, mocking some IDF functionality and implementing esp_netif to support a tun interface. It uses…
    3.37 KB
  • modem_console
    This example primarily focuses on experimenting with a modem device, enabling the sending of custom commands and switching to PPP mode using the esp-…
    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 enables PSM in the modem,…
    5.18 KB
  • modem_tcp_client
    This example demonstrates how to act as an 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 an MQTT client after the PPPoS channel is created using ESP-MQTT APIs. It facilitates USB connection to the modem…
    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 CMUX mode, allowing simultaneous…
    14.20 KB