Esp32 - Using websocket to control three LED - PlatformIO

preview_player
Показать описание
00:00 - Demo of what we are going to see in this video
00:33 - How websocket works?
01:32 - Wiring diagram
02:16 - Create PlatformIO project
04:18 - Create HTML, CSS and javascript files
07:32 - Create webserver (ESP32 as server)
18:55 - Demo
20:30 - Loading the LED pin state when the page loads
23:58 - Frequently faced issues and debugging
24:10 - Debugging the wifi connection with connection code
25:23 - Checking if the ssid is visible

Prerequisites

Other ESP32 videos:
Рекомендации по теме
Комментарии
Автор

This project based on local network sir ?

akash
Автор

It works on PC not connect with my android phone .why?

Diemlk
Автор

why you include this library if it is not being used ? #include <AsyncTCP.h>

Codem