Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
20 views

Implementation of Wireless Sensor Network As Fire Detector Using Arduino Nano

Uploaded by

Dwi Fais
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Implementation of Wireless Sensor Network As Fire Detector Using Arduino Nano

Uploaded by

Dwi Fais
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Implementation of Wireless Sensor Network as Fire

Detector using Arduino Nano


Andi Ray Hutauruk, Jomen Pardede, Pangeran Aritonang, Rosari Fernanda Saragih, Albert Sagala
Institut Teknologi Del, Indonesia
andihutauruk2@gmail.com, jomenpardede@gmail.com, aritonang1997@gmail.com, rofersa14@gmail.com, albert@del.ac.id

Abstract— At this time there are still many fires that This fire detector uses a communication system using
occurred. One cause of this disaster is human negligence. wireless nRF24L01. The wireless nRF24L01 is a single-
Fire can cause damage to lives and financial loss. The first chip radio transceiver for the world ISM 2.4 - 2.5 GHz
indication of fire is smoke and fire, or gases too. This paper band ISM RF waves (Industrial, Scientific, and Medical).
presents the application of a fire detection system. This fire This module uses the SPI interface to communicate. The
system will use Arduino Nano as a microcontroller and the working voltage of this module is 5 V DC. The transceiver
wireless nRF24L01 as communication data. this system has 2 consists of a fully integrated frequency synthesizer, power
microcontrollers that have different functions. The first amplifier, crystal oscillator, demodulator, modulator, and
microcontroller will be used as the slave that detects fires by
Enhanced Shock Burst protocol engine. nRF24L01 was
using fire, smoke and gas sensors. the second
microcontroller will be used as a master that functions as an
also developed to overcome the problem of energy
access point and is used to activate a fire warning in the consumption. Users of nRF24L01 are developed so that
form of a lamp and a buzzer sound. Tool design has a small system performance is high but does not lead to a decrease
size, efficient, easy to use and has met the system that has in system reliability [4] [5] [6].
been designed without reducing the reliability and power of Fire sensors, smoke sensors, and gases sensors are used
the system. In this study, we will make the slave consist of as a tool to detect fires. The author focuses on sending and
three parts with different locations. receiving data using wireless sensor networks. in this
Keywords— Arduino Nano, Fire Detection, Wireless
study, two devices have created that function to send and
Sensor Network. receive data. In the event of a fire, a data notification will
be sent. when the data notification is received, the fire
I. INTRODUCTION alarm in the form of lights and buzzers will be activated. It
is expected to accelerate response times to evaluate fire
Fire is one of the incidents that often occur during the
events. And notice to the fire investigation team is the
days. Fire can cause damage to lives and financial loss. It’s
location mark or when the fire occurred. It is expected to
caused by the lack of active protection and passive
make it easier to find locations. In its implementation, the
protection about the first indication of fire. The first
situation to be detected is limited to 3 rooms (15cm x
indication of fire is smoke and fire, or gases too. One of
15cm x 15cm). Sensor placement is done randomly.
the passive protection systems detects the first indication
of fire uses wireless sensor network. The wireless sensor II. RELATED WORK
network is the main proportion to collect information
needed by the initialized network, whether in the industrial In this section, the current studies are evaluated that
buildings or automation systems [1]. have been applied with Zigbee 802.15.4 to detect fire
incident by Jusak and Fardhan Arkan in their research
Fire detection proposed by the author is to use an about wireless sensor networks. Zigbee uses a WiFi
embedded system and wireless sensor network. The network (Wireless Fidelity) as the communication media
microprocessor used is Arduino Nano. Arduino Nano is a with the frequency 2.4 GHz [7]. On the other side, the
microprocessor development board that is small, complete research about wireless sensor network has been done
and supports the use of a breadboard. Arduino Nano was with Parallax 433MHz using radiofrequency. The range
created based on the ATmega 328 microcontroller (for of that Parallax is 250 meters (NLOS / No Line Of Sight)
Arduino Nano version 3.x) or ATmega 168 (for Arduino and 350 meters (LOS / Line Of Sight) [7] [8] [9]. In
Nano version 2.x). The use of Arduino Nano is expected to general, all of that related works is difficult for the user to
be a smaller and more efficient design. Arduino is an get the data.
electronic platform open to the public based on easy-to-use
software an and hardware. This device is made so that During the last decade, the number of mobile phones
everyone can make a project. Arduino can be programmed has increased rapidly in the developing world [10]. By
using the Arduino Development Environment (Arduino this increasing, it will be possible to use a smartphone’s
ID). Arduino Nano is also easy to find on the market and feature for many good things, also as the communication
low cost. [2] [3]. media for fire detectors. Communication system in mobile
phones is using GSM (Global System for Mobile

978-1-7281-5423-7/19/$31.00 ©2019 IEEE

Authorized licensed use limited to: KINGS COLLEGE LONDON. Downloaded on February 08,2022 at 03:21:52 UTC from IEEE Xplore. Restrictions apply.
2019 International Conference of Computer Science and Information Technology (ICoSNIKOM)

Communication). The GSM is a digital cellular Furthermore, the Arduino Nano microcontroller will send
communication’s technology. this data to the Nano microcontroller that functions as a
master. then the microcontroller will activate the alarm as
GSM’s technology is widely applied in mobile a warning as a buzzer.
communication, especially the mobile station. In the
mobile station, there is some feature that can be used in nRF24L01
GSM cellular communication’s system, like SMS (Short
Message Service). SMS contains 160 characters
maximum. Figure 1 shows the technology standards of
GSM [11] [12]. Arduino Nano as
A wireless sensor network consists of 3 main Slave
components, node, gateway, and software. Node is
distributed thought an interface like a sensor detecting
environment. Data collected will be sent by wireless
thought the gateway, where’s free operated or connected
to the host system. In that host system, data are collected,
processed, and displayed using software.
Figure 1 shows how the communication flow of SMS
from the MS1 to MS2. When the user sends a SMS, then
the SMS is transmitted to MSC by cellular network that
available. Then, MSC will forward the SMS again to
SMSC for saving it. In general, the communication
system for mobile phones is reliable. The data can quickly Fire Sensor
be transferred between the users and the microcontroller
via the SMS feature. This feature will be used as the Gas & Smoke Sensor
communication system in a fire detector [13] [14] [15].
Fig 2. Arduino Nano as Slave

