0% found this document useful (0 votes)
17 views

Sensors and Actuators

The document provides an overview of sensors and actuators, defining their roles in detecting environmental changes and converting signals into physical actions. It discusses various types of sensors and actuators, their working principles, performance parameters, applications, and emerging technologies. Additionally, it includes practical problems and solutions related to sensor and actuator calculations, emphasizing their importance in automation, robotics, and IoT.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Sensors and Actuators

The document provides an overview of sensors and actuators, defining their roles in detecting environmental changes and converting signals into physical actions. It discusses various types of sensors and actuators, their working principles, performance parameters, applications, and emerging technologies. Additionally, it includes practical problems and solutions related to sensor and actuator calculations, emphasizing their importance in automation, robotics, and IoT.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

Sensors and Actuators

Prof. Abid Yahya

Prof. Abid Yahya yahyabid@gmail.com 1 / 26


Introduction to Sensors and Actuators

Definition:
Sensors: Devices that detect changes in the environment and convert
them into electrical signals.
Actuators: Devices that convert electrical signals into physical actions.
Importance:
Used in automation, robotics, and IoT.
Essential for real-time monitoring and control.

Prof. Abid Yahya yahyabid@gmail.com 2 / 26


Types of Sensors

Temperature Sensors: Thermocouples, RTDs, Thermistors.


Pressure Sensors: Strain gauges, Piezoelectric sensors.
Proximity Sensors: Infrared, Ultrasonic, Capacitive sensors.
Optical Sensors: Photodiodes, LDR, CMOS sensors.

Prof. Abid Yahya yahyabid@gmail.com 3 / 26


Types of Actuators

Electric Actuators: Servo motors, Stepper motors.


Hydraulic Actuators: Pistons, Hydraulic motors.
Pneumatic Actuators: Air cylinders, Air motors.
Thermal Actuators: Shape memory alloys.

Prof. Abid Yahya yahyabid@gmail.com 4 / 26


Working Principle of Sensors

Sensors detect changes in physical parameters (temperature, pressure,


etc.).
They convert physical signals into electrical signals.
Example: A thermocouple generates a voltage proportional to
temperature.

Prof. Abid Yahya yahyabid@gmail.com 5 / 26


Working Principle of Actuators

Actuators receive electrical signals and produce movement or force.


Example: A stepper motor rotates by receiving electrical pulses.
Types of control: Open-loop, Closed-loop control systems.

Prof. Abid Yahya yahyabid@gmail.com 6 / 26


Problem 1: Temperature Sensor

Problem: A thermocouple has a sensitivity of 50 µV/°C. If the output


voltage is 2.5 mV, find the temperature it measures. Solution:

V 2.5 × 10−3
T = = = 50◦ C (1)
S 50 × 10−6

Prof. Abid Yahya yahyabid@gmail.com 7 / 26


Sensor Characteristics

Sensitivity: Change in output per unit input.


Accuracy: Closeness to the true value.
Resolution: Smallest detectable change.
Linearity: Output proportional to input.

Prof. Abid Yahya yahyabid@gmail.com 8 / 26


Actuator Performance Parameters

Torque or Force: The ability to move a load.


Speed: Response time to input signals.
Efficiency: Energy utilization.
Precision: Ability to reach the desired position accurately.

Prof. Abid Yahya yahyabid@gmail.com 9 / 26


Problem 2: Stepper Motor Calculation

Problem: A stepper motor moves 1.8° per step. How many steps are
needed to complete a full rotation? Solution:
360◦
N= = 200 steps (2)
1.8◦

Prof. Abid Yahya yahyabid@gmail.com 10 / 26


Applications of Sensors and Actuators

Automation: Industrial robots, Smart factories.


Medical Devices: Pacemakers, Prosthetics.
Automotive: ABS, Airbag deployment.
IoT: Smart home systems, Environmental monitoring.

Prof. Abid Yahya yahyabid@gmail.com 11 / 26


Signal Conditioning in Sensors

Definition: Signal conditioning improves sensor output for accurate


measurement. Types:
Amplification: Boosting weak signals.
Filtering: Removing noise.
Linearization: Adjusting non-linear response.
Example: An operational amplifier enhances the weak voltage signal from
a thermocouple.

Prof. Abid Yahya yahyabid@gmail.com 12 / 26


Noise Reduction Techniques

Methods:
Shielding: Protects signals from electromagnetic interference.
Averaging: Reduces random noise by averaging multiple readings.
Low-pass filters: Eliminates high-frequency noise.
Example: A capacitor-based low-pass filter smooths the output of a
pressure sensor.

Prof. Abid Yahya yahyabid@gmail.com 13 / 26


Problem 3: Noise Reduction

Problem: A sensor output has a high-frequency noise component of 5


kHz. Design a low-pass filter to eliminate noise while retaining useful
signals below 1 kHz. Solution:
Step 1: Choose cutoff frequency fc = 1 kHz.
Step 2: Apply filter equation:
1
fc = (3)
2πRC
Step 3: Solve for component values:

R = 10kΩ, C = 15.9nF (4)

Prof. Abid Yahya yahyabid@gmail.com 14 / 26


Actuator Control Methods

Types of Control:
Open-loop: No feedback, suitable for simple systems.
Closed-loop: Uses sensors for feedback control.
PID Control: Proportional, Integral, and Derivative components
adjust actuator response.
Example: A DC motor uses closed-loop control to maintain a constant
speed.

