embedblocks/wifi-manager

0.1.0

Latest
uploaded 1 day ago
WiFi lifecycle manager for ESP-IDF. Handles scanning, credential-based reconnection, and BLE provisioning as a single owned component — including disconnect recovery, multi-AP priority, time-window deadlines, retry-in-place provisioning and NVS-persisted credentials with LRU ranking. Other components observe state through an event interface and never touch esp_wifi directly.

1 example

  • basic_provisioning
    This example demonstrates the full `wifi_manager` boot sequence on an ESP32, including first-boot BLE provisioning and automatic reconnection.
    9.74 KB