Skip to content

A simple Arduino project that displays the current temperature and humidity to a 16 x 2 LCD display.

Notifications You must be signed in to change notification settings

mdcanham/temperature-humidity_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Temperature/Humidity Sensor

##Introduction This is a simple Arduino project that makes use of the DHT11 (or DHT22) temperature/humidity sensor as well as a I2C LCD display. A standard LCD display could also be used by including a seperate library.

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 easily.

##Connections Using an Arduino Uno connect the DHT11, buttons and LCD dispaly as follows.

Schematic

After connecting your Arduino as shown in the schematic above and uploading the src.ino sketch to your Arduino Uno your temperature/humitity sensor should be up and running.

##Gallery Here are some images of the set up process and the functioning project.

Displaying Temperature

Buttons

Arduino Uno

Full project

DHT11

UNO Connections

If you are feeling extra creative you could wrap your project up into a box and power it with a 9V battery.

Project In Box

About

A simple Arduino project that displays the current temperature and humidity to a 16 x 2 LCD display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages