SlideShare a Scribd company logo
2
Most read
4
Most read
5
Most read
http://www.iaeme.com/IJCET/index.asp 1 editor@iaeme.com
International Journal of Computer Engineering & Technology (IJCET)
Volume 8, Issue 2, March-April 2017, pp. 01–05, Article ID: IJCET_08_02_001
Available online at
http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=8&IType=2
Journal Impact Factor (2016): 9.3590(Calculated by GISI) www.jifactor.com
ISSN Print: 0976-6367 and ISSN Online: 0976–6375
© IAEME Publication
FLOOD MONITORING AND ALERTING
SYSTEM
S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie
Department of Computer Science and Engineering,
Saranathan College of Engineering, Tiruchirappalli, TamilNadu, India
V. Ranjani
Assistant Professor, Department of Computer Science and Engineering,
Saranathan College of Engineering, Tiruchirappalli, TamilNadu, India
ABSTRACT
Flood is one of the natural disasters which cannot be avoided totally. Every year,
death rate due to flood increases because of absence of early warning. To solve this
problem, this paper demonstrates the idea and implementation of a Flood Monitoring
and Alerting system using Internet of Things (IOT) technology. This system comprises
of three parts. The first part measures the height of the water using ultrasonic distance
measuring sensor. The second part is sending the height information to web page
using the Ethernet shield. The third part is making call to residences to alert them
about flood through voice message. The call is made through the most popular mobile
standard Global System for Mobile Communication (GSM) and ARP33A3 is used to
play the recorded voice message.
Key words: Arduino Uno, Ethernet shield, GSM module, ARP33A3, voice call.
Cite this Article: S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie and
V. Ranjani, Flood Monitoring and Alerting System. International Journal of
Computer Engineering & Technology, 8(2), 2017, pp. 01–05.
http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=8&IType=2
1. INTRODUCTION
The Internet of Things builds on three major technology layers: Hardware (including chips
and sensors), Communication (including mostly some form of wireless network), and
Software (including data storage, analytics, and front end applications). IoT describes a
system where items in the physical world, and sensors within or attached to these items, are
connected to the Internet via wireless and wired Internet connections. The physical objects
that are being connected will possess one or more sensors. Each sensor will monitor a specific
condition such as location, vibration, motion and temperature. In IoT, these sensors will
connect to each other and to systems that can understand or present information from the
S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie and V. Ranjani
http://www.iaeme.com/IJCET/index.asp 2 editor@iaeme.com
sensor’s data feeds. These sensors will provide new information to a company’s systems and
to people.
2. BACKGROUND
In developed country like US, Japan etc. the flooding problem is minimized significantly and
do not affect much due to availability of emergency system. But the developing countries like
India, Brazil etc. is suffering a lot during flood.
Every year number of deaths due to flooding keeps increasing in different part of our
country. Two years ago the flood occurred in Chennai, the capital of Tamilnadu resulted
insignificant loss of life and property. Whenever, flooding happens living area near the
riverbank and downstream area are affected severely than others. They need to be alerted
much earlier to have extra time to evacuate immediately. During Chennai flood in 2015, fake
news were spread for instance, A false message which said two lakes had breached and
Chennai had been cut off from rest of the districts, spread panic among commuters, especially
those that were stranded for hours together on the arterial Mount Road on Monday night. To
avoid this situation we need authorized warning system. Our system provides such
information so that people can avoid false news .And the system makes use of voice call as it
is helpful for people who do not know how to read the text message.
3. PROPOSED MODEL
FLOOD MONITORING AND ALERTING SYSTEM alerts the user nearby the river area
through voice call. An Arduino Uno microcontroller is used to control the whole system. It is
interfaced with GSM modem, ultrasonic sensor, Ethernet shield [1]. The distance between the
ultrasonic sensor and water is measured and the height level of the water is calculated [2]. The
calculated height value is updated in the web page. The water level calculated would then be
compared with the set threshold and if the current level is more than the set threshold value,
the microcontroller would enable voice call to be sent to residence to alert them via the GSM
module. We are using ARP33A3 device to record voice and it is interfaced with the GSM
modem so that the recorded voice is played when the call is attended.
Figure 1 Block diagram of proposed model
Arduino uno
Ethernet shield
Ultrasonic
sensor
Database
GSM SIM 900A
APR33A3
Flood Monitoring and Alerting System
http://www.iaeme.com/IJCET/index.asp 3 editor@iaeme.com
4. SYSTEM OVERVIEW
4.1. Flow Chart
Figure 2 Flow Chart
4.2. Ultrasonic Sensor
Figure 3 Ultrasonic Sensor
S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie and V. Ranjani
http://www.iaeme.com/IJCET/index.asp 4 editor@iaeme.com
Ultrasonic sensor HC SR04 can measure the distance from 2cm to 4m with accuracy of
range of 2mm.It emits ultrasonic sound at 14000/4 Hz which will travel in air. If there is an
object, sound is bounced back to sonar. Using receiving time of sound and speed of sound, we
can calculate the distance of object from sonar.
Speed of sound =340m/s=0.034 cm/micro sec. or 29 micro sec/cm
Time = Distance/speed.
Since the sound waves travel froth and bounce back from object and so time received is
twice the actual time. Thus,
Distance in cm=time*0.034/2 or Distance in cm=time/29/2
Based on distance, height of water is calculated.
4.3. Related Work
The static web page is created using HTML and CSS which is served from the SD card [5].
The Ethernet shield brings the internet connectivity to the arduino shield and make it to act as
a server [6][10]. The Ethernet shield is connected to the system with internet connection with
the help of RJ45 cable. This webpage can be accessed from any system that is connected in
the same LAN as that of the Ethernet shield. A static ip address is allocated to Ethernet shield.
Whenever the user wants to access the page the user must enter the ip address of the Ethernet
shield in the URL bar. The static webpage content will be fetched from the sd card and the
dynamic content that is the water level information will be fetched from the database and
displayed in the webpage.
4.4. Making Call
Figure 4 GSM sim900A
When the water level reaches the threshold level, call must be made to the residence. To
make call using GSM module AT+ATD command is used when the call is attended the
recorded voice message should be played [3][4]. The APR33A3is interfaced with gsm module
[9]. This APR33A3 operates in two modes. The first mode is record mode in which the audio
can be recorded into any of the seven channels. The second mode is playback mode in which
the recorded audio can be played from the channel when the call is attended.
Flood Monitoring and Alerting System
http://www.iaeme.com/IJCET/index.asp 5 editor@iaeme.com
5. PROCESSING STEPS
6. CONCLUSION
This project aims at monitoring the water level in one particular water body. In future it may
be enhanced to monitor multiple locations at the same time and the web page must be able to
display the information based on the selection done by the authority.
REFERENCES
[1] Sheikh Azid, Bibhya Sharma, Krishna Raghuwaiya, Abinendra Chand, Sumeet Prasad,
SMS based flood monitoring and early warning system, ARPN Journal of Engineering
and Applied Science, 10(15) 2015.
[2] Abubaker Rahmtalla, Abdalla Mohamed, Wang Guang Wei, Real Time Wireless Flood
Monitoring System using Ultrasonic waves, International Journal of Science and
Research (IJSR) ,3(8) 2014.
[3] http://www.circuitstoday.com/interface-gsm-module-with-arduino
[4] http://www.edaboard.com/thread2272720.html
[5] https://www.arduino.cc/en/Reference/SDCardNotes
[6] http://www.engineerathome.com/elektronica/buildanethernetwebinterface for arduino/35
[7] http://www.robomart.com/blog/working-of-hc-sr04-ultrasonic-sensor-with-arduino-uno
[8] http://howtomechatronics.com/tutorials/arduino/ultrasonic-sensor-with-arduino-uno.
[9] http://www.raviyp.com/embedded/157-use-apr9600-apr33a3-with-sim300-to-play-audio-
during-call
[10] http://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial
[11] Karna Patel, Mrudang Patel and Nirav Oza, Wireless Automation and Machine Learning
of a Rolling-Mill Using Arduino and Android. International Journal of Mechanical
Engineering and Technology, 7(6), 2016, pp. 09–21.
[12] Manish M. Patil and Prof. Chhaya S. Khandelwal, Implementation of Patient Monitoring
System Using GSM Technology. International Journal of Electronics and
Communication Engineering & Technology (IJECET).4(1), 2013, pp. 18–24
Sensing Unit: HC SR04
Processing Unit: Arduino Uno
Micro controller
Communication Unit: GSM Sim
900A , ARP33A3

More Related Content

PPTX
workability test of concrete
PPTX
Introduction to Business Data Analytics
PPTX
online learning NPTEL
PPTX
IoT in Agriculture
PPTX
Sensor Based Blind Stick
PPTX
Elements of TQM
PPTX
FORECASTING TECHNIQUES OR MODELS : BUSINESS ANALYTICS
PPTX
Biogas plant designs and engery calculations by ali saqlain
workability test of concrete
Introduction to Business Data Analytics
online learning NPTEL
IoT in Agriculture
Sensor Based Blind Stick
Elements of TQM
FORECASTING TECHNIQUES OR MODELS : BUSINESS ANALYTICS
Biogas plant designs and engery calculations by ali saqlain

What's hot (20)

PPTX
IoT based Flood detection system
PPTX
FLOOD PPT 1.pptx
PPTX
Iot based water quality monitoring system
PPTX
Water quality monitoring in a smart city based on IOT
PPTX
Flood detection and warning system
PDF
iot enabling technologies for IOT subject
PPTX
IOT BASED SMART AGRICULTURE
DOCX
IoT(Internet of Things) Report
PDF
IoT Networking
PDF
Machine Learning for Weather Forecasts
PPTX
Garbage monitoring system IOT
PPTX
Integration of Sensors & Actuators With Arduino.pptx
PDF
Radar system using arduino
DOCX
Hand Written Character Recognition Using Neural Networks
PPTX
Voice controlled robot ppt
DOCX
Gas Leakage Detection Based on IOT
PPTX
Sources of IoT (JNTUK - UNIT 1)
PPTX
Security system using Arduino
PPT
MOBILE Ad-Hoc NETWORK (MANET)
PDF
Automatic Irrigation System Project Report
IoT based Flood detection system
FLOOD PPT 1.pptx
Iot based water quality monitoring system
Water quality monitoring in a smart city based on IOT
Flood detection and warning system
iot enabling technologies for IOT subject
IOT BASED SMART AGRICULTURE
IoT(Internet of Things) Report
IoT Networking
Machine Learning for Weather Forecasts
Garbage monitoring system IOT
Integration of Sensors & Actuators With Arduino.pptx
Radar system using arduino
Hand Written Character Recognition Using Neural Networks
Voice controlled robot ppt
Gas Leakage Detection Based on IOT
Sources of IoT (JNTUK - UNIT 1)
Security system using Arduino
MOBILE Ad-Hoc NETWORK (MANET)
Automatic Irrigation System Project Report
Ad

