Arduino Based Temperature Monitor
19,347
50
7
This video shows a temperature monitor using LM34 precision temperature sensor, Arduino and 16X2 LCD display. The monitor also stores the last 10 temperature readings
More pictures and projects @ http://www.kunaldoshi.com
Heres the link to download the code:
http://github.com/kunaljdoshi/Arduino-Temperature-Monitor/downloads
(Sorry all for the delay)
Teacher Notes
Teachers! Did you use this instructable in your classroom?
Add a Teacher Note to share how you incorporated it into your lesson.
7 Discussions
5 years ago
Could you please post some steps ?
8 years ago on Introduction
Nice article of Arduino Based Temperature Monitor with good information. As for more information Temperature Meter visit : http://www.elinco.in/temperature-meter.html
9 years ago on Introduction
Can you post the arduino source code either here on your site?
I'm new to arduino and I think I have all the parts to build the temperature monitor.
Thanks!
Scott
Reply 9 years ago on Introduction
Code uploaded...
9 years ago on Introduction
I'm been looking for something like this. The only that i would want to change is that you have to push the button each time you want it to read the temp. Is there code to have this be a 'live' temp sensor?
Reply 9 years ago on Introduction
the only reason I had it that ways was because I was trying to replicate the functioning of a thermometer and since LM324 responds slowly to temperature changes, I average it over 20 seconds. But yes, you can easily make it to work as a live sensor. I will be posting the code on my website sometime in may, if you want to wait till then.
Reply 9 years ago on Introduction
Fantastic, thanks.