SlideShare a Scribd company logo
1 of 20
Sensors in IoT
Presented By:
Student Name – Aniket Kuanar
Regd. No.: 1901367032
Guided By:
Prof. Jogeshwar Tripathy
Head of the Department, CSE
Internet of Things (IoT)
Contents
3
What is a Sensor?
• Sensor is an input device which provides an output (signal)
with respect to a specific physical quantity (input).
• The term “input device” in the definition of a Sensor means that
it is part of a bigger system which provides input to a main
control system (like a Processor or a Microcontroller).
• Another unique definition of a Sensor is as follows: It is a
device that converts signals from one energy domain to
electrical domain
Examples of Sensors
4
5
Classification of Sensors
• In the first classification of the sensors, they are divided in to Active and
Passive.
• Active Sensors are those which require an external excitation signal or a
power signal.
• Passive Sensors, on the other hand, do not require any external power
signal and directly generates output response.
• The final classification of the sensors are Analog and Digital Sensors.
• Analog Sensors produce an analog output i.e. a continuous output signal
with respect to the quantity being measured.
• Digital Sensors, in contrast to Analog Sensors, work with discrete or
digital data. The data in digital sensors, which is used for conversion and
transmission, is digital in nature.
6 Different Types of Sensors
 All these sensors are used for measuring one of the physical properties like
Temperature, Resistance, Capacitance, Conduction, Heat Transfer etc.
• Temperature Sensor
• Proximity Sensor
• Accelerometer
• IR Sensor (Infrared Sensor)
• Pressure Sensor
• Light Sensor
• Ultrasonic Sensor
• Smoke, Gas and Alcohol Sensor
• Touch Sensor
• Color Sensor
• Humidity Sensor
• Tilt Sensor
• Flow and Level Sensor
• One of the most common and most popular sensor is the Temperature Sensor. A
Temperature Sensor, as the name suggests, senses the temperature i.e. it measures the
changes in the temperature. Temperature Sensor, the changes in the Temperature
correspond to change in its physical property like resistance or voltage.
• Thermistor
• Thermocouple
7
Temperature Sensor
8
Proximity Sensors
• A Proximity Sensor is a non-contact type sensor that detects the
presence of an object. Proximity Sensors can be implemented using
different techniques like Optical (like Infrared or Laser), Ultrasonic,
Hall Effect, Capacitive, etc.
• Some of the applications of
Proximity Sensors are Mobile
Phones, Cars (Parking Sensors),
industries (object alignment),
Ground Proximity in Aircrafts, etc.
9
Infrared Sensor (IR Sensor)
• IR Sensors or Infrared Sensor are light based sensor that are used in various
applications like Proximity and Object Detection. IR Sensors are used as
proximity sensors in almost all mobile phones.
• There are two types of Infrared or IR Sensors: Transmissive Type and
Reflective Type.
• In Transmissive Type IR Sensor, the IR Transmitter (usually an IR LED) and the IR
Detector (usually a Photo Diode) are positioned facing each other so that when an
object passes between them, the sensor detects the object.
• The other type of IR Sensor is a Reflective Type IR Sensor. In this, the transmitter
and the detector are positioned adjacent to each other facing the object. When an
object comes in front of the sensor, the sensor detects the object.
• Different applications where IR Sensor is implemented are Mobile Phones,
Robots, Industrial assembly, automobiles etc.
10
11 Ultrasonic Sensor
• An Ultrasonic Sensor is a non-contact type device that can be used to measure
distance as well as velocity of an object. An Ultrasonic Sensor works based on the
properties of the sound waves with frequency greater than that of the human audible
range.
• There are two kind of an ultrasonic sensor is, “active ultrasonic sensor” and
“passive ultrasonic sensors”. An active ultrasonic sensors generates the high
frequency sound wave to receive back the ultrasonic sensor for evaluating the echo.
But, passive ultrasonic sensors are just used for detecting ultrasonic noise which is
present under specific conditions.
12
• Ultrasonic means nothing but the range of the frequencies. Its
range is greater than audible range (>20 kHz)
• This ultrasonic sensor is used to calculate the distance between the
ultrasonic transmitter and the target and also used to measure the
velocity of the target.
• Ultrasonic sensor HC-SR04 can be used to measure distance in the
range of 2cm- 400cm with an accuracy of 3mm.
• The 4 pins of Ultrasonic sensor are Vcc, Gnd, Trig and Echo. Trig is
connected to Pin 11 of Arduino and Echo is connected to Pin 10.
With respect to Arduino, Pins 10 and 11 are input and output
respectively.
13
Chemical/Smoke and Gas Sensor
• Smoke and gas detector is a gadget that sense gas, smoke and typically
it’s an indicator of fire. Now a days all security devices using this
sensor to passing signal to fire alarm to control panel. Household
smoke detector is also known as smoke alarm, most of the device
manufacturer using audible or visual alarm system in security devices
that detect automatically.
14
Humidity Sensor
• A humidity sensor (or hygrometer) senses, measures and
reports both moisture and air temperature. The ratio of
moisture in the air to the highest amount of moisture at a
particular air temperature is called relative humidity(RH).
Relative humidity becomes an important factor when
looking for comfort.
15
LDR(Light Dependent Resistor)
• A light dependent resistor (LDR) or a photo resistor or photocell is a
light controlled variable resistor . Its resistance changes with Light
intensity that falls on it.
• • The resistance of a photo resistor decreases with increasing Incident light
intensity . In
 other words , it exhibits photoconductivity.
• • The resistance range and sensitivity of a photoresistor can substantially
differ among dissimilar devices.
• They are made up of semiconductor materials having high resistance.
• Photocells or LDRS are non linear devices. There sensitivity varies with the
wavelength of light incident on them.
• Some photocells might not at all response to a certain range of wavelength.
16
Motion Detection Sensors
• A motion detector is an electronic device which is used to detect the physical movement
(motion) in a given area and it transforms motion into an electric signal; motion of any object or
motion of human beings.
• These are primarily used for intrusion detection systems, automatics door control, boom barrier,
smart camera (i.e motion based capture/video recording),toll plaza, automatic parking systems,
automated sinks/toilet flusher, hand dryers, energy management systems(i.e. Automated
Lighting, AC, Fan, Appliances Control) etc.
• Following are key motion sensor types widely used:
• Passive Infrared (PIR): It Detects body heat (infrared energy) and the most widely used
motion sensor in home security systems.
• Ultrasonic: Sends out pulses of ultrasonic waves and measures the reflection off a moving
object by tracking the speed of sound waves.
• Microwave: Sends out radio wave pulses and measures the reflection off a moving object. They
cover a larger area than infrared & ultrasonic sensors, but they are vulnerable to electrical
interference and more expensive.
17
Sound Sensor
• The sound sensor is one type of module used to notice the
sound. Generally, this module is used to detect the intensity
of sound.
• This sensor employs a microphone to provide input to buffer,
peak detector and an amplifier. This sensor notices a sound,
& processes an o/p voltage signal to a microcontroller. After
that, it executes required processing.
• Pin1 (VCC): 3.3V DC to 5V DC
• Pin2 (GND): This is aground pin
• Pin3 (DO): This is an output pin
Real Time Application of Sensors
19
An Automatic Flight Control System consists of several
sensors for various tasks like speed control, height, position,
doors, obstacle, fuel, maneuvering and many more. A Computer
takes data from all these sensors and processes them by
comparing them with pre-designed values.
The computer then provides control signal to different parts
like engines, flaps, rudders etc. that help in a smooth flight. The
combination of Sensors, Computers and Mechanics makes it
possible to run the plane in Autopilot Mode.
All the parameters i.e. the Sensors (which give inputs to the
Computers), the Computers (the brains of the system) and the
mechanics (the outputs of the system like engines and motors)
are equally important in building a successful automated system.
Sensors - Aniket.pptx

More Related Content

Similar to Sensors - Aniket.pptx

roboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxroboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxDrPArivalaganASSTPRO
 
shashank soni sensors presentation
shashank soni   sensors presentationshashank soni   sensors presentation
shashank soni sensors presentationAkash Maurya
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & TransducersBurdwan University
 
UNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptxUNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptxSattiBabu16
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSweta Kumari Barnwal
 
Introduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasIntroduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasB.k. Das
 
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003Journal For Research
 
Sensing & Actuation.pptx
Sensing & Actuation.pptxSensing & Actuation.pptx
Sensing & Actuation.pptxtaruian
 
Proximity Sensor
Proximity SensorProximity Sensor
Proximity SensorRAHMAT EIE
 
PIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptxPIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptxvarshanaira
 
IoT Sensing and Actuation.pdf
 IoT Sensing and Actuation.pdf IoT Sensing and Actuation.pdf
IoT Sensing and Actuation.pdfDr. Loganathan R
 
Presentation by ICA on limit switches and proximity sensors.pptx
Presentation by ICA on limit switches and proximity sensors.pptxPresentation by ICA on limit switches and proximity sensors.pptx
Presentation by ICA on limit switches and proximity sensors.pptxMmekaJoshua
 

Similar to Sensors - Aniket.pptx (20)

roboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxroboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptx
 
Smart sensors
Smart sensorsSmart sensors
Smart sensors
 
