SlideShare a Scribd company logo
1 of 31
EARTHQUAKE EARLY
WARNING SYSTEM
USING
WIRELESS SENSOR
NETWORKS
BY
L N S Sravani
INTRODUCTION
▪ Earthquake is commonly said to be a natural disaster which is also known as tremor .
▪ The sudden shake in the surface of the earth, which shutters down the buildings and
kills thousands of human lives.
▪ Thereby by predicting the surfaces shake earlier by means of sensors that may warn
public earlier.
▪ By the theory that the S waves are the first attack wave from the surface and then the
P waves attack the surface latter that brings the strongest shake then the S wave.
▪ Hence the public is warned earlier in few minutes or seconds before.
▪ The IOT is the network it connects the internet connected objects to form a network
and hence the alert message is send to the public is more accurate way by IOT.
ABSTRACT
▪ The Wireless sensor network (WSN) is spatially distributed sensors in an
autonomous manner to monitor physical environmental conditions. The Internet of
things (IOT) is the network of computed physical objects which enables these things
to connect, collect and exchange data. In this paper, we propose an earthquake early
warning system by means of an IOT in WSN. The sensors are placed in the surface
of the earth. When an earthquake occurs, both compression P wave and transverse S
wave radiates outward the epicenter of the earth. The P wave, which travels fastest,
trips the sensors, placed in the landscape. It causes early alert signals to be transfer
ahead, giving humans and automated electronic system a warning to take
precautionary actions. So that before the damage begins with the arrival of the slower
but stronger S waves, the public are warned earlier. The signal from each sensor
which senses the P wave and which has Zigbee transmitter transfers the alert signal
to the gateway. The gateway which has the Zigbee receiver and acts as an IOT
transfers the warning to smart phones. Thus early alert message is received by the
people in terms of location, time and other parameters. Eventually, many of the
human lives can be saved. The software used here is LABVIEW where the three
angle axis of the sensor can be sensed and detected when the sensors are interfaced
with this software.
BLOCK DIAGRAM
EXISTING SYSTEM
Earthquake early warning (EEW) systems use earthquake science and
the technology of monitoring systems to alert devices and people when
shaking waves generated by an earthquake are expected to arrive at
their location. The seconds to minutes of advance warning can allow
people and systems to take actions to protect life and property from
destructive shaking.
PROPOSED SYSTEM
In the proposed system we have the modules of Zigbee for remote
correspondence and three sensors for information retrieval. The
sensors utilized are Force Sensor, Vibration Sensor and Flex Sensor.
There will be warning system at the remote place which will be
activated when the sensor values cross threshold value
HARDWARE COMPONENTS
▪ Ardunio
▪ Node MCU
▪ Flex sensor
▪ Vibration sensor
▪ Force Sensor
▪ Xbee
SOFTWARE COMPONENTS
▪ Embadded C
▪ Ardunio IDE
▪ HTML
▪ XCTU
ARDUINO UNO
▪ MICRO CONTROLLER with 14 digital pins.
▪ Micro controller-Atmega328
▪ Digital i/o pins 14.
▪ Analog input pins 6.
▪ 16mgh ceramic resonator.
▪ USB connection,powerjack,ICSP header and a reset
button.
FLUX SENSOR
Flux sensor which is 2.2 inches in length. This sensor works by
bending the sensor itself.
As the sensor is being flexed or bent, the resistance across the sensor
increases. The greater the angle of bending, the greater the resistance.
This can be tested with multimeter. The resistance of the flex sensor
changes when the metal pads are on the outside of the bend.
FORCE SENSOR
▪ This is a force sensitive resistor with a square, 1.75x1.5", sensing area.
▪ This FSR will vary its resistance depending on how much pressure is
being applied to the sensing area. The harder the force, the lower the
resistance.
▪ When no pressure is being applied to the FSR its resistance will be
larger than 1MΩ.
▪ This FSR can sense applied force anywhere in the range of 100g-10kg.
VIBRATION SENSOR
▪ This basic Vibration sensor can be used in anti-theft devices, electronic
locks, mechanical equipment vibration detection, sound gesture
application and counts vibration sensor occasions.
▪ These vibration levels could be given to any controller/processor and
necessary decisions could be taken through it.
▪ Module triple output mode, digital output simple, analog output more
accurate, serial output with exact readings.
▪ Resistance Decreases when Vibration Increases near the Sensor places
XBEE
▪ XBees are hugely popular wireless transceivers for a number of
reasons.
▪ They’re flexible they send and receive data over a serial port, which
means they’re compatible with both computers and microcontrollers
(like Arduino).
▪ They are highly configurable you can have meshed networks with
dozens of XBees, or just a pair swapping data.
▪ You can use them to remotely control your robot, or arrange them all
over your house to monitor temperatures or lighting conditions in
every room.
NODE MCU
▪ NodeMCU is a Micro controller and an open source IoT platform. It
includes firmware which runs on the ESP8266 WiFi SoC from
Espressif, and hardware which is based on the ESP-12 module.
▪ The ESP8266 module is a IoT device consisting of a 32-bit ARM
microprocessor with support of WIFI network and built-in flash
memory.
▪ This architecture allows it to be programmed independently, without
the need of other microcontrollers like the Arduino.
BREAD BOARD
▪ 63 vertical columns on top and 63 columns below.
▪ Each column has 5 connected holes.
▪ There are also 4 rails for power and ground running horizontally.
DESIGN
1. CLASS DIAGRAM
2. USECASE DIAGRAM
3. SEQUENCE DIAGRAM
4. STATE CHART
CLASS DIAGRAM
USECASE DIAGRAM
SEQUENCE DIAGRAM
STATECHART DIAGRAM
IMPLEMENTATION
}
void loop() {
Flux = analogRead(A0);
Vibration = analogRead(A3);
Force = analogRead(A2);
delay(1000);
String payloadStr = buildJSON();
publishZWaveTx(payloadStr);
Serial.println(payloadStr);
}
}String buildJSON() {
String payloadStr;
payloadStr = "{";
payloadStr += ""Flux":"" +String
(Flux,DEC)+ "",";
payloadStr += ""Vibration":""
+String (Vibration,DEC)+ "",";
payloadStr += ""Force":"" +String
(Force,DEC)+ """; payloadStr += "}";
return (payloadStr);
}
OUTPUTS
,
NODE MCU CODE
}We now create a URI for the request
String url = "/update";
url += "?api_key=";
url += privateKey;
url += "&field1=";
url += Flux;
url += "&field2=";
url += Vibration;
url += "&field3=";
url += Force;
Serial.print("Requesting URL: ");
Serial.println(url);
client.print(String("GET ") + url + "
HTTP/1.1rn" +
"Host: " + host + "rn" +
"Connection: closernrn");
delay(10);
while(client.available()){
String line = client.readStringUntil('r');
Serial.print(line);
}
OUTPUT
GRAPHS
Alert Message Through Phone
Alert Message Through Email
CONCLUSION
By use of Wireless Sensor Network any mechanical or geo-physical sensor
can be interfaced easily for protection of our on livelihood as well as nation’s
wealth. This paper discussed a proto-model of NODE design for ‘Earthquake
Early Warning’ which of great importance especially in heavy rainfall and
hilly areas. The WSN deployment leads to access many of the sensor
information and by using Ethernet, Wi-Fi, Satellite or any other wireless
protocol the danger intimation can be passed to the nearby villages and to the
government officials.
FUTURE SCOPE
▪ Ongoing improvements to the sensor networks and data processing centers
allowed the ShakeAlert system to advance from a “demonstration” to a
“production prototype” phase in February 2016, allowing selected users to
develop pilot implementations that take protective actions.
▪ USGS has published an implementation plan spelling out the steps needed to
complete the system and begin issuing public alerts (Given and others, 2014).
Public alerts and large-scale automatic implementation require additional
development and further testing to make ShakeAlert sufficiently reliable (see
sidebar “How Warning Can Increase Safety and Prevent Damage”), as well
as end-user education on how to understand and use alerts.
▪ The successful completion of the system will require the coordinated
REFERENCES
▪ Allen, R., 2013, Seismic hazards; seconds count: Nature, v. 502, no. 7469,
accessed 2014 at http://www.nature.com/news/seismic-hazards-seconds-
count-1.13838.
▪ Federal Emergency Management Agency, 2008, FEMA 366; HAZUS-MH
estimated annualized earthquake losses for the United States: Federal
Emergency Management Agency, accessed 2014 at
https://www.fema.gov/media-library/assets/documents/13293?id=3265.
▪ Fujinawa, Y., and Noda, Y., 2013, Japan’s earthquake early warning system
on 11 March 2011—Performance, shortcomings, and changes: Earthquake
Spectra, v. 29, no. S1, p. S341–S368, http://dx.doi.org/10.1193/1.4000127.
THANK YOU

More Related Content

What's hot

Flood detection and warning system
Flood detection and warning systemFlood detection and warning system
Flood detection and warning systemSatham BE
 
Underwater acoustic sensor network
Underwater acoustic sensor networkUnderwater acoustic sensor network
Underwater acoustic sensor networkSrija Kumar
 
Cross layer design and optimization
Cross layer design and optimizationCross layer design and optimization
Cross layer design and optimizationDANISHAMIN950
 
laser security alarm thesis
laser security alarm thesislaser security alarm thesis
laser security alarm thesisyash kumar singh
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation projectShohin Aheleroff
 
100+ embedded systems projects for engineering students
100+ embedded systems projects for engineering students100+ embedded systems projects for engineering students
100+ embedded systems projects for engineering studentssvsembedded
 
Modem technology
Modem technologyModem technology
Modem technologyDhruv Patel
 
IoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta GaikwadIoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta GaikwadShweta Gaikwad
 
Mobile satellite communication
Mobile satellite communicationMobile satellite communication
Mobile satellite communicationHimanshu Singh
 
Mobile generation presentation
Mobile generation presentationMobile generation presentation
Mobile generation presentation8neutron8
 
CORDLESS SYSTEMS
CORDLESS SYSTEMSCORDLESS SYSTEMS
CORDLESS SYSTEMSmaneasy90
 
Wireless charging of mobilephones
Wireless charging of  mobilephonesWireless charging of  mobilephones
Wireless charging of mobilephonesPRADEEP Cheekatla
 
Latest Digital Electronic Projects
Latest Digital Electronic ProjectsLatest Digital Electronic Projects
Latest Digital Electronic Projectselprocus
 
Modulation schemes used in wireless technologies
Modulation schemes used in wireless technologiesModulation schemes used in wireless technologies
Modulation schemes used in wireless technologiesVijitaaDas
 

What's hot (20)

EIA / TIA IS-136 Digital Cellular System
EIA / TIA IS-136 Digital Cellular SystemEIA / TIA IS-136 Digital Cellular System
EIA / TIA IS-136 Digital Cellular System
 
Flood detection and warning system
Flood detection and warning systemFlood detection and warning system
Flood detection and warning system
 
Underwater acoustic sensor network
Underwater acoustic sensor networkUnderwater acoustic sensor network
Underwater acoustic sensor network
 
Cross layer design and optimization
Cross layer design and optimizationCross layer design and optimization
Cross layer design and optimization
 
laser security alarm thesis
laser security alarm thesislaser security alarm thesis
laser security alarm thesis
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation project
 
GSM Technology
GSM TechnologyGSM Technology
GSM Technology
 
100+ embedded systems projects for engineering students
100+ embedded systems projects for engineering students100+ embedded systems projects for engineering students
100+ embedded systems projects for engineering students
 
Modem technology
Modem technologyModem technology
Modem technology
 
IoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta GaikwadIoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
IoT Based Disaster Detection and Early Warning Device By Shweta Gaikwad
 
Mobile satellite communication
Mobile satellite communicationMobile satellite communication
Mobile satellite communication
 
Wireless local loop
Wireless local loopWireless local loop
Wireless local loop
 
Cordless Technology
Cordless TechnologyCordless Technology
Cordless Technology
 
Mobile generation presentation
Mobile generation presentationMobile generation presentation
Mobile generation presentation
 
CORDLESS SYSTEMS
CORDLESS SYSTEMSCORDLESS SYSTEMS
CORDLESS SYSTEMS
 
Wireless charging of mobilephones
Wireless charging of  mobilephonesWireless charging of  mobilephones
Wireless charging of mobilephones
 
Latest Digital Electronic Projects
Latest Digital Electronic ProjectsLatest Digital Electronic Projects
Latest Digital Electronic Projects
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
 
Embedded Systems Projects Ideas
Embedded Systems Projects IdeasEmbedded Systems Projects Ideas
Embedded Systems Projects Ideas
 
Modulation schemes used in wireless technologies
Modulation schemes used in wireless technologiesModulation schemes used in wireless technologies
Modulation schemes used in wireless technologies
 

Similar to Earthquake Early Warning System Using Wireless Sensors (39

Earthquake_Early_warning_system.pptx
Earthquake_Early_warning_system.pptxEarthquake_Early_warning_system.pptx
Earthquake_Early_warning_system.pptxJohanJai
 
Third Eye for Blind Ultrasonic Vibration Gloves.pptx
Third Eye for Blind Ultrasonic Vibration Gloves.pptxThird Eye for Blind Ultrasonic Vibration Gloves.pptx
Third Eye for Blind Ultrasonic Vibration Gloves.pptxkayvyyyy
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuIRJET Journal
 
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator GloveThird Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator Gloveijtsrd
 
Assistance Stick for Visually Impaired
Assistance Stick for Visually ImpairedAssistance Stick for Visually Impaired
Assistance Stick for Visually ImpairedIRJET Journal
 
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest FireAuto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest FireJerome Stanislaus
 
border-security-using-wins
 border-security-using-wins border-security-using-wins
border-security-using-winsAakashkumar276
 
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire Jerome Stanislaus
 
IRJET- Virtual Eye for the Visually Challenged
IRJET-  	  Virtual Eye for the Visually ChallengedIRJET-  	  Virtual Eye for the Visually Challenged
IRJET- Virtual Eye for the Visually ChallengedIRJET Journal
 
IJSRED-V2I3P82
IJSRED-V2I3P82IJSRED-V2I3P82
IJSRED-V2I3P82IJSRED
 
A review on Implementation Of Integrated System to Avoid Flood Like Situation
A review on  Implementation Of Integrated System to Avoid Flood Like SituationA review on  Implementation Of Integrated System to Avoid Flood Like Situation
A review on Implementation Of Integrated System to Avoid Flood Like SituationIRJET Journal
 
A Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesA Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesAsia Smith
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blindsAmbikaR4
 
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingBlind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingvivatechijri
 
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...IRJET Journal
 

Similar to Earthquake Early Warning System Using Wireless Sensors (39 (20)

Earthquake_Early_warning_system.pptx
Earthquake_Early_warning_system.pptxEarthquake_Early_warning_system.pptx
Earthquake_Early_warning_system.pptx
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Third Eye for Blind Ultrasonic Vibration Gloves.pptx
Third Eye for Blind Ultrasonic Vibration Gloves.pptxThird Eye for Blind Ultrasonic Vibration Gloves.pptx
Third Eye for Blind Ultrasonic Vibration Gloves.pptx
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and Nodemcu
 
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator GloveThird Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
 
DAM SHUTTER 2.pptx
DAM SHUTTER 2.pptxDAM SHUTTER 2.pptx
DAM SHUTTER 2.pptx
 
Assistance Stick for Visually Impaired
Assistance Stick for Visually ImpairedAssistance Stick for Visually Impaired
Assistance Stick for Visually Impaired
 
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest FireAuto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
 
border-security-using-wins
 border-security-using-wins border-security-using-wins
border-security-using-wins
 
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
Auto-navigation of Unmanned Helicopter to Detect and Extinguish Forest Fire
 
IRJET- Virtual Eye for the Visually Challenged
IRJET-  	  Virtual Eye for the Visually ChallengedIRJET-  	  Virtual Eye for the Visually Challenged
IRJET- Virtual Eye for the Visually Challenged
 
IJSRED-V2I3P82
IJSRED-V2I3P82IJSRED-V2I3P82
IJSRED-V2I3P82
 
A review on Implementation Of Integrated System to Avoid Flood Like Situation
A review on  Implementation Of Integrated System to Avoid Flood Like SituationA review on  Implementation Of Integrated System to Avoid Flood Like Situation
A review on Implementation Of Integrated System to Avoid Flood Like Situation
 
A Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind PeoplesA Smart Stick For Assisting Blind Peoples
A Smart Stick For Assisting Blind Peoples
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
 
ppt-1.pptx
ppt-1.pptxppt-1.pptx
ppt-1.pptx
 
B010320711
B010320711B010320711
B010320711
 
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS trackingBlind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
 
Oj3425062509
Oj3425062509Oj3425062509
Oj3425062509
 
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
 

Recently uploaded

AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663Call Girls Mumbai
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 

Recently uploaded (20)

AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 

Earthquake Early Warning System Using Wireless Sensors (39

  • 1. EARTHQUAKE EARLY WARNING SYSTEM USING WIRELESS SENSOR NETWORKS BY L N S Sravani
  • 2. INTRODUCTION ▪ Earthquake is commonly said to be a natural disaster which is also known as tremor . ▪ The sudden shake in the surface of the earth, which shutters down the buildings and kills thousands of human lives. ▪ Thereby by predicting the surfaces shake earlier by means of sensors that may warn public earlier. ▪ By the theory that the S waves are the first attack wave from the surface and then the P waves attack the surface latter that brings the strongest shake then the S wave. ▪ Hence the public is warned earlier in few minutes or seconds before. ▪ The IOT is the network it connects the internet connected objects to form a network and hence the alert message is send to the public is more accurate way by IOT.
  • 3. ABSTRACT ▪ The Wireless sensor network (WSN) is spatially distributed sensors in an autonomous manner to monitor physical environmental conditions. The Internet of things (IOT) is the network of computed physical objects which enables these things to connect, collect and exchange data. In this paper, we propose an earthquake early warning system by means of an IOT in WSN. The sensors are placed in the surface of the earth. When an earthquake occurs, both compression P wave and transverse S wave radiates outward the epicenter of the earth. The P wave, which travels fastest, trips the sensors, placed in the landscape. It causes early alert signals to be transfer ahead, giving humans and automated electronic system a warning to take precautionary actions. So that before the damage begins with the arrival of the slower but stronger S waves, the public are warned earlier. The signal from each sensor which senses the P wave and which has Zigbee transmitter transfers the alert signal to the gateway. The gateway which has the Zigbee receiver and acts as an IOT transfers the warning to smart phones. Thus early alert message is received by the people in terms of location, time and other parameters. Eventually, many of the human lives can be saved. The software used here is LABVIEW where the three angle axis of the sensor can be sensed and detected when the sensors are interfaced with this software.
  • 5. EXISTING SYSTEM Earthquake early warning (EEW) systems use earthquake science and the technology of monitoring systems to alert devices and people when shaking waves generated by an earthquake are expected to arrive at their location. The seconds to minutes of advance warning can allow people and systems to take actions to protect life and property from destructive shaking.
  • 6. PROPOSED SYSTEM In the proposed system we have the modules of Zigbee for remote correspondence and three sensors for information retrieval. The sensors utilized are Force Sensor, Vibration Sensor and Flex Sensor. There will be warning system at the remote place which will be activated when the sensor values cross threshold value
  • 7. HARDWARE COMPONENTS ▪ Ardunio ▪ Node MCU ▪ Flex sensor ▪ Vibration sensor ▪ Force Sensor ▪ Xbee
  • 8. SOFTWARE COMPONENTS ▪ Embadded C ▪ Ardunio IDE ▪ HTML ▪ XCTU
  • 9. ARDUINO UNO ▪ MICRO CONTROLLER with 14 digital pins. ▪ Micro controller-Atmega328 ▪ Digital i/o pins 14. ▪ Analog input pins 6. ▪ 16mgh ceramic resonator. ▪ USB connection,powerjack,ICSP header and a reset button.
  • 10. FLUX SENSOR Flux sensor which is 2.2 inches in length. This sensor works by bending the sensor itself. As the sensor is being flexed or bent, the resistance across the sensor increases. The greater the angle of bending, the greater the resistance. This can be tested with multimeter. The resistance of the flex sensor changes when the metal pads are on the outside of the bend.
  • 11. FORCE SENSOR ▪ This is a force sensitive resistor with a square, 1.75x1.5", sensing area. ▪ This FSR will vary its resistance depending on how much pressure is being applied to the sensing area. The harder the force, the lower the resistance. ▪ When no pressure is being applied to the FSR its resistance will be larger than 1MΩ. ▪ This FSR can sense applied force anywhere in the range of 100g-10kg.
  • 12. VIBRATION SENSOR ▪ This basic Vibration sensor can be used in anti-theft devices, electronic locks, mechanical equipment vibration detection, sound gesture application and counts vibration sensor occasions. ▪ These vibration levels could be given to any controller/processor and necessary decisions could be taken through it. ▪ Module triple output mode, digital output simple, analog output more accurate, serial output with exact readings. ▪ Resistance Decreases when Vibration Increases near the Sensor places
  • 13. XBEE ▪ XBees are hugely popular wireless transceivers for a number of reasons. ▪ They’re flexible they send and receive data over a serial port, which means they’re compatible with both computers and microcontrollers (like Arduino). ▪ They are highly configurable you can have meshed networks with dozens of XBees, or just a pair swapping data. ▪ You can use them to remotely control your robot, or arrange them all over your house to monitor temperatures or lighting conditions in every room.
  • 14. NODE MCU ▪ NodeMCU is a Micro controller and an open source IoT platform. It includes firmware which runs on the ESP8266 WiFi SoC from Espressif, and hardware which is based on the ESP-12 module. ▪ The ESP8266 module is a IoT device consisting of a 32-bit ARM microprocessor with support of WIFI network and built-in flash memory. ▪ This architecture allows it to be programmed independently, without the need of other microcontrollers like the Arduino.
  • 15. BREAD BOARD ▪ 63 vertical columns on top and 63 columns below. ▪ Each column has 5 connected holes. ▪ There are also 4 rails for power and ground running horizontally.
  • 16. DESIGN 1. CLASS DIAGRAM 2. USECASE DIAGRAM 3. SEQUENCE DIAGRAM 4. STATE CHART
  • 21. IMPLEMENTATION } void loop() { Flux = analogRead(A0); Vibration = analogRead(A3); Force = analogRead(A2); delay(1000); String payloadStr = buildJSON(); publishZWaveTx(payloadStr); Serial.println(payloadStr); } }String buildJSON() { String payloadStr; payloadStr = "{"; payloadStr += ""Flux":"" +String (Flux,DEC)+ "","; payloadStr += ""Vibration":"" +String (Vibration,DEC)+ "","; payloadStr += ""Force":"" +String (Force,DEC)+ """; payloadStr += "}"; return (payloadStr); }
  • 23. NODE MCU CODE }We now create a URI for the request String url = "/update"; url += "?api_key="; url += privateKey; url += "&field1="; url += Flux; url += "&field2="; url += Vibration; url += "&field3="; url += Force; Serial.print("Requesting URL: "); Serial.println(url); client.print(String("GET ") + url + " HTTP/1.1rn" + "Host: " + host + "rn" + "Connection: closernrn"); delay(10); while(client.available()){ String line = client.readStringUntil('r'); Serial.print(line); }
  • 28. CONCLUSION By use of Wireless Sensor Network any mechanical or geo-physical sensor can be interfaced easily for protection of our on livelihood as well as nation’s wealth. This paper discussed a proto-model of NODE design for ‘Earthquake Early Warning’ which of great importance especially in heavy rainfall and hilly areas. The WSN deployment leads to access many of the sensor information and by using Ethernet, Wi-Fi, Satellite or any other wireless protocol the danger intimation can be passed to the nearby villages and to the government officials.
  • 29. FUTURE SCOPE ▪ Ongoing improvements to the sensor networks and data processing centers allowed the ShakeAlert system to advance from a “demonstration” to a “production prototype” phase in February 2016, allowing selected users to develop pilot implementations that take protective actions. ▪ USGS has published an implementation plan spelling out the steps needed to complete the system and begin issuing public alerts (Given and others, 2014). Public alerts and large-scale automatic implementation require additional development and further testing to make ShakeAlert sufficiently reliable (see sidebar “How Warning Can Increase Safety and Prevent Damage”), as well as end-user education on how to understand and use alerts. ▪ The successful completion of the system will require the coordinated
  • 30. REFERENCES ▪ Allen, R., 2013, Seismic hazards; seconds count: Nature, v. 502, no. 7469, accessed 2014 at http://www.nature.com/news/seismic-hazards-seconds- count-1.13838. ▪ Federal Emergency Management Agency, 2008, FEMA 366; HAZUS-MH estimated annualized earthquake losses for the United States: Federal Emergency Management Agency, accessed 2014 at https://www.fema.gov/media-library/assets/documents/13293?id=3265. ▪ Fujinawa, Y., and Noda, Y., 2013, Japan’s earthquake early warning system on 11 March 2011—Performance, shortcomings, and changes: Earthquake Spectra, v. 29, no. S1, p. S341–S368, http://dx.doi.org/10.1193/1.4000127.