Skip to content

An implementation of the ESPAsyncWebServer library for one of my Computer Engineering projects.

License

Notifications You must be signed in to change notification settings

nubbsterr/AsyncWebServerESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AsyncWebServerESP32

An implementation of the ESPAsyncWebServer library for one of my Computer Engineering projects. An example for anybody who needs it :)

Project Info

The script I used here was to control 2 separate DC and Stepper motors to drive what can be summed up as a 2D printer. That is all that needs to be known if you ask me, but if you wanna learn how I made this, feel free to contact me thru email or my discord username: nubbieeee

The big ESP32 stuff happens in void setup(), which is where we connect to WiFi and launch our web server. Everything involving request sending and receiving is super simple once you think it through like I did. You guys can test this site out as long as you:

  1. Change the SSID and Password
  2. Have an ESP32

Das all you need to make a lovely HTML page that can control a massive 2D printer :)

About

An implementation of the ESPAsyncWebServer library for one of my Computer Engineering projects.

Topics

Resources

License

Stars

Watchers

Forks

Languages