0% found this document useful (0 votes)
11 views15 pages

Sensor Used in Practical

The document provides an overview of various sensors including MQ-3, ultrasonic, PIR, DHT11, RFID, fire sensors, GSM, and IR sensors, detailing their working principles, components, and applications. Each sensor operates based on specific mechanisms such as gas adsorption, time-of-flight, infrared detection, and radio frequency communication. Applications range from alcohol detection and distance measurement to motion sensing and mobile communication.

Uploaded by

ryanhazo47
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views15 pages

Sensor Used in Practical

The document provides an overview of various sensors including MQ-3, ultrasonic, PIR, DHT11, RFID, fire sensors, GSM, and IR sensors, detailing their working principles, components, and applications. Each sensor operates based on specific mechanisms such as gas adsorption, time-of-flight, infrared detection, and radio frequency communication. Applications range from alcohol detection and distance measurement to motion sensing and mobile communication.

Uploaded by

ryanhazo47
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

1.

The MQ-3 sensor is an alcohol gas sensor commonly used in breathalyzers and gas
detection systems. It detects ethanol vapors in the air and provides an analog output
corresponding to the concentration of alcohol.

Working Principle of MQ-3 Sensor

The MQ-3 sensor operates based on chemiresistive sensing, which involves changes in
electrical resistance due to gas adsorption. Here’s how it works:

1. Sensing Material (SnO₂ - Tin Dioxide)

The MQ-3 sensor contains a tin dioxide (SnO₂) semiconductor layer, which has a high
resistance in clean air.

When ethanol (C₂H₅OH) vapors are present, they react with oxygen ions on the SnO₂ surface.

2. Gas Adsorption and Reaction

Ethanol molecules reduce the resistance of SnO₂ by donating electrons.

This change in resistance is proportional to the alcohol concentration in the air.

3. Heater Element

The sensor includes a heater (nichrome coil) that maintains a high operating temperature
(~300°C–400°C).

This ensures that gas molecules react efficiently with the SnO₂ surface.

4. Output Signal

The resistance change is converted into a voltage signal, which can be read using an ADC
(Analog-to-Digital Converter).

Higher alcohol concentration → Lower resistance → Higher output voltage.


Electrical Characteristics

Power Supply: 5V DC

Heater Resistance: ~31Ω

Sensing Resistance Range: 2kΩ to 20kΩ (varies with alcohol concentration)

Preheating Time: 24 hours for accurate results

Applications

Breathalyzers (alcohol detection)

Car ignition interlock systems

Gas leak detectors

Industrial safety devices

2. Working Principle of an Ultrasonic Sensor

An ultrasonic sensor works based on the time-of-flight principle, using high-frequency sound
waves to measure distance. It consists of two main components:

1. Transmitter – Emits ultrasonic waves (typically 40 kHz).

2. Receiver – Detects the reflected waves (echo).

Steps in Operation

1. Transmission

The transmitter sends a burst of ultrasonic waves into the air.

These waves travel at the speed of sound (~343 m/s in air at room temperature).
2. Reflection

If the waves hit an object, they reflect back toward the sensor.

3. Reception & Processing

The receiver detects the reflected waves.

The time taken for the waves to travel to the object and back is recorded.

4. Distance Calculation

The sensor uses the formula:

\text{Distance} = \frac{\text{Time} \times \text{Speed of Sound}}{2}

Common Ultrasonic Sensors

HC-SR04 (popular for Arduino projects)

PING))) sensor

MB1040 LV-MaxSonar-EZ4

Applications

Distance measurement

Object detection & obstacle avoidance (e.g., robotics, automation)

Liquid level sensing

Parking sensors

Speed measurement
3. Working Principle of a PIR (Passive Infrared) Sensor

A PIR sensor detects motion by sensing changes in infrared (IR) radiation emitted by objects in
its field of view. It is commonly used in motion detectors, security alarms, and automatic lighting
systems.

How PIR Sensors Work

1. Infrared Detection

Every object emits infrared radiation based on its temperature.

Humans and animals emit IR radiation in the 8–14 µm range.

2. Dual Pyroelectric Sensor Elements

A PIR sensor has two pyroelectric sensor elements inside.

These elements detect infrared radiation but are wired in opposite polarity to cancel out
constant background IR.

3. Motion Detection Mechanism

When no motion occurs, both elements receive the same IR radiation, resulting in no signal.

When a warm object (like a person) moves across the sensor’s field of view, one element
detects a change before the other.

This creates a voltage difference, triggering the sensor output.

4. Signal Processing & Output

The sensor passes the signal through an amplifier and comparator circuit.

If motion is detected, the output pin goes HIGH (1), typically 3.3V or 5V, for a set duration.
Key Features

