Lecture 0&1 Introduction Sensors
Lecture 0&1 Introduction Sensors
(EEAC008IU)
Attendance is required
Introduction Sensors
Sensors Characteristics.
Signal Processing
Button
Try switch, reed switch
ADC
Build simple Voltage + resistance meter
Thermal Sensor
Read data from analog & digital sensor;
Passive infrared sensor (PIR sensor) +Buzzer active and passive
Build Theft alarm system.
IR transmitter and IR receiver.
Build Remote control + count rotation of wheel
Proximity sensor (Ultrasound + laser) & servo
Build simple radar
Heartbeat sensor(PPG)
Digital + Analog sensor.
Accelerometer sensor
Step counter+ tilt angle measurement
Sound Sensor
Alarm system
Required Devices
Arduino board
Servo
ARDUINO BOARD
USB
PWR IN
RESET
SCL\SDA
(I2C Bus)
SPI
POWER
5V / 3.3V / GND Digital I\O
PWM(3, 5, 6, 9, 10, 11)
Analog
INPUTS Transmitter/Receiver
Serial Connection
Blackboard
Account: Your ID
Password: ?
Sensors & Instrumentation
(EEAC008IU)
Introduction
Lecture 1
Dr. Huynh Tan Quoc
Content
Instruments
Sensor Classification
Characteristics of Sensors
Example of sensors
Temperature Sensor
Motion Sensor
CO2 Gas Sensor
Proximity Sensor
Accelerometer Sensor
Instruments
Fundamental SI units
Transducer
A device which converts a signal from one physical form to another
physical form
Physical form : Thermal, electric, mechanical, magnetic, chemical,
and optical,…
Actuator
Which converts an electric signal to physical output
Sensor
Example :
Microphone: converts sound to electrical signal.
Speaker: converts electrical signal to sound
What are Sensors Transducers, Sensors? Or
Actuator?
Example :
Microphone: converts sound to electrical signal
Speaker: converts electrical signal to sound
Strain gauge: converts strain to electrical
What are Sensors Transducers, Sensors? Or
Actuator?
Example :
Microphone: converts sound to electrical signal
Speaker: converts electrical signal to sound
Strain gauge: converts strain to electrical
Antenna: converts electromagnetic energy into electricity
and vice versa
Sensor Classification
Active
Require external power called excitation signal
Passive
Doesn’t need any additional energy source
Interface:
Analog (voltage or resistance) & Digital (I2C, SPI, UART)
Accuracy:
Thecapacity of a measuring instrument to give RESULTS close to the
TRUE VALUE of the measured quantity
Range:
Givethe highest and the lowest value of of the physical quantity that
sensor can measure.
Beyond of this range, there is no sensing or no correct response.
Resolution:
Provides the smallest change in the input that a sensor is capable of
sensing
Resolution is an importance specification towards selection of sensors
Higher the resolution better precision.
Response:
Should be capable of responding to the changes in minimum time
Temperature Sensor
Example:
Thermistor has material constant =4500K
at
Calculate at T=
Temperature Sensor
Ultrasonic sensor:
Ultrasonic sensors are used for
position measurements
15° - 20°
Two ultrasonic transducer
(Transmitter + Receiver)
Measure range using time-of flight
of sound (~340 m/sec)
Resolution: 5 mm
Range: up to 450cm
Distance = Speed x Time
Example:
Speed of sound : 0.034 cm/µs
Received Time : 500 µs
Distance = (0.034 cm/µs x 500 µs) /2
Distance = 8.5 cm
Proximity Sensors
Accelerometer Sensor
1g AccY=-1g
AccX=0g
AccY=0g
AccX=1g
Accelerometer Sensor
Summary
What’s next?
Signal processing: Amplifier, filterer signal, data
acquisition.
Practice: Using Arduino read data from analog sensor
(LM35) and digital sensor (ADXL345)