Sensor Lab Assignment 1
Sensor Lab Assignment 1
T11 - 15
Sensor Lab
Assignment 1
Aim: Study on Sensors, Controllers, and Wireless Modules
Theory:
• Temperature Sensors:
o DHT11/DHT22: Measures temperature and humidity.
o LM35: Provides analog temperature readings with high accuracy.
• Motion Sensors:
o PIR Sensor: Detects infrared radiation from moving objects (used in security systems).
o Ultrasonic Sensor (HC-SR04): Measures distance using sound waves.
• Light Sensors:
o LDR (Light Dependent Resistor): Changes resistance based on light intensity.
o TSL2561: Provides digital light intensity readings.
• Gas Sensors: o MQ Series Sensors (MQ-2, MQ-5, etc.): Detect gases like CO, CO2, and LPG.
• Pressure Sensors:
o BMP180: Measures barometric pressure and altitude.
o MPX5010: Analog pressure sensor used in medical applications.
• Proximity Sensors:
o IR Sensor: Detects objects without physical contact. o Capacitive Proximity Sensor: Used in
touch-sensitive applications.
2. Controllers
Controllers are microcontroller-based platforms used to control and interact with sensors and actuators.
Below are some common controllers:
Arduino
Raspberry Pi
NodeMCU (ESP8266/ESP32)
• WiFi-enabled microcontroller for IoT applications.
• Supports Lua and Arduino IDE for programming.
• ESP32 includes Bluetooth support along with WiFi.
Bluetooth Modules
WiFi Modules
GSM Modules
• SIM800/SIM900: Enables communication over cellular networks for SMS and calls.
• Quectel M95: A compact GSM module used in industrial IoT applications.
Conclusion
Understanding different sensors, controllers, and wireless modules helps in selecting the right
components for IoT, automation, and robotics projects. Controllers like Arduino and Raspberry Pi
provide flexible platforms for development, while communication modules like WiFi and GSM enable
wireless connectivity, making them essential for smart applications.