The ESP32 controller is programmed as a webSocket server to establish real-time communication with a client browser.
Link to code:
https://akuzechie.blogspot.com/2020/1...
Link to Ulas Dikme YouTube channel:
/ @ulasdikme7307
Link to libraries:
https://www.arduinolibraries.info/lib...
https://www.arduino.cc/reference/en/l...
Contents:
0:00 Introduction
0:35 HTTP & AJAX Client-Server Models
1:38 WebSockets Specs
2:09 ESP32 WebSocket Client/Server Model
3:00 Block Diagram of Implemented System
3:24 Demonstration
3:45 C++ Sketch
7:22 HTML, CSS & JavaScript Codes
8:37 C++ Sketch (continued)
9:33 JavaScript Code (continued)
10:08 Conclusion