SlideShare a Scribd company logo
FIRE DETECTION SENSOR
A MINOR PROJECT REPORT
Submitted by
ARAVIIND N KUMAR BL.EN.U4EEE13006
A. SRIDHAR BL.EN.U4EEE13007
A VENKATA ABHINAV BL.EN.U4EEE13009
VIJAY BHARGAVA BL.EN.U4EEE13011
in partial fulfillment of the award of the degree
of
BACHELOR OF TECHNOLOGY
IN
ELECTRICAL & ELECTRONICS ENGINEERING
AMRITA SCHOOL OF ENGINEERING, BENGALURU
AMRITA VISHWA VIDYAPEETHAM,BENGALURU-35
F i r e D e t e c t i o n S e n s o r
2 | P a g e
F i r e D e t e c t i o n S e n s o r
3 | P a g e
ACKNOWLEDGEMENT
I humbly dedicate this project at the lotus feet of our beloved AMMA, Mata
Amritanandamayi Devi.
I would like to convey my thankfulness to Dr. Rakesh S. G., Associate Dean, Amrita school
of Engineering, Bangaluru.
I also take this opportunity to thank Dr. Ravishankar S. Chairman, Electrical and
Electronics Engineering Department, for his motivation and valuable help during the project
work.
I express our sincere gratitude to my guides, Mrs. Sreekala M and Mrs. Sudha Yadhav.,
Assistant Professor, Electrical and Electronics Engineering Department, for their inestimable
guidance, immense and sincere help and encouragement given during the entire course of
project work.
I express my sincere thanks to all the staff of Department of EEE for their kind help and
cooperation.
I express my special thanks to all my classmates, friends and my family who helped a lot to
complete this project successfully.
Above all, I thank Almighty for giving me the strength, courage and blessings to complete
this project.
F i r e D e t e c t i o n S e n s o r
4 | P a g e
Contents
Page No.
1 :Abstract 5
2 : Simulation Diagram & Circuit Model 6
3:Code 7-8
4:Result 8
F i r e D e t e c t i o n S e n s o r
5 | P a g e
1.Abstract
The whole aim of this project is to design a fire sensor, the implementation of this
project was performed using LM 35 sensor ,UNO board and LCD screen the output was
to be simulated in a PROTEUS simulation and the constrains of fire were to be set as 60
degree Celsius and any temperature above this would give an alarming display on the
LCD screen.
F i r e D e t e c t i o n S e n s o r
6 | P a g e
3.Simulation Diagram & Circuit Model
F i r e D e t e c t i o n S e n s o r
7 | P a g e
3.Code
#include<LiquidCrystal.h>
int A=0;
int B;
int sensorpin=A0;
int fan= 13;
int min_temp=120;
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
void setup()
{
lcd.begin(16, 2);
pinMode(fan,OUTPUT);
}
void loop()
{
A= analogRead(sensorpin);
if(A < min_temp )
{
digitalWrite(fan, LOW);
lcd.setCursor(0,0);
lcd.print("HELLO EVERYONE");
lcd.setCursor(5,1);
lcd.print(A/2-1);
lcd.setCursor(7,1);
lcd.print("c");
delay(1000);
F i r e D e t e c t i o n S e n s o r
8 | P a g e
lcd.clear();
}
if(A >= min_temp)
{
digitalWrite(fan, HIGH);
lcd.setCursor(0,0);
lcd.print("THERE'S FIRE");
lcd.setCursor(5,1);
lcd.print(A/2-1);
lcd.setCursor(7,1);
lcd.print("c");
delay(1000);
lcd.clear();
}
}
Result:
A temperature sensor was designed using LM 35 temperature sensor wherein the limit of fire was
set as 60 degree Celsius , the program was designed with the above temperature constrain and
dumped into an UNO board in PROTEUS environment and the output result of fire was displayed on
the LCD screen.

More Related Content

PDF
필독Automatic Fire Detection
PPTX
wireless security control system and sensor network for smoke and fire detection
PPTX
Fire Alarm, Smoke Detector and Automatic Sprinkle System
PPT
fire detection and alarm system
PPTX
Fire Detection and Alarm Systems
DOCX
Dissertation report 2_3
PPTX
Using wireless sensor networks for reliable forest fires
PPT
Fire alarm system_nec_september[1]
필독Automatic Fire Detection
wireless security control system and sensor network for smoke and fire detection
Fire Alarm, Smoke Detector and Automatic Sprinkle System
fire detection and alarm system
Fire Detection and Alarm Systems
Dissertation report 2_3
Using wireless sensor networks for reliable forest fires
Fire alarm system_nec_september[1]

Viewers also liked (6)

PDF
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
PPT
Chapter 07
PPT
Fire accident avoidance on running train using zigbee wireless sensor network
PDF
Back to Basics
PPT
Sprinkler system
PDF
LinkedIn SlideShare: Knowledge, Well-Presented
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
Chapter 07
Fire accident avoidance on running train using zigbee wireless sensor network
Back to Basics
Sprinkler system
LinkedIn SlideShare: Knowledge, Well-Presented
Ad

Similar to FIRE DETECTION SENSOR (20)

