To access the source code, Click Here
This project involves using a web page to connect to the ESP32 and control the activation of the LEDs (turning them on or off).
- Two Leds
- Two resistors 220 ohms
- One DOIT ESP32 Board - ESP32-WROOM-32D
- One Protoboard
Setting up and establishing the Wi-Fi connection between the ESP32 and client devices, as well as handling HTTP requests and responses appropriately to control the LEDs.
- Understanding how to set up and establish a Wi-Fi connection between the ESP32 and client devices, and configuring the SSID, password, IP address, gateway, and subnet.
- Learning how to use the WebServer library to handle HTTP requests and responses appropriately, allowing the control of LEDs through the web page.
- Understanding how to integrate HTML and CSS into the web page served by the ESP32 to create a user-friendly interface for controlling the LEDs.
