In part of of this series of tutorials, we will add the client connected and client disconnected events to our ESP32 chat application
ESP32: Chat Application (Part 3)
In this tutorial we are going to make the User Interface of our application look better by adding some CSS to style our HTML elements.
ESP32 Arduino: Serving Bootstrap
In this tutorial we will check how to serve the Boostrap framework files from the ESP32, using the Arduino core and the async HTTP web server library. We will also develop a very simple web page with a Boostrap component, which will also be served from the ESP32. The tests were performed using a DFRobot’s ESP32 …
ESP32 Arduino web server: Serving external CSS file
In this tutorial we will check how to serve an external CSS file, to be included by an HTML file. This will be implemented on the ESP32 running the Arduino core and using the HTTP async web server libraries. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we …
Continue reading "ESP32 Arduino web server: Serving external CSS file"
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. Introduction The objective of this post is to explain how to serve some HTML, Javascript and CSS in a ESP8266 HTTP webserver. It's important to take in consideration that HTML, Javascript and CSS are …
Continue reading "ESP8266 HTTP server: Serving HTML, Javascript and CSS"