IoT Unit 3

Exam Ready

Q1. Explain Sensors with its Types

Definition:
A sensor is an electronic device that detects or measures physical parameters from the environment and converts them into electrical signals that can be processed by a controller or computer. Sensors act as the “sense organs” of an IoT system.

Working Principle:
A sensor receives a physical stimulus such as temperature, light, pressure, or motion. This stimulus causes a change in some electrical property (voltage, current, resistance, or capacitance). The sensor converts this change into an electrical signal which is then processed by the system.

Characteristics of a Good Sensor:
- High sensitivity to the measured quantity
- High accuracy and resolution
- Wide operating range
- Low drift and error
- Should not disturb the measured environment

Types of Sensors

1. Based on Power Requirement

(a) Active Sensors
These sensors generate their own electrical output without external power.
Examples: Thermocouple, piezoelectric sensor

(b) Passive Sensors
These sensors require an external power supply to produce output.
Examples: RTD, LDR, strain gauge

2. Based on Output Signal

(a) Analog Sensors
Produce continuous output signal proportional to the measured quantity.
Example: LM35 temperature sensor

(b) Digital Sensors
Produce discrete digital output (0s and 1s).
Example: DS18B20 temperature sensor

3. Based on Measured Quantity (Common Types)

Temperature Sensor, Humidity Sensor, Gas Sensor, Ultrasonic Sensor, Light Sensor (LDR), IR Sensor, Sound Sensor, Water Level Sensor, Touch Sensor.

Conclusion:
Sensors are essential components of IoT systems because they enable real-time monitoring of physical conditions.

Q2. Explain Actuators with its Types

Definition:
An actuator is a device that converts an input signal (usually electrical) into physical action or mechanical motion. In IoT systems, actuators act as the “muscles” that perform actions based on commands from the controller.

Working Principle:
An actuator receives a control signal from a controller or microprocessor and converts supplied energy into mechanical motion such as linear, rotary, or oscillatory movement.

Basic Flow:
Sensor → Controller → Actuator → Physical Action

Types of Actuators

1. Hydraulic Actuator
Uses pressurized liquid to produce mechanical motion.
Applications: excavators, hydraulic lifts, dam gates.

2. Pneumatic Actuator
Uses compressed air to generate motion.
Applications: robotic grippers, pick-and-place machines.

3. Electrical Actuator
Uses electrical energy (motor/solenoid) to produce movement.
Applications: smart curtains, electric valves, robotics.

4. Thermal or Magnetic Actuator
Uses heat or magnetic field to create motion.
Applications: smart thermostats, wearable IoT devices.

5. Mechanical Actuator
Uses gears, pulleys, chains or rack-and-pinion to convert motion.
Applications: car steering, CNC machines, sliding gates.

6. Soft Actuator
Made from flexible polymers for smooth and gentle motion.
Applications: surgical robots, soft robotic grippers.

Conclusion:
Actuators are essential output devices that convert control signals into real-world physical actions.

Q3. Difference between Sensors and Actuators

Sensors and actuators are fundamental components of IoT systems. A sensor detects physical conditions, while an actuator performs physical actions based on control signals.

Parameter Sensor Actuator
Basic Function Detects and measures physical quantities Produces physical action or movement
Role in System Input device Output device
Energy Conversion Physical quantity → Electrical signal Electrical/fluid/air energy → Mechanical motion
Purpose Monitoring and data collection Control and execution
Position in IoT Flow First stage Final stage
Output Form Electrical signal Mechanical motion
Dependency Sends data to controller Acts on controller commands
Human Analogy Sense organs Muscles
Examples Temperature sensor, LDR, humidity sensor Motor, solenoid valve, hydraulic cylinder

Working Relationship in IoT:
Sensor → Controller → Actuator

Conclusion:
Sensors provide input data while actuators perform actions, together enabling complete IoT automation.