Monthly Archives: March 2013

Arduino: Using as a temperature sensor

Folks here I’m back! As usual so much busy days. This time I’m back with some thing new! You might have heard about Arduino (or you might not have). If you have not heard about Adduino it’s time to know about this awesome gadget.

Arduino is an open-source electronic prototyping platform. There are so many versions of it. I have got the Arduino Uno. It has an on-board micro-controller (ATMEGA 328).

Basically you can program Arduino to control the behavior of it. The micro-controller ATMEGA 328 has got 28 pins in it (14 on both the sides). Among them first 7 pins on the left is used for powering up the IC and the last 6 Pins are for analog input and output purpose. The 14 pins on the right are generally used for digital output or input. The arduino board is manufactured in such a way that it can interact with the computer. It has an on-board programmer in it. it can easily be programmed by connecting a USB cable with it!

An Arduino is very much useful for small or medium scale electronics projects. One can actually come out with thousands of projects using a single Arduino board.

In my further posts I will write about the basic setup and How Tos!

So to make you guys feel interested in such cool stuff today I will show you how I actually managed my Arduino to behave as a basic digital temperature meter.

Read the rest of this entry