This program makes your ESP32 a web server capable of hosting and running html and css pages (js in development).
- Host html code
- Connect to your own local network
- You can access it through a public ip
- Clone the repository and open the .ino file
- Installing ESP cards from the card manager
- Install the dependent libraries
- Replace your network credentials with your own
- Replace lines 32 and 33 with your page code. I recommend using this
- Connect your esp32 and upload the code
- ESPAsyncWebServer library
- AsyncTCP library
- ESP32 for Arduino IDE (you can install it from the card manager)
Bug reports and pull requests are welcome on our GitHub.