PDF
Major_project_b.tech_sem8_may_2018
PDF
final report
PDF
dfhgfhdfg.pdffjhfgjgfjgfjfghjghhjghjjgjghjghj
DOCX
Gas sensor Alarm
PDF
E Assistance for Elderly and Disabled Part 1
PDF
AIR BAG CRASH USING MEMS
DOCX
Wireless multimeter Black book
DOCX
GAS sensor report
DOCX
ADAELS .docx
PDF
Variable power supply with digital control with seven segments display
PDF
Accident detection system project report.pdf
PDF
PIR based security system
DOCX
Programmable ac power control system new
PPTX
AUTOMATIC COLLEGE BELL TIMER using IoT.pptx
DOC
Door knock alarm with timer
PDF
Report
PPTX
Designing an Op-Amp Based Fire Alarm Circuit.pptx
DOCX
My project
PDF
4. exp.2 rotary encoder
PPTX
Udayan_219209024_DA1001_FTP.pptx
Major_project_b.tech_sem8_may_2018
final report
dfhgfhdfg.pdffjhfgjgfjgfjfghjghhjghjjgjghjghj
Gas sensor Alarm
E Assistance for Elderly and Disabled Part 1
AIR BAG CRASH USING MEMS
Wireless multimeter Black book
GAS sensor report
ADAELS .docx
Variable power supply with digital control with seven segments display
Accident detection system project report.pdf
PIR based security system
Programmable ac power control system new
AUTOMATIC COLLEGE BELL TIMER using IoT.pptx
Door knock alarm with timer
Report
Designing an Op-Amp Based Fire Alarm Circuit.pptx
My project
4. exp.2 rotary encoder
Udayan_219209024_DA1001_FTP.pptx
Ad

More from Aravind N Kumar (6)

PDF
COMPARATIVE ANALYSIS OF SWITCHING STRATEGIES FOR HARMONIC MINIMIZATION
PDF
Summer Internship Final Report
PDF
KWA Kerala Water Authority Internship Project Report
PDF
internshalacertificate
PDF
interrrnshaala Letter-Head.13
DOCX
updated cv
COMPARATIVE ANALYSIS OF SWITCHING STRATEGIES FOR HARMONIC MINIMIZATION
Summer Internship Final Report
KWA Kerala Water Authority Internship Project Report
internshalacertificate
interrrnshaala Letter-Head.13
updated cv

FIRE DETECTION SENSOR

  • 1. FIRE DETECTION SENSOR A MINOR PROJECT REPORT Submitted by ARAVIIND N KUMAR BL.EN.U4EEE13006 A. SRIDHAR BL.EN.U4EEE13007 A VENKATA ABHINAV BL.EN.U4EEE13009 VIJAY BHARGAVA BL.EN.U4EEE13011 in partial fulfillment of the award of the degree of BACHELOR OF TECHNOLOGY IN ELECTRICAL & ELECTRONICS ENGINEERING AMRITA SCHOOL OF ENGINEERING, BENGALURU AMRITA VISHWA VIDYAPEETHAM,BENGALURU-35
  • 2. F i r e D e t e c t i o n S e n s o r 2 | P a g e
  • 3. F i r e D e t e c t i o n S e n s o r 3 | P a g e ACKNOWLEDGEMENT I humbly dedicate this project at the lotus feet of our beloved AMMA, Mata Amritanandamayi Devi. I would like to convey my thankfulness to Dr. Rakesh S. G., Associate Dean, Amrita school of Engineering, Bangaluru. I also take this opportunity to thank Dr. Ravishankar S. Chairman, Electrical and Electronics Engineering Department, for his motivation and valuable help during the project work. I express our sincere gratitude to my guides, Mrs. Sreekala M and Mrs. Sudha Yadhav., Assistant Professor, Electrical and Electronics Engineering Department, for their inestimable guidance, immense and sincere help and encouragement given during the entire course of project work. I express my sincere thanks to all the staff of Department of EEE for their kind help and cooperation. I express my special thanks to all my classmates, friends and my family who helped a lot to complete this project successfully. Above all, I thank Almighty for giving me the strength, courage and blessings to complete this project.
  • 4. F i r e D e t e c t i o n S e n s o r 4 | P a g e Contents Page No. 1 :Abstract 5 2 : Simulation Diagram & Circuit Model 6 3:Code 7-8 4:Result 8
  • 5. F i r e D e t e c t i o n S e n s o r 5 | P a g e 1.Abstract The whole aim of this project is to design a fire sensor, the implementation of this project was performed using LM 35 sensor ,UNO board and LCD screen the output was to be simulated in a PROTEUS simulation and the constrains of fire were to be set as 60 degree Celsius and any temperature above this would give an alarming display on the LCD screen.
  • 6. F i r e D e t e c t i o n S e n s o r 6 | P a g e 3.Simulation Diagram & Circuit Model
  • 7. F i r e D e t e c t i o n S e n s o r 7 | P a g e 3.Code #include<LiquidCrystal.h> int A=0; int B; int sensorpin=A0; int fan= 13; int min_temp=120; LiquidCrystal lcd(12, 11, 5, 4, 3, 2); void setup() { lcd.begin(16, 2); pinMode(fan,OUTPUT); } void loop() { A= analogRead(sensorpin); if(A < min_temp ) { digitalWrite(fan, LOW); lcd.setCursor(0,0); lcd.print("HELLO EVERYONE"); lcd.setCursor(5,1); lcd.print(A/2-1); lcd.setCursor(7,1); lcd.print("c"); delay(1000);
  • 8. F i r e D e t e c t i o n S e n s o r 8 | P a g e lcd.clear(); } if(A >= min_temp) { digitalWrite(fan, HIGH); lcd.setCursor(0,0); lcd.print("THERE'S FIRE"); lcd.setCursor(5,1); lcd.print(A/2-1); lcd.setCursor(7,1); lcd.print("c"); delay(1000); lcd.clear(); } } Result: A temperature sensor was designed using LM 35 temperature sensor wherein the limit of fire was set as 60 degree Celsius , the program was designed with the above temperature constrain and dumped into an UNO board in PROTEUS environment and the output result of fire was displayed on the LCD screen.