Skip to content

ESP32 web server controller example with LED pin in GPIO32 toggleable by web server

License

Notifications You must be signed in to change notification settings

danilppzz/ESP32-Web-Server-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-Web-Server-Controller

The code sets up an ESP32 microcontroller as a web server. It connects to a WiFi network using specified credentials. The server hosts a web page displaying buttons to control an LED connected to pin 32. Clicking "Encender LED" turns the LED on and updates the web page to show "Encendido" (On). Clicking "Apagar LED" turns the LED off and updates the page to show "Apagado" (Off). The current LED state (on or off) is maintained and displayed dynamically on the web page.

REQUIREMENTS

  • ESP32 - LINK
  • ARDUINO IDE - LINK
  • 100Ω Resistor
  • LED
  • Small Breadboard
  • Wires

I recomend this kit for last 4 pices - LINK

About

ESP32 web server controller example with LED pin in GPIO32 toggleable by web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages