IOT Based Fire Detection System With Automatic and
IOT Based Fire Detection System With Automatic and
ARTICLEINFO ABSTRACT
Copyright: © the author(s), publisher and licensee Technoscience Academy. This is an open-access article distributed under the
terms of the Creative Commons Attribution Non-Commercial License, which permits unrestricted non-commercial use,
209
distribution, and reproduction in any medium, provided the original work is properly cited
A. Alban Santhosh et al Int J Sci Res Sci Eng Technol, July-August-2023, 10 (4) : 209-212
Smoke alarms will more likely detect fires before it II. METHODS AND MATERIALS
really starts. Smoke comes when the energy of an
object is consumed due to the loss of Carbon Dioxide The main intent of this project is to design and bring
(CO2) from heat. Smoke detectors are classified into about a robot prototype by using.
three types: ionization, photoelectric, and combination.
• Arduino
All these types can be studied further in instruments
• Power Supply
and measurement books. In this study, we will • Temperature Sensor
highlight a brief description of ionization. In brief, • Thermistor
ionization is a radioactive material that receives • Contact Sensor
radiation from the fire. It enters the ionization • Gas Sensor
chamber, which is an air-filled space between two • Optical gas sensors
electrodes and permits a small, constant current
III.RESULTS AND DISCUSSION
between the electrodes. This type is the best for fast
fires or fires caused by bombs or accidents.
The Device was assembled and through daily use and
Many regions around the world are moving towards a
testing it is found that it has more benefits that not
future in which all new residential builds are
using them at all. We will discuss about the parts that
mandated with installing automatic fire sprinklers.
has been used.
Their life-saving ability is undeniable, but numerous
studies estimate the effectiveness of fire sprinkler A. Arduino Pro Mini 328
systems ranges from approximately 70 percent to 93 Arduino microcontrollers come pre-programmed with
percent. An admiral figure, but with significant room a bootloader that allows you to easily upload your
for improvement when you compare them to another programs to on-chip flash memory. The default
life safety device, say an airbag, which has an bootloader for Arduino UNO is Opti bootloader. The
effectiveness of 99.9 percent. But those success rates for clipboard is loaded with program code via a serial
sprinklers plummet in households, where they fail 1 in connection to another computer. Some Arduino serial
10times, primarily because they are largely ignored boards include phase shifters between the RS-232 logic
and are designed to blend in and be forgotten.64 levels and transistor-to-transistor logic (TTL) signals.
percent of failures are due to the system being shut off, Modern Arduino boards are programmed over the
with another leading cause being lack of maintenance. Universal Serial Bus (USB) and used using a USB-to-
Today, the winners in the industry have the best rates. serial adapter chip such as the FTDI FT232.
Digital technologies allow insurers to set themselves
apart from the pack; however, these technologies Some later boards (like the Uno board) replace the
weren’t easily adopted. Spreadsheets and manual data FTDI chip with another AVR chip with USB to serial
input between systems reluctantly gave way to firmware that can be reprogrammed in its own ICSP
automated software to improve accuracy and reduce header. Other modifications like Arduino Mini and
bottlenecks in insurance processes. It was a Bad Controller use USB to serial adapter boards or
surprisingly difficult transition to make because, as cables, Bluetooth, or other methods. When using a
often happens in legacy industries, only a finite group legacy microcontroller, use standard AVR In-System
of people understood the legacy knowledge behind the Programming (ISP) programming instead of the
established models, whilst others feared the risk of Arduino IDE. Official Arduino Uno R2 and I/O
losing data, functionality, and customer satisfaction resource description.
whilst newer products were being introduced.
International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 4 210
A. Alban Santhosh et al Int J Sci Res Sci Eng Technol, July-August-2023, 10 (4) : 209-212
International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 4 211
A. Alban Santhosh et al Int J Sci Res Sci Eng Technol, July-August-2023, 10 (4) : 209-212
International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 4 212