News

This example sketch creates a web server that is running on the ESP32. It measures temperature and humidity with DHT22 It displays the temperature and humidity on an I2C 20x4 LCD display. The served ...
In this Arduino Uno based project we are going to measure ambient temperature and humidity and display it on a 16x2 LCD screen. A combined temperature and himidity sensor DHT11 is used with Arduino ...
The project allows you to switch between viewing the current temperature and the current humidity on the LCD display. Other functions such as a heat index calculation and hourly averages can be added ...