espressif/esp_modem

2.0.2

Latest
uploaded 16 hours 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 via a WiFi soft AP using NAT.
    7.76 KB
  • linux_modem
    This is an experimental port of the esp_modem to Linux, implementing esp_netif with a tun interface and lwIP ppp for modem communication.
    3.37 KB
  • modem_console
    This example targets experimenting with a modem device using esp-console to send commands and switch to PPP mode. It demonstrates basic network functionality with commands like `httpget` and `ping`.
    26.54 KB
  • modem_psm
    This example demonstrates Power Saving Mode in Sim70XX modems and sleep modes in ESP32, syncing their sleep cycles.
    5.18 KB
  • modem_tcp_client
    This example demonstrates acting as an MQTT client using modem's TCP commands, supporting custom TCP transport and localhost listener configurations.
    192.44 KB
  • pppos_client
    This example shows how to act as a MQTT client after the PPPoS channel created 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