espressif/esp_modem

2.0.1

Latest
uploaded 3 weeks ago
Library for communicating with cellular modems in command and data modes

7 examples

  • ap_to_pppos
    This example focuses on networking by enabling packet forwarding between network interfaces. It creates a WiFi soft AP that utilizes NAT to connect…
    7.76 KB
  • linux_modem
    This is an experimental port of the esp_modem to Linux, implementing `esp_netif` with a `tun` interface for PPPoS communication over a modem serial…
    3.37 KB
  • modem_console
    This example targets experimenting with a modem device using esp-console, allowing for custom command execution and switching to PPP mode. It…
    26.28 KB
  • modem_psm
    This example demonstrates Power Saving Mode (PSM) in Sim70XX modems along with 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: Custom TCP transport, which…
    192.44 KB
  • pppos_client
    This example shows how to act as an MQTT client after creating a PPPoS channel using ESP-MQTT APIs. It supports USB modem connections for specific…
    10.47 KB
  • simple_cmux_client
    This example demonstrates the use of the esp-modem component to connect to a network and send some AT commands. It utilizes CMUX mode to enable…
    15.84 KB