Power Supply: 3V–5V DC

Detection Range: 3–7 meters (adjustable in some models)

Viewing Angle: 100°–120°

Adjustable Sensitivity & Delay Time (in some models)

Applications

Motion-activated lights

Security alarms and intruder detection

Automatic doors

Smart home automation

4. Working Principle of DHT11 Sensor

The DHT11 is a digital temperature and humidity sensor that works using a capacitive humidity
sensor and a thermistor to measure environmental conditions. It provides calibrated digital
output using a single-wire communication protocol.

Working Mechanism

1. Humidity Sensing (Capacitive Sensor)

The sensor contains a moisture-holding substrate (polymer film) between two electrodes.

When humidity changes, the dielectric constant of the substrate changes, altering the
capacitance.

The sensor measures this capacitance change and converts it into a digital humidity value.

2. Temperature Sensing (NTC Thermistor)


The DHT11 has an NTC (Negative Temperature Coefficient) thermistor, whose resistance
decreases as temperature increases.

The sensor measures this resistance change and converts it into a temperature reading.

3. Digital Signal Processing

The sensor includes an internal microcontroller that processes the raw temperature and
humidity data.

It then transmits the data in a 40-bit digital format to a microcontroller using a single-wire serial
interface.

Data Communication Protocol

1. The microcontroller sends a start signal (low for 18ms, then high for 20-40µs).

2. The DHT11 responds with a low-high-low signal (80µs each) indicating readiness.

3. The sensor then transmits 40 bits of data:

8 bits humidity integer

8 bits humidity decimal (always 0 in DHT11)

8 bits temperature integer

8 bits temperature decimal (always 0 in DHT11)

8 bits checksum (sum of the previous 4 bytes)

Key Features

Operating Voltage: 3.3V–5V

Temperature Range: 0°C to 50°C (±2°C accuracy)

Humidity Range: 20% to 90% RH (±5% accuracy)

Sampling Rate: 1 reading per second (1Hz)


Applications

Weather monitoring systems

HVAC (Heating, Ventilation, and Air Conditioning)

Smart agriculture

Home automation

5. Working Principle of RFID (Radio Frequency Identification)

RFID is a wireless identification technology that uses radio waves to transfer data between a
reader and a tag. It is commonly used for access control, inventory tracking, and contactless
payments.

Components of an RFID System

1. RFID Tag (Transponder)

Stores unique identification data.

Types: Passive, Active, and Semi-passive.

Contains a microchip and an antenna.

2. RFID Reader (Interrogator)

Emits RF signals to power passive tags and read data.

Decodes tag information and sends it to a processor.

3. Antenna

Allows communication between the reader and the tag.

Determines the range and frequency of operation.


Working Mechanism

1. Power Transmission (For Passive Tags)

The RFID reader emits an electromagnetic field.

The passive tag absorbs energy from this field and powers its microchip.

2. Data Exchange

The RFID tag modulates the radio waves and reflects them back (backscatter method).

The reader decodes the received signal to extract the tag’s ID and other stored information.

3. Processing & Action

The reader sends the extracted data to a microcontroller or database for further processing.

Based on the ID, an action is triggered (e.g., unlocking a door, updating inventory).

Types of RFID Tags

Passive RFID: No battery, powered by the reader’s electromagnetic field (short range, ~10cm to
1m).

Active RFID: Has a built-in battery for longer range (~100m or more).

Semi-passive RFID: Uses a battery but relies on the reader’s signal for communication.

RFID Frequency Ranges

Low Frequency (LF, 125-134 kHz) – Short range, used for animal tracking & access control.

High Frequency (HF, 13.56 MHz) – Used in NFC, smart cards, and passports.

Ultra-High Frequency (UHF, 860-960 MHz) – Long-range, used for supply chain tracking.

Applications

Access control (RFID keycards)


Inventory & supply chain management

Contactless payment systems

Asset tracking

Animal identification

6. Working Principle of a Fire Sensor

A fire sensor detects the presence of fire or flames by sensing heat, smoke, or light
(infrared/ultraviolet radiation) emitted by a fire. Different types of fire sensors work using
different principles.

Types and Working Mechanisms of Fire Sensors

1. Flame Sensor (IR/UV-based)

Infrared (IR) Flame Sensor:

Detects infrared radiation emitted by flames.

Uses a photodiode or IR sensor tuned to fire-specific wavelengths (~4.3 µm).

Filters out sunlight and normal heat sources to reduce false alarms.

Application: Industrial fire detection, gas stoves, welding monitoring.

Ultraviolet (UV) Flame Sensor:

Detects UV radiation (200-280 nm) from flames.

