SlideShare a Scribd company logo
1 of 5
Download to read offline
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

What's hot

Analysis and design of ultra low power adc for wireless sensor networks 2
Analysis and design of ultra low power adc for wireless sensor networks 2Analysis and design of ultra low power adc for wireless sensor networks 2
Analysis and design of ultra low power adc for wireless sensor networks 2IAEME Publication
 
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET Journal
 
Smart Home Management System Using Wireless Sensor Network (WSN)
Smart Home Management System Using Wireless Sensor Network (WSN)Smart Home Management System Using Wireless Sensor Network (WSN)
Smart Home Management System Using Wireless Sensor Network (WSN)paperpublications3
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)IRJET Journal
 
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSN
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSNIRJET- A Comprehensive Study of Energy Efficient Algorithms in WSN
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSNIRJET Journal
 
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...IRJET Journal
 
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...rahulmonikasharma
 
Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...
Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...
Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...IOSR Journals
 
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...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...iaemedu
 
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...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...iaemedu
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networksabdullah roomi
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET Journal
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET Journal
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoTIRJET Journal
 
IRJET- Smart Energy Management System
IRJET-  	  Smart Energy Management SystemIRJET-  	  Smart Energy Management System
IRJET- Smart Energy Management SystemIRJET Journal
 

What's hot (17)

Analysis and design of ultra low power adc for wireless sensor networks 2
Analysis and design of ultra low power adc for wireless sensor networks 2Analysis and design of ultra low power adc for wireless sensor networks 2
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
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
 
Smart Home Management System Using Wireless Sensor Network (WSN)
Smart Home Management System Using Wireless Sensor Network (WSN)Smart Home Management System Using Wireless Sensor Network (WSN)
Smart Home Management System Using Wireless Sensor Network (WSN)
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)
 
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSN
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSNIRJET- A Comprehensive Study of Energy Efficient Algorithms in WSN
IRJET- A Comprehensive Study of Energy Efficient Algorithms in WSN
 
Magicus clock
Magicus clockMagicus clock
Magicus clock
 
Solar tracking with mobile
Solar tracking with mobileSolar tracking with mobile
Solar tracking with mobile
 
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...
IRJET - Sun Tracking Automatic Panel Cleaning Mechanism & Solar Panel with GS...
 
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...
Mobile Coordinated Wireless Sensor Networks with Fault-Tolerance for Structur...
 
Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...
Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...Design And Implementation of Gas Turbine Combustion Chamber Control System Ba...
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...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...
 
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...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
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
 
IRJET- Smart Energy Management System
IRJET-  	  Smart Energy Management SystemIRJET-  	  Smart Energy Management System
IRJET- Smart Energy Management System
 

Viewers also liked

Matlab simulink based digital protection of
Matlab simulink based digital protection ofMatlab simulink based digital protection of
Matlab simulink based digital protection ofeSAT Publishing House
 
Road signs walking among shapes and colors
Road signs walking among shapes and colorsRoad signs walking among shapes and colors
Road signs walking among shapes and colorseSAT Publishing House
 
A multilevel security scheme using chaos based
A multilevel security scheme using chaos basedA multilevel security scheme using chaos based
A multilevel security scheme using chaos basedeSAT Publishing House
 
Mapping of genes using cloud technologies
Mapping of genes using cloud technologiesMapping of genes using cloud technologies
Mapping of genes using cloud technologieseSAT Publishing House
 
Behavior of r.c.c. beam with rectangular opening
Behavior of r.c.c. beam with rectangular openingBehavior of r.c.c. beam with rectangular opening
Behavior of r.c.c. beam with rectangular openingeSAT Publishing House
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingeSAT Publishing House
 
Performance analysis of vrla batteries under
Performance analysis of vrla batteries underPerformance analysis of vrla batteries under
Performance analysis of vrla batteries undereSAT Publishing House
 
Zigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineZigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineeSAT Publishing House
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Publishing House
 
Degradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingDegradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingeSAT Publishing House
 
Finite element analysis of a floating rectangular plate
Finite element analysis of a floating rectangular plateFinite element analysis of a floating rectangular plate
Finite element analysis of a floating rectangular plateeSAT Publishing House
 
Quality analysis of drinking water in bhopal city
Quality analysis of drinking water in bhopal cityQuality analysis of drinking water in bhopal city
Quality analysis of drinking water in bhopal cityeSAT Publishing House
 
Devlopement of the dynamic resistance measurement (drm) method for condition ...
Devlopement of the dynamic resistance measurement (drm) method for condition ...Devlopement of the dynamic resistance measurement (drm) method for condition ...
Devlopement of the dynamic resistance measurement (drm) method for condition ...eSAT Publishing House
 
