← All Projects
Temperature & Humidity Monitor with DHT11 and LCD
190 viewsFebruary 18, 2026
ArduinoDHT11LCDTemperatureHumidityBeginner
A real-time temperature and humidity monitoring system using the DHT11 sensor and a 16x2 LCD. Displays live readings with min/max tracking. Ideal for room climate monitoring or greenhouse environments.
Components & Supplies
Circuit Connections
Overview
The DHT11 is a basic digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure surrounding air. This project reads the sensor every 2 seconds and displays the current temperature (°C) and humidity (%) on a 16x2 character LCD.
The sketch also tracks minimum and maximum values since power-on, making it useful for overnight climate logging.
Setup Notes
Required library: DHT sensor library by Adafruit. Install via Arduino Library Manager.
Wiring notes:
- The DHT11 data pin needs a 10kΩ pull-up resistor to VCC.
- Some breakout boards include the pull-up resistor onboard — check your module.
- The LCD uses a standard 4-bit parallel connection with a potentiometer for contrast adjustment.