SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168
163 | P a g e
Early Detection of Forest Fire Using Wireless Sensor Network
Anamika Chauhan, Rahul Chauhan, Sunil Semwal
{Dept. of Instrumentation & Control Engineering}Graphic Era University Dehradun, India
Abstract
Wireless sensor network have a broad
range of applications in the category of
environmental monitoring. In this paper, the
problem of forest fire is considered and a
comprehensive framework is proposed for the use
of wireless sensor networks for real-time forest
fire detection and monitoring. The wireless sensor
network unlike that of traditional approaches, can
easily forecast forest fires before the fire is spread
uncontrollable. This framework includes proposal
for designing of sensor node and data transmission
process. Thus multiple environmental parameters
like temperature, humidity and presence of
flammable gas are measured & monitored here
for the efficient prediction of forest fire.
Keywords—wireless sensor network, BTBee
module
I. INTRODUCTION
Wireless sensor network consist of large
number of sensor nodes densely deployed in the
environment, which collect data and disseminate the
collected data towards sink. This concept of wireless
sensor network has been attracting many crucial
applications where manual involvement of humans is
difficult. As forests are part of the important and
indispensable resources for human survival and social
development that protect the balance of the earth
ecology. However, because of some uncontrolled
anthropogenic activities and abnormal natural
conditions, forest fires occur frequently. Thus forest
fire is a fatal threat throughout the world. It is
reported that for last decade, each year, a total of
2000 wild fires happened in Turkey and more than
100000 in all countries [1]. However, the prevention
and monitoring of forest fires has become a global
concern in forest fire prevention organizations.
Currently, forest fire prevention methods largely
consist of observation from Lookout towers and
lately satellite monitoring [2]. Although observation
from Lookout towers is easy and feasible, it has
several defects as difficult life condition at lookout
towers and unreliability of human observations. This
led the development of several technologies studied
aiming to make the fire fighters aware of the forest
fire as early as possible. Some important technologies
and systems that are currently used towards this goal
are: employing charged coupled device (CCD)
cameras and Infrared (IR) detectors, satellite based
monitoring systems and wireless sensor networks. In
case of charged coupled device (CCD) cameras and
IR detectors based system, the accuracy of the system
is affected by weather conditions such as clouds, light
reflection and smoke from various activities.
Moreover, the unclear sight view in case of large
forest fields and technical incapability restrict the
effectiveness of such systems. Another alternate
technology for the forest fire detection is the use of
satellite based monitoring [2].Current satellite based
forest fire detection system use the data gathered by
two satellites; Advanced Very Resolution
Radiometer(AVHRR) which was launched in 1998
and Moderate Resolution Imaging
Spectroradiometer(MODIS)which was launched in
1999[3]. Given these shortcomings of traditional
approaches, a sensory information technique is
presented in this work. For this, BTBee wireless
sensor network is discussed and explain its
application as a monitoring system [4, 5]. This system
can monitor environmental parameters causing forest
fire, i.e. temperature, relative humidity and the
presence of combustible gases and send the data
immediately to the observer of the monitoring center.
The collected data will be analyzed and Compared
with the normal meteorological information to make
a quick assessment of a potential fire danger at
remote location.
Three factors compose the basis of a forest
fire: the fire source, environmental elements and
combustible material. A forest fire usually occurs as
the result of their combined effects. According to the
Canada Fire Weather Index Forecast Model [2], the
moisture content of the combustible material and
presence of flammable gases plays an important role
in forest fires. Therefore, the moisture content of
combustible materials is a major point of assessment
and predicts whether a fire will take place. The
moisture content has much to do with relative
humidity in the atmosphere, air temperature, wind
and similar factors. Water evaporation can be directly
affected by relative humidity. At the same time, the
physical properties of combustible materials can be
changed indirectly by air temperature. Thus, relative
humidity and air temperature are regarded as the two
main factors which affect the moisture content of the
fuel. And also the presence of flammable gases
provides another measurable parameter for this
system. Fig 1, represent complete system as:
Figure 1. Proposed framework
Sensors
node
HyperTerminal
BTBee
wireless
network
Sensors
data
Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168
164 | P a g e
Therefore, to reflect the moisture content
indirectly, these two parameters are the main objects
of our investigation, which should provide an
important basis for the prediction and monitoring of
forest fires. Certainly, forest fires are also caused by
other factors, such as the active lightning above the
forest, human factors, etc. However, these factors will
be ignored in this discussion.
A. Wireless sensor network
A wireless sensor network, which combines
computer and Communication technology with the
technology of a sensor network, is considered to be
one of the ten emerging technologies that will affect
the future of human civilization. This network is
composed of numerous and ubiquitous micro sensor
nodes which have the ability to communicate and
calculate. These nodes can monitor, sense and collect
information of different environments and various
monitoring objects cooperatively [6]. BTBee is a low-
rate, low-cost and low-power kind of short range
wireless network communication protocol. Compared
with other wireless technologies, BTBee has unique
advantages of safe and reliable data transmission, an
easy and flexible network configuration, low
equipment costs and long-lasting batteries. Thus, it
has great development potential and a promising
market application in the field of industrial control.
By applying a wireless sensor network based on
BTBee to a forest fire monitoring system, information
such as temperature, humidity and presence of
combustible gases at any part of the forest covered by
the network could easily be collected, dealt with and
analyzed at any time. In addition, the system can be
extended significantly, the cost of equipment
maintenance could be reduced and the whole system
could be optimized.
B. Senor network communication architecture
A BTBee wireless sensor network system
includes sensor nodes, gateways (routers) and a
monitoring host computer. Sensors nodes are fitted
with microcontroller of low processing capacity are
distributed randomly in the forest and nearby areas to
collect fire monitoring parameters such as
combustible gases, humidity and atmospheric
temperature. The Arduino Mega 2560 microcontroller
board based on ATmega 2650 is used in this work for
processing purpose. Then data collected from sensor
field is transmitted to its own cluster head by an
ordinary bottom node. Via the cluster head, data
collected by ordinary bottom nodes in the cluster can
be fused and transmitted to the nearest network
coordinator. Routers transmit the data to the
monitoring host computer via BTBee, which provides
a decision-making basis for forest fire.
Sensor
Field
Figure 2. BTBee based wireless sensor network
C. Structure of the sensor node
The sensor node is a basic unit and platform
of the wireless sensor network. A sensor node is
commonly composed of four modules: sensing
module, a processing module, a transceiver module
and a power module [6]. In Fig 3, the structure of the
sensor node for the proposed framework is shown.
The Sensing module are usually composed of two
subunits: sensors and analog to digital converters
(ADCs). Three sensors: Rht03, MQ-2 and Lm35 are
used in the proposed framework for collecting
parameters such as humidity of the atmosphere,
presence of combustible gas and air temperature.
Also we need not to use the analog to digital
converter separately as all such functions are already
assembled in single Arduino Mega 2560
microcontroller board.
Figure 3. The components of a sensor node
Since, the processing module is responsible for
controlling the operation of the whole sensor node
and saving and coping with data collected by its own
node. Therefore, Arduino Mega 2560 board is
responsible for the processing.
The wireless communication module is
responsible for communication and exchanging
control information and receiving or transmitting
Manager
node
Internet
Network
Monitoring
Host
computer
Cluster header
Sensor
Sink
Manager
node
Internet
Network
Monitoring
Host
computer
Manager
node
BTBee
Wireless
Network
Monitoring
Host
computer
Power Module
(Solar panel/battery/AC supply)
Sensing Process Wireless
Module Module Communication
Module
Temperature,
humidity &
Flammable gas
sensor
AC/DC
Conversion
Processing
Storage
Network
MAC
Transceiver
Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168
165 | P a g e
data. In this system Bluetooth module (BTBee) serves
as wireless communication module. Since Arduino
Mega 2560 microcontroller board lacks wireless
transmission, thus wireless SD shield is used along
with it. The wireless shield contains BTBee socket
for wireless transmission of data and an additional SD
card slot for storage of collected data [7].
The power module supplies power for the other three
modules and drives the nodes, making it the key
factor for the effective operation of the network. The
power supply can be given using battery or from
solar panel.
II. SYSTEM HARDWARE DESIGN
The hardware design of sensor nodes is the
basis of the wireless sensor network structure. Fig 4
shows the circuit principle of a sensor node. An
Arduino Mega 2560 is the core board used in the
hardware design of nodes. It is a SoC CMOS chip,
embedded with a high performance and low-power
microcontroller chip 8051, an integrated ADC of 14-
bit analog-digital conversion and a 2.4 GHz RF
wireless transceiver that conforms to the
IEEE802.15.4 standard. This chip has good wireless
receiving sensitivity and excellent anti-interference
performance.
RHT03 is a digital relative humidity and
temperature sensor. It together applies digital-signal-
collecting-technique and humidity sensing
technology, assuring more reliability and stability.
Their sensing element is polymer humidity capacitor.
It is small in size & has low consumption & long
transmission distance (100m) which enable RHT03 to
be suited in all kinds of harsh applications.
Single-row packaged with four pins, making the
connection very convenient. It operating range is
humidity 0-100%RH; temperature -40~80Celsius and
accuracy is about humidity +-2%RH (Max +-5%RH);
temperature +-0.5Celsius [8].
LM35 are precision integrated temperature sensors
whose output generates in form of Celsius. These
provide accuracies of ±1⁄4°C at room temperature and
±3⁄4°C at +150°C temperature range and works on 60
μA [9].
MQ-2 is flammable gas sensor which detects
the concentration of combustible gas in the air
(atmosphere) and provides the output in form of
voltage signal. Measures the concentration of
flammable gas of 300 to 10,000 ppm. Operates at
temperature range from -20 to 50°C. Sensor carrier
with sensitivity-setting resistor (10kΩ) required for
interfacing and working with sensor node. Resistive
load between the supply voltage and ground select the
sensitivity of the sensor. The main advantage of using
this is low power consumption with the required
current is 150 μA [10, 11].
Now for the wireless transmission of sensor
node data BTBee is used, it is an easy to
use Bluetooth Serial Port Profile (SPP) module
compatible With existing Xbee sockets, and designed
for transparent wireless serial connection. Bluetooth
module (BTBee) is fully qualified Bluetooth
V2.0+EDR (Enhanced Data Rate) 3Mbps Modulation
with complete 2.4GHz radio transceiver and
baseband. It uses CSR Blue core 04-External single
chip Bluetooth system with CMOS technology and
with AFH (Adaptive Frequency Hopping Feature). It
transmits +40dBm RF power with typical sensitivity
of -80dBm.
Figure 4. Circuit diagram of sensor node
Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168
166 | P a g e
III. DATA TRANSMISSION
PROCESS
A sensor node is being designed with
Arduino mega 2560 as a controller board and the
combinations of three sensors. There is a need to
transmit the sensors data wirelessly to the host
computer, so BTBee module is used for this
purpose.
A. Working with Arduino environment
The Arduino is different from the
traditional data acquisition system and need special
programming skills. It works on IDE (Integrated
development environment) and required basic
knowledge of embedded C [11]. Acquiring real
time sensor data is a critical task or to configure the
three sensors, one digital and two analog and
calibration required a high skill of programming.
For this wireless transmission of sensors data
Arduino IDE is used for programming the
controller board. Embedded C is used for
programming with some dedicated commands for
Arduino. Arduino provide the facility of variable
baud rate, here we use the standard baud rate of
9600 and COM7 is configured for the initial
configuration of Arduino and then for wireless
transmission hyper terminal is used which act as
virtual port. Initialization process starts with the CT
command
B. BTBee based wireless data transmission
There is a requirement to transmit the data
wirelessly to the remote location. So, BTBee is
used here for the same. Configuring BTBee for
this work requires the deep knowledge of network
topologies. So For this work yet another Software
HyperTerminal is used, which facilitate the virtual
terminal port [12] and used as shown in Fig 5.
To deliver data transmission inside the
BTBee network in this design, a system of active
requests for information by the monitoring host
computer and passive responses by the sensor
nodes is used. Fig 6, shows the data transmission
process. When the monitoring computer, operated
by a authorized experience person, sends an order
to inquire about the state of forest temperatures,
humidity and the level of combustible gases and
the order is transmitted to the router via the
internet. The router then scans the routing tables
according to the order and decides the target
coordinator, which then broadcasts in the attached
cluster branch to activate the target cluster head.
After receiving the data collected and sent by the
nodes, the cluster head integrates and returns the
data to the monitoring host computer along the
original line. If the target network is not found or
not connected, the cluster head will desert the data
packet and generate a report to the monitoring host
computer. Most nodes in the system are in
dominant state to save energy and extent the
lifetime of network. Also provide by solar panel for
minimum utilization of energy.
Figure 5. HyperTerminal used as virtual port
Power supply
(Battery)
Sensing module
HyperTerminal reading the sensor node data
BTBee
wireless
network
SENSOR NODE
HOST COMPUTER
Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168
167 | P a g e
Figure 6. Flowchart for the data transmission process
IV. CONCLUSION
As per the proposed system and sensor
nodes that have been designed, it is investigated
that wireless sensor network can be effectively
applied to the environmental and habitat
monitoring. Especially they are best suited for
difficult and harsh environments, disadvantages of
traditional monitoring system has been overcome
by the use of WSN. In addition, wireless sensor
technology has a broad application in the field of
real-time forest fire monitoring. To monitor
temperature, humidity and the presence of
combustible gases in the forest in a more timely
and precise way, this work pointed out unique
advantages of safety in data transmission.
Flexibility in building the network, low cost and
energy requirements for a forest fire monitoring
system based on a BTBee wireless sensor
technology that is designed here. The Network
topology structure of the system is of a cluster-tree
structure. In other words, here proposed system is
as a first attempt and complement to existing forest
START
ENQUIRY
REQUEST
NO
YES
NO
GERERATE
REPORT
DATA PACKET
LOST
ROUTER
TABLE
HOST COMPUTER
DATA TRANSMISSION
TRANSMIT TO
ROUTER
DATA PACKET LOSTTRANSMIT
ENQIURY
THROUGH
ROUTER
GENERATE REPORT
COLLECT
SENSOR DATA &
TRANSMIT
NETWORK
COORDINATOR
TARGET COORDINATOR TRANSMIT PACKET
IF NETWORK
COORDINATOR
PRESENT
CLUSTER
HEADER
AWEKEN
COMMUNICATION
SUCCESSFUL
NO
Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168
168 | P a g e
fire monitoring and prevention methods. It provides
a solid basis in terms of hardware for the
application of advanced wireless sensor network
technology. Although it required the knowledge of
network communication but once it implemented
then it’s easy to understand. Arduino as data
acquisition board make the system more robust and
facilitate the proper utilization of environmental
parameters for monitoring. Use of combustible gas
as a monitoring parameter provides us the different
approach to predict the forest fire by estimating
weather index. Overall the system can easily detect
the forest fire more promptly then traditional
approaches [2]. Further, the clustering of captured
data can be done using ANN classifier techniques.
REFRENCES
[1] Republic of Turkey, Ministry of Environment
and Forestry, General Directorate of Forestry,
http://www.ogm.gov.tr/, Last accessed August
2010.
[2] Majid Bahrepour, Nirvana Meratnia, Paul
Havinga “Automatic fire detection: A survey of
wireless sensor network-perspective”; UT
Publication, a survey report,2008.
[3] The Advanced Very High Resolution Radiometer
(AVHRR) Web Page
http://noaasis.noaa.gov/noaasis/ml/ avhrr.html/,
Last accessed August 2010.
[4] Online/
http://tutorial.cytron.com.my/2011/08/13getting
-started-with-bluetooth-bee/February 2013
[5] Online/http:/www.elecfreaks.com/wiki/
indexphp?title2_
channelRelay_Shield_For_Arduino(With_XBee
/BTBee_interface.)/February 2013
[6] I.F. Akyildiz, W. Su, Y. Sankarasubramaniam,
and E. Cayirc, “Wireless sensor network: a
survey” Computer Networks vol. 38, no. 4, pp.
393-422, March, 2002
[7] Online/
http://arduino.cc/en/Main/ArduinoWirelessShiel
d /March 2013
[8] Online/http://hackerrevie.ws/2011/09/the-rht03-
digital te- mperature-and-humidity-
sensor/February 2013
[9] Online/ http://www.alldatasheet.com/datasheet-
pdf/pdf /8866/NSC/LM35.html/ February 2013
[10] Onlinehttp://www.cooking-
hacks.com/index.php/smoke-sensor-
mq2.html/January 2013
[11] Online/http://arduino.cc/en/Reference/
HomePage/Decemb er 2013
[12] Online/http://technet.microsoft.com/en-
us/library/cc7361 1(v=ws.10).aspx/April 2013
ACKNOWLEDEMENT
Anamika Chauhan received his
B.Tech degree in Electronics & Instrumentation
from Radha govind engineering collage, Meerut-
U.P., India and completed M.Tech. in
Instrumentation and Control Engineering from
Graphic Era University Dehradun, Uttrakhand,
India.
Rahul Chauhan received his B.Tech
degree in Electronics & Communication from
Lovely professional university, Jalandhar- Panjab.,
India and completed M.Tech. in Instrumentation
and Control Engineering from Graphic Era
University Dehradun, Uttrakhand, India.
Sunil Semwal received his B.Tech
degree in Instrumentation Engineering from
University Science and Instrumentation Centre
Srinagar Garhwal, Uttrakhand, India and M.E.
degree in Electronics from Punjab Engineering
College, Chandigarh, Punjab, India. Currently he is
working as Assistant Professor in Electrical and
Electronics Engineering department at Graphic Era
University Dehradun, Uttrakhand, India. He is
presented 11 papers in national/ international
conferences/journals.

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET Journal
 
wireless sensor networks & application :forest fire detection
 wireless sensor networks  & application :forest fire detection wireless sensor networks  & application :forest fire detection
wireless sensor networks & application :forest fire detectionMueenudheen Shafaquath V P
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemIOSRJECE
 
IRJET- Use of the Embedded System for Forest Fire Monitoring and Detection
IRJET- Use of the Embedded System for Forest Fire Monitoring and DetectionIRJET- Use of the Embedded System for Forest Fire Monitoring and Detection
IRJET- Use of the Embedded System for Forest Fire Monitoring and DetectionIRJET Journal
 
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES ijesajournal
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET Journal
 
Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014ijcsbi
 
Cloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoTCloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoTijtsrd
 
Forest-Fires Surveillance System Based On Wireless Sensor Network
Forest-Fires Surveillance System Based On Wireless Sensor NetworkForest-Fires Surveillance System Based On Wireless Sensor Network
Forest-Fires Surveillance System Based On Wireless Sensor NetworkIJERA Editor
 
IRJET- A Review of Fire Detection Techniques
IRJET- A Review of Fire Detection TechniquesIRJET- A Review of Fire Detection Techniques
IRJET- A Review of Fire Detection TechniquesIRJET Journal
 
필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detectionguestdbe029
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Controlijeei-iaes
 
Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera  Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera Elsa Wang
 
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
 Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory SystemRatul Alahy
 
Fire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and MotionFire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and MotionIRJET Journal
 
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...IRJET Journal
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET Journal
 

Was ist angesagt? (20)

IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
 
wireless sensor networks & application :forest fire detection
 wireless sensor networks  & application :forest fire detection wireless sensor networks  & application :forest fire detection
wireless sensor networks & application :forest fire detection
 
Wsn
WsnWsn
Wsn
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
 
IRJET- Use of the Embedded System for Forest Fire Monitoring and Detection
IRJET- Use of the Embedded System for Forest Fire Monitoring and DetectionIRJET- Use of the Embedded System for Forest Fire Monitoring and Detection
IRJET- Use of the Embedded System for Forest Fire Monitoring and Detection
 
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
 
Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014Vol 14 No 3 - November 2014
Vol 14 No 3 - November 2014
 
Cloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoTCloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoT
 
Forest-Fires Surveillance System Based On Wireless Sensor Network
Forest-Fires Surveillance System Based On Wireless Sensor NetworkForest-Fires Surveillance System Based On Wireless Sensor Network
Forest-Fires Surveillance System Based On Wireless Sensor Network
 
31 34
31 3431 34
31 34
 
IRJET- A Review of Fire Detection Techniques
IRJET- A Review of Fire Detection TechniquesIRJET- A Review of Fire Detection Techniques
IRJET- A Review of Fire Detection Techniques
 
필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detection
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
 
Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera  Forest fire detection & alarm thermal imaging camera
Forest fire detection & alarm thermal imaging camera
 
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
 Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
Intrusion Detection in A Smart Forest-Fire Early Warning Sensory System
 
Fire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and MotionFire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and Motion
 
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
 
533 450-457
533 450-457533 450-457
533 450-457
 

Andere mochten auch (20)

Bl34395398
Bl34395398Bl34395398
Bl34395398
 
Bb34327332
Bb34327332Bb34327332
Bb34327332
 
Cl34527530
Cl34527530Cl34527530
Cl34527530
 
W34137142
W34137142W34137142
W34137142
 
Cm34531538
Cm34531538Cm34531538
Cm34531538
 
F343236
F343236F343236
F343236
 
Co34543549
Co34543549Co34543549
Co34543549
 
Aq34255260
Aq34255260Aq34255260
Aq34255260
 
Cc34479483
Cc34479483Cc34479483
Cc34479483
 
H344250
H344250H344250
H344250
 
Bi34381384
Bi34381384Bi34381384
Bi34381384
 
Dd32653661
Dd32653661Dd32653661
Dd32653661
 
A350103
A350103A350103
A350103
 
Internetsegura
InternetseguraInternetsegura
Internetsegura
 
Tic project
Tic projectTic project
Tic project
 
Formacion permanente descripcion_propuestas_2014_ampliado
Formacion permanente descripcion_propuestas_2014_ampliadoFormacion permanente descripcion_propuestas_2014_ampliado
Formacion permanente descripcion_propuestas_2014_ampliado
 
Galena
GalenaGalena
Galena
 
K9 c9
K9 c9K9 c9
K9 c9
 
Vitamina C
Vitamina C Vitamina C
Vitamina C
 
Certificado
CertificadoCertificado
Certificado
 

Ähnlich wie Aa34163168

Earlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTEarlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTIRJET Journal
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Internet of Things Technology for Fire Monitoring System
Internet of Things Technology  for Fire Monitoring SystemInternet of Things Technology  for Fire Monitoring System
Internet of Things Technology for Fire Monitoring SystemIRJET Journal
 
Weather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfWeather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfUMANGPANCHAL34
 
Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkIJMER
 
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES ijesajournal
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor NetworksDr. Amarjeet Singh
 
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET Journal
 
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...BRNSSPublicationHubI
 
IRJET- Web-Based Air and Noise Pollution Monitoring and Alerting Syetem
IRJET-  	  Web-Based Air and Noise Pollution Monitoring and Alerting SyetemIRJET-  	  Web-Based Air and Noise Pollution Monitoring and Alerting Syetem
IRJET- Web-Based Air and Noise Pollution Monitoring and Alerting SyetemIRJET Journal
 
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...IRJET Journal
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Editor IJARCET
 
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...chokrio
 
Design of a prototype for sending fire notifications in homes using fuzzy log...
Design of a prototype for sending fire notifications in homes using fuzzy log...Design of a prototype for sending fire notifications in homes using fuzzy log...
Design of a prototype for sending fire notifications in homes using fuzzy log...IJECEIAES
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...journalBEEI
 
IOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry piIOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry piIRJET Journal
 
Wireless Network For Strategic Boundary Supervision System
Wireless Network For Strategic Boundary Supervision SystemWireless Network For Strategic Boundary Supervision System
Wireless Network For Strategic Boundary Supervision SystemjournalBEEI
 
Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...BRNSSPublicationHubI
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality MonitorIRJET Journal
 

Ähnlich wie Aa34163168 (20)

Earlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTEarlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoT
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Internet of Things Technology for Fire Monitoring System
Internet of Things Technology  for Fire Monitoring SystemInternet of Things Technology  for Fire Monitoring System
Internet of Things Technology for Fire Monitoring System
 
Weather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfWeather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdf
 
Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor Network
 
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
DESIGN CHALLENGES IN WIRELESS FIRE SECURITY SENSOR NODES
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor Networks
 
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
 
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
 
IRJET- Web-Based Air and Noise Pollution Monitoring and Alerting Syetem
IRJET-  	  Web-Based Air and Noise Pollution Monitoring and Alerting SyetemIRJET-  	  Web-Based Air and Noise Pollution Monitoring and Alerting Syetem
IRJET- Web-Based Air and Noise Pollution Monitoring and Alerting Syetem
 
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760
 
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
 
Design of a prototype for sending fire notifications in homes using fuzzy log...
Design of a prototype for sending fire notifications in homes using fuzzy log...Design of a prototype for sending fire notifications in homes using fuzzy log...
Design of a prototype for sending fire notifications in homes using fuzzy log...
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...
 
IOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry piIOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry pi
 
Wireless Network For Strategic Boundary Supervision System
Wireless Network For Strategic Boundary Supervision SystemWireless Network For Strategic Boundary Supervision System
Wireless Network For Strategic Boundary Supervision System
 
Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality Monitor
 

Kürzlich hochgeladen

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 

Kürzlich hochgeladen (20)

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 

Aa34163168

  • 1. Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168 163 | P a g e Early Detection of Forest Fire Using Wireless Sensor Network Anamika Chauhan, Rahul Chauhan, Sunil Semwal {Dept. of Instrumentation & Control Engineering}Graphic Era University Dehradun, India Abstract Wireless sensor network have a broad range of applications in the category of environmental monitoring. In this paper, the problem of forest fire is considered and a comprehensive framework is proposed for the use of wireless sensor networks for real-time forest fire detection and monitoring. The wireless sensor network unlike that of traditional approaches, can easily forecast forest fires before the fire is spread uncontrollable. This framework includes proposal for designing of sensor node and data transmission process. Thus multiple environmental parameters like temperature, humidity and presence of flammable gas are measured & monitored here for the efficient prediction of forest fire. Keywords—wireless sensor network, BTBee module I. INTRODUCTION Wireless sensor network consist of large number of sensor nodes densely deployed in the environment, which collect data and disseminate the collected data towards sink. This concept of wireless sensor network has been attracting many crucial applications where manual involvement of humans is difficult. As forests are part of the important and indispensable resources for human survival and social development that protect the balance of the earth ecology. However, because of some uncontrolled anthropogenic activities and abnormal natural conditions, forest fires occur frequently. Thus forest fire is a fatal threat throughout the world. It is reported that for last decade, each year, a total of 2000 wild fires happened in Turkey and more than 100000 in all countries [1]. However, the prevention and monitoring of forest fires has become a global concern in forest fire prevention organizations. Currently, forest fire prevention methods largely consist of observation from Lookout towers and lately satellite monitoring [2]. Although observation from Lookout towers is easy and feasible, it has several defects as difficult life condition at lookout towers and unreliability of human observations. This led the development of several technologies studied aiming to make the fire fighters aware of the forest fire as early as possible. Some important technologies and systems that are currently used towards this goal are: employing charged coupled device (CCD) cameras and Infrared (IR) detectors, satellite based monitoring systems and wireless sensor networks. In case of charged coupled device (CCD) cameras and IR detectors based system, the accuracy of the system is affected by weather conditions such as clouds, light reflection and smoke from various activities. Moreover, the unclear sight view in case of large forest fields and technical incapability restrict the effectiveness of such systems. Another alternate technology for the forest fire detection is the use of satellite based monitoring [2].Current satellite based forest fire detection system use the data gathered by two satellites; Advanced Very Resolution Radiometer(AVHRR) which was launched in 1998 and Moderate Resolution Imaging Spectroradiometer(MODIS)which was launched in 1999[3]. Given these shortcomings of traditional approaches, a sensory information technique is presented in this work. For this, BTBee wireless sensor network is discussed and explain its application as a monitoring system [4, 5]. This system can monitor environmental parameters causing forest fire, i.e. temperature, relative humidity and the presence of combustible gases and send the data immediately to the observer of the monitoring center. The collected data will be analyzed and Compared with the normal meteorological information to make a quick assessment of a potential fire danger at remote location. Three factors compose the basis of a forest fire: the fire source, environmental elements and combustible material. A forest fire usually occurs as the result of their combined effects. According to the Canada Fire Weather Index Forecast Model [2], the moisture content of the combustible material and presence of flammable gases plays an important role in forest fires. Therefore, the moisture content of combustible materials is a major point of assessment and predicts whether a fire will take place. The moisture content has much to do with relative humidity in the atmosphere, air temperature, wind and similar factors. Water evaporation can be directly affected by relative humidity. At the same time, the physical properties of combustible materials can be changed indirectly by air temperature. Thus, relative humidity and air temperature are regarded as the two main factors which affect the moisture content of the fuel. And also the presence of flammable gases provides another measurable parameter for this system. Fig 1, represent complete system as: Figure 1. Proposed framework Sensors node HyperTerminal BTBee wireless network Sensors data
  • 2. Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168 164 | P a g e Therefore, to reflect the moisture content indirectly, these two parameters are the main objects of our investigation, which should provide an important basis for the prediction and monitoring of forest fires. Certainly, forest fires are also caused by other factors, such as the active lightning above the forest, human factors, etc. However, these factors will be ignored in this discussion. A. Wireless sensor network A wireless sensor network, which combines computer and Communication technology with the technology of a sensor network, is considered to be one of the ten emerging technologies that will affect the future of human civilization. This network is composed of numerous and ubiquitous micro sensor nodes which have the ability to communicate and calculate. These nodes can monitor, sense and collect information of different environments and various monitoring objects cooperatively [6]. BTBee is a low- rate, low-cost and low-power kind of short range wireless network communication protocol. Compared with other wireless technologies, BTBee has unique advantages of safe and reliable data transmission, an easy and flexible network configuration, low equipment costs and long-lasting batteries. Thus, it has great development potential and a promising market application in the field of industrial control. By applying a wireless sensor network based on BTBee to a forest fire monitoring system, information such as temperature, humidity and presence of combustible gases at any part of the forest covered by the network could easily be collected, dealt with and analyzed at any time. In addition, the system can be extended significantly, the cost of equipment maintenance could be reduced and the whole system could be optimized. B. Senor network communication architecture A BTBee wireless sensor network system includes sensor nodes, gateways (routers) and a monitoring host computer. Sensors nodes are fitted with microcontroller of low processing capacity are distributed randomly in the forest and nearby areas to collect fire monitoring parameters such as combustible gases, humidity and atmospheric temperature. The Arduino Mega 2560 microcontroller board based on ATmega 2650 is used in this work for processing purpose. Then data collected from sensor field is transmitted to its own cluster head by an ordinary bottom node. Via the cluster head, data collected by ordinary bottom nodes in the cluster can be fused and transmitted to the nearest network coordinator. Routers transmit the data to the monitoring host computer via BTBee, which provides a decision-making basis for forest fire. Sensor Field Figure 2. BTBee based wireless sensor network C. Structure of the sensor node The sensor node is a basic unit and platform of the wireless sensor network. A sensor node is commonly composed of four modules: sensing module, a processing module, a transceiver module and a power module [6]. In Fig 3, the structure of the sensor node for the proposed framework is shown. The Sensing module are usually composed of two subunits: sensors and analog to digital converters (ADCs). Three sensors: Rht03, MQ-2 and Lm35 are used in the proposed framework for collecting parameters such as humidity of the atmosphere, presence of combustible gas and air temperature. Also we need not to use the analog to digital converter separately as all such functions are already assembled in single Arduino Mega 2560 microcontroller board. Figure 3. The components of a sensor node Since, the processing module is responsible for controlling the operation of the whole sensor node and saving and coping with data collected by its own node. Therefore, Arduino Mega 2560 board is responsible for the processing. The wireless communication module is responsible for communication and exchanging control information and receiving or transmitting Manager node Internet Network Monitoring Host computer Cluster header Sensor Sink Manager node Internet Network Monitoring Host computer Manager node BTBee Wireless Network Monitoring Host computer Power Module (Solar panel/battery/AC supply) Sensing Process Wireless Module Module Communication Module Temperature, humidity & Flammable gas sensor AC/DC Conversion Processing Storage Network MAC Transceiver
  • 3. Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168 165 | P a g e data. In this system Bluetooth module (BTBee) serves as wireless communication module. Since Arduino Mega 2560 microcontroller board lacks wireless transmission, thus wireless SD shield is used along with it. The wireless shield contains BTBee socket for wireless transmission of data and an additional SD card slot for storage of collected data [7]. The power module supplies power for the other three modules and drives the nodes, making it the key factor for the effective operation of the network. The power supply can be given using battery or from solar panel. II. SYSTEM HARDWARE DESIGN The hardware design of sensor nodes is the basis of the wireless sensor network structure. Fig 4 shows the circuit principle of a sensor node. An Arduino Mega 2560 is the core board used in the hardware design of nodes. It is a SoC CMOS chip, embedded with a high performance and low-power microcontroller chip 8051, an integrated ADC of 14- bit analog-digital conversion and a 2.4 GHz RF wireless transceiver that conforms to the IEEE802.15.4 standard. This chip has good wireless receiving sensitivity and excellent anti-interference performance. RHT03 is a digital relative humidity and temperature sensor. It together applies digital-signal- collecting-technique and humidity sensing technology, assuring more reliability and stability. Their sensing element is polymer humidity capacitor. It is small in size & has low consumption & long transmission distance (100m) which enable RHT03 to be suited in all kinds of harsh applications. Single-row packaged with four pins, making the connection very convenient. It operating range is humidity 0-100%RH; temperature -40~80Celsius and accuracy is about humidity +-2%RH (Max +-5%RH); temperature +-0.5Celsius [8]. LM35 are precision integrated temperature sensors whose output generates in form of Celsius. These provide accuracies of ±1⁄4°C at room temperature and ±3⁄4°C at +150°C temperature range and works on 60 μA [9]. MQ-2 is flammable gas sensor which detects the concentration of combustible gas in the air (atmosphere) and provides the output in form of voltage signal. Measures the concentration of flammable gas of 300 to 10,000 ppm. Operates at temperature range from -20 to 50°C. Sensor carrier with sensitivity-setting resistor (10kΩ) required for interfacing and working with sensor node. Resistive load between the supply voltage and ground select the sensitivity of the sensor. The main advantage of using this is low power consumption with the required current is 150 μA [10, 11]. Now for the wireless transmission of sensor node data BTBee is used, it is an easy to use Bluetooth Serial Port Profile (SPP) module compatible With existing Xbee sockets, and designed for transparent wireless serial connection. Bluetooth module (BTBee) is fully qualified Bluetooth V2.0+EDR (Enhanced Data Rate) 3Mbps Modulation with complete 2.4GHz radio transceiver and baseband. It uses CSR Blue core 04-External single chip Bluetooth system with CMOS technology and with AFH (Adaptive Frequency Hopping Feature). It transmits +40dBm RF power with typical sensitivity of -80dBm. Figure 4. Circuit diagram of sensor node
  • 4. Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168 166 | P a g e III. DATA TRANSMISSION PROCESS A sensor node is being designed with Arduino mega 2560 as a controller board and the combinations of three sensors. There is a need to transmit the sensors data wirelessly to the host computer, so BTBee module is used for this purpose. A. Working with Arduino environment The Arduino is different from the traditional data acquisition system and need special programming skills. It works on IDE (Integrated development environment) and required basic knowledge of embedded C [11]. Acquiring real time sensor data is a critical task or to configure the three sensors, one digital and two analog and calibration required a high skill of programming. For this wireless transmission of sensors data Arduino IDE is used for programming the controller board. Embedded C is used for programming with some dedicated commands for Arduino. Arduino provide the facility of variable baud rate, here we use the standard baud rate of 9600 and COM7 is configured for the initial configuration of Arduino and then for wireless transmission hyper terminal is used which act as virtual port. Initialization process starts with the CT command B. BTBee based wireless data transmission There is a requirement to transmit the data wirelessly to the remote location. So, BTBee is used here for the same. Configuring BTBee for this work requires the deep knowledge of network topologies. So For this work yet another Software HyperTerminal is used, which facilitate the virtual terminal port [12] and used as shown in Fig 5. To deliver data transmission inside the BTBee network in this design, a system of active requests for information by the monitoring host computer and passive responses by the sensor nodes is used. Fig 6, shows the data transmission process. When the monitoring computer, operated by a authorized experience person, sends an order to inquire about the state of forest temperatures, humidity and the level of combustible gases and the order is transmitted to the router via the internet. The router then scans the routing tables according to the order and decides the target coordinator, which then broadcasts in the attached cluster branch to activate the target cluster head. After receiving the data collected and sent by the nodes, the cluster head integrates and returns the data to the monitoring host computer along the original line. If the target network is not found or not connected, the cluster head will desert the data packet and generate a report to the monitoring host computer. Most nodes in the system are in dominant state to save energy and extent the lifetime of network. Also provide by solar panel for minimum utilization of energy. Figure 5. HyperTerminal used as virtual port Power supply (Battery) Sensing module HyperTerminal reading the sensor node data BTBee wireless network SENSOR NODE HOST COMPUTER
  • 5. Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168 167 | P a g e Figure 6. Flowchart for the data transmission process IV. CONCLUSION As per the proposed system and sensor nodes that have been designed, it is investigated that wireless sensor network can be effectively applied to the environmental and habitat monitoring. Especially they are best suited for difficult and harsh environments, disadvantages of traditional monitoring system has been overcome by the use of WSN. In addition, wireless sensor technology has a broad application in the field of real-time forest fire monitoring. To monitor temperature, humidity and the presence of combustible gases in the forest in a more timely and precise way, this work pointed out unique advantages of safety in data transmission. Flexibility in building the network, low cost and energy requirements for a forest fire monitoring system based on a BTBee wireless sensor technology that is designed here. The Network topology structure of the system is of a cluster-tree structure. In other words, here proposed system is as a first attempt and complement to existing forest START ENQUIRY REQUEST NO YES NO GERERATE REPORT DATA PACKET LOST ROUTER TABLE HOST COMPUTER DATA TRANSMISSION TRANSMIT TO ROUTER DATA PACKET LOSTTRANSMIT ENQIURY THROUGH ROUTER GENERATE REPORT COLLECT SENSOR DATA & TRANSMIT NETWORK COORDINATOR TARGET COORDINATOR TRANSMIT PACKET IF NETWORK COORDINATOR PRESENT CLUSTER HEADER AWEKEN COMMUNICATION SUCCESSFUL NO
  • 6. Anamika Chauhan, Rahul Chauhan, Sunil Semwal / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.163-168 168 | P a g e fire monitoring and prevention methods. It provides a solid basis in terms of hardware for the application of advanced wireless sensor network technology. Although it required the knowledge of network communication but once it implemented then it’s easy to understand. Arduino as data acquisition board make the system more robust and facilitate the proper utilization of environmental parameters for monitoring. Use of combustible gas as a monitoring parameter provides us the different approach to predict the forest fire by estimating weather index. Overall the system can easily detect the forest fire more promptly then traditional approaches [2]. Further, the clustering of captured data can be done using ANN classifier techniques. REFRENCES [1] Republic of Turkey, Ministry of Environment and Forestry, General Directorate of Forestry, http://www.ogm.gov.tr/, Last accessed August 2010. [2] Majid Bahrepour, Nirvana Meratnia, Paul Havinga “Automatic fire detection: A survey of wireless sensor network-perspective”; UT Publication, a survey report,2008. [3] The Advanced Very High Resolution Radiometer (AVHRR) Web Page http://noaasis.noaa.gov/noaasis/ml/ avhrr.html/, Last accessed August 2010. [4] Online/ http://tutorial.cytron.com.my/2011/08/13getting -started-with-bluetooth-bee/February 2013 [5] Online/http:/www.elecfreaks.com/wiki/ indexphp?title2_ channelRelay_Shield_For_Arduino(With_XBee /BTBee_interface.)/February 2013 [6] I.F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirc, “Wireless sensor network: a survey” Computer Networks vol. 38, no. 4, pp. 393-422, March, 2002 [7] Online/ http://arduino.cc/en/Main/ArduinoWirelessShiel d /March 2013 [8] Online/http://hackerrevie.ws/2011/09/the-rht03- digital te- mperature-and-humidity- sensor/February 2013 [9] Online/ http://www.alldatasheet.com/datasheet- pdf/pdf /8866/NSC/LM35.html/ February 2013 [10] Onlinehttp://www.cooking- hacks.com/index.php/smoke-sensor- mq2.html/January 2013 [11] Online/http://arduino.cc/en/Reference/ HomePage/Decemb er 2013 [12] Online/http://technet.microsoft.com/en- us/library/cc7361 1(v=ws.10).aspx/April 2013 ACKNOWLEDEMENT Anamika Chauhan received his B.Tech degree in Electronics & Instrumentation from Radha govind engineering collage, Meerut- U.P., India and completed M.Tech. in Instrumentation and Control Engineering from Graphic Era University Dehradun, Uttrakhand, India. Rahul Chauhan received his B.Tech degree in Electronics & Communication from Lovely professional university, Jalandhar- Panjab., India and completed M.Tech. in Instrumentation and Control Engineering from Graphic Era University Dehradun, Uttrakhand, India. Sunil Semwal received his B.Tech degree in Instrumentation Engineering from University Science and Instrumentation Centre Srinagar Garhwal, Uttrakhand, India and M.E. degree in Electronics from Punjab Engineering College, Chandigarh, Punjab, India. Currently he is working as Assistant Professor in Electrical and Electronics Engineering department at Graphic Era University Dehradun, Uttrakhand, India. He is presented 11 papers in national/ international conferences/journals.