SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 84
LOW COST WIRELESS SENSOR NETWORKS AND SMARTPHONE
APPLICATIONS FOR DISASTER MANAGEMENT AND IMPROVING
QUALITY OF LIFE
Raghu Teja Mulukutla1
, Anurag Mondal2
, Sourabh Bollapragada3
, Gopal Mulukutla4
,
Sandeep Kumar Ladi5
1
Student, Department of Electronics and Communication Engineering, GITAM University, Visakhapatnam, AP,
India
2
Student, Department of Electronics and Electrical Engineering, GITAM University, Visakhapatnam, AP, India
3
Student, Department of Computer Science Engineering, GITAM University, Visakhapatnam, AP, India
4
Research Scientist, Earth Systems Research Center, Institute for the Study of Earth, Oceans and Space, University of New
Hampshire, Durham, NH, US
5
Assistant professor, GITAM University, Visakhapatnam, AP,India
Abstract
Spatially distributed Wireless Sensor Networks (WSN) comprising low-cost components (sensors, Microcontrollers, wireless
communication devices) provide a way to measure several quantitative variables of nature and the human environment (air,
temperature, soil temperature, precipitation and water quality). Owing to the increased human intervention in nature, there is a rise in
unpredictability of weather and natural environment . This causes human induced disasters such as long dry periods, flash
floods,subsequent landslides, heat-island effect, sea-level rise, beach erosion. Very often the effects of disasters natural or
manmade are regional and early warning infrastructure may not be sufficient. In this paper we address disaster preparedness and
prevention by utilizing low cost WSNs to monitor the region and designingfreeAndroid cloud application to instantly notify users, an
occurrence of a disaster. The deployment of the WSN is done using various interconnected nodes across the region. Each node
consists of a low cost Arduino Microcontroller, Xbee radio communication module and sensors which measure data substantial to
detect a disaster. Each node collects data and sends through line of sight to a central station. This station is a server which collects and
sends the data to the cloud where it is stored and inspected for detecting a dangerous situation. The cloud also maintains the sensor
data in an online database periodically. We will demonstrate a smartphone application which communicates with the cloud so
that notifications are sent in real time when a disaster is detected to alert the users located within the WSN area, helping in early
evacuation, finding nearby safety shelters etc. We show that by establishing a synergy between Smartphone and reliable modern
sensors like ground motion sensors(for early warning of earthquakes), soil moisture sensors (for early warning of drought), flow
sensors (for early warning offloods) in WSN will improve the quality of life by ensuring safety against disasters.
Keywords—disaster prevention, wireless network, smartphone alerts during disaster, early evacuation, safety shelters,
early detection, disaster alert, sensors, disaster, flow sensor, ground motion sensor.
-----------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
Although many developments have been made in
disaster prediction and risk reduction , there is a lot of
ground left to catch up. Early warning systems, which
are generally designed to cater to a wider regions many
a times fail to be equally effective in notifying region
specific hazardous events. Recent increase of human
intervention in nature is causing disruptions in the local
weather patterns and also to an extent climate. These
disruptions make it increasingly tough for making
accurate predictions in local weather and environmental
occurrences. As early warning systems depend on these
predictions, their efficacy is seriously challenged.
With more emphasis given on setting up national
warning centers rather than local centers, there is a
compromise being made on detecting potentially
hazardous scenarios which are specific to a region.
Clearly in some cases of emergencies, a robust localized
approach would generate a faster response to the
situation. For example, local detection of forest fires
will ensure a quick remedy action before it escalates to a
potential national disaster. Moreover, events due to
human error, such as gas leakages, collapsing buildings,
fire accidents and dam flooding are detectable easier
when the approach is local.
One of the major setbacks in establishing a
local-warning system is the cost. A community based
early warning system might not be a priority task for
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 85
economically backward rural areas. However, owing to
the rapid advancements in the realms of electronics and
software in the present, modern digital world, usage of
open source electronics and software counterparts, the
cost of establishing a localized warning system can be
reduced by a great extent.
This paper discusses a low-cost model of a regional
warning system comprising a Wireless Sensor Network
(WSN) and a Smartphone application. This model is an
interdisciplinary approach involving four abstraction
levels:
 Sensor Network
 Gateway
 Cloud
 Android Application
