Make it mech
  • Home
  • How & Why
    • Arduino
    • Leapmotion with arduino
    • Sensors/Modules
    • Basic Electronics
    • NodeMcu
    • LabView
    • MATLAB
    • Industrial Automation
  • Projects
    • arduino projects
    • Brain Wave Decoder
    • Circuit Diagrams
    • Electrical
    • IEE Projects
  • Ideas
  • Videos
  • Arduino
  • Robotics
  • Circuits
  • Electrical
  • LeapMotion
  • EEG
  • IOT
  • LabView
  • MATLAB
  • NodeMcu
  • Mechatronics
  • Sensors
  • Motivation
  • Soft skills
  • Success
Make it mech
Home Arduino

How to use LM35 Temperature Sensor with Arduino | arduino tutorials

Kane Dan by Kane Dan
January 30, 2021
in Arduino, Mechatronics, Sensors/Modules
How to use LM35 Temperature Sensor with Arduino | arduino tutorials

Lm35 temperature sensor is used as input to measure External temperature in analog values. This is the quick tutorial about lm35 arduino. The arduino tutorials and how and why to use lm35 sensor. We will discuss how to interface lm35 temperature sensor with arduino. lm35 temperature sensor code for arduino.This is the quick tutorial series about arduino tutorials and arduino programming tutorial.

How to Interface LM35 Temperature Sensor with arduino

Welcome, Everyone
Here is the first Tutorial in the series of Learn by Doing.Learn Arduino by Doing projects.There is a long list of 100+ amazing Arduino projects.So we are going to start with some basic concepts.There are almost 10 first tutorials on Sensors then we will move towards doing amazing and cool projects.
In all these tutorials we will understand each and every component, circuit diagrams and complete Arduino codes.Stay connected on YouTube and follow for step by step Guide and source codes.
So let’s start with the basic LM35 temperature sensor.

Related posts

Top 10 Arduino Based Projects For Final Year Students | Arduino project ideas

Top 10 Arduino Based Projects For Final Year Students | Arduino project ideas

May 10, 2021
How to use L293d Module motor shield with Arduino

How to use L293d Module motor shield with Arduino

January 30, 2021

Contents:

  1. Introduction to LM35 Temperature Sensor
  2. Components List
  3. LM35 with Arduino Circuit Diagram
  4. code for arduino

Lm35 temperature sensor:

Lm35 is a Temperature Sensor that works with the variations in temperature.The internal structure of Lm35 consists of transistors, amplifier, and few resistors.The integrated circuit and the resistors are calibrated in the factory to produce the accurate temperature.

The Lm35 has 3 pins:

  • Input
  • Output
  • Ground
The output of Lm35 is in volts.Every 10 mv change is equal to 1 degree Celsius.
The Exact Equation to convert voltage into degree Celsius is:

( THE SUPPLY_VOLTAGE x 1000 / 1024) / 10 where  THE SUPPLY_VOLTAGE is 5.0Volts )

 1000 is used for changing the unit from Volts to mV
10 is constant and Each 10 mV is directly proportional to 1 degree Celcius.
5 is the supply voltage.

The final Equation is: [(5.0 * 1000 / 1024) / 10  ] = 0.4882

Components for lm35 arduino:

  1. Arduino Board with USB Cable
  2. LM35 Temperature sensor
  3. Bread board (for practice)
  4. Arduino jumper wires

Lm35 sesor with arduino circuit diagram:


lm 35
  1. Connect first pin with 5v on Arduino
  2. Second with analog pin of Arduino A0
  3. Third with GND on Arduino

Code for Arduino:


float temp;                                        //Defining the temp float variable
int sensor = 0;                                 // The output pin of LM35 on arduino analog pin 0 it could be A0
void setup()
{Serial.begin(9600);                                    //start the serial monitor
}
void loop(){
temp = analogRead(sensor);                     //assigning the analog output to temp
float mv = ( temp/1024.0)*5000;             // Converting equation for voltage to Celsius
float celsius = mv/10;
Serial.print("The temperature is :");       //Display the results on serial monitor
Serial.print(celsius);
Serial.println("deg. Celsius");
Serial.println();
delay(1000);                                          //1 second delay to avoid overloop
}
There will be more on Lm35 temperature sensor. How to display Temperature on LCD and Weather displaying box Arduino Project.Stay connected and subscribe on YouTube for video Tutorials.Learn by Doing.Stay motivated and always have faith on yourself.
Tags: arduino tutorialslm35 temperature sensor
Previous Post

How & Why to use PLC | Ladder Logic Programming Examples

Next Post

How to Use Ultrasonic Sensor SR04 with arduino and How ultrasonic sensor works

Related Posts

Top 10 Arduino Based Projects For Final Year Students | Arduino project ideas
Arduino

Top 10 Arduino Based Projects For Final Year Students | Arduino project ideas

May 10, 2021
How to use L293d Module motor shield with Arduino
Arduino

How to use L293d Module motor shield with Arduino

January 30, 2021
How to Use IR Sensor module with Arduino | How Arduino IR obstacle detector module works
Arduino

How to Use IR Sensor module with Arduino | How Arduino IR obstacle detector module works

January 30, 2021
How to Use Ultrasonic Sensor SR04 with arduino and How ultrasonic sensor works
Arduino

How to Use Ultrasonic Sensor SR04 with arduino and How ultrasonic sensor works

January 30, 2021
What is Leap Motion Controller and How does Leap Motion Works
Arduino

What is Leap Motion Controller and How does Leap Motion Works

September 8, 2021
How to design a Robot | Omnidirectional robot | Robot design
Mechatronics

How to design a Robot | Omnidirectional robot | Robot design

September 3, 2021
Next Post
How to Use Ultrasonic Sensor SR04 with arduino and How ultrasonic sensor works

How to Use Ultrasonic Sensor SR04 with arduino and How ultrasonic sensor works

BROWSE BY CATEGORIES

  • Arduino (9)
  • arduino projects (7)
  • Basic Electronics (2)
  • Brain Wave Decoder (11)
  • Breadboard Circuits (1)
  • Circuit Diagrams (5)
  • Circuits (3)
  • EEG (11)
  • Electrical (2)
  • How & Why (1)
  • Ideas (9)
  • IEE Projects (2)
  • Industrial Automation (1)
  • Inspiration & Motivation (3)
  • IOT (3)
  • LabView (3)
  • Leapmotion with arduino (5)
  • MATLAB (1)
  • Mechatronics (7)
  • NodeMcu (1)
  • Projects (11)
  • Robotics (9)
  • Self Learning (3)
  • Sensors/Modules (6)
  • Soft skills (2)
  • Success (2)

Contact us

Email: marketing[at]shantelllc.com

Recent News

  • How & Why to Use DC Motors | How DC Motor Works
  • 220v AC to 12v DC Power Supply Step by Step Project
  • Battery Level Indicator Circuit With Low Charge Alarm | Inverter Battery Circuit
  • Privacy Policy
  • About Us
  • Contact Us

© 2023 Make it mech - All Rights Reserved

No Result
View All Result
  • Home
  • Politics
  • News
  • Business
  • Culture
  • National
  • Sports
  • Lifestyle
  • Travel
  • Opinion

© 2023 Make it mech - All Rights Reserved

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
Go to mobile version