Arduino Based Temperature Meter | Semester Project

In This Tutorial, i will Show You How to Make Arduino Mini pro Based Temperature Meter that allows you to measure temperature and Display the Maximum Minimum and Present Temperature on 4X20 LCD Module.

Material Needed:

Arduino Mini Pro
LCD Module 4 x 20
Temperature Sensor (DS18B20)
Protoboard
22k resistor

5v Regulated Power Supply or 5v Battery or 9v Dc Battery with Voltage Regulated ic
First step is to Turn on Arduino Mini Board by Connecting 5v Dc power supply After this You Need To Connect The Sensor so there is a 3 wires coming out from DS18B20 Sensor Two of them is for Ground and Vcc and third wire is for input to Arduino so Connect the Third wire with Digital Pin No 4 of Arduino Mini Pro and connect 2.2K resistor to Vcc from Digital pin No 4 and it,s Done .
Now it,s time to Connect LCD with Arduino so it,s easy Connect the LCD-SDA To Arduino Pin No A4 and Connect LCD-SLC to Arduino Pin No A5.
It,s an Easy Project Do it Your Self ……Thanks, Electronics Lovers

 

Code:
Author Stonez Taken From http://stonez56.blogspot.tw/2015/03/weekend-project-Arduino-temperature.html

Related posts

Arduino Opta PLC Pros & Cons

Breakthrough of Ardino-Pro Opta: Micro-PLC with industrial IoT proficiency

Top Arduino sensors – the ultimate list 2021

5 comments

ed November 3, 2015 - 12:35 pm

just a remark. your BOM says 22k resistor, yr drawing says 2.2k resistor and yr program says 220 ohm resistor. Those are big differences

Abid Jamal November 3, 2015 - 7:21 pm

2.2 K is the right value for the resistor

Anonymous July 7, 2016 - 8:28 pm

good post

Rana September 11, 2018 - 9:41 am

What if i want to add a relay which will be turned on at a specific temperature and drive a fan or heater?
Can you have any such project?

Derek October 13, 2020 - 9:13 am

Hi I would like to add 2 more sensors to this project so a total of 3 all together. I have re arrange the display so that the MIN CURR MAX are on the first line. so now all temperatures will now show on lines 2,3,4
I am Not sure witrch lines of code to change/copy

your help would be most greatfull thank you

Add Comment