https://github.com/nubbsterr/asyncwebserveresp32
An implementation of the ESPAsyncWebServer library for one of my Computer Engineering projects.
https://github.com/nubbsterr/asyncwebserveresp32
arduino asyncwebserver esp32 esp32-arduino networking programming robotics
Last synced: 2 months ago
JSON representation
An implementation of the ESPAsyncWebServer library for one of my Computer Engineering projects.
- Host: GitHub
- URL: https://github.com/nubbsterr/asyncwebserveresp32
- Owner: nubbsterr
- License: mit
- Created: 2025-01-21T01:26:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T21:44:09.000Z (4 months ago)
- Last Synced: 2025-03-22T04:12:43.553Z (2 months ago)
- Topics: arduino, asyncwebserver, esp32, esp32-arduino, networking, programming, robotics
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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: nubbieeeeThe 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 :)