uploaded 5 months ago
Utility wrapper for esp_wifi functionality on remote targets

3 examples

  • mqtt
    This is a simple MQTT demo that connects to a WiFi AP. It requires the `esp_wifi_remote` dependency for platforms without native WiFi, redirecting…
    12.93 KB
  • server
    This is a standalone application serving as the slave device for `esp_wifi_remote` users with `eppp` RPC. You need to configure and connect the slave…
    10.18 KB
  • two_stations
    This example demonstrates the use of both local and remote Wi-Fi functionalities on the same chip. It highlights the need for separate compilation…
    6.16 KB