ESP32 WIFI Lessons
Learn how to program ESP32 WIFI software based on ESP32 idf SDK. This course covers TCP, UDP, Http, WebSocket, and MQTT protocols. Discover the work flow and communication methods for each protocol, and how to run code on the ESP32 board. Perfect for those interested in ESP32 WIFI communication and programming.
What you’ll learn
- ESP32 WIFI Communication on UDP
- ESP32 WIFI Communication on TCP
- ESP32 WIFI Communication on Http
- ESP32 WIFI Communication on WebSocket
- ESP32 WIFI Communication on MQTT
This course focus on ESP32 WIFI communication based on the following protocols: TCP, UDP, Http, WebSocket and MQTT.
All the code has been tested on ESP32_idf_sdk_ver4.4.1. In the videos, we use the command line compile environment to compile and test the code.
(1) For TCP, we discuss the ESP32 lwIP socket TCP work stand flow from both the server side and the client side. And demo how to communicate ESP32 device with the computer TCP server software or the computer TCP Client software.
(2) For UDP, we discuss the difference between the TCP and UDP, and compare the work flow of UDP with TCP work flow, and also we program the ESP32 device with UDP code, demo it how to communicate with PC UDP software.
(3) For Http, we discuss every detail about the Http protocol, including http get, post, put, request methods, and demo how we run the code on ESP32 board to get web page data through the different methods from internet.
(4) For WebSocket, we discuss why we need the websocket and the websocket data format, and demo how the websocket work from the websocket server, the websocket script and the websocket client.
(5) For Mqtt, we discuss the Mqtt protocol, and demo how the Mqtt works on ESP32 from the client and server side.
Who this course is for:
- People who are interested in programming ESP32 WIFI software based on ESP32 idf SDK.


There are no reviews yet.