ESP32 controller interface with DHT11 sensor is programmed as a webSocket server broadcasting temperature & humidity values to connected clients.
Link to code:
https://akuzechie.blogspot.com/2021/0...
Link to ESP32 DHT.h library:
https://github.com/adafruit/DHT-senso...
Contents:
0:00 Introduction
0:15 Block Diagram of Implemented System
0:49 C++ Sketch with Demonstration
1:09 Conclusion