Viewers also liked (20)

PDF
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA
PDF
PRODUCT REPUTATION AND GLOBAL RATING IN E-COMMERCE
PPS
Talketa diapositivas
PDF
Business presentation coinspace part 1 ver 1.0 03 12 2016
PPT
Kite16abril
PPTX
Maria gomez
PPTX
Twitter
DOCX
PPTX
Design and further development of an evidence-based framework for technology-...
DOCX
Pravilnik o-stalnom-strucnom-usavanju-15
PPTX
Romeo y julieta 2°secc.
PDF
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
PDF
USER STUDY FOR EXPLORATION OF USERS NEEDS
PDF
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM
PDF
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
PDF
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS
PDF
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE
PDF
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...
PDF
DIGITAL LIBRARIES: WHITHER THOU GOEST?
PDF
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA
PRODUCT REPUTATION AND GLOBAL RATING IN E-COMMERCE
Talketa diapositivas
Business presentation coinspace part 1 ver 1.0 03 12 2016
Kite16abril
Maria gomez
Twitter
Design and further development of an evidence-based framework for technology-...
Pravilnik o-stalnom-strucnom-usavanju-15
Romeo y julieta 2°secc.
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
USER STUDY FOR EXPLORATION OF USERS NEEDS
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...
DIGITAL LIBRARIES: WHITHER THOU GOEST?
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT
Ad

