ESP32 WebSocket Server - Sending Potentiometer Voltage

Опубликовано: 30 Сентябрь 2024
на канале: Anas Kuzechie
6,905
125

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:
https://akuzechie.blogspot.com/2021/0...

Link to WebSocket library:
https://www.arduinolibraries.info/lib...

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