Skip to content

Outputs Temperature and Humidity readings from the DHT11 on a 16x2 LCD

Notifications You must be signed in to change notification settings

AlexMunoz905/DHT11-LCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DHT11 to LCD

This arduino program outputs the DHT11 sensor readings to the Arduino. I personally used this on the Arduino Nano, but it was also tested on the Arduino Mega and the Arduino Uno.

Libraries Required

  1. Adafruit DHT11 Library (Here)
  2. Adafruit Sensor Library (Here)
  3. LiquidCrystal Library, already included in the Arduino IDE.

Photo and what to hook up

Photo Hook up the DHT11 sensor data pin to digital pin 8 on the arduino. Hook up the LCD from right to left on 2 - 7.

Contact

If you have any questions or need help, email me over at [email protected]

About

Outputs Temperature and Humidity readings from the DHT11 on a 16x2 LCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages