SlideShare a Scribd company logo
1 of 10
Download to read offline
LM 35
TEMPERATURE SENSOR
Pin configuration
•LM35 is a basic temperature
sensor that can be used for
experimental purpose .
•It give the readings in centigrade
since its output voltage is linearly
proportional to temperature.
•For 10mv there will be 1 degree
change in temperature.
Principle of working
• A temperature sensor measures the
hotness or coolness of an object.
• The sensor's working base is the voltage
that's read across the diode.
• The temperature rises whenever the
voltage increases.
• The operating temperature range is from -
55°C to 150°C.
Connecting to arduino
code
int val;
int tempPin = 1;
void setup()
{
Serial.begin(9600);
}
void loop()
{
val = analogRead(tempPin);
float mv = ( val/1024.0)*5000;
float cel = mv/10;
Serial.print("TEMPRATURE = ");
Serial.print(cel);
Serial.print("*C");
Serial.println();
delay(1000);
}
• 10 bit resolution=>2^10 divisions
5000mv=1024steps
?(x mv)=reading
x mv=5000*reading/1024
10mv=1 degree C change in temp
Temp=x mv/10
Serial monitor output
Queries?

More Related Content

What's hot

Sensors and their applications
Sensors and their applicationsSensors and their applications
Sensors and their applications
nitigga92
 
Temperature Transducer
Temperature TransducerTemperature Transducer
Temperature Transducer
AIT
 
Sensors and transducers
Sensors and transducersSensors and transducers
Sensors and transducers
Anish Das
 

What's hot (20)

Proximity sensors
Proximity sensorsProximity sensors
Proximity sensors
 
Sensors & Actuators
Sensors & Actuators Sensors & Actuators
Sensors & Actuators
 
introduction to transducer
introduction to transducerintroduction to transducer
introduction to transducer
 
Sensor and transducers lect 1
Sensor and transducers lect 1Sensor and transducers lect 1
Sensor and transducers lect 1
 
Temperature Transducers
Temperature TransducersTemperature Transducers
Temperature Transducers
 
Sensors and their applications
Sensors and their applicationsSensors and their applications
Sensors and their applications
 
Smart Sensor
Smart SensorSmart Sensor
Smart Sensor
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & Transducers
 
Types of sensors
Types of sensorsTypes of sensors
Types of sensors
 
Sensors by saurabh jawale
Sensors by saurabh jawaleSensors by saurabh jawale
Sensors by saurabh jawale
 
Temperature Transducer
Temperature TransducerTemperature Transducer
Temperature Transducer
 
Module4: opamp as a V-I & I-V Converter
Module4:  opamp as a V-I & I-V ConverterModule4:  opamp as a V-I & I-V Converter
Module4: opamp as a V-I & I-V Converter
 
Sensors
SensorsSensors
Sensors
 
Temperature sensor
Temperature sensorTemperature sensor
Temperature sensor
 
Sensors and transducers
Sensors and transducersSensors and transducers
Sensors and transducers
 
Infrared sensor
Infrared sensorInfrared sensor
Infrared sensor
 
Interfacing LCD with 8051 Microcontroller
Interfacing LCD with 8051 MicrocontrollerInterfacing LCD with 8051 Microcontroller
Interfacing LCD with 8051 Microcontroller
 
low cost fire alarm circuit
low cost fire alarm circuitlow cost fire alarm circuit
low cost fire alarm circuit
 
Thermistor
ThermistorThermistor
Thermistor
 
sensors basic types, their working principle and applications
sensors basic types, their working principle and applicationssensors basic types, their working principle and applications
sensors basic types, their working principle and applications
 

Viewers also liked

basics of temperature data logger (with energia and stellaris)
basics of  temperature data logger (with energia and stellaris)basics of  temperature data logger (with energia and stellaris)
basics of temperature data logger (with energia and stellaris)
Zafer Genc
 
Water Level Indicator and Alarm System
Water Level Indicator and Alarm SystemWater Level Indicator and Alarm System
Water Level Indicator and Alarm System
ali4wcct
 
Project ppt 4 channel data acquisition
Project ppt 4 channel data acquisitionProject ppt 4 channel data acquisition
Project ppt 4 channel data acquisition
Vineesh Kumar
 
Temperature Sensor
Temperature SensorTemperature Sensor
Temperature Sensor
EnricVentosa
 

Viewers also liked (20)

Lm35
Lm35Lm35
Lm35
 
Integrated development environment
Integrated development environmentIntegrated development environment
Integrated development environment
 
Lm35
Lm35Lm35
Lm35
 
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEWSIMULATION OF TEMPERATURE SENSOR USING LABVIEW
SIMULATION OF TEMPERATURE SENSOR USING LABVIEW
 
Temperature Sensor Thermocouple and RTD
Temperature Sensor Thermocouple and RTDTemperature Sensor Thermocouple and RTD
Temperature Sensor Thermocouple and RTD
 
Temperature Sensors
Temperature SensorsTemperature Sensors
Temperature Sensors
 
basics of temperature data logger (with energia and stellaris)
basics of  temperature data logger (with energia and stellaris)basics of  temperature data logger (with energia and stellaris)
basics of temperature data logger (with energia and stellaris)
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
 
Projectppt
ProjectpptProjectppt
Projectppt
 
Rgb
RgbRgb
Rgb
 
push button with led matrix
push button with led matrixpush button with led matrix
push button with led matrix
 
Water Level Indicator and Alarm System
Water Level Indicator and Alarm SystemWater Level Indicator and Alarm System
Water Level Indicator and Alarm System
 
Project ppt 4 channel data acquisition
Project ppt 4 channel data acquisitionProject ppt 4 channel data acquisition
Project ppt 4 channel data acquisition
 
Temperature Controller with Atmega16
Temperature Controller with Atmega16Temperature Controller with Atmega16
Temperature Controller with Atmega16
 
OPTICAL PYROMETER
OPTICAL PYROMETEROPTICAL PYROMETER
OPTICAL PYROMETER
 
Temperature Sensor
Temperature SensorTemperature Sensor
Temperature Sensor
 
Buzzer
BuzzerBuzzer
Buzzer
 
Arduino lcd display
Arduino lcd displayArduino lcd display
Arduino lcd display
 
Project ppt review on energy management in an automated solar powered irrigat...
Project ppt review on energy management in an automated solar powered irrigat...Project ppt review on energy management in an automated solar powered irrigat...
Project ppt review on energy management in an automated solar powered irrigat...
 
HEALTH MONITORING SYSTEM using mbed NXP LPC11U24
HEALTH MONITORING SYSTEM using mbed NXP LPC11U24HEALTH MONITORING SYSTEM using mbed NXP LPC11U24
HEALTH MONITORING SYSTEM using mbed NXP LPC11U24
 

Similar to Lm 35

Scada monitoring system
Scada monitoring systemScada monitoring system
Scada monitoring system
Manav Mittal
 
Chap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part threeChap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part three
YemaneBayray
 

Similar to Lm 35 (20)

Temperature Monitoring System with remote calibration capability
Temperature Monitoring System with remote calibration capabilityTemperature Monitoring System with remote calibration capability
Temperature Monitoring System with remote calibration capability
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
 
Temperature_Sensors.pptx
Temperature_Sensors.pptxTemperature_Sensors.pptx
Temperature_Sensors.pptx
 
New microsoft power point slide
New microsoft power point slideNew microsoft power point slide
New microsoft power point slide
 
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
UNIT 4 & 5 - I         nterfacing_Lecture7.pptxUNIT 4 & 5 - I         nterfacing_Lecture7.pptx
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
 
Sensor interfacing in 8051
Sensor interfacing in 8051Sensor interfacing in 8051
Sensor interfacing in 8051
 
Thermophant t ttr31 ttr35 endress+hauser datasheet-temperature switch
Thermophant t ttr31 ttr35 endress+hauser datasheet-temperature switchThermophant t ttr31 ttr35 endress+hauser datasheet-temperature switch
Thermophant t ttr31 ttr35 endress+hauser datasheet-temperature switch
 
CONTRRRR MINI.pptx
CONTRRRR MINI.pptxCONTRRRR MINI.pptx
CONTRRRR MINI.pptx
 
Automatic temp controller
Automatic temp controllerAutomatic temp controller
Automatic temp controller
 
Microprocessor based Temperature Controller
Microprocessor based Temperature ControllerMicroprocessor based Temperature Controller
Microprocessor based Temperature Controller
 
Barrier mtl5575 rj b
Barrier mtl5575 rj bBarrier mtl5575 rj b
Barrier mtl5575 rj b
 
Scada monitoring system
Scada monitoring systemScada monitoring system
Scada monitoring system
 
auto
autoauto
auto
 
Electronz_Chapter_3.pptx
Electronz_Chapter_3.pptxElectronz_Chapter_3.pptx
Electronz_Chapter_3.pptx
 
Chap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part threeChap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part three
 
Sensors
SensorsSensors
Sensors
 
Presentation i-m
Presentation i-mPresentation i-m
Presentation i-m
 
Fan automation
Fan automationFan automation
Fan automation
 
Datasheet
DatasheetDatasheet
Datasheet
 

Recently uploaded

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 

Lm 35

  • 3. •LM35 is a basic temperature sensor that can be used for experimental purpose . •It give the readings in centigrade since its output voltage is linearly proportional to temperature. •For 10mv there will be 1 degree change in temperature.
  • 4. Principle of working • A temperature sensor measures the hotness or coolness of an object. • The sensor's working base is the voltage that's read across the diode. • The temperature rises whenever the voltage increases. • The operating temperature range is from - 55°C to 150°C.
  • 6. code int val; int tempPin = 1; void setup() { Serial.begin(9600); } void loop() { val = analogRead(tempPin); float mv = ( val/1024.0)*5000; float cel = mv/10; Serial.print("TEMPRATURE = "); Serial.print(cel); Serial.print("*C"); Serial.println(); delay(1000); }
  • 7. • 10 bit resolution=>2^10 divisions 5000mv=1024steps ?(x mv)=reading x mv=5000*reading/1024 10mv=1 degree C change in temp Temp=x mv/10
  • 8.