ESP32 Beginner Course #10: Web Server LED Control from a Browser
Build a simple ESP32 web server, serve an HTML control page, and turn an LED on and off from a browser over WiFi.
Search by title, tag, or category. Articles are Markdown-based with metadata, tags, reading time, syntax highlighting, and tables of contents.
Build a simple ESP32 web server, serve an HTML control page, and turn an LED on and off from a browser over WiFi.
Connect the ESP32 to a WiFi network, understand SSID and password settings, print connection status, use reconnect logic, and find the board IP address.
Connect a DHT11 or DHT22 sensor to the ESP32, install the Arduino library, read temperature and humidity, and handle failed readings.
Read an LDR photoresistor with the ESP32 ADC, understand voltage dividers, calibrate a threshold, and build an automatic night light.
Learn how to debug ESP32 projects using Serial Monitor, print variable values, inspect button and sensor readings, and solve common baud rate and wiring problems.
Learn how ESP32 analog input works by reading a potentiometer with the ADC, converting raw values to voltage, and using the knob to control LED brightness.