thorrak/esp_wifi_config

0.1.0

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

7 examples

  • basic
    This example demonstrates basic usage of the ESP WiFi Config component, including remote configuration via HTTP API and captive portal setup.
    4.77 KB
  • with_ble
    4.62 KB
  • with_ble_deinit
    Demonstrates a service-only BLE mode allowing the application to manage the NimBLE stack lifecycle for use cases beyond WiFi provisioning.
    7.57 KB
  • with_cli
    Example demonstrating WiFi Config with CLI interface for managing network connections.
    3.40 KB
  • with_improv
    3.87 KB
  • with_webui
    Example demonstrating WiFi Config with embedded Web UI.
    3.16 KB
  • with_webui_customize
    Example demonstrating WiFi Config with a customizable frontend from LittleFS, allowing easy UI modifications.
    5.36 KB