Skip to content

ESP32 Async Web Server Example: Control 2 LEDs from a web page hosted on the ESP32 (simulate with Wokwi for VS Code)

License

Notifications You must be signed in to change notification settings

wokwi/esp32-async-web-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 HTTP Server Example

ESP32 Async Web Server example: control 2 LEDs from a web page hosted on the ESP32 using the ESPAsyncWebServer.

Use Wokwi for Visual Studio Code to simulate this project.

Building

This is a PlatformIO project. To build it, install PlatformIO, and then run the following command:

pio run

Simulating

To simulate this project, install Wokwi for VS Code. Open the project directory in Visual Studio Code, press F1 and select "Wokwi: Start Simulator".

Once the simulation is running, open http://localhost:8180 in your web browser to interact with the simulated HTTP server.

About

ESP32 Async Web Server Example: Control 2 LEDs from a web page hosted on the ESP32 (simulate with Wokwi for VS Code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages