espressif/esp_modem

2.1.0

Latest
uploaded 9 hours 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 interfaces via a WiFi soft AP using NAT.
    7.78 KB
  • linux_modem
    This is an experimental port of the esp_modem to Linux, supporting a tun interface and utilizing lwIP for PPPoS.
    3.37 KB
  • modem_console
    This example targets experimenting with a modem device, sending commands, and switching to PPP mode using esp-console.
    26.54 KB
  • modem_psm
    This example demonstrates Power Saving Mode in Sim70XX modems and synchronizes sleep cycles with esp32.
    5.18 KB
  • modem_tcp_client
    This example demonstrates how to act as an MQTT client using modem's TCP commands through custom configurations.
    192.44 KB
  • pppos_client
    This example shows how to act as an MQTT client after the PPPoS channel created by using ESP-MQTT APIs.
    10.48 KB
  • simple_cmux_client
    This example demonstrates the use of the esp-modem component to connect to a network and send AT commands.
    15.96 KB