You are on page 1of 16

lOMoARcPSD|34228217

Smoke Detector Final Report.docx - Google Docs

Electrical and Electronics Engineering (Rajalakshmi Engineering College)

Scan to open on Studocu

Studocu is not sponsored or endorsed by any college or university


Downloaded by swapnil sutar (swapnilshetole111@gmail.com)
lOMoARcPSD|34228217

SMOKE DETECTOR
Done by
AJEET.R.J / 111720104011

Under the Guidance of : Ms. R. Pavaiyarkarasi

Department of Electronics and Communication


Engineering
R.M.K. Engineering College

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

BONAFIDE CERTIFICATE

Certified that this project report titled


“SMOKE DETECTOR” is the bonafide work
of AJEET R J (111720104011) who carried out
the work under my supervision.

SIGNATURE SIGNATURE

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

Submitted for Vacation Mini Project held


on _____ at R.M.K. Engineering
College, Kavaraipettai, Tiruvallur District –
601 206.

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

ACKNOWLEDGEMENT

We would like to express our heartfelt thanks to


the Almighty, our beloved parents for their
blessings and wishes for successfully doing this
project.

We convey our thanks to Chairman Thiru


R.S. Munirathinam and Vice Chairman
Thiru R.M. Kishore who took keen interest
on us and encouraged throughout the course
of study and for their kind attention and
valuable suggestions offered to us.

We express our sincere gratitude to our


Principal Dr. K. A. Mohamed Junaid M.E.,

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

Ph.D for fostering an excellent climate to


excel.

We are extremely thankful to Dr.S.Pavai


Madheswari, M.Tech, P.hD, Professor and
Head, Department of Electronics and
Communication Engineering, for having
permitted us to carry out this project
effectively.

We convey our sincere thanks to our mentor,


skillful and efficient supervisor,
______________________ Assistant
Professor for his extremely valuable guidance
throughout the course of project
We are grateful to our Project Co-ordinators and
all the department staff members for their intense
support

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

Contents
❖ Abstract

❖ Introduction

❖ Circuit diagram

❖ Working principle

❖ Circuit explanation

❖ Hardware requirement

❖ Software Requirements

❖ Applications

❖ Advantages

❖ Disadvantages

❖ Circuit pictures

❖ Conclusion

❖ References

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

❖ This device helps us to


Abstract take necessary steps as
early as possible.
❖ Thus it got a deep
❖ A smoke detector is a
importance in our
fire protec on device that
pra cal life.
automa cally detects
smoke or gas and also
gives us warning to be
aware of it , with some Introduction
protec on to handle the Fire hazards are not
situa on. uncommon. In order to
❖ It works on the principle avoid damage from fire
of detec on of fire by accidents, smoke
sensing rise in detectors are installed at
temperature, using a
high-security places.
thermostat. Many fire
These smoke detectors
accidents occurs due to
absence of human in the
detect smoke as the fire
right place at right me. breakout and invoke an
❖ As soon as the smoke is early alarm.
detected the circuit is
ac vated thereby giving This way, before the fire
a buzzer sound warning. spreads to other parts of
With the help of this the building, people can
device huge accidents can be evacuated and
be prevented. countermeasures can be
done immediately. In this
project also a smoke

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

detector has been Smoke Detector Circuit


designed. with adjustable
sensitivity.

❖ We used a Smoke Sensor


CIRCUIT MQ-2 as the main
DIAGRAM sensory device.

❖ Initially, when the air is


clean, the conductivity
between the electrodes is
less, as the resistance is
in the order of 50KΩ. The
inverting terminal input
of comparator is higher
than the non-inverting
terminal input. The
Working indicator LED is OFF.

❖ In the event of ire, when


❖ Working of this Smoke the sensor is illed with
Detector Alarm Circuit is smoke, the resistance of
easy . the sensor falls to 5KΩ
and the conductivity
❖ Smoke Detectors are between the electrodes
amazing devices as they are increases.
small, cheap yet very useful.
❖ This provides a higher
❖ In this project, we input at the non-inverting
implemented a simple

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

