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.