/WebServer-Esp8266-ESP32-Tutorial

Some examples from my little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.

Primary LanguageCSS

Web Server with esp8266 and esp32

Main

Here some example from my tutorial on "How to Build a Web Server"

  1. Web Server with esp8266 and esp32: serve pages and manage LEDs
  2. Web Server with esp8266 and esp32: byte array gzipped pages and SPIFFS
  3. Web Server with esp8266 and esp32: multi purpose generic web server
  4. Web Server with esp8266 and esp32: manage security and authentication
  5. Web Server with esp8266 and esp32: add secure REST back-end
  6. Web Server with esp8266 and esp32: DHT temperature humidity secure Web Interface

Check the documentation on the site to undestand the code and behavior of the examples.