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: Chat application (Part 2)
In part 2 of this series of tutorials we will learn how to split the UI files and how to serve them from the ESP32.
ESP32: Chat Application (Part 1)
First part of the ESP32 Chat application, where we will setup the basic ESP32 and client functionality.
ESP32 websocket server: Broadcast messages
How to broadcast messages to all the websocket clients connected to a ESP32 server.
ESP32 Biometrics: PPG Wave on web page
How to draw a PPG wave in real time on a plot, rendered on a web page, served by the ESP32. The measurements that will be used on the plot will be taken from a Heart Rate sensor module connected to the ESP32. We will be using the Arduino core to program the ESP32.
ESP32 inja: HTML template engine
How to use the inja library as an HTML template processor for the ESP32, using the Arduino core.
ESP32 Arduino: Serving a React.js app
Serving a React.js app from the ESP32, using the Arduino core
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 HTTP web server: Serving external JavaScript file
In this tutorial we will learn how to serve an external JavaScript file to be referenced by a HTML file, using the ESP32. The ESP32 will be running the Arduino core and 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 will …
Continue reading "ESP32 HTTP web server: Serving external JavaScript file"
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"