thorrak/esp_wifi_config

0.2.1

Latest
uploaded 1 day 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 enabling HTTP REST API and captive portal for network setup.
    7.26 KB
  • with_ble
    7.04 KB
  • with_ble_deinit
    This example demonstrates a 'service-only' BLE mode where the application maintains the NimBLE stack for ongoing use after WiFi provisioning.
    7.65 KB
  • with_cli
    Example demonstrating WiFi Config with CLI interface. It includes various commands for managing WiFi connections.
    3.50 KB
  • with_improv
    3.93 KB
  • with_shared_httpd
    This example demonstrates how to start an HTTP server owned by the application, allowing the library's routes to coexist on one server and port.
    4.22 KB
  • with_webui
    Example demonstrating WiFi Config with embedded Web UI.
    3.28 KB
  • with_webui_customize
    This example demonstrates a customizable WiFi config web UI leveraging LittleFS for serving frontend files.
    5.47 KB