Similar to FLOOD MONITORING AND ALERTING SYSTEM (20)

PDF
185-687-1-PB
PDF
Flood detection using_iot_ijariie7746
PDF
IRJET- Emergency Navigation System using Mobile Computing
PDF
IRJET- Smart Dustbin
PDF
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...
PDF
IRJET - Advanced Flood Level Monitoring and Alerting System
PDF
IRJET- IOT Based Air and Sound Pollution Monitoring System
PDF
IRJET- Integrated Automatic Flood Warning and Alert System using IoT
PDF
Bridge monitoring and alert generation system using iot
PDF
Alert System for High Speed Vehicles to Avoid Wildlife Accidents
PDF
Alert System for High Speed Vehicles to Avoid Wildlife Accidents
PDF
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
PDF
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
PDF
IRJET - Automatic Plant Watering System using NodeMCU
PDF
IVRS Based System for Traffic Density Measurement
PDF
IRJET- IoT based Flow Analyzing and Alerting System
PDF
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
PDF
IRJET - Aid for Blind People using IoT
PDF
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
185-687-1-PB
Flood detection using_iot_ijariie7746
IRJET- Emergency Navigation System using Mobile Computing
IRJET- Smart Dustbin
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...
IRJET - Advanced Flood Level Monitoring and Alerting System
IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET- Integrated Automatic Flood Warning and Alert System using IoT
Bridge monitoring and alert generation system using iot
Alert System for High Speed Vehicles to Avoid Wildlife Accidents
Alert System for High Speed Vehicles to Avoid Wildlife Accidents
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
Low cost wireless sensor networks and smartphone applications for disaster ma...
IRJET - Automatic Plant Watering System using NodeMCU
IVRS Based System for Traffic Density Measurement
IRJET- IoT based Flow Analyzing and Alerting System
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET - Aid for Blind People using IoT
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...

More from IAEME Publication (20)

PDF
IAEME_Publication_Call_for_Paper_September_2022.pdf
PDF
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
PDF
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
PDF
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
PDF
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
PDF
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
PDF
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
PDF
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
PDF
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
PDF
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
PDF
GANDHI ON NON-VIOLENT POLICE
PDF
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
PDF
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
PDF
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
PDF
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
PDF
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
PDF
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
PDF
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
PDF
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
PDF
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME_Publication_Call_for_Paper_September_2022.pdf
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
GANDHI ON NON-VIOLENT POLICE
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT

Recently uploaded (20)

PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Well-logging-methods_new................
DOCX
573137875-Attendance-Management-System-original
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Sustainable Sites - Green Building Construction
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPT
Project quality management in manufacturing
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
Welding lecture in detail for understanding
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPT
Mechanical Engineering MATERIALS Selection
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
composite construction of structures.pdf
PDF
Structs to JSON How Go Powers REST APIs.pdf
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PDF
PPT on Performance Review to get promotions
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Well-logging-methods_new................
573137875-Attendance-Management-System-original
Lecture Notes Electrical Wiring System Components
Foundation to blockchain - A guide to Blockchain Tech
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Sustainable Sites - Green Building Construction
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Project quality management in manufacturing
Operating System & Kernel Study Guide-1 - converted.pdf
Welding lecture in detail for understanding
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Mechanical Engineering MATERIALS Selection
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
composite construction of structures.pdf
Structs to JSON How Go Powers REST APIs.pdf
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
OOP with Java - Java Introduction (Basics)
PPT on Performance Review to get promotions

