uploaded 6 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 access point. It supports running on devices without native WiFi by redirecting calls to a remote…
    12.93 KB
  • server
    This is a standalone application serving as the slave device for `esp_wifi_remote` users with `eppp` RPC. It requires configuring a slave device to…
    10.18 KB
  • two_stations
    This example demonstrates the use of local Wi-Fi and remote Wi-Fi on the same chip, utilizing separate compilation units to avoid type conflicts. It…
    6.15 KB