/esp-idf-wifi-captive-portal

Example ESP-IDF captive portal for setting up STA WiFi

Primary LanguageRustApache License 2.0Apache-2.0

esp-idf-wifi-captive-portal

Example ESP-IDF captive portal for setting up STA WiFi

  • WSL

    usbipd list
    usbipd attach -awb <BUSID>
  • *nix

    cargo r --release

Uses websockets to communicate from the browser to the ESP device (CONFIG_HTTPD_WS_SUPPORT=y in sdkconfig.defaults) and the crate edge-captive for the DNS captive portal.