In this post we are going to learn how to receive messages sent from the WebSerial UI, on the ESP32.
ESP32: WebSerial and mDNS
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 5)
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 4)
In this part of our chat application series of tutorials on the ESP32, we will add the timestamping of the messages.
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: 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 Inja: using templates from the file system
How to render inja templates stored in the file system of the ESP32. We will be using the Arduino core to program the device.
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: 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.