Fig 1 Model Overview
2. SENSOR NETWORK
The Sensor network is deployed over a region to be
monitored. The network consists of nodes constantly
working in tandem, sensing threats by coordinating the
gathered sensor data measured from observable
environmental parameters2.
Each node consists of sensors such as temperature,
geophone, flood , humidity, pH glass electrodes and
many more, interfaced with a microcontroller. A
ZigBee3 based radio frequency transmitter/receiver
module is used to form a network.
2.1 Microcontroller System
Our model uses an open-source Arduino Mega 2560
microcontoller board, which is based on ATmega2560,
an 8-bit Atmel microcontroller. Sensors can be easily
interfaced and monitored by programming the
microcontroller board in C language.
2.2 RF Communication
For the purpose of communicating the sensor data,
XBee Pro, a low power radio module is interfaced with
the microcontroller system.
The XBees modules communicate between each other
in the network using ZigBee protocol[1] which is based
on IEEE Standard 802.15.4. Each XBee assumes one of
these three roles -coordinator, router and end point for a
streamlined communication network. However for any
network it is necessary for having one coordinator.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 86
Fig 2 Mesh Configuration of XBees in Network
2.3 Sensors
Measurable physical quantities such as temperature,
humidity, toxicity of gases, ground vibrations and alike
are crucial in detecting a threat. A simple example
would be interfacing a commercially available
temperature sensor with the microcontroller system, for
analysis of spikes in temperature. These spikes are a
precursor to a possible fire breakout in the environment
being monitored. The microcontroller system can be
programmed to trigger a signal, in real-time, relaying it
across the abstraction levels, to the smartphone, in case
the temperature gathered from the sensor spikes up
above a set threshold. The availability of low-cost,
high-grade and easily interfaceable sensors allow us to
measure a number of physical quantities and sense
variety of threats.
S.N
o.
Sensor name Related Function
1
Temperature/Hu
midity
Detecting fires(Forest Fires,
Building Fires)
2 Geophone
Detecting ground vibrations
(Earthquake)
3 Water Alarm
Detecting flooding(Dam,
riverbed)
4 Weather Shield
Locally detecting inclement
weather
5 Gas Breakout
Detecting gas
leakages(LPG, CO)
Fig 3 Table showing how varied sensors can be used in
detecting a disaster.
3. GATEWAY
The Gateway is a networking device which is used to
connect the Sensor Network to the Internet. It does this
by converting the packet format received from the
sensor network into the TCP/IP format which is used to
send data on the Internet. It has cellular, Wi-Fi and
Ethernet WAN options for flexible broadband
connectivity.
The Xbee network connects to the Digi Gateway and
feeds the sensor data over the Internet to the cloud.
Python scripts can be run on the gateway for extending
functionalities. Additionally, the Gateway gathers the
GPS location of each nodes present in the network,
which is then used to inform the location of the
occurrences to the users of the application.
4. CLOUD
A Cloud is an aggregation of several computers which
allow centralized storage and online access to resources
and services.
The Digi Gateway connects to Etherios Device Cloud
over the Internet. Device Cloud allows the remote
configuration, monitoring, management and data access
of each XBee present in the sensor network.
In a promising approach, various Data Mining4
techniques employed on the sensor data play a primary
role in , statistical analysis and predicting future
occurrences using data trend analysis.
5
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 87
5. ANDROID APPLICATION
The sensor data directed to the Device Cloud forms a
platform for developing smartphone applications which
function as real-time notification providing an easily
accessible warning system5.The application uses the
Etherios Device Connector APIs for connecting with the
Device Cloud. This allows the mobile application to
communicate with the Cloud and alert the users in case
of emergency.
Along with alerts, a GIS UI provided in the application,
shows insightful information about the disaster
situation. The Map is also useful in routing the users to
safety shelters , thereby expediting relief operations. As
long as connectivity persists, smartphones can help
accelerate the promulgation of disaster alert messages
over a wider range of users.
(A) (B) (C)
Fig 4 Screenshots of Android applications running on a phone. Figure 4(A) & (B) Show an automated emergency
notification. Figure4(C) shows navigation services to route users to safety zones.
6. RELIABILITY CONCERNS
A drawback of this model may be that the electronic
components present in the WSN are susceptible to
physical damage during disaster occurrences resulting in
a disconnection. To combat such nodal disconnections,
the WSN’s networking protocol is designed to be
“self­healing”, re­routing communication paths
automatically despite the disconnection of few member
nodes. This means that the WSN will continue to
function even after few of the nodes stop operating.
Another concern of this model would be on powering
the nodes present in the WSNs, especially when the area
to be monitored is remote and does not have access to
power lines. As operating voltages are in compliance,
the nodes can be powered by solar cells during the
daytime and with solar powered battery banks during
nightfall.
7. COST & SCALABILITY CONCERNS
The extensive usage of open source technologies and
low-cost high-grade sensor components in this model
reduces the economic burden and allows for high
customizability at any stage. Moreover, almost non
existent licensing helps local communities to adapt the
model quicker without glitches. The WSN supports easy
scalability. Nodes can be easily added to an already
set-up WSN by simple configuration.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 88
8. CONCLUSION
The interdisciplinary and customizable nature of this
model opens up new ways in which we can improvise
disaster management systems, improving their
efficacy.The WSNs in conjunction with smartphone
technology will establish a highly effective regional
early warning system.
The goal of this model is to detect hazardous situations
real-time and send alert messages almost
instantaneously, leaving enough time to initiate
emergency evacuation or similar operations. This
ensures a feeling of safety in a community , which plays
a primal role in improving quality of life.
REFERENCES
[1]. Sensor Networks for Disaster Relief Operations
Management by Erdal Cayirci and Tolga Coplu.
[2]. Environmental Wireless Sensor Networks By Peter
Corke, Tim Wark, Raja Jurdak,Wen Hu.
[3]. ZigBee: A Low Power Wireless Technology For
Industrial Applications by Nishak and Yask.
[4]. Data Mining: Concepts and Techniques by Jiawei
Han and Micheline Kamber.
[5]. Implementation of an Android-Based Disaster
Management System by Jovilyn Therese.

