thorrak/esp_wifi_config

0.2.2

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

8 examples

  • basic
    This example demonstrates the basic usage of the ESP WiFi Config component, including HTTP API for remote configuration and captive portal setup.
    7.26 KB
  • with_ble
    7.04 KB
  • with_ble_deinit
    Demonstrates the service-only BLE mode where the application retains control of the NimBLE stack during WiFi provisioning.
    7.65 KB
  • with_cli
    Example demonstrating WiFi Config with CLI interface for ESP32-S3 and interactive commands.
    3.50 KB
  • with_improv
    3.93 KB
  • with_shared_httpd
    This example demonstrates starting an HTTP server owned by the application, allowing both application and library routes to coexist.
    4.22 KB
  • with_webui
    Example demonstrating WiFi Config with embedded Web UI.
    3.28 KB
  • with_webui_customize
    This example demonstrates WiFi configuration with a customizable frontend served from LittleFS, allowing UI replacement without firmware recompilation.
    5.47 KB