Responds within milliseconds to fire ignition.

Application: Fire alarms, industrial safety systems.

2. Smoke Sensor (Ionization & Optical)

Ionization Smoke Sensor:


Contains a radioactive material (Americium-241) that ionizes air.

Smoke particles disrupt ion flow, triggering an alarm.

Best for detecting fast-burning fires.

Optical (Photoelectric) Smoke Sensor:

Uses an LED and a photodiode in a chamber.

Smoke scatters the LED light, increasing detection signal.

Best for detecting slow, smoldering fires.

3. Heat Sensor (Thermistor-based)

Uses a thermistor or bimetallic strip to measure temperature changes.

Triggers an alarm when temperature exceeds a threshold (e.g., 135°F or 57°C).

Application: Kitchens, industrial settings, where smoke detection may cause false alarms.

Applications

Fire alarms and suppression systems

Industrial fire safety

Gas leakage detection (in combination with gas sensors)

Automatic firefighting robots

7. Working Principle of GSM (Global System for Mobile Communication)

GSM is a digital cellular communication system that enables voice calls, SMS, and mobile data
transmission over a network of cell towers. It operates using radio waves and a combination of
multiple access techniques to allow multiple users to share the same frequency band.

Working Mechanism of GSM


1. Mobile Device Communication

A GSM-enabled device (e.g., mobile phone or GSM module) communicates with the nearest
cell tower (Base Transceiver Station - BTS) using radio signals.

2. Network Structure

A GSM network consists of:

Mobile Station (MS): The user's phone or GSM module.

Base Transceiver Station (BTS): Handles communication between mobile devices and the
network.

Base Station Controller (BSC): Manages multiple BTS towers and handles frequency allocation.

Mobile Switching Center (MSC): Connects calls, manages user locations, and interfaces with
external networks.

Home Location Register (HLR) & Visitor Location Register (VLR): Stores user information, such
as SIM details and current location.

3. Call or SMS Transmission Process

When a user makes a call or sends an SMS, the GSM device transmits a signal to the nearest
BTS.

The BSC directs the signal to the MSC, which verifies the user's identity using the HLR/VLR.

If the recipient is within the network, the MSC routes the call or SMS directly; otherwise, it
connects to an external network (e.g., PSTN for landlines or another GSM network).

4. Frequency Division and Time Division (TDMA & FDMA)

FDMA (Frequency Division Multiple Access): Allocates different frequency bands to different
users.

TDMA (Time Division Multiple Access): Divides each frequency into time slots, allowing multiple
users to share the same frequency without interference.
5. SIM Authentication & Encryption

The SIM card in a GSM device stores a unique IMSI (International Mobile Subscriber Identity)
and authentication key.

Communication is encrypted using A5/1 or A5/2 encryption to ensure security.

GSM Frequency Bands

900 MHz & 1800 MHz (Europe, Asia, Africa)

850 MHz & 1900 MHz (North & South America)

Applications of GSM

Mobile voice calls and SMS services

IoT applications (e.g., remote monitoring, GPS tracking)

Wireless ATMs and POS terminals

Industrial automation (GSM modules like SIM800, SIM900)

8. Working Principle of an IR (Infrared) Sensor

An IR sensor detects infrared radiation emitted or reflected by objects. It is commonly used for
obstacle detection, motion sensing, temperature measurement, and remote control systems.

Types of IR Sensors & Their Working Mechanisms

1. Active IR Sensor (Transmitter & Receiver)

Components:

IR LED (Transmitter): Emits infrared light.

Photodiode or Phototransistor (Receiver): Detects reflected IR light.

Working:

The IR LED continuously emits infrared light.


If an object is present, IR light reflects back and is detected by the photodiode.

The amount of reflected light determines the distance or presence of an object.

Applications:

Proximity sensors (automatic doors, touchless taps)

Line-following robots

Obstacle detection in robotics

2. Passive IR Sensor (PIR Sensor – Motion Detector)

Components:

Pyroelectric Sensor: Detects changes in infrared radiation.

Fresnel Lens: Focuses IR waves onto the sensor.

Working:

Human bodies emit infrared radiation (heat).

When a person moves within the sensor's range, the change in IR radiation is detected.

This change triggers the sensor to output a signal (used in motion detection systems).

Applications:

Security alarms

Automatic lighting

Smart home automation

Key Features of IR Sensors


Operating Voltage: 3V–5V DC

Range: Few cm (proximity sensors) to several meters (PIR sensors)

Sensing Angle: Typically 100°–120° for PIR sensors

Applications of IR Sensors

Remote controls (TV, AC, projectors)

Object detection in automation systems

Temperature measurement (non-contact thermometers)

Industrial safety systems

You might also like