How to use Pydantic together with Flask to perform validation of query parameters and request bodies.
ESP32 dashboard: luminosity measurements
How to display luminosity levels on a real-time web dashboard served by the ESP32. We will be using the ESP-DASH library and the Arduino core.
ESP32 Dashboard: Status card
How to display and use the Status Card from the ESP-DASH library. We will be using the ESP32 and the Arduino core.
ESP32 Web Dashboard: Generic Card
How to use the Generic Card from the ESP-Dash library, running on the ESP32. We will be using the Arduino core to program the ESP32.
ESP32: Real-time web dashboard
How to use the ESP-DASH library to implement a web-based dashboard that will be updated in real time with sensor measurements (temperature and humidity). Under the hood, the update mechanism will be based in websockets. We will be using the ESP32 and program it with the Arduino core.
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: WebSerial console over Soft AP
In this tutorial we will learn how to setup a web based Serial Monitor, working over a network hosted by the ESP32.
Express.js: Route parameters
How to define route parameters and how to access them in our route handling functions.
How to get started with Express.js
How to setup a Node.js server using the Express.js framework.