Human Body Infrared Smoke Temperature Alarm System With Arduino

by ICStation in Circuits > Arduino

6510 Views, 24 Favorites, 0 Comments

Human Body Infrared Smoke Temperature Alarm System With Arduino

图片1.jpg

ICStation Team introduce you this Human Body Infrared Smoke Temperature Alarm System based on ICStation Meag2560 compatible with Arduino.The Human Body Infrared Smoke Temperature Alarm System works under the DC 5v voltage and uses the DH11 Temperature Module to detect the room temperature. When the module detects the temperature is higher than the maximum, the buzzer alarms and the red LED lights. When the MQ2 Smoke Sensor detects the smoke concentrations which is beyond the maximum , the buzzer alarms and the yellow LED lights. When the Pyroelectric Infrared PIR Motion Sensor detects the human movement, the Buzzer alarms and the blue LED lights. This system is a simple Smoke Temperature Alarm System which can be made simple at low cost and it suitable for warehouse and factory and so on.

Functions:

1) When start up, the 1602 LCD Board displays the setting interface.

2) Use two keys to set the maximum and minimum temperature.

3) When the DH11 detects the temperature is lower than the maximum, the buzzer dose not alarm, the red led dose

not light.

4) When the DH11 detects the temperature is higher than the maximum, the buzzer alarms, the red LED lights.

5) When the MQ2 detects the smoke concentrations which is lower than the maximum, the buzzer does not alarm

while the yellow LED does not light.

6) When the MQ2 detects the smoke concentrations which is higher than the maximum, the buzzer alarms, and the

yellow LED lights.

7) When the Pyroelectric Infrared PIR Motion Sensor does not detect the human movement, the buzzer will not alarm, the LCD1602 board displays RT:N.

8) When the Pyroelectric Infrared PIR Motion Sensor detects the human movement, the buzzer will alarm, the

LCD1602 board displays RT:Y.

Code for your reference

http://www.icstation.com/newsletter/eMarketing/Mega2560_Alarm_code.zip

Components List

图片1.jpg

Schematic Diagram

图片2.jpg
图片3.jpg

Connect the 5v Voltage and the GND of the ICSTATION MEGA

图片4.jpg

Connect the 5v Voltage and the GND of the ICSTATION MEGA to the Breadboard. The red line is for the power and

the black line is for GND.

Connect the 1602 LCD to the Breadboard.

图片5.jpg

Connect the 1602LCD to the ICSTATION MEGA

图片6.jpg

Connect the 1602LCD to the ICSTATION MEGA according to the Schematic Diagram.

Connect the Buzzer

图片7.jpg

Connect the pin 1 of the buzzer to the Anode, the pin 3 to the Cathode, the pin 2 to the pin 4 and pin 13 of the ICSTATION MEGA.

Connect the LED Lights

图片8.jpg

Connect the Switches and the 1k Resistor.

图片9.jpg

Connect the DHT11 Module

图片10.jpg

Connect the MQ2 Smoke Sensor.

图片11.jpg

Connect the Pyroelectric Infrared PIR Motion Sensor.

图片12.jpg

The Experimental Effect:

When start up, the 1602 LCD displays the current temperature that the DHT11 detects and the smoke concentration which the Smoke Sensordetects. You can see the current smoke concentrations is YW:300, the current temperature is 30 centigrade, while the maximum temperature is 35 centigrade. The key1 and key2 are used to adjust the temperature and the key 3 is Manual alarm switch. Now we can set the maximum temperature as 45 centigrade, then raise the environmental temperature of the DHT11 Module, the buzzer will alarm and the red LED lights when the temperature is higher than 45 centigrade . We can release the gas of the lighter beside the MQ2 Sensor, thebuzzer will alarm and the yellow LED lights when the smoke concentration is beyond the maximum. Or you will find the buzzer alarms and the blue LED lights when we simulate human movement by hand in front of the Pyroelectric Infrared PIR Motion Sensor.

Video to Show Effect

Tutorial for Arduino ▶23 Human Body Infrared Smoke Temperature Alarm System