Arduino Temperature and Humidity Display With 7-Segment Display

by abhirooprobotics in Circuits > Arduino

10924 Views, 89 Favorites, 0 Comments

Arduino Temperature and Humidity Display With 7-Segment Display

PicsArt_1450002772615.jpg

Hello Everyone.

This istructables is for the beginners who have entered into the Arduino ecosystem

In this instructable,i am gonna cover a few topics about DHT11 Humidity and Temperature Sensor and Multiplexing 4 7-Segment Displays.

So,Lets begin!

Parts Required:-

Humidity-and-Temperature-Sensor-DHT11-500x500-700x700.jpg
seven-segment-display.jpg

For this instructable to make,you require these parts:-

1. 1 X Arduino Microcontroller(UNO,Mega,Pro MIni etc.)

2. 4 X 7-Segment Display(Common Anode)

3. 1 X DHT11 Humidity And Temperature Sensor

4. Some Jumper Wires

5. Little Bit Knowledge About Multiplexing

Circuit Diagram and CODE

Untitled Sketch_bb.png

For this circuit,you have to multiplex the 4 segment displays which means all the led pins of the segment displays will be connected in series and then connected to arduino digital pins but the respective common ground pins of the segment displays will be connected individually to arduino digital pins.

These saves us the complications and there are not so many digital pins in arduino UNO(the board that i am using).

You can also use Shift Registers to control many segment displays.

In the circuit diagram all the LED Segment pins of the 4 segment displays i.e A,B,C,D,E,F,G are connected with each other i.e A=A1+A2+A3+A4,B=B1+B2+B3+B4 etc.

Just wire according to the circuit diagram and upload the code given below.

Downloads

Its Done!

IMG_20151213_145949-01.jpeg
After following the above steps,you can be able to view Temperature and Humidity on your Segment Displays.
The only problem is that the temperature display displays the temperature and then it is switched off for 1 sec to display the humidity on the other segment displays.
Hoping to solve that problem ASAP.