terminal of comparator
than the inverting Methodology:
terminal and the output
of comparator is high. • SmokeSensor
The alarming LED is (MQ2/MQ6):
turned ON as an
indication of presence of MQ2 gas sensor is an electronic
smoke. sensor used for sensing the
concentration of gases in the air
❖ Whenever smoke sensor such as LPG, propane, methane,
hydrogen, alcohol, smoke and
senses smoke, it reduces its carbon monoxide.MQ2 gas sensor
resistance and due to this is also known as chemiresistor. It
decrease in resistance, contains a sensing material whose
voltage across the base of resistance changes when it comes
in contact with the gas. This change
the transistor increases. in the value of resistance is used for
the detection of gas.
❖ Now when the voltage at
the base terminal of • Arduino uno:
transistor become more than
or equal to 0.70v then Arduino is a single-board
transistor turns on and LED microcontroller meant to make
lights up and buzzer also the application more accessible
starts beeping. which are interactive objects and
its surroundings. The hardware
❖ And when there is no Smoke, features with an open-source
hardware board designed around
both the indication
an 8-bit Atmel AVR
components turns off as the microcontroller or a 32-bit Atmel
voltage across base ARM. Current models consists a
terminal of transistor goes USB interface, 6 analog input
below the 0.70v. pins and 14 digital I/O pins that
allows the user to attach various
extension boards.The Arduino

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

Uno board is a microcontroller Arduino programming. It is where


based on the ATmega328. It has 14 you’ll be typing up your code before
digital input/output pins in which 6 uploading it to the board you want to
can be used as PWM outputs, a 16 program. Arduino code is referred to
MHz ceramic resonator, an ICSP as sketches.
header, a USB connection, 6 analog
inputs, a power jack and a reset
button. This contains all the Coding:
required support needed for
microcontroller. In order to get
started, they are simply connected int redLed = 12;
to a computer with a USB cable or int greenLed = 11;
with a AC-to-DC adapter or battery. int buzzer = 10;
Arduino Uno Board varies from all int smokeA0 = A5;
other boards and they will not use // Your threshold value
the FTDI USB-to-serial driver chip in int sensorThres = 400;
them. It is featured by the
Atmega16U2 (Atmega8U2 up to
version R2) programmed as a void setup() {
USB-to-serial converter. pinMode(redLed, OUTPUT);
pinMode(greenLed, OUTPUT);
• Buzzer: pinMode(buzzer, OUTPUT);
pinMode(smokeA0, INPUT);
Serial.begin(9600);
Buzzers are electric sounding }
devices that generate sounds.
Typically powered by DC voltage,
they can be categorised as Piezo void loop() {
buzzer and magnetic buzzer. They int analogSensor =
come in different designs and uses analogRead(smokeA0);
as well, and based on that, they can
produce different sounds.
Serial.print("Pin A0: ");
Serial.println(analogSensor);
• Arduino IDE: // Checks if it has reached the
threshold value
The Arduino Integrated if (analogSensor >
Development Environment (IDE) is the sensorThres)
main text editing program used for {

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

digitalWrite(redLed, HIGH); ⮚Halls


digitalWrite(greenLed,
LOW);
tone(buzzer, 1000, 200);
⮚Schools
}
else ⮚Colleges
{
digitalWrite(redLed, LOW);
digitalWrite(greenLed,
HIGH); Advantages:
noTone(buzzer);
} ✔Detects products of
delay(100);
}
combustion.

✔Detects fire.

✔Low cost.

✔High portability
Applications: ✔Low power consumption
✔Easy to understand
⮚Commercial buildings
✔Easy to install
⮚Trains
Disadvantages:
⮚Bedrooms

⮚Hospitals ✔Can be prone false


alarms.

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

✔Cannot be used in ❖The sensitivity of the


kitchen’s. circuit to different
concentrations of smoke
✔Steam can cause falase can be adjusted by using
alarms the POT.
❖The output LED can be
✔It requires air or oxygen replaced with a loud
to work buzzer for effective
alarm.
✔It can be poisoned

Points to Conclusion:
be noted
▪ Smoke detector is one of
❖The heating element in the easier and low cost.
the Smoke Sensor must
be preheated before it ▪ Most of the industries use
can sense any smoke or it,because it works fast
gas. and most effective.

❖The sensor gets hot ▪ In future the use of smoke


because of the heating detection will increases.
coil and it is advised not
to touch the sensor while ▪ In future I may going to
it is switched on. include a Bluetooth gsm
module to receive alert

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

notification directly to the system,” in Circuits and


owner. Systems, 2008. ISCAS
2008. IEEE International
Symposium on, 2008,
pp. 3542–3545.
• [3] S. Razmi, N. Saad,
References: and V. Asirvadam,
“Vision-based flame
detection: Motion
• [1] C.-C. Ho and T.-H. detection amp; fire
Kuo, “Real-time analysis,” in Research and
video-based fire smoke Development (SCOReD),
detec- tion system,” in 2010 IEEE Student
Advanced Intelligent Conference on, 2010,
Mechatronics, 2009. AIM pp. 187–191.
2009. IEEE/ASME • [4] C. Ha, G. Jeon, and
International Conference J. Jeong, “Vision-based
on, 2009, pp. smoke detection
1845–1850.Internationa algorithm for early fire
l Journal of Scientific and recognition in digital
Research Publications, video recording system,”
Volume 4, Issue 7, July in Signal- Image
2014 5 ISSN Technology and
2250-3153 Internet-Based Systems
www.ijsrp.org (SITIS), 2011 Seventh
• [2] C.-L. Lai and J.-C. International Conference
Yang, “Advanced real on, 2011, pp. 209–212.
time fire detection in • [5] H. Tian, W. Li, L.
video surveillance Wang, and P.

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

Ogunbona, “A novel • [8] Z. jun zhe and S. Ge,


video-based smoke “Research on the
detection method using technology of fire
image separation,” in detection based on image
Multimedia and Expo processing in unmanned
(ICME), 2012 IEEE substation,” in Intelligent
International Conference Networks and Intelligent
on, 2012, pp. 532–537. Systems (ICINIS), 2010
• [6] P. Morerio, L. 3rd International
Marcenaro, C. S. Conference on, 2010,
Regazzoni, and G. Gera, pp. 108–111.
“Early fire and smoke • [9] T. Celik and K.-K.
detection based on colour Ma, “Computer vision
features and motion based fire detection in
analysis,” in Image color images,” in Soft
Processing (ICIP), 2012 Computing in Industrial
19th IEEE International Applications, 2008.
Conference on, 2012, SMCia ’08. IEEE
pp. 1041–1044. Conference on, 2008,
• [7] P. Santana, P. Gomes, pp. 258–263.
and J. Barata, “A • [10] C. Jun, D. Yang, and
vision-based system for W. Dong, “An early fire
early fire detection,” in image detection and
Systems, Man, and identification algorithm
Cybernetics (SMC), based on dfbir model,” in
2012 IEEE International Computer Science and
Conference on, 2012, Information Engineering,
pp. 739–744. 2009 WRI World

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)


lOMoARcPSD|34228217

Congress on, vol. 3,


2009, pp. 229–232.
• [11] S. Zhu and N.
Zhang, “Face detection
based on skin color
model and geometry
features,” in Industrial
Control and Electronics
Engineering (ICICEE),
2012 International
Conference on, 2012,
pp. 991–994.
• [12] D. Kim and Y.-F.
Wang, “Smoke detection
in video,” in Computer
Science and Information
Engineering, 2009 WRI
World Congress on, vol.
5, 2009, pp. 759–763.

Downloaded by swapnil sutar (swapnilshetole111@gmail.com)

You might also like