shashank soni sensors presentation
shashank soni   sensors presentationshashank soni   sensors presentation
shashank soni sensors presentation
 
Ioe prerequisites
Ioe prerequisitesIoe prerequisites
Ioe prerequisites
 
Robotic Sensor
Robotic SensorRobotic Sensor
Robotic Sensor
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & Transducers
 
UNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptxUNIT III_Smart Sensor.pptx
UNIT III_Smart Sensor.pptx
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdf
 
Advanced Sensor
Advanced SensorAdvanced Sensor
Advanced Sensor
 
Advanced Sensor
Advanced SensorAdvanced Sensor
Advanced Sensor
 
20 Existing Sensors
20 Existing Sensors20 Existing Sensors
20 Existing Sensors
 
Introduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasIntroduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar Das
 
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003
 
Sensing & Actuation.pptx
Sensing & Actuation.pptxSensing & Actuation.pptx
Sensing & Actuation.pptx
 
Proximity Sensor
Proximity SensorProximity Sensor
Proximity Sensor
 
PIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptxPIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptx
 
IoT Sensing and Actuation.pdf
 IoT Sensing and Actuation.pdf IoT Sensing and Actuation.pdf
IoT Sensing and Actuation.pdf
 
Inclinometer.pptx
Inclinometer.pptxInclinometer.pptx
Inclinometer.pptx
 
Presentation by ICA on limit switches and proximity sensors.pptx
Presentation by ICA on limit switches and proximity sensors.pptxPresentation by ICA on limit switches and proximity sensors.pptx
Presentation by ICA on limit switches and proximity sensors.pptx
 

Recently uploaded

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 

