Temperature and Humidity Indicator by Arduino

by AnnaMai in Circuits > Arduino

4342 Views, 31 Favorites, 0 Comments

Temperature and Humidity Indicator by Arduino

0 Arduino - temperature meter - Copy.png

This Instruction will show how to make a box which can indicate temperature and humidity with Arduino

You can put this box on table for measuring temperature and humidity in your room

By high quality of MDF box by laser cut, every thing is compacted firmly and good looking, so it is can be personal using or as a gift for your friends.

The important part of this instruction is calibration process which will guide how to make needles (control by servo motor) match with indicator ruler

Summarize About Part List

5 part arduino.png
6 mdf part.png
8 design.JPG
8 laser cut.jpg

This project will need:

1. Arduino UNO https://amzn.to/2P58O7s

2. Sensor temperature and humidity DHT-22 https://amzn.to/2BvBtfC

3. Servo motors SG90 https://amzn.to/2pCcJPW

4. MDF box http://bit.ly/2MxWvjH

Note: the MDF box link is desgin file (Corel Draw). You can download to cut it by laser cnc machine.

Circuit

11 circuit.JPG

Make a circuit as image, it's quiet simple for Arduino fan

Arduino Code

The code can be download this link (Google share) http://bit.ly/2W5WXZN

Main purpose of code is reading value from sensor, then show result into servo motor

Because servo motor angle not match with indicator ruler, so need calibration process to make reading from sensor can show exactly into indicator ruler

Calibration Process

19 calib.png
19 calib 3.png
19 calib 2.png

For case of temperature:

1. Find servo angle for point 0 and 50 degree C

2. Input those angle into excel file to find factor a and b (in function f(x)=ax+b)

3. Input factor a and b into Arduino code to find servo angle match with sensor result.

Do the same procedure for humidity case.

Test Indicator

24 test.png

Using serial monitor screen to test if value in serial monitor screen is same with indicator or not

Install All Things Into the Box

10.2 install background.png
12 connect pin.png
30.1 result.JPG
30.2 result.JPG

Firstly, install background indicator, then arduino UNO, servo motor and sensor.

Then install needles, upload the code

Final is connect power and back cover.

Let's enjoy it!

Summarize All Step in Video

Arduino - Temperature and Humidity indicator

See the video for all process of making it.

If you have any comment, please leave here. Your comment is my next motivation for future project. Thanks