Skip to content

This project involves using a web page to connect to the ESP32 and control the activation of the LEDs (turning them on or off).

Notifications You must be signed in to change notification settings

marMroc/Web_Server_Whith_ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Web_Server_Whith_ESP32

To access the source code, Click Here

๐Ÿ“‹ Index:

Summary:

This project involves using a web page to connect to the ESP32 and control the activation of the LEDs (turning them on or off).

Components:

  • Two Leds
  • Two resistors 220 ohms
  • One DOIT ESP32 Board - ESP32-WROOM-32D
  • One Protoboard

Schematc Circuit:

Challenges:

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.

Learnings:

  • 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.

About

This project involves using a web page to connect to the ESP32 and control the activation of the LEDs (turning them on or off).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages