This document describes a system to measure temperature and humidity using an Arduino microcontroller board and a DHT11 sensor. It consists of 3 sections: 1) the DHT11 sensor measures temperature and humidity, 2) the Arduino reads the sensor output and extracts temperature and humidity values, and 3) an LCD display shows the measured values. The DHT11 sensor communicates with the Arduino using a single-wire serial protocol. The system provides low-cost, real-time monitoring of temperature and humidity that can benefit various industries.