More Related Content

PDF
Designing the virtual model of a mechatronic micropositioning
PDF
LabVIEW Based Monitoring the Building in wireless communication
PDF
An Expert System For Power Plants Paper Presentation
PDF
IRJET- Development and Monitoring of a Fall Detection System through Wear...
PDF
Implementation of fuzzy logic using mems accelerometer for controlling bldc
PDF
Wireless sensor network using zigbee
PDF
Vehicle density sensor system to manage traffic
PDF
Vehicle density sensor system to manage traffic
Designing the virtual model of a mechatronic micropositioning
LabVIEW Based Monitoring the Building in wireless communication
An Expert System For Power Plants Paper Presentation
IRJET- Development and Monitoring of a Fall Detection System through Wear...
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Wireless sensor network using zigbee
Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage traffic

What's hot (17)

PDF
Analysis and design of ultra low power adc for wireless sensor networks 2
PDF
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
PDF
Smart Home Management System Using Wireless Sensor Network (WSN)
PDF
Tracking limb motion using inertial measurement units (IMU)
PDF
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSN
PDF
Magicus clock
PPTX
Solar tracking with mobile
PDF
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...
PDF
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...
PDF
Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...
PDF
Gsm based remote monitoring of waste gas at locally monitored gui with the im...
PDF
Gsm based remote monitoring of waste gas at locally monitored gui with the im...
DOCX
Wireless Sensor Networks
PDF
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
PDF
IRJET - IoT-based Monitoring of Induction Motor Performance
PDF
IRJET - Smart Power Monitoring and Controlling through IoT
PDF
IRJET- Smart Energy Management System
Analysis and design of ultra low power adc for wireless sensor networks 2
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
Smart Home Management System Using Wireless Sensor Network (WSN)
Tracking limb motion using inertial measurement units (IMU)
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSN
Magicus clock
Solar tracking with mobile
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...
Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...
Gsm based remote monitoring of waste gas at locally monitored gui with the im...
Gsm based remote monitoring of waste gas at locally monitored gui with the im...
Wireless Sensor Networks
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET- Smart Energy Management System
Ad

Viewers also liked (20)

PDF
Matlab simulink based digital protection of
PDF
Road signs walking among shapes and colors
PDF
A multilevel security scheme using chaos based
PDF
Mapping of genes using cloud technologies
PDF
Image segmentation based on color
PDF
Behavior of r.c.c. beam with rectangular opening
PDF
Design of c slotted microstrip antenna using
PDF
Performance analysis of vrla batteries under
PDF
Zigbee based differential pilot protection of transmission line
PDF
Computerized spoiled tomato detection
PDF
Degradation of mono azo dye in aqueous solution using
PDF
Finite element analysis of a floating rectangular plate
PDF
Quality analysis of drinking water in bhopal city
PDF
Devlopement of the dynamic resistance measurement (drm) method for condition ...
PDF
Comparative study of one and two diode model of solar photovoltaic cell
PDF
Migration of application schema to windows azure
PDF
Sdci scalable distributed cache indexing for cache consistency for mobile env...
PDF
An innovative way for computerized smith chart generation and transmission li...
PDF
Thermodynamic behavior of tetrahydrofuron in p dioxane, methylcyclohexane and...
PDF
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Matlab simulink based digital protection of
Road signs walking among shapes and colors
A multilevel security scheme using chaos based
Mapping of genes using cloud technologies
Image segmentation based on color
Behavior of r.c.c. beam with rectangular opening
Design of c slotted microstrip antenna using
Performance analysis of vrla batteries under
Zigbee based differential pilot protection of transmission line
Computerized spoiled tomato detection
Degradation of mono azo dye in aqueous solution using
Finite element analysis of a floating rectangular plate
Quality analysis of drinking water in bhopal city
Devlopement of the dynamic resistance measurement (drm) method for condition ...
Comparative study of one and two diode model of solar photovoltaic cell
Migration of application schema to windows azure
Sdci scalable distributed cache indexing for cache consistency for mobile env...
An innovative way for computerized smith chart generation and transmission li...
Thermodynamic behavior of tetrahydrofuron in p dioxane, methylcyclohexane and...
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Ad

Similar to Low cost wireless sensor networks and smartphone applications for disaster management and improving quality of life (20)

PDF
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
PDF
IRJET - Forest Fire Detection, Prevention and Response System using IoT
PDF
Disaster Debris Detection and Management System using WSN & IoT
PDF
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
PDF
Unconstrained health monitoring and effective position tracking using wireles...
PDF
Remote Monitoring of Crop Field Using Wireless Sensor Network
PDF
IoT Based Water Level Meter for Alerting Population about Floods
PDF
Design and implementation of heterogeneous surface gateway for underwater aco...
PDF
Wireless Sensor Network for Radiation Detection
PDF
IRJET - Advanced Flood Level Monitoring and Alerting System
PDF
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
PDF
IRJET - Drainage Level Alerting System using IoT
PDF
IRJET- Earthquake Early Warning System for Android
DOCX
PDF
C0511318
PPTX
Applications of IoTs in Home,City,Health
PDF
Autonomous sensor nodes for Structural Health Monitoring of bridges
PDF
IRJET- IoT based Flood Detection and Alert System
PDF
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
PDF
Earlier Detection of Forest Fire Using IoT
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
IRJET - Forest Fire Detection, Prevention and Response System using IoT
Disaster Debris Detection and Management System using WSN & IoT
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
Unconstrained health monitoring and effective position tracking using wireles...
Remote Monitoring of Crop Field Using Wireless Sensor Network
IoT Based Water Level Meter for Alerting Population about Floods
Design and implementation of heterogeneous surface gateway for underwater aco...
Wireless Sensor Network for Radiation Detection
IRJET - Advanced Flood Level Monitoring and Alerting System
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
IRJET - Drainage Level Alerting System using IoT
IRJET- Earthquake Early Warning System for Android
C0511318
Applications of IoTs in Home,City,Health
Autonomous sensor nodes for Structural Health Monitoring of bridges
IRJET- IoT based Flood Detection and Alert System
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
Earlier Detection of Forest Fire Using IoT

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
PDF
Flood related disasters concerned to urban flooding in bangalore, india
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
PDF
Shear strength of rc deep beam panels – a review
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
PDF
Risk analysis and environmental hazard management
PDF
Review study on performance of seismically tested repaired shear walls
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
PDF
Can fracture mechanics predict damage due disaster of structures
PDF
Assessment of seismic susceptibility of rc buildings
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
PDF
Disaster recovery sustainable housing
Likely impacts of hudhud on the environment of visakhapatnam
Impact of flood disaster in a drought prone area – case study of alampur vill...
Hudhud cyclone – a severe disaster in visakhapatnam
Groundwater investigation using geophysical methods a case study of pydibhim...
Flood related disasters concerned to urban flooding in bangalore, india
Enhancing post disaster recovery by optimal infrastructure capacity building
Effect of lintel and lintel band on the global performance of reinforced conc...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Shear strength of rc deep beam panels – a review
Role of voluntary teams of professional engineers in dissater management – ex...
Risk analysis and environmental hazard management
Review study on performance of seismically tested repaired shear walls
Monitoring and assessment of air quality with reference to dust particles (pm...
Coastal zones – seismic vulnerability an analysis from east coast of india
Can fracture mechanics predict damage due disaster of structures
Assessment of seismic susceptibility of rc buildings
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Disaster recovery sustainable housing

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Structs to JSON How Go Powers REST APIs.pdf
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
web development for engineering and engineering
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPT
Mechanical Engineering MATERIALS Selection
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
Internet of Things (IOT) - A guide to understanding
DOCX
573137875-Attendance-Management-System-original
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
additive manufacturing of ss316l using mig welding
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Structs to JSON How Go Powers REST APIs.pdf
Arduino robotics embedded978-1-4302-3184-4.pdf
web development for engineering and engineering
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Foundation to blockchain - A guide to Blockchain Tech
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Mechanical Engineering MATERIALS Selection
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
CYBER-CRIMES AND SECURITY A guide to understanding
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Strings in CPP - Strings in C++ are sequences of characters used to store and...
Internet of Things (IOT) - A guide to understanding
573137875-Attendance-Management-System-original
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Lesson 3_Tessellation.pptx finite Mathematics
additive manufacturing of ss316l using mig welding
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...

Low cost wireless sensor networks and smartphone applications for disaster management and improving quality of life

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 84 LOW COST WIRELESS SENSOR NETWORKS AND SMARTPHONE APPLICATIONS FOR DISASTER MANAGEMENT AND IMPROVING QUALITY OF LIFE Raghu Teja Mulukutla1 , Anurag Mondal2 , Sourabh Bollapragada3 , Gopal Mulukutla4 , Sandeep Kumar Ladi5 1 Student, Department of Electronics and Communication Engineering, GITAM University, Visakhapatnam, AP, India 2 Student, Department of Electronics and Electrical Engineering, GITAM University, Visakhapatnam, AP, India 3 Student, Department of Computer Science Engineering, GITAM University, Visakhapatnam, AP, India 4 Research Scientist, Earth Systems Research Center, Institute for the Study of Earth, Oceans and Space, University of New Hampshire, Durham, NH, US 5 Assistant professor, GITAM University, Visakhapatnam, AP,India Abstract Spatially distributed Wireless Sensor Networks (WSN) comprising low-cost components (sensors, Microcontrollers, wireless communication devices) provide a way to measure several quantitative variables of nature and the human environment (air, temperature, soil temperature, precipitation and water quality). Owing to the increased human intervention in nature, there is a rise in unpredictability of weather and natural environment . This causes human induced disasters such as long dry periods, flash floods,subsequent landslides, heat-island effect, sea-level rise, beach erosion. Very often the effects of disasters natural or manmade are regional and early warning infrastructure may not be sufficient. In this paper we address disaster preparedness and prevention by utilizing low cost WSNs to monitor the region and designingfreeAndroid cloud application to instantly notify users, an occurrence of a disaster. The deployment of the WSN is done using various interconnected nodes across the region. Each node consists of a low cost Arduino Microcontroller, Xbee radio communication module and sensors which measure data substantial to detect a disaster. Each node collects data and sends through line of sight to a central station. This station is a server which collects and sends the data to the cloud where it is stored and inspected for detecting a dangerous situation. The cloud also maintains the sensor data in an online database periodically. We will demonstrate a smartphone application which communicates with the cloud so that notifications are sent in real time when a disaster is detected to alert the users located within the WSN area, helping in early evacuation, finding nearby safety shelters etc. We show that by establishing a synergy between Smartphone and reliable modern sensors like ground motion sensors(for early warning of earthquakes), soil moisture sensors (for early warning of drought), flow sensors (for early warning offloods) in WSN will improve the quality of life by ensuring safety against disasters. Keywords—disaster prevention, wireless network, smartphone alerts during disaster, early evacuation, safety shelters, early detection, disaster alert, sensors, disaster, flow sensor, ground motion sensor. -----------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION Although many developments have been made in disaster prediction and risk reduction , there is a lot of ground left to catch up. Early warning systems, which are generally designed to cater to a wider regions many a times fail to be equally effective in notifying region specific hazardous events. Recent increase of human intervention in nature is causing disruptions in the local weather patterns and also to an extent climate. These disruptions make it increasingly tough for making accurate predictions in local weather and environmental occurrences. As early warning systems depend on these predictions, their efficacy is seriously challenged. With more emphasis given on setting up national warning centers rather than local centers, there is a compromise being made on detecting potentially hazardous scenarios which are specific to a region. Clearly in some cases of emergencies, a robust localized approach would generate a faster response to the situation. For example, local detection of forest fires will ensure a quick remedy action before it escalates to a potential national disaster. Moreover, events due to human error, such as gas leakages, collapsing buildings, fire accidents and dam flooding are detectable easier when the approach is local. One of the major setbacks in establishing a local-warning system is the cost. A community based early warning system might not be a priority task for
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 85 economically backward rural areas. However, owing to the rapid advancements in the realms of electronics and software in the present, modern digital world, usage of open source electronics and software counterparts, the cost of establishing a localized warning system can be reduced by a great extent. This paper discusses a low-cost model of a regional warning system comprising a Wireless Sensor Network (WSN) and a Smartphone application. This model is an interdisciplinary approach involving four abstraction levels:  Sensor Network  Gateway  Cloud  Android Application Fig 1 Model Overview 2. SENSOR NETWORK The Sensor network is deployed over a region to be monitored. The network consists of nodes constantly working in tandem, sensing threats by coordinating the gathered sensor data measured from observable environmental parameters2. Each node consists of sensors such as temperature, geophone, flood , humidity, pH glass electrodes and many more, interfaced with a microcontroller. A ZigBee3 based radio frequency transmitter/receiver module is used to form a network. 2.1 Microcontroller System Our model uses an open-source Arduino Mega 2560 microcontoller board, which is based on ATmega2560, an 8-bit Atmel microcontroller. Sensors can be easily interfaced and monitored by programming the microcontroller board in C language. 2.2 RF Communication For the purpose of communicating the sensor data, XBee Pro, a low power radio module is interfaced with the microcontroller system. The XBees modules communicate between each other in the network using ZigBee protocol[1] which is based on IEEE Standard 802.15.4. Each XBee assumes one of these three roles -coordinator, router and end point for a streamlined communication network. However for any network it is necessary for having one coordinator.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 86 Fig 2 Mesh Configuration of XBees in Network 2.3 Sensors Measurable physical quantities such as temperature, humidity, toxicity of gases, ground vibrations and alike are crucial in detecting a threat. A simple example would be interfacing a commercially available temperature sensor with the microcontroller system, for analysis of spikes in temperature. These spikes are a precursor to a possible fire breakout in the environment being monitored. The microcontroller system can be programmed to trigger a signal, in real-time, relaying it across the abstraction levels, to the smartphone, in case the temperature gathered from the sensor spikes up above a set threshold. The availability of low-cost, high-grade and easily interfaceable sensors allow us to measure a number of physical quantities and sense variety of threats. S.N o. Sensor name Related Function 1 Temperature/Hu midity Detecting fires(Forest Fires, Building Fires) 2 Geophone Detecting ground vibrations (Earthquake) 3 Water Alarm Detecting flooding(Dam, riverbed) 4 Weather Shield Locally detecting inclement weather 5 Gas Breakout Detecting gas leakages(LPG, CO) Fig 3 Table showing how varied sensors can be used in detecting a disaster. 3. GATEWAY The Gateway is a networking device which is used to connect the Sensor Network to the Internet. It does this by converting the packet format received from the sensor network into the TCP/IP format which is used to send data on the Internet. It has cellular, Wi-Fi and Ethernet WAN options for flexible broadband connectivity. The Xbee network connects to the Digi Gateway and feeds the sensor data over the Internet to the cloud. Python scripts can be run on the gateway for extending functionalities. Additionally, the Gateway gathers the GPS location of each nodes present in the network, which is then used to inform the location of the occurrences to the users of the application. 4. CLOUD A Cloud is an aggregation of several computers which allow centralized storage and online access to resources and services. The Digi Gateway connects to Etherios Device Cloud over the Internet. Device Cloud allows the remote configuration, monitoring, management and data access of each XBee present in the sensor network. In a promising approach, various Data Mining4 techniques employed on the sensor data play a primary role in , statistical analysis and predicting future occurrences using data trend analysis. 5
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 87 5. ANDROID APPLICATION The sensor data directed to the Device Cloud forms a platform for developing smartphone applications which function as real-time notification providing an easily accessible warning system5.The application uses the Etherios Device Connector APIs for connecting with the Device Cloud. This allows the mobile application to communicate with the Cloud and alert the users in case of emergency. Along with alerts, a GIS UI provided in the application, shows insightful information about the disaster situation. The Map is also useful in routing the users to safety shelters , thereby expediting relief operations. As long as connectivity persists, smartphones can help accelerate the promulgation of disaster alert messages over a wider range of users. (A) (B) (C) Fig 4 Screenshots of Android applications running on a phone. Figure 4(A) & (B) Show an automated emergency notification. Figure4(C) shows navigation services to route users to safety zones. 6. RELIABILITY CONCERNS A drawback of this model may be that the electronic components present in the WSN are susceptible to physical damage during disaster occurrences resulting in a disconnection. To combat such nodal disconnections, the WSN’s networking protocol is designed to be “self­healing”, re­routing communication paths automatically despite the disconnection of few member nodes. This means that the WSN will continue to function even after few of the nodes stop operating. Another concern of this model would be on powering the nodes present in the WSNs, especially when the area to be monitored is remote and does not have access to power lines. As operating voltages are in compliance, the nodes can be powered by solar cells during the daytime and with solar powered battery banks during nightfall. 7. COST & SCALABILITY CONCERNS The extensive usage of open source technologies and low-cost high-grade sensor components in this model reduces the economic burden and allows for high customizability at any stage. Moreover, almost non existent licensing helps local communities to adapt the model quicker without glitches. The WSN supports easy scalability. Nodes can be easily added to an already set-up WSN by simple configuration.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 16 | ICPECDM-2014 | Dec-2014, Available @ http://www.ijret.org 88 8. CONCLUSION The interdisciplinary and customizable nature of this model opens up new ways in which we can improvise disaster management systems, improving their efficacy.The WSNs in conjunction with smartphone technology will establish a highly effective regional early warning system. The goal of this model is to detect hazardous situations real-time and send alert messages almost instantaneously, leaving enough time to initiate emergency evacuation or similar operations. This ensures a feeling of safety in a community , which plays a primal role in improving quality of life. REFERENCES [1]. Sensor Networks for Disaster Relief Operations Management by Erdal Cayirci and Tolga Coplu. [2]. Environmental Wireless Sensor Networks By Peter Corke, Tim Wark, Raja Jurdak,Wen Hu. [3]. ZigBee: A Low Power Wireless Technology For Industrial Applications by Nishak and Yask. [4]. Data Mining: Concepts and Techniques by Jiawei Han and Micheline Kamber. [5]. Implementation of an Android-Based Disaster Management System by Jovilyn Therese.