This project demonstrates hosting a responsive webpage using the ESP32 and the ESP-IDF framework. The webpage features sliders and buttons to dynamically update values on the ESP32 in real time.
- Wi-Fi Access Point: The ESP32 hosts a hotspot with a predefined SSID and password.
- Interactive Webpage: Accessible at
http://miata.local
with sliders and buttons for real-time control. - SPIFFS Support: Stores and serves webpage files directly from the ESP32.
- ESP32 development board.
- ESP-IDF installed.
- A serial terminal for debugging.
- NVS Initialization: Non-volatile storage setup.
- SPIFFS: Hosts webpage files.
- Wi-Fi: Creates an access point.
- Web Server: Serves files and processes user input.