Skip to main content

Temperature Sensor + Arduino

·227 words·2 mins

Hello people, it’s been a while since I have posted projects on this website. This semester was really busy, I didn’t have time to much else, but soon I will have my winter holiday (Here in the south our summer holiday is from December to February).

Today I am going to show you how to build a simple temperature sensor using one LM35 Precision Temperature Sensor and Arduino, so you can hookup on your future projects. The circuit will send serial information about the temperature so you can use on your computer, change the code as you will. I’m planning to build a temperature sensor with max/min + clock + LCD, and when I get it done, I will post here.

Parts:

  • Arduino (You can use other microcontroller, but then you will need to change the code).
  • LM35 Precision Centigrade Temperature Sensor, you can get from any electronic store. Here is the DATA SHEET.
  • BreadBoard

Assembling:
This is a quick and simple step. Just connect the 5V output from Arduino to the 1st pin of the sensor, ground the 3rd pin and the 2nd one, you connect to the 0 Analog Input.

Down goes some pictures that may help you, click to enlarge:

Temperature Sensor

Arduino Temperature Sensor LM35

Temperature 01

Temperature 02

Temperature 03

Here is the Arduino Code, just upload it and check the Serial Communication Option.

You can also download the .pde HERE.

Anything just ask!!!