thorrak/esp_wifi_config

0.4.0

Latest
uploaded 8 hours ago
WiFi Config component with multi-network support, auto-reconnect, SoftAP captive portal, REST API, and ESP-IDF Network Provisioning over BLE

9 examples

  • basic
    This example demonstrates basic usage of the ESP WiFi Config component, including remote configuration and captive portal setup.
    7.26 KB
  • with_ble
    7.04 KB
  • with_ble_deinit
    Demonstrates BLE service-only WiFi provisioning while the application owns NimBLE. BLE remains available after deinit.
    7.65 KB
  • with_cli
    Example demonstrating WiFi Config with a CLI interface, including commands for managing WiFi networks and connections.
    3.50 KB
  • with_improv
    3.93 KB
  • with_shared_httpd
    This example shows how to share an application-owned HTTP server with the WiFi configuration library.
    4.22 KB
  • with_webui
    An example demonstrating WiFi Config with an embedded Web UI for scanning, connecting to, and managing WiFi networks.
    3.28 KB
  • with_webui_app_assets
    This example demonstrates a custom Web UI embedded in the firmware by the application and served through WiFi Config.
    7.95 KB
  • with_webui_customize
    Example demonstrating WiFi Config with a customizable frontend served from LittleFS.
    5.77 KB