Translate

Monday, October 13, 2025

ST_Classification of Sensors

 A. Based on Quantity Measured

The primary way to classify sensors is by the type of physical quantity they measure. This approach is highly practical for IT students as it directly relates to the application and purpose of the sensor in a system. Here are the main classifications with examples and detailed explanations 

1. Physical Sensors
 These are the most common types of sensors and are used to measure various physical properties of the environment. Examples include.

a) Temperature Sensors: These devices measure heat or cold.

b) Thermistor: A thermistor is a type of resistor whose resistance changes significantly with temperature. In an IT context, you'd find thermistors inside a laptop to monitor the CPU and battery temperatures. When the CPU gets hot, the thermistor's resistance changes, and the system's microcontroller reads this change and activates the cooling fan to prevent overheating.
Pressure Sensors: These measure the force exerted by a gas or liquid on a surface.

c) Barometer: A barometer measures atmospheric pressure. An IT student could use a barometer sensor connected to a microcontroller to build a weather station. The sensor's output signal changes as the atmospheric pressure rises or falls, providing the data needed to predict weather changes.
d) Light Sensors: These detect the presence or intensity of light.

e) Photocell: A photocell (or Light Dependent Resistor - LDR) has a resistance that decreases as light intensity increases. A smartphone uses a light sensor to automatically adjust the screen brightness. When you step outside into bright sunlight, the sensor detects a high light level, and the phone's software tells the screen to increase its brightness for better visibility.
Motion and Proximity Sensors: These detect movement or the presence of an object.

f) Proximity Sensor: An infrared (IR) proximity sensor emits an infrared light beam and measures the reflection. A robot uses this type of sensor to detect a wall or an obstacle. When the IR light hits an object, it reflects back to the sensor, and the microcontroller knows to stop or change direction. Similarly, accelerometers and gyroscopes in your phone detect its orientation and movement, allowing you to play games by tilting the device.


Figure 1: Categories of Physical Sensors

2. Chemical Sensors
These are specialized sensors designed to detect and measure the concentration of specific chemical substances in a gas, liquid, or solid.

a) Carbon Monoxide: A carbon monoxide (CO) sensor is a critical safety device found in homes and industrial environments. The sensor contains a chemical that reacts with CO gas. When the concentration of CO exceeds a safe threshold, the chemical reaction triggers an electrical signal, which an IT system (like a smart home hub) then interprets as an alarm condition, alerting the residents.

Figure 2: Chemical Sensor

3. Biometric Sensors
Biometric sensors are used to measure biological characteristics. They are commonly used in Information Technology (IT) security and health. Examples of biological sensors are: 

a) Fingerprint sensor: Fingerprint sensors are used on laptops and smartphones. They use a tiny array of capacitors to create a digital map of fingerprint ridges and valleys. When a user places his/her fingers on the sensor, it creates an electrical charge pattern unique to the print. This digital data is then compared to a stored template to grant or deny access to the device.
b) Heart Rate Sensor: Heart rate sensors (smartwatches too) use a method called photoplethysmography (PPG), A technique that involves shining a green LED light onto the skin and measures the light reflected back. Because blood absorbs green light, each time the heart beats, blood flow increases, causing a momentary dip in the reflected light. The sensor detects these small changes to compute heart rate.

B. Classification Based on Power Requirement
This classification divides sensors into two types based on whether they require an external power source (excitation).

1. Active Sensors
·           Active sensors require an external power source or excitation signal to function. They use this external energy to change their properties in response to the measured variable, and this change is then converted into an output signal.

a) Strain Gauge: The strain gauge measures the proportional change in voltage resulting from a change of resistance resulting from an external current or voltage (excitation). 

b) Resistance Temperature Detector (RTD): RTD uses an external current source to measure the change in its electrical resistance as a function of temperature.

c) Linear Variable Differential Transformer (LVDT): LVDT utilizes an external AC excitation voltage to power its primary coil. The output AC voltage from the secondary coils is proportional to the linear displacement of a core.

d) Radar Sensor: The radar emits signals in the form of electromagnetic or sound waves and then measures parameters relating to the reflected signal to detect objects.

2. Passive Sensors
·         On the other hand, passive sensors do not require an external power source. They directly generate an electrical signal in response to the stimulus. Examples of passive sensors are as follows

a) Thermocouple: A thermocouple generates its own voltage output that is proportional to the temperature difference between its junctions. This is a principle referred to as the Seebeck effect. The heat energy is then converted into electrical energy.

b) Photodiode: Converts incident light energy directly into an electrical current or voltage.

c) Piezoelectric Sensor: Generates an electrical charge/voltage when mechanical stress (like pressure or force) is applied to it (Piezoelectric effect).

d) Passive Infrared (PIR) Sensor: Detects infrared radiation emitted by objects without needing to emit its own signal.

C. Classification Based on Output Signal Type
This category distinguishes sensors based on the nature of the electrical output signal they produce.

1. Analog Sensors: These produce an analog output signal, whose magnitude is continuously proportional to the measured physical quantity.

a) Potentiometer: A potentiometer outputs a voltage that varies with the angular or linear position of its wiper.

b) Temperature Sensor: Provides a continuous analog voltage output that is linearly proportional to the temperature.

c) Photoresistor: The resistance of a photoresistor varies continuously in proportion with light intensity.

2. Digital Sensors: Digital sensors produce a discrete or digital output signal (binary values 0s and 1s) transmitted via a communication bus. Examples include.

a) Temperature Sensor: Outputs temperature data as a digital value to provide high-resolution readings.

b) Digital Pressure Sensor: Measures pressure and outputs a digitized pressure value directly.

No comments:

Post a Comment