Arduino_Sensors_Report
Arduino_Sensors_Report
Boards
1. Temperature and Humidity Sensor (DHT11)
Primary Function: Measures temperature and humidity in the environment.
Key Specifications:
Connection to Arduino: Connect VCC to 5V, GND to GND, and DATA to a digital pin (e.g.,
D2) on the Arduino.
Key Specifications:
Connection to Arduino: Connect VCC to 5V, GND to GND, TRIG to a digital pin (e.g., D9), and
ECHO to another digital pin (e.g., D10).
Key Specifications:
- Analog sensor
- Resistance changes with light intensity
- Typically used with a voltage divider circuit
Connection to Arduino: Connect one leg to 5V and the other to an analog pin (e.g., A0) with a
resistor to GND.
Key Specifications:
Connection to Arduino: Connect VCC to 5V, GND to GND, and OUT to a digital pin (e.g., D7).
Key Specifications:
- Operating Voltage: 5V
- Analog and digital output
- Preheat time: 20 seconds
Connection to Arduino: Connect VCC to 5V, GND to GND, and AOUT to an analog pin (e.g.,
A0).
Example Projects: Gas leakage detectors, air quality monitors, safety systems.
References
1. Arduino. (n.d.). https://www.arduino.cc/
2. DHT11 datasheet. (n.d.).
3. HC-SR04 Ultrasonic Sensor datasheet. (n.d.).
4. LDR sensor basics. (n.d.).
5. PIR Motion Sensor datasheet. (n.d.).
6. MQ-2 Gas Sensor datasheet. (n.d.).