Comparative study of one and two diode model of solar photovoltaic cell
Comparative study of one and two diode model of solar photovoltaic cellComparative study of one and two diode model of solar photovoltaic cell
Comparative study of one and two diode model of solar photovoltaic celleSAT Publishing House
 
Migration of application schema to windows azure
Migration of application schema to windows azureMigration of application schema to windows azure
Migration of application schema to windows azureeSAT Publishing House
 
Sdci scalable distributed cache indexing for cache consistency for mobile env...
Sdci scalable distributed cache indexing for cache consistency for mobile env...Sdci scalable distributed cache indexing for cache consistency for mobile env...
Sdci scalable distributed cache indexing for cache consistency for mobile env...eSAT Publishing House
 
An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...eSAT Publishing House
 
Thermodynamic behavior of tetrahydrofuron in p dioxane, methylcyclohexane and...
Thermodynamic behavior of tetrahydrofuron in p dioxane, methylcyclohexane and...Thermodynamic behavior of tetrahydrofuron in p dioxane, methylcyclohexane and...
Thermodynamic behavior of tetrahydrofuron in p dioxane, methylcyclohexane and...eSAT Publishing House
 
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...eSAT Publishing House
 

Viewers also liked (20)

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

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

A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...IRJET Journal
 
IRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET Journal
 
Disaster Debris Detection and Management System using WSN & IoT
Disaster Debris Detection and Management System using WSN & IoTDisaster Debris Detection and Management System using WSN & IoT
Disaster Debris Detection and Management System using WSN & IoTEswar Publications
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET Journal
 
Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...eSAT Journals
 
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
 
IoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about FloodsIoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about Floodsijtsrd
 
Design and implementation of heterogeneous surface gateway for underwater aco...
Design and implementation of heterogeneous surface gateway for underwater aco...Design and implementation of heterogeneous surface gateway for underwater aco...
Design and implementation of heterogeneous surface gateway for underwater aco...IJECEIAES
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detectionijeei-iaes
 
IRJET - Advanced Flood Level Monitoring and Alerting System
IRJET -  	  Advanced Flood Level Monitoring and Alerting SystemIRJET -  	  Advanced Flood Level Monitoring and Alerting System
IRJET - Advanced Flood Level Monitoring and Alerting SystemIRJET Journal
 
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam IJECEIAES
 
IRJET - Drainage Level Alerting System using IoT
IRJET - Drainage Level Alerting System using IoTIRJET - Drainage Level Alerting System using IoT
IRJET - Drainage Level Alerting System using IoTIRJET Journal
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for AndroidIRJET Journal
 
Applications of IoTs in Home,City,Health
Applications of IoTs in Home,City,HealthApplications of IoTs in Home,City,Health
Applications of IoTs in Home,City,HealthRajapriya82
 
Autonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesAutonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesIRJET Journal
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET Journal
 
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...IRJET Journal
 
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
 

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

A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
A Comparative Performance Analysis of Centralized and Distributed Hierarchica...
 
IRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoT
 
Disaster Debris Detection and Management System using WSN & IoT
Disaster Debris Detection and Management System using WSN & IoTDisaster Debris Detection and Management System using WSN & IoT
Disaster Debris Detection and Management System using WSN & IoT
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
 
Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...
 
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
 
IoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about FloodsIoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about Floods
 
Design and implementation of heterogeneous surface gateway for underwater aco...
Design and implementation of heterogeneous surface gateway for underwater aco...Design and implementation of heterogeneous surface gateway for underwater aco...
Design and implementation of heterogeneous surface gateway for underwater aco...
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detection
 
IRJET - Advanced Flood Level Monitoring and Alerting System
IRJET -  	  Advanced Flood Level Monitoring and Alerting SystemIRJET -  	  Advanced Flood Level Monitoring and Alerting System
IRJET - Advanced Flood Level Monitoring and Alerting System
 
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam Wireless Technology for Monitoring Site-specific Landslide in Vietnam
Wireless Technology for Monitoring Site-specific Landslide in Vietnam
 
IRJET - Drainage Level Alerting System using IoT
IRJET - Drainage Level Alerting System using IoTIRJET - Drainage Level Alerting System using IoT
IRJET - Drainage Level Alerting System using IoT
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
SEDRP
SEDRPSEDRP
SEDRP
 
C0511318
C0511318C0511318
C0511318
 
Applications of IoTs in Home,City,Health
Applications of IoTs in Home,City,HealthApplications of IoTs in Home,City,Health
Applications of IoTs in Home,City,Health
 
Autonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesAutonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridges
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert System
 
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...IRJET-  	  Farmer’s friend: Utilization of IoT and Web Application in Agricul...
IRJET- Farmer’s friend: Utilization of IoT and Web Application in Agricul...
 
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
 

More from eSAT Publishing House

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

More from eSAT Publishing House (20)

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

Recently uploaded

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

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.