In this tutorial we will learn how to use WebSerial and perform the resolution of the ESP32 domain name using mDNS.
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: Chat Application (Introduction)
How to build a chat application hosted by the ESP32, based on websockets.
ESP32: Dynamic sensor network
How to build a dynamic sensor network that can be monitored through a web-based real-time dashboard. We will be using the ESP32 to implement the nodes of the sensor network and the Arduino core to program them.
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.