ESP32 WebSocket Server - Sending Potentiometer Voltage

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

I want too much thanks for this video and code 👏🏻👏🏻👏🏻

ErenNergiz
Автор

My wifi ssid is not appearing in wifi list

izharahmadbarki
Автор

Sir how can we Asynchronously send data from esp32/8266 to a website rather than running it on local host?

mrafayshams
Автор

Very good, makes more videos with websocket, including physical switch.

marcosgiovanni
Автор

Anas, Thank you for presenting this. It is exactly what I have been looking for as a good example of a basic remote voltage display, however I am unable to find the proper WebServer.h . I am using the Arduino IDE, and there is no library titled WebServer.h. Using the library esp-fs-webserver.h which seems to me like a possible alternative I get a problem in the instantiation of the WebServer ( Webserver server 80;) - the IDE reports "" 'Webserver' does not name a type."" Where can I find the WebServer library that you are using in this and other programs. Hoping that you will help. Wally Harwood

wallyharwood
Автор

hi, i am facing error webpage.h not found. using esp32 arduino environment

mohsinirshad
Автор

AWESOME and SIMPLIFIED .. THANKS ..
Can you make a similart tutorial with using secure websockets (WSS) ?

THANKS A LOT

mibrahim
Автор

Which web socket library are you using?
Thanks..

Tonyjr