Sensors - Aniket.pptx

  • 1. Sensors in IoT Presented By: Student Name – Aniket Kuanar Regd. No.: 1901367032 Guided By: Prof. Jogeshwar Tripathy Head of the Department, CSE Internet of Things (IoT)
  • 3. 3 What is a Sensor? • Sensor is an input device which provides an output (signal) with respect to a specific physical quantity (input). • The term “input device” in the definition of a Sensor means that it is part of a bigger system which provides input to a main control system (like a Processor or a Microcontroller). • Another unique definition of a Sensor is as follows: It is a device that converts signals from one energy domain to electrical domain
  • 5. 5 Classification of Sensors • In the first classification of the sensors, they are divided in to Active and Passive. • Active Sensors are those which require an external excitation signal or a power signal. • Passive Sensors, on the other hand, do not require any external power signal and directly generates output response. • The final classification of the sensors are Analog and Digital Sensors. • Analog Sensors produce an analog output i.e. a continuous output signal with respect to the quantity being measured. • Digital Sensors, in contrast to Analog Sensors, work with discrete or digital data. The data in digital sensors, which is used for conversion and transmission, is digital in nature.
  • 6. 6 Different Types of Sensors  All these sensors are used for measuring one of the physical properties like Temperature, Resistance, Capacitance, Conduction, Heat Transfer etc. • Temperature Sensor • Proximity Sensor • Accelerometer • IR Sensor (Infrared Sensor) • Pressure Sensor • Light Sensor • Ultrasonic Sensor • Smoke, Gas and Alcohol Sensor • Touch Sensor • Color Sensor • Humidity Sensor • Tilt Sensor • Flow and Level Sensor
  • 7. • One of the most common and most popular sensor is the Temperature Sensor. A Temperature Sensor, as the name suggests, senses the temperature i.e. it measures the changes in the temperature. Temperature Sensor, the changes in the Temperature correspond to change in its physical property like resistance or voltage. • Thermistor • Thermocouple 7 Temperature Sensor
  • 8. 8 Proximity Sensors • A Proximity Sensor is a non-contact type sensor that detects the presence of an object. Proximity Sensors can be implemented using different techniques like Optical (like Infrared or Laser), Ultrasonic, Hall Effect, Capacitive, etc. • Some of the applications of Proximity Sensors are Mobile Phones, Cars (Parking Sensors), industries (object alignment), Ground Proximity in Aircrafts, etc.
  • 9. 9 Infrared Sensor (IR Sensor) • IR Sensors or Infrared Sensor are light based sensor that are used in various applications like Proximity and Object Detection. IR Sensors are used as proximity sensors in almost all mobile phones. • There are two types of Infrared or IR Sensors: Transmissive Type and Reflective Type. • In Transmissive Type IR Sensor, the IR Transmitter (usually an IR LED) and the IR Detector (usually a Photo Diode) are positioned facing each other so that when an object passes between them, the sensor detects the object. • The other type of IR Sensor is a Reflective Type IR Sensor. In this, the transmitter and the detector are positioned adjacent to each other facing the object. When an object comes in front of the sensor, the sensor detects the object. • Different applications where IR Sensor is implemented are Mobile Phones, Robots, Industrial assembly, automobiles etc.
  • 10. 10
  • 11. 11 Ultrasonic Sensor • An Ultrasonic Sensor is a non-contact type device that can be used to measure distance as well as velocity of an object. An Ultrasonic Sensor works based on the properties of the sound waves with frequency greater than that of the human audible range. • There are two kind of an ultrasonic sensor is, “active ultrasonic sensor” and “passive ultrasonic sensors”. An active ultrasonic sensors generates the high frequency sound wave to receive back the ultrasonic sensor for evaluating the echo. But, passive ultrasonic sensors are just used for detecting ultrasonic noise which is present under specific conditions.
  • 12. 12 • Ultrasonic means nothing but the range of the frequencies. Its range is greater than audible range (>20 kHz) • This ultrasonic sensor is used to calculate the distance between the ultrasonic transmitter and the target and also used to measure the velocity of the target. • Ultrasonic sensor HC-SR04 can be used to measure distance in the range of 2cm- 400cm with an accuracy of 3mm. • The 4 pins of Ultrasonic sensor are Vcc, Gnd, Trig and Echo. Trig is connected to Pin 11 of Arduino and Echo is connected to Pin 10. With respect to Arduino, Pins 10 and 11 are input and output respectively.
  • 13. 13 Chemical/Smoke and Gas Sensor • Smoke and gas detector is a gadget that sense gas, smoke and typically it’s an indicator of fire. Now a days all security devices using this sensor to passing signal to fire alarm to control panel. Household smoke detector is also known as smoke alarm, most of the device manufacturer using audible or visual alarm system in security devices that detect automatically.
  • 14. 14 Humidity Sensor • A humidity sensor (or hygrometer) senses, measures and reports both moisture and air temperature. The ratio of moisture in the air to the highest amount of moisture at a particular air temperature is called relative humidity(RH). Relative humidity becomes an important factor when looking for comfort.
  • 15. 15 LDR(Light Dependent Resistor) • A light dependent resistor (LDR) or a photo resistor or photocell is a light controlled variable resistor . Its resistance changes with Light intensity that falls on it. • • The resistance of a photo resistor decreases with increasing Incident light intensity . In  other words , it exhibits photoconductivity. • • The resistance range and sensitivity of a photoresistor can substantially differ among dissimilar devices. • They are made up of semiconductor materials having high resistance. • Photocells or LDRS are non linear devices. There sensitivity varies with the wavelength of light incident on them. • Some photocells might not at all response to a certain range of wavelength.
  • 16. 16 Motion Detection Sensors • A motion detector is an electronic device which is used to detect the physical movement (motion) in a given area and it transforms motion into an electric signal; motion of any object or motion of human beings. • These are primarily used for intrusion detection systems, automatics door control, boom barrier, smart camera (i.e motion based capture/video recording),toll plaza, automatic parking systems, automated sinks/toilet flusher, hand dryers, energy management systems(i.e. Automated Lighting, AC, Fan, Appliances Control) etc. • Following are key motion sensor types widely used: • Passive Infrared (PIR): It Detects body heat (infrared energy) and the most widely used motion sensor in home security systems. • Ultrasonic: Sends out pulses of ultrasonic waves and measures the reflection off a moving object by tracking the speed of sound waves. • Microwave: Sends out radio wave pulses and measures the reflection off a moving object. They cover a larger area than infrared & ultrasonic sensors, but they are vulnerable to electrical interference and more expensive.
  • 17. 17 Sound Sensor • The sound sensor is one type of module used to notice the sound. Generally, this module is used to detect the intensity of sound. • This sensor employs a microphone to provide input to buffer, peak detector and an amplifier. This sensor notices a sound, & processes an o/p voltage signal to a microcontroller. After that, it executes required processing. • Pin1 (VCC): 3.3V DC to 5V DC • Pin2 (GND): This is aground pin • Pin3 (DO): This is an output pin
  • 18. Real Time Application of Sensors
  • 19. 19 An Automatic Flight Control System consists of several sensors for various tasks like speed control, height, position, doors, obstacle, fuel, maneuvering and many more. A Computer takes data from all these sensors and processes them by comparing them with pre-designed values. The computer then provides control signal to different parts like engines, flaps, rudders etc. that help in a smooth flight. The combination of Sensors, Computers and Mechanics makes it possible to run the plane in Autopilot Mode. All the parameters i.e. the Sensors (which give inputs to the Computers), the Computers (the brains of the system) and the mechanics (the outputs of the system like engines and motors) are equally important in building a successful automated system.