You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

espressif/esp_modem

1.0.5

Latest
uploaded 2 years ago
Library for communicating with cellular modems in command and data modes

8 examples

  • ap_to_pppos
    This example focuses on networking, enabling packet forwarding between interfaces by creating a WiFi soft AP that uses NAT to connect to the PPP…
    8.81 KB
  • ap_to_pppos_l2
    This example demonstrates how to implement a simple "router" with ESP32 that forwards packets between an Ethernet port and a Wi-Fi AP interface,…
    8.71 KB
  • linux_modem
    This is an experimental port of the esp_modem to Linux, which mocks certain IDF functionalities and implements esp_netif to support a tun interface,…
    3.43 KB
  • modem_console
    This example primarily targets experimenting with a modem device, allowing the sending of custom commands and switching to PPP mode using esp-…
    17.95 KB
  • modem_psm
    This example demonstrates Power Saving Mode (PSM) in Sim70XX modems, along with Deep Sleep and Light Sleep modes in ESP32. It enables PSM in the…
    5.18 KB
  • modem_tcp_client
    This example demonstrates how to act as an MQTT client using modem's TCP commands, applicable in two configurations: a custom TCP transport using AT…
    182.11 KB
  • pppos_client
    This example shows how to act as a MQTT client after the PPPoS channel created by using ESP-MQTT APIs.
    10.20 KB
  • simple_cmux_client
    This example demonstrates the use of the esp-modem component to connect to a network and send AT commands in CMUX mode, allowing simultaneous command…
    13.82 KB