uploaded 9 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, utilizing `esp_wifi_remote` to redirect WiFi calls to a remote target if running on a chipset…
    8.51 KB
  • server
    This application serves as the slave device for users of 'esp_wifi_remote' using 'eppp' RPC. It requires connection through UART and configuration of…
    6.00 KB
  • two_stations
    This example demonstrates using Wi-Fi and a Wi-Fi remote on the same chip. It involves configuring two access points—one for local Wi-Fi using the…
    4.61 KB