ESP Component Registry
Open main menu
Docs
Blog
Sign in
thorrak
/esp_wifi_config
0.4.1
Latest
Star
3
uploaded 9 hours ago
WiFi Config component with multi-network support, auto-reconnect, SoftAP captive portal, REST API, and ESP-IDF Network Provisioning over BLE
Readme
Dependencies
2
Dependents
0
Examples
9
Versions
14
9 examples
basic
This example demonstrates basic usage of the ESP WiFi Config component, including remote configuration and captive portal setup.
7.25 KB
with_ble
7.04 KB
with_ble_deinit
Demonstrates BLE service-only mode, removing WiFi Config's GATT service while NimBLE remains running.
7.65 KB
with_cli
Example demonstrating WiFi Config with a CLI interface, including commands for managing WiFi networks and access points.
3.50 KB
with_improv
3.93 KB
with_shared_httpd
This example starts its own HTTP server and hands it to the library so both sets of routes share one server.
4.22 KB
with_webui
Example demonstrating WiFi Config with embedded Web UI. It includes a captive portal for initial setup.
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