achimpieters/esp32-captive_portal

0.0.2

Yanked
uploaded 9 months ago
Yank reason: wrong
Captive WiFi configuration portal with embedded HTML for ESP-IDF.

readme

# ESP32 Captive Portal

This ESP-IDF component implements a WiFi captive portal using a SoftAP and embedded HTML.
Ideal for onboarding accessories to a network.

## Usage

```c
wifi_config_init("MyDevice", NULL, on_wifi_ready);
```

- Automatically starts captive portal if no credentials are stored.
- Saves SSID/password to NVS.
- Calls your callback when WiFi is ready.

## Files

- `wifi_config.c/h` – main logic
- `form_urlencoded.c/h` – form parser
- `index.html` – embedded HTML UI

## License

MIT © 2025 Achim Pieters | StudioPieters®

Links

Maintainer

  • info@studiopieters.nl

License: MIT

To add this component to your project, run:

idf.py add-dependency "achimpieters/esp32-captive_portal^0.0.2"

download archive

Stats

  • Archive size
    Archive size ~ 4.92 KB
  • Downloaded in total
    Downloaded in total 74 times
  • Downloaded this version
    This version: 1 time

Badge

achimpieters/esp32-captive_portal version: 0.0.2
|