LCD Display

Fig 1. Communication Flow of SMS

III. DESIGN AND METHODOLOGY


Wireless Sensor Networking consists of 3 main
components that are node, gateway, and software where Arduino Nano as Buzzer & nRF24L01
the node was distributed from the interface like a sensor Master LED
that monitor asset or environment. Data from sensor send
by wireless from gateway where can free operation or
Fig 3. Arduino Nano as Master
connect to host system where data gathered, process, and
displayed use software.
This fire detector will be divided into 2 parts namely as
the sender (Slave) and receiver (Master). Arduino Nano as
a Slave is combined using fire, smoke and gas sensors to
detect fires. Arduino Nano as a Slave can be seen in Figure
2. Arduino Nano as a Master is combined using lights and
buzzers to give fire notifications. Arduino Nano as a
Master can be seen in Figure 3.
The flow of information delivery through the wireless
nRF24L01 is shown in Figure 4. The sensor is used to
detect the initial conditions in an environment
simultaneously. Data will be obtained from measurements
made by sensors. Then the data will be processed with an
Arduino Nano microcontroller that functions as a slave.

Authorized licensed use limited to: KINGS COLLEGE LONDON. Downloaded on February 08,2022 at 03:21:52 UTC from IEEE Xplore. Restrictions apply.
2019 International Conference of Computer Science and Information Technology (ICoSNIKOM)

IV. RESULT AND ANALYSIS


Fig 4. Block Diagram of the System Figure 6 shows a way to find out the level of reliability
Figure 5 shows the system flow diagram to be of the tool is to calibrate the sensor. This sensor calibration
simulated. All sensors will detect the sample space in real- is done by bringing fire, smoke or gas sources close to the
time. When the sensor detects fire and smoke in room 1, a sensor. The sensor output is in the form of an analog signal
notification will be sent and the location where the fire so that the output voltage value can be measured using a
occurred from room 1. When the sensor detects fire and multi-meter.
smoke in room 2, a notification will be sent and the
location where the fire occurs from room 2. When the
sensor detects a fire and smoke in room 3, a notification
will be sent and the location where the fire occurred from
room 3.

Fig 6. Sensor Testing

Fig 5. The Flowchart of the System

Fig 7. Serial Monitor Arduino IDE

Testing system output:


1. Fire sensor
Testing is done by providing a heat source such as
fire right in front of the sensor receiver after the fire
sensor is connected to Arduino Nano. Figure 7 shows
the serial monitor the Arduino IDE software will be
activated so that the output voltage of the fire sensor
can be seen. This test also measures the distance from
the heat source to the sensor receiver. With different
distances, different voltages are produced. this table is
a table of results of voltage measurements from serial
monitor software.
TABLE I. FIRE SENSOR
No Distance Voltage from Voltage real
Serial using
Monitor

Authorized licensed use limited to: KINGS COLLEGE LONDON. Downloaded on February 08,2022 at 03:21:52 UTC from IEEE Xplore. Restrictions apply.
2019 International Conference of Computer Science and Information Technology (ICoSNIKOM)

Arduino IDE Multi-meter [2] S. Nathan, S. Brandon, H. Anthony, “Battery Management System
using Arduino”, 2017 IEEE Technology & Engineering
1 1 cm 60 200 mV Management Conference (TEMSCON), 2017.
[3] K. Propp, A. Fotouhi, D. J. Auger, "Low-cost programmable battery
2 2 cm 72 0.92 V dischargers and application in battery model identification", 2015
7th Computer Science and Electronic Engineering Conference
3 3 cm 80 1,34 V (CEEC), pp. 225-230, 2015.
[4] W. Jiamin, W.Mllin, Z. Kai, “Model Checking nRF24L01-Based
4 4 cm 93 3,45 V Internet of Things Systems”, 2018 9th Internasional Conference on
Information Technology in Medicine and Education (ITME), 2018.
5 5 cm 108 4,21 V [5] J. Zhang, X. Lu, "A Short-Distance Wireless Communication
System Based on nRF24L01", Nanjing Institute of Technology:
6 6 cm 200 4,38 V Nature Science Edition., vol. 10, no. 01, pp. 48-53, 2012.
[6] S. S. Sonavane, V. Kumar, B. P. Patil, "Designing wireless sensor
From Table 1 the farther the distance of the heat network with low cost and low power", Networks 2008. ICON 2008.
source to the sensor receiver, the value of the voltage 16th IEEE International Conference on, pp. 1-5, 2008.
generated will decrease. [7] F. Arkan, Sistem Detektor Kebakaran untuk Rumah Susun dengan
Sistem Wireless Sensor Network, Bangka Belitung: Universitas
2. Gas and smoke sensors Bangka Belitung, 2014.
[8] H. M. Yanuar, Sistem Pendeteksi Dini Kebakaran Hutan Berbasis
Testing is done by giving smoke to the smoke Wirelss Network, Riau: Politeknik Caltex Riau, 2013.
sensor after being connected to the Arduino Nano [9] T. Zhang, R. L. Li, G. P. Jin, G. Wei, M. M. Tentzeris, "A Novel
microcontroller. From the tests conducted, it is known Multiband Planar Antenna for GSM/UMTS/LTE/Zigbee/RFID
that the greater the smoke or gas measured, the greater Mobile Devices", IEEE Trans. Antennas Propag., vol. 59, no. 11,
the voltage. pp. 4209-4214, Nov. 2011.
[10] H. B. A. G. R. B. Thomas DAum, "Smartphone Apps as A New
Method to Collect Data on Smallholder Farming Systems in The
DIgital Age: A Case Study from Zambia," 2018.
[11] C. De'chaux, R. scheller, "What are GSM and DCS?", Electrical
communications, 1993.
[12] A. W. Ahmad, N. Jan, S. Iqbal, and C. Lee, "Implementation of Zig
Bee-GSM based Home Security Monitoring and Remote Control
system," in Proc. 2011 IEEE 54th International Midwest
Symposium on Circuits and Systems (MWSCAS), Seoul, pp. 1-4.
[13] T. Begum, M. S. Hossain, M. B. Uddin, and M. S. H. Chowdhury,
"Design and development of activation and monitoring of home
automation system via SMS through microcontroller," in Proc. 2009
4th International Conference on Computers and Devices for
Communication (CODEC 2009), Kolkata, pp. 1-3.
[14] S. I. Azid and S. Kumar. (2011). Analysis and Performance of a
Low Cost SMS Based Home Security System. International Journal
of Smart Home, 5(3), pp. 15-24.
[15] H. El-Kamchouchi and A. El-Shafee, "Design and prototype
implementation of SMS based home automation system", in Proc.
Fig 8. Final Design
2012 IEEE International Conference on Electronics Design,
Systems and Applications (ICEDSA), Kuala Lumpur, pp. 162-167.
Figure 8 shows the final design of the fire detector. [16] Sumadi, Analisis dan Implementasi Sistem Pemantauan Kebakaran
Tool design has a small size, efficient, easy to use and has Menggunakan Jaringan Sensor Nirkabel IEEE 802.154, Bandung:
met the system that has been designed without reducing Telkom University Bandung, 2013.
[17] S. Kewei, Using Wireless Sensor Networks for Fire Rescue
the reliability and power of the system. Making a tool is Application: Requirements and Challanges., Detroit: Wayne State
not difficult considering the current availability of University, 2016.
technology in the market, but increasingly a tool that is [18] L. Yongsheng, A Novel Accurate Forest Fire Detection System
feasible to use and efficient is a challenge. Using Wireless Sensor Networks, China: Fuzhou University, 2011.
[19] M. J. Hossain, M. A. M. Khan, A. M. Numan-Al-Mobin, K. M.
Morshed, "A simple structured planar wire antenna for wireless
communication applications", IEEE International Conference on
V. CONCLUSION Electrical Computer Engineering (ICECE), pp. 709-712, Dec. 2012.
[20] A. K., Perancangan dan Implementasi Sistem Peringatan Bencana
This paper was implemented a wireless sensor-based Kebakaran Menggunakan Teknologi Wireless Sensor Network
system to transmit-receive the data consisting fire alarm. (WSN) Berbasis ZIGBEE (IEEE 802.15.4), Bandung: Institut
The proposed system is used as the first notification for Teknologi Telkom Bandung.
fire incidents. The system performances were focused to [21] A. R. S. A. Ratna Susana, Implementasi Wireless Sensor Network
Prototype Sebagai Fire Detector Menggunakan Arduino Uno, 2015.
evaluate the transmission time, from the sensors to the
alarm notification through the SLAVE - nRF24L01 –
MASTER. The output of this sensor is an analog signal.
And the longer the fire source from the sensor, the lower
the measurement voltage will get. Overall, the proposed
system can be used as an efficient first notification as an
alarm of fire incident.
REFERENCES
[1] F. L. Lewis, Wireless Sensor Network, Arlington: The University of
Texas, 2004.

Authorized licensed use limited to: KINGS COLLEGE LONDON. Downloaded on February 08,2022 at 03:21:52 UTC from IEEE Xplore. Restrictions apply.

You might also like