Prof. Abid Yahya yahyabid@gmail.com 15 / 26


Robotics and Automation

Role of Sensors and Actuators:


Sensors provide environmental feedback.
Actuators perform physical tasks.
Control algorithms process sensor data to drive actuators.
Example: An autonomous robot uses LIDAR sensors and stepper motors
for navigation.

Prof. Abid Yahya yahyabid@gmail.com 16 / 26


Problem 4: Robot Motion Control

Problem: A robotic arm requires precise control for pick-and-place


operations. A stepper motor with 200 steps per revolution is used.
Determine the angle moved per step. Solution:
Step 1: Use formula:
360◦
θ= (5)
N
Step 2: Compute:
360
θ= = 1.8◦ (6)
200

Prof. Abid Yahya yahyabid@gmail.com 17 / 26


Emerging Technologies in Sensors and Actuators

Trends:
MEMS sensors: Miniaturized high-performance sensors.
Smart actuators: AI-driven adaptive actuation.
Wireless sensor networks: Remote monitoring applications.
Example: Wearable biosensors monitor health metrics in real time.

Prof. Abid Yahya yahyabid@gmail.com 18 / 26


Problem 5: Wireless Sensor Power Consumption

Problem: A wireless sensor consumes 2 mW of power and is powered by a


3.7V battery. Estimate its operating time with a 1000 mAh battery.
Solution:
Step 1: Compute current draw:
P 2mW
I = = = 0.54mA (7)
V 3.7V
Step 2: Compute battery life:
1000mAh
T = = 1851 hours (8)
0.54mA

Prof. Abid Yahya yahyabid@gmail.com 19 / 26


Future Directions

Advancements:
AI integration for predictive maintenance.
Self-powered sensors using energy harvesting.
Flexible and biodegradable sensors for biomedical use.
Example: AI-driven sensor networks optimize industrial automation.

Prof. Abid Yahya yahyabid@gmail.com 20 / 26


Problem 6: Pressure Sensor Calibration

Problem: A pressure sensor outputs 0.5V at 50 kPa and 4.5V at 500 kPa.
Find the sensor’s sensitivity in V/kPa and estimate the pressure at an
output of 2.5V. Solution:
Step 1: Compute sensitivity:
Vmax − Vmin 4.5V − 0.5V 4V
S= = = = 0.0089V /kPa
Pmax − Pmin 500kPa − 50kPa 450kPa
(9)
Step 2: Solve for pressure:
V − Vmin 2.5V − 0.5V
P= = = 225kPa (10)
S 0.0089V /kPa

Prof. Abid Yahya yahyabid@gmail.com 21 / 26


Problem 7: Thermistor Resistance Calculation
Problem: A thermistor has a resistance of 10 k at 25°C and follows the
equation:  
1
β − T1
R(T ) = R0 e T 0 (11)
where T0 = 298K , R0 = 10k, and β = 3950K . Find R at T = 50C .
Solution:
Step 1: Convert temperature to Kelvin:
T = 50 + 273 = 323K (12)
Step 2: Apply formula:
1 1
R(323) = 10k × e 3950( 323 − 298 ) (13)
Step 3: Compute exponent:
e 3950×(−0.000335) ≈ e −1.32 ≈ 0.267 (14)
Step 4: Compute resistance:
R(323) = 10k × 0.267 ≈ 2.67k (15)
Prof. Abid Yahya yahyabid@gmail.com 22 / 26
Problem 8: Actuator Force Calculation

Problem: A linear actuator applies a force of 500N and moves a load over
a distance of 0.5m. Calculate the work done and power required if the
operation takes 5 seconds. Solution:
Step 1: Compute work done:

W = F × d = 500N × 0.5m = 250J (16)

Step 2: Compute power:


W 250J
P= = = 50W (17)
t 5s

Prof. Abid Yahya yahyabid@gmail.com 23 / 26


Problem 9: Capacitive Sensor Calculation

Problem: A parallel-plate capacitive sensor has plate area A = 5cm2 ,


plate separation d = 1mm, and dielectric constant εr = 2.5. Find its
capacitance. Solution:
Step 1: Compute capacitance formula:
ε0 εr A
C= (18)
d
Step 2: Use values (ε0 = 8.85 × 10−12 F /m):

(8.85 × 10−12 F /m)(2.5)(5 × 10−4 m2 )


C= (19)
1 × 10−3 m
Step 3: Compute capacitance:

C ≈ 1.1pF (20)

Prof. Abid Yahya yahyabid@gmail.com 24 / 26


Problem 10: Servo Motor Torque Calculation

Problem: A servo motor applies a torque of 2.5Nm to rotate a robotic


joint at 30rad/s. Find the power output. Solution:
Step 1: Use power formula:

P = τω (21)

Step 2: Compute power:

P = (2.5Nm) × (30rad/s) = 75W (22)

Prof. Abid Yahya yahyabid@gmail.com 25 / 26


Conclusion

Key Takeaways:
Sensors and actuators are essential in modern technology.
Advanced control techniques improve system efficiency.
Emerging technologies enhance capabilities for future applications.
Final Thought: The synergy between sensors, actuators, and AI will drive
the next generation of intelligent systems.

Prof. Abid Yahya yahyabid@gmail.com 26 / 26

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy