An application for running a WiFi-connected DHT11 temperature/humidity sensor on an ESP32 MicroController. Includes C++ Arduino code for the ESP32 as well as a Node.js application. The Node.js ...
This is a simple Arduino code designed to read temperature and humidity data from a DHT11 sensor and display it on a 16x2 LCD. The code utilizes the DHT library for sensor communication and the ...