Skip to content

isaaccastilloBL/esp32-webserver-HTML-CSS-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

esp32 web server

This program makes your ESP32 a web server capable of hosting and running html and css pages (js in development).

Features

  • Host html code
  • Connect to your own local network
  • You can access it through a public ip

Install

  • Clone the repository and open the .ino file
  • Installing ESP cards from the card manager
  • Install the dependent libraries

Use

  • 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

Dependences

Contributing

Bug reports and pull requests are welcome on our GitHub.

About

Create a web server to host an html and css web page (Requires ESPAsyncWebServer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages