ESP32 WebSocket Server

The ESP32 controller is programmed as a webSocket server to establish real-time communication with a client browser. Link to code: Link to Ulas Dikme YouTube channel: Link to libraries: 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
Back to Top