Arduino - TM1637 7 Segment Display & DHT11 Temp Sensor

by vandenbrande in Circuits > Arduino

15668 Views, 11 Favorites, 0 Comments

Arduino - TM1637 7 Segment Display & DHT11 Temp Sensor

Arduino LOGO.jpg
TM1637 7 Segment Display & DHT11 temp sensor

Hello world! Today i made a simple Temperature & Humidity Meter with the TM1637 7 Segment Display & DHT11 temp sensor. Follow the next step for the Schematic, Code & Parts list.

This is very easy to build, I made it because i have no temperature meter at the attic. SO a simple cheap option is to build this simple device with arduino.

Schematic, Code & Parts List.

TM1637 7 Segment Display & DHT11 temp sensor_bb.png

Simply wire it up as the Schematic shows, and upload the code.

Make sure you have the below Libraries installed, i attached them to download.

  • #include "dht.h"
  • #include "TM1637.h"

Parts list.

  1. Arduino uno, I used the RobotDyn Uno. (has 8 analog pins)
  2. TM1637 7 Segment 4 Digit Display.
  3. DHT11 KY-015 Temperature sensor.
  4. Jumper wires Set MM/MF/FF

Good luck! Follow me for more!