FLOOD MONITORING AND ALERTING SYSTEM

  • 1. http://www.iaeme.com/IJCET/index.asp 1 editor@iaeme.com International Journal of Computer Engineering & Technology (IJCET) Volume 8, Issue 2, March-April 2017, pp. 01–05, Article ID: IJCET_08_02_001 Available online at http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=8&IType=2 Journal Impact Factor (2016): 9.3590(Calculated by GISI) www.jifactor.com ISSN Print: 0976-6367 and ISSN Online: 0976–6375 © IAEME Publication FLOOD MONITORING AND ALERTING SYSTEM S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie Department of Computer Science and Engineering, Saranathan College of Engineering, Tiruchirappalli, TamilNadu, India V. Ranjani Assistant Professor, Department of Computer Science and Engineering, Saranathan College of Engineering, Tiruchirappalli, TamilNadu, India ABSTRACT Flood is one of the natural disasters which cannot be avoided totally. Every year, death rate due to flood increases because of absence of early warning. To solve this problem, this paper demonstrates the idea and implementation of a Flood Monitoring and Alerting system using Internet of Things (IOT) technology. This system comprises of three parts. The first part measures the height of the water using ultrasonic distance measuring sensor. The second part is sending the height information to web page using the Ethernet shield. The third part is making call to residences to alert them about flood through voice message. The call is made through the most popular mobile standard Global System for Mobile Communication (GSM) and ARP33A3 is used to play the recorded voice message. Key words: Arduino Uno, Ethernet shield, GSM module, ARP33A3, voice call. Cite this Article: S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie and V. Ranjani, Flood Monitoring and Alerting System. International Journal of Computer Engineering & Technology, 8(2), 2017, pp. 01–05. http://www.iaeme.com/IJCET/issues.asp?JType=IJCET&VType=8&IType=2 1. INTRODUCTION The Internet of Things builds on three major technology layers: Hardware (including chips and sensors), Communication (including mostly some form of wireless network), and Software (including data storage, analytics, and front end applications). IoT describes a system where items in the physical world, and sensors within or attached to these items, are connected to the Internet via wireless and wired Internet connections. The physical objects that are being connected will possess one or more sensors. Each sensor will monitor a specific condition such as location, vibration, motion and temperature. In IoT, these sensors will connect to each other and to systems that can understand or present information from the
  • 2. S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie and V. Ranjani http://www.iaeme.com/IJCET/index.asp 2 editor@iaeme.com sensor’s data feeds. These sensors will provide new information to a company’s systems and to people. 2. BACKGROUND In developed country like US, Japan etc. the flooding problem is minimized significantly and do not affect much due to availability of emergency system. But the developing countries like India, Brazil etc. is suffering a lot during flood. Every year number of deaths due to flooding keeps increasing in different part of our country. Two years ago the flood occurred in Chennai, the capital of Tamilnadu resulted insignificant loss of life and property. Whenever, flooding happens living area near the riverbank and downstream area are affected severely than others. They need to be alerted much earlier to have extra time to evacuate immediately. During Chennai flood in 2015, fake news were spread for instance, A false message which said two lakes had breached and Chennai had been cut off from rest of the districts, spread panic among commuters, especially those that were stranded for hours together on the arterial Mount Road on Monday night. To avoid this situation we need authorized warning system. Our system provides such information so that people can avoid false news .And the system makes use of voice call as it is helpful for people who do not know how to read the text message. 3. PROPOSED MODEL FLOOD MONITORING AND ALERTING SYSTEM alerts the user nearby the river area through voice call. An Arduino Uno microcontroller is used to control the whole system. It is interfaced with GSM modem, ultrasonic sensor, Ethernet shield [1]. The distance between the ultrasonic sensor and water is measured and the height level of the water is calculated [2]. The calculated height value is updated in the web page. The water level calculated would then be compared with the set threshold and if the current level is more than the set threshold value, the microcontroller would enable voice call to be sent to residence to alert them via the GSM module. We are using ARP33A3 device to record voice and it is interfaced with the GSM modem so that the recorded voice is played when the call is attended. Figure 1 Block diagram of proposed model Arduino uno Ethernet shield Ultrasonic sensor Database GSM SIM 900A APR33A3
  • 3. Flood Monitoring and Alerting System http://www.iaeme.com/IJCET/index.asp 3 editor@iaeme.com 4. SYSTEM OVERVIEW 4.1. Flow Chart Figure 2 Flow Chart 4.2. Ultrasonic Sensor Figure 3 Ultrasonic Sensor
  • 4. S. Jana Priya, S. Akshaya, E. Aruna, J. Arokiya Mary Julie and V. Ranjani http://www.iaeme.com/IJCET/index.asp 4 editor@iaeme.com Ultrasonic sensor HC SR04 can measure the distance from 2cm to 4m with accuracy of range of 2mm.It emits ultrasonic sound at 14000/4 Hz which will travel in air. If there is an object, sound is bounced back to sonar. Using receiving time of sound and speed of sound, we can calculate the distance of object from sonar. Speed of sound =340m/s=0.034 cm/micro sec. or 29 micro sec/cm Time = Distance/speed. Since the sound waves travel froth and bounce back from object and so time received is twice the actual time. Thus, Distance in cm=time*0.034/2 or Distance in cm=time/29/2 Based on distance, height of water is calculated. 4.3. Related Work The static web page is created using HTML and CSS which is served from the SD card [5]. The Ethernet shield brings the internet connectivity to the arduino shield and make it to act as a server [6][10]. The Ethernet shield is connected to the system with internet connection with the help of RJ45 cable. This webpage can be accessed from any system that is connected in the same LAN as that of the Ethernet shield. A static ip address is allocated to Ethernet shield. Whenever the user wants to access the page the user must enter the ip address of the Ethernet shield in the URL bar. The static webpage content will be fetched from the sd card and the dynamic content that is the water level information will be fetched from the database and displayed in the webpage. 4.4. Making Call Figure 4 GSM sim900A When the water level reaches the threshold level, call must be made to the residence. To make call using GSM module AT+ATD command is used when the call is attended the recorded voice message should be played [3][4]. The APR33A3is interfaced with gsm module [9]. This APR33A3 operates in two modes. The first mode is record mode in which the audio can be recorded into any of the seven channels. The second mode is playback mode in which the recorded audio can be played from the channel when the call is attended.
  • 5. Flood Monitoring and Alerting System http://www.iaeme.com/IJCET/index.asp 5 editor@iaeme.com 5. PROCESSING STEPS 6. CONCLUSION This project aims at monitoring the water level in one particular water body. In future it may be enhanced to monitor multiple locations at the same time and the web page must be able to display the information based on the selection done by the authority. REFERENCES [1] Sheikh Azid, Bibhya Sharma, Krishna Raghuwaiya, Abinendra Chand, Sumeet Prasad, SMS based flood monitoring and early warning system, ARPN Journal of Engineering and Applied Science, 10(15) 2015. [2] Abubaker Rahmtalla, Abdalla Mohamed, Wang Guang Wei, Real Time Wireless Flood Monitoring System using Ultrasonic waves, International Journal of Science and Research (IJSR) ,3(8) 2014. [3] http://www.circuitstoday.com/interface-gsm-module-with-arduino [4] http://www.edaboard.com/thread2272720.html [5] https://www.arduino.cc/en/Reference/SDCardNotes [6] http://www.engineerathome.com/elektronica/buildanethernetwebinterface for arduino/35 [7] http://www.robomart.com/blog/working-of-hc-sr04-ultrasonic-sensor-with-arduino-uno [8] http://howtomechatronics.com/tutorials/arduino/ultrasonic-sensor-with-arduino-uno. [9] http://www.raviyp.com/embedded/157-use-apr9600-apr33a3-with-sim300-to-play-audio- during-call [10] http://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial [11] Karna Patel, Mrudang Patel and Nirav Oza, Wireless Automation and Machine Learning of a Rolling-Mill Using Arduino and Android. International Journal of Mechanical Engineering and Technology, 7(6), 2016, pp. 09–21. [12] Manish M. Patil and Prof. Chhaya S. Khandelwal, Implementation of Patient Monitoring System Using GSM Technology. International Journal of Electronics and Communication Engineering & Technology (IJECET).4(1), 2013, pp. 18–24 Sensing Unit: HC SR04 Processing Unit: Arduino Uno Micro controller Communication Unit: GSM Sim 900A , ARP33A3