Sensors Used in IoT-Based Embedded Systems
🌐 Sensors Used in IoT-Based Embedded Systems
The Internet of Things (IoT) has revolutionised how we interact with our environment by enabling devices to sense, process, and communicate data in real time. At the core of any IoT-based embedded system lies a critical component: sensors. These devices are responsible for collecting physical data from the environment and converting it into signals that can be read and processed by embedded systems.
In this blog, we'll explore the various types of sensors commonly used in IoT applications, their working principles, and typical use cases.
🔍 1. Temperature Sensors
Function: Measure ambient or surface temperature.
Popular Types:
-
Thermistors
-
RTDs (Resistance Temperature Detectors)
-
Digital temperature sensors (e.g., DHT11, DS18B20)
Applications:
-
Smart thermostats
-
Weather monitoring systems
-
Industrial temperature control
![]() |
| Buy Here: https://amzn.to/4cNo7vR |
💧 2. Humidity Sensors
Function: Measure the amount of moisture in the air.
Common Sensors:
-
DHT11 / DHT22
-
HIH-4000
Applications:
-
HVAC systems
-
Smart agriculture
-
Greenhouse monitoring
🏃 3. Motion and Proximity Sensors
Function: Detect movement or presence of objects or people.
Types:
-
PIR (Passive Infrared) sensors
-
Ultrasonic sensors
-
IR (Infrared) sensors
Applications:
-
Intruder detection
-
Smart lighting
-
Object tracking systems
💨 4. Gas and Air Quality Sensors
Function: Detect the presence of gases or measure air quality.
Examples:
-
MQ series (e.g., MQ-2, MQ-7)
-
CCS811 (Air Quality Sensor)
Applications:
-
Smart homes (CO2, smoke detection)
-
Industrial safety systems
-
Pollution monitoring
🚀 5. Accelerometers and Gyroscopes
Function: Measure acceleration, orientation, and angular velocity.
Examples:
-
MPU6050 (Accelerometer + Gyroscope)
-
ADXL345
Applications:
-
Fitness trackers
-
Vehicle tracking
-
Gesture recognition
🌞 6. Light Sensors
Function: Measure light intensity.
Popular Modules:
-
LDR (Light Dependent Resistor)
-
TSL2561
-
BH1750
Applications:
-
Automatic street lighting
-
Ambient light detection
-
Smart blinds
💧 7. Water and Soil Moisture Sensors
Function: Measure water level or soil humidity.
Common Sensors:
-
Capacitive soil moisture sensor
-
Water level sensor
Applications:
-
Smart irrigation systems
-
Agricultural automation
-
Flood detection
🔊 8. Sound Sensors
Function: Detect sound or vibrations.
Examples:
-
Microphone modules
-
Sound level detectors (e.g., KY-038)
Applications:
-
Voice-activated systems
-
Noise pollution monitoring
-
Audio recording triggers
🧭 9. GPS Sensors
Function: Provide geographic location data.
Common Modules:
-
NEO-6M
-
u-blox GPS modules
Applications:
-
Vehicle tracking
-
Asset monitoring
-
Geofencing
🔌 10. Current and Voltage Sensors
Function: Measure electrical parameters such as current, voltage, or power.
Examples:
-
ACS712 (Current sensor)
-
INA219 (Voltage and current sensor)
Applications:
-
Smart energy meters
-
Battery monitoring
-
Power management in smart grids
🤖 Integration with Embedded Systems
These sensors are usually connected to embedded platforms like Arduino, Raspberry Pi, ESP32, or STM32 microcontrollers. Through communication protocols like I2C, SPI, UART, or ADC, sensor data is read and processed for real-time analysis, automation, and decision-making.

Comments
Post a Comment