Category: How to create a Web Server with esp8266 and esp32

I am amazed at the enormous power that small WiFi devices, such as esp8266 and esp32, have.
They are capable of serving an entire website, and this allows us to do some really cool stuff.

WebServer Esp8266 ESP32 DHT temperature humidity secure Web interface 0

Web Server with esp8266 and esp32: DHT temperature humidity on protected Web Interface – 6

Here a little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.
Now a simple project to put all the information you have learned a temperature humidity secure web interface that retrieve data from a DHT12.

WebServer Esp8266 ESP32 security authentication realm and token 8

Web Server with esp8266 and esp32: manage security and authentication – 4

Here a little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.
Now we want protect our site with a security system, by default REALM is available, but a token authentication give te possibility to create a custom login page.

WebServer Esp8266 ESP32 byte array gzipped pages and SPIFFS 8

Web Server with esp8266 and esp32: byte array, gzipped pages and SPIFFS – 2

Here a little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.
When we speak about web server we know that the basic is serving a web page, in a micro-controller we have some solution to do that.