ESP8266 HTTP server: Serving HTML, Javascript and CSS
The objective of this post is to explain how to serve some HTML, Javascript and CSS in a ESP8266 HTTP webserver.
The objective of this post is to explain how to serve some HTML, Javascript and CSS in a ESP8266 HTTP webserver.
The objective of this post is to explain how to set a HTTP web server on a ESP8266 and how to make some requests to it using a web browser.
The objective of this post is to explain how to parse simple JSON Arrays on the ESP8266, using the ArduinoJson library.
The objective of this post is to explain how to connect the ESP8266 to a WiFi network, using the ESP8266 libraries for the Arduino IDE.
The objective of this post is to explain the architecture of a simple temperature logger using the ESP8266 and a web server deployed on the cloud.