Skip to content

AnantaSrikar/Efficient_TempAndHumidity_Displayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Power Efficient Temperature and Humidity Displayer

Project Description

After a lot of messing around with the LCD, I figured out that the LCD backlight consumes the most power in the whole circuit. Turning off sensors don't really matter. Hence, the backlight of the LCD turns on only when there's not enough light in the surroundings, thus making it truly power efficient.

Requirements

  • Arduino (I used an Nano here)
  • LDR module (To detect light, obviously)
  • Temperature and Humidity module (I have used a DHT11 here)
  • A LCD display

Connections

  • LCD : From Arduino's official page. The second pin from right of LCD to D8
  • LDR Module : 3.3V power supply, GND, Data pin to D7
  • DHT module : Vcc to 5V, GND, Data pin to D6

The project is almost complete. Bread board model working as expected. Final product to be ready.

About

Just a small DIY project using Arduino for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages