ESP32 WebSocket Server - Sending Potentiometer Voltage

ESP32 controller is programmed as a webSocket server broadcasting to connected clients the voltage value of a potentiometer connected to an analog input of the controller. Link to code: Link to WebSocket library: Contents: 0:00 Introduction 0:21 Block Diagram of Implemented System 0:45 C Sketch 1:22 HTML, CSS & JavaScript Codes 2:18 Demonstration 2:42 Conclusion
Back to Top