This application is designed to facilitate the setup of ESP32 devices by allowing users to send Wi-Fi network credentials—including the network name and passphrase—via SoftAP transport. It leverages the wifi-provisioning functionality available in ESP IDF versions 3.2 and above.
Key Features:
- SoftAP-based Wi-Fi provisioning compatible with ESP IDF v3.2+
- Security Level 1 implementation
- Proof of Possession (PoP) for enhanced security
- Wi-Fi network scan list capability
For further details, please refer to the official documentation: ESP IDF Wi-Fi Provisioning