SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1807
A Real Time Solution to Flood Monitoring System using IoT and
Wireless Sensor Networks
Sonali Patil1, Jija Pisal2, Aishwarya Patil3, Siddhi Ingavale4, Prajakta Ayarekar5,
Prof. Mrs. Shagupta Mulla6
1,2,3,4,5U.G. students, Department Of CSE, Bharati Vidyapeeth College Of Engineering, Kolhapur, Maharashtra, India
6Professor, Dept. of Computer Science and Engineering, Bharati Vidyapeeth college of Engineering, Maharashtra,
India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – There are some places that are more prone to
flooding than other placess, the implementation of flood
alert systems near any major water area or body of water
provides critical information that can protect property and
save lives. Of course, the most effective flood warning
methods are very costly and requires high maintenance and
also requires highly qualified employee to operate it.
Nowadays, there is no idea about when flood will occur so
there is need to prewar people who are near the flooded
area. Hence we are design this system to inform the people
about the upcoming flood through notification and alert
messages. For that purpose we are going to use some
sensors which will helpful to give information about the
flood. As well as we are going to give all safe places near the
user location where user can migrate. Always we are using
map for trace safe location. This system provides actual
implementation to organizations, communities and
individuals interested in establishing and operating flood
monitoring and warning systems.
Key Words: Flood Monitoring, Node MCU ESP8266,
Sensors, Android Application, Web Application
1. INTRODUCTION
To develop A Real Time Solution to Flood Monitoring
Using IoT and Wireless Sensor Network, weproposed a
flood warning system which requires attention to three
basic factors: Data collection via gaging, data processing,
and the hardware and software required, and the
dissemination of flood warning information. While
automated flood warning systems are often surprisingly
inexpensive to implement, the primary factor determining
cost for any such system is the number of gage site
locations.[9]
Severe flooding affected Indian state of Kerala due to
unusual high rain during monsoon season. It was the
worst flooding in Kerala in nearly a century. In which over
373 people died within fortnight. Thirty-five out of 42
dams within the state open for the first time in history.
Kerala received heavy monsoon rainfall on the midevening
of August and resulting in dams filling to capacity in
thefirst 24 hours of rainfall the state received 310 mm of
rain.
2. LITERATURE REVIEW
Existing system refers to the system is to develop a local
real-time river flood monitoring and warning system for
the selected communities near river. This study focuses
only on the detection and early warning alert system (via
website and/or cell phone text messages) that alerts local
subscribers of potential flood events.
For this project, we have referred some IEEE papers and
what we have studied in these papers is shortly described
as follows:
In this paper [10],[11],[12] proposed an IoT based water
monitoring system that measure water level in real time.
The prototype is based on idea that the level of water can
be very important parameterwhen it comes to the flood
occurrencesespecially in disaster prone area. A water
level sensor is used to detect the desired parameter and
if the water level reaches the parameter the signal will be
freed in real time to social network like Twitter. A cloud
server was configured as data repository. The
measurement of water level are displayed in remote
dashboard. The proposed solution with integrated sensory
system that allows inner monitoring of water quality.
Alerts and relevant data are transmitted over the internet
to a cloud server and can be received by user terminal
owned by consumer. The outcome of water measurement
is displayed in web based remote dashboard.
In this paper [11], presents a neuro-fuzzy controller based
on flood monitoring system using wireless sensor
network. The distributed sensor nodes used IEEE 802.15.4
protocol, to collect sensor information such as water level
data from the river. The Sensor information is send to
distributed alerts center via Arduino microcontroller and
Xbee Transceiver. At the distributed alert center, XBee
transceiver and Raspberry pi microcomputer are used to
generate flood alert based on sensor information and to
detect flood data and this data are stored in database. This
is not cost effective system. And performance also weak as
compared to our system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1808
3. BASIC CONCEPTS/TECHNOLOGIES USED
3.1Hardware module
In this project, some hardware is used that are
Microcontroller, sensors, components required for power
supply. The Hardware collects the water level, Pressure of
water, Rainfall measure to detect the levels of the flood.
The hardware consists of Wi-Fi enabled controller which
connects to the server and allows to share the data to
through internet.
1. Microcontroller- This does the controlling with
processing .Microcontroller will take the information from
the sensor .This information will sent to the admin
through the database
2. Sensors-This will collect the information from the
particular nodes which are located at certain site. There
are four sensors we are going to use in this project. They
are as follows:
Water level measurement: This sensor is used to
measure the water level height. For that we are going to
use Ultrasonic sensorwhich emits short, high frequency
sound pulses at regular intervals. If they strike an object,
then they are reflected back as echo signals to the sensors.
Rainfall measurement: This sensor is used to measure
the average rainfall. For that we are going to use same
ultrasonic sensor.Ultrasonic sensor is 4 pin sensor. Those
are ground connection (GND), Trigger, echo and last
current (VCC).
TemperatureandHumidity: This sensor is used to
measure change in atmospheric temperature and
humidity. For this we are using DHT11 sensor which
works on one wire protocol and gives digital output.
Pressure measurement: This sensor is used to determine
the atmospheric pressure. For this we are going to
useBMP 180Barometric sensor.
3. Power Supply- In real time we get 230v AC, in actual
project we do not need this amount of power supply so we
convert this AC power supply to DC power supply.
3.2 Software Module
In this module, we have done an android application as
well as the Website application for this project. Admin
web page will contain and display the information like
Login, Registration, Number of users registered to the app,
status of the sensor, safe places near flood affected area
where people can migrate and that places are shown on
the Map.
The Android application will be used by the users who are
register. After registration the user can login with aunique
username and password. And then user can access all
facilities provided by application. Application is provided
the information like current status of water level and
temperature etc. This app contain map which are show the
safe places near the user and also the current place where
the user is.
3.3 Database Module
Microcontroller will send the values measured by the
sensors to the server. This will contain the number of
users registered to App; this will also show the safe places
through the Map. The data uploaded on server is stored on the
database. The stored data is then routed to the front end web
applications and mobile application
4. PROPOSED SYSTEM
1. There will be a node as shown in above diagram.
2. This node is the independent flood monitoring node
equipped with necessary sensors and connectivity
modules.
3. It has three major stages, Including Sensors, Controller,
Wi-Fi interface to upload the information on server.
4. Data from various sensors are collected by the ESP and
is then computed and uploaded on the server.
5. The data uploaded on server is stored on the database.
6. The stored data is then routed to the front end web
applications and mobile applications.
Module Description
The overall system consists of 3 main stages –
1] Hardware nodes
2] Cloud Architecture
3] Front end clients (mobile app)
Chart -1:Proposed System Architecture
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1809
The Hardware collects the water level, Pressure of water,
Rainfall measure to detect the levels of the flood. The
hardware consists of Wi-Fi enabled controller which
connects to the server and allows to share the data to
through internet .The architecture contains Server and
database which handles the data coming from the devices
and saves it in the database. The Front end apps will have
http client to establish connection to device and backend.
The app will collect the data from backend and represent
it on the map. All these communication will be done over
the internet though http protocol.
5. IMPLEMENTATION AND RESULTS
Fig: Hardware Implementation
Snapshot of website:
Website: Login page
Above snapshot is of the website login page (the first
page of website) through which the admin can enter his
username and password and have access to the facilities
provided by the website.
Website: Users
Above page shows the list of registered users to admin on
website who have registered using the android
application.
Website: River Status
Above page shows the current values detected by the
sensors from river side, recent top 10 status updates are
shown.
Website: Dam Status
Above page shows the current values at admin site
detected by the sensors from dam side, recent top 10
status updates are shown.
Website: Safe place List
Above page shows the safe places list where the people
can migrate after the alert is received for migrating to a
safe place. (Alert will be given after a threshold value is
reached).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1810
Website: Map
Above page shows the map indicating the safe places.
Snapshots of Android
Android: User Login
Above page is the login page of android application users
who can login using their registered mobile numbers and
password.
Android: Registration
Above page shows the registration page of android
application where the users can register by entering their
name, address, mobile number and password.
Android: Logged in page
Above page shows the application view after a registered
user has logged in. We have provided five buttons which
after pressing will direct the user to the status, safe places
page helpline page,instructions page respectively. A third
button is provided which is the logout button which the
user will press when he/she wishes to leave the
application.
Android: Status Page
Above page shows the Android application view of the
data that is detected by the sensors from both river and
dam side. Most recent update will be shown to the user.
Android : Instructions
Above page shows the instruction for taking care during
the floods.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1811
Android : Helplines
Above page contains emergency helpline numbers.
Through these numbers users can make call on those
helpline number in emergancy by simply clicking on the
number.
Android: Map
Above page shows the android application map view
where the current location and safe location of the user is
shown.
6. CONCLUSION
As India faced recent devastating flood in Kerala, there
arise a need of efficient flood monitoring systems. Flood
forecasting and the issuing of flood warnings are effective
ways to reduce damage. The proposed system will be
efficient because it has better coordination of monitoring,
communication and transmission technologies which are
adaptable to background condition. The proposed system
also ensures increased accessibility for assessment of
emergency situations and enhances effectiveness and
efficiency in responding to catastrophic incidents. In
summary, the proposed system would be beneficial to the
community for decision making and evacuation planning
purposes.
ACKNOWLEDGEMENT
We express our deep gratitude and sincerity to our project
guide and the HoD Mrs. S.M.Mulla under whose valuable
guidance; the whole project work was carried out.
REFERENCES
IEEE papers reference:
1) ThinagaranPerumal, Md Nasir Suleiman, C. Y.
Leong. IoT Enabled Water Monitoring System
IEEE Explore, 2015
2) D. Christin Iot Based Disaster Detection And Early
Warning Device, IEEE Explore, 2014.
3) Syed Nazmus, Sakib M. Shamim, Kaiser. An
intelligent Flood Monitoring System for
Bangladesh using Wireless Sensor Network,
ResearchGate, May 2016.
4) Edward Udo, EtebongIsong.Flood Monitoring and
Detection System using Wireless Sensor
Network, ResearchGate, and January 2014.
5) JagadeeshBabuMallisetty and Chandrasekhar
V.Internet of Things BasedReal Time Flood
Monitoring and Alert Management system, May
2012.
6) JaymalaPatil, Anuja Kulkarni.Wireless Sensor
Network Using Flood Monitoring, IJCSMC, Vol. 2,
Issue. 11, November 2013.
7) RaihanUl Islam. Wireless Sensor Network Based
Flood Prediction Using Belief Rule Based Expert
System, Luleå University of Technology 2017.
8) S. Yeon, J. Kang*, I. Lee. A Study on real-time Flood
Monitoring System based on Sensors using Flood
Damage Insurance Map, The International
Archives of the Photogrammetry, Remote Sensing
and Spatial Information Sciences, Volume XLII-
3/W4, 2018 GeoInformation For Disaster
Management (Gi4DM), 18–21 March 2018,
Istanbul, Turkey.
9) www.fondriest.com
10) http://iopscience.iop.org/article/10.1088/1757-
899X/79/1/012023/pdf
11) https://ieeexplore.ieee.org/document/5993451
12) https://iotworld.co/2017/12/30/flood-
monitoring-detection-system-using-internet-of-
thing-iot/

Weitere ähnliche Inhalte

Was ist angesagt?

IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesYogeshIJTSRD
 
Smart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud ServiceSmart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud Serviceijtsrd
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoTijtsrd
 
IRJET- Integrated Automatic Flood Warning and Alert System using IoT
IRJET-  	  Integrated Automatic Flood Warning and Alert System using IoTIRJET-  	  Integrated Automatic Flood Warning and Alert System using IoT
IRJET- Integrated Automatic Flood Warning and Alert System using IoTIRJET Journal
 
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET Journal
 
IRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoTIRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoTIRJET Journal
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoringijtsrd
 
IRJET- Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET- Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET Journal
 
IRJET - Effective Garbage Management System based on IoT
IRJET -  	  Effective Garbage Management System based on IoTIRJET -  	  Effective Garbage Management System based on IoT
IRJET - Effective Garbage Management System based on IoTIRJET Journal
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipesijtsrd
 
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...IRJET Journal
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTMayur Rahangdale
 
IRJET- Emergency Navigation System using Mobile Computing
IRJET-  	  Emergency Navigation System using Mobile ComputingIRJET-  	  Emergency Navigation System using Mobile Computing
IRJET- Emergency Navigation System using Mobile ComputingIRJET Journal
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance SystemIRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance SystemIRJET Journal
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoTIRJET Journal
 
IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET Journal
 
EMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATION
EMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATIONEMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATION
EMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATIONAM Publications
 

Was ist angesagt? (20)

IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
 
Smart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud ServiceSmart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud Service
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoT
 
IRJET- Integrated Automatic Flood Warning and Alert System using IoT
IRJET-  	  Integrated Automatic Flood Warning and Alert System using IoTIRJET-  	  Integrated Automatic Flood Warning and Alert System using IoT
IRJET- Integrated Automatic Flood Warning and Alert System using IoT
 
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart City
 
IRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoTIRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoT
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoring
 
IRJET- Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET- Multi-Sensor based Water Quality Monitoring in IoT Environment
 
IRJET - Effective Garbage Management System based on IoT
IRJET -  	  Effective Garbage Management System based on IoTIRJET -  	  Effective Garbage Management System based on IoT
IRJET - Effective Garbage Management System based on IoT
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipes
 
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
IRJET-mart Trash Can Monitoring System using IoT - Creating Solutions for Sma...
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
 
IRJET- Emergency Navigation System using Mobile Computing
IRJET-  	  Emergency Navigation System using Mobile ComputingIRJET-  	  Emergency Navigation System using Mobile Computing
IRJET- Emergency Navigation System using Mobile Computing
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance SystemIRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance System
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
 
IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNO
 
EMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATION
EMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATIONEMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATION
EMBEDDED BASED REMOTE ACCESS AND CONTROL SYSTEM THROUGH 3G COMMUNICATION
 

Ähnlich wie IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless Sensor Networks

IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET Journal
 
Smart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOESmart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOEIRJET Journal
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water ManagementIRJET Journal
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET Journal
 
AI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemAI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemIRJET Journal
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing SystemIRJET Journal
 
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfreal_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfdineshkumar1088888
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIRJET Journal
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET Journal
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine LearningIRJET Journal
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET Journal
 
virtual sensor ppt jignasa....pptx
virtual sensor ppt  jignasa....pptxvirtual sensor ppt  jignasa....pptx
virtual sensor ppt jignasa....pptxSHHussainTaj
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTIRJET Journal
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoTIRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoTIRJET Journal
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoTIRJET Journal
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET Journal
 
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET Journal
 

Ähnlich wie IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless Sensor Networks (20)

IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
 
Smart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOESmart Poly-House Surveillance using IOE
Smart Poly-House Surveillance using IOE
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCU
 
AI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemAI-Powered Smart Plant Management System
AI-Powered Smart Plant Management System
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing System
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfreal_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For Lake
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile Technology
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
virtual sensor ppt jignasa....pptx
virtual sensor ppt  jignasa....pptxvirtual sensor ppt  jignasa....pptx
virtual sensor ppt jignasa....pptx
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoT
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoTIRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoT
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
 
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
 

Mehr von IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mehr von IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Kürzlich hochgeladen

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 

Kürzlich hochgeladen (20)

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 

IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless Sensor Networks

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1807 A Real Time Solution to Flood Monitoring System using IoT and Wireless Sensor Networks Sonali Patil1, Jija Pisal2, Aishwarya Patil3, Siddhi Ingavale4, Prajakta Ayarekar5, Prof. Mrs. Shagupta Mulla6 1,2,3,4,5U.G. students, Department Of CSE, Bharati Vidyapeeth College Of Engineering, Kolhapur, Maharashtra, India 6Professor, Dept. of Computer Science and Engineering, Bharati Vidyapeeth college of Engineering, Maharashtra, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – There are some places that are more prone to flooding than other placess, the implementation of flood alert systems near any major water area or body of water provides critical information that can protect property and save lives. Of course, the most effective flood warning methods are very costly and requires high maintenance and also requires highly qualified employee to operate it. Nowadays, there is no idea about when flood will occur so there is need to prewar people who are near the flooded area. Hence we are design this system to inform the people about the upcoming flood through notification and alert messages. For that purpose we are going to use some sensors which will helpful to give information about the flood. As well as we are going to give all safe places near the user location where user can migrate. Always we are using map for trace safe location. This system provides actual implementation to organizations, communities and individuals interested in establishing and operating flood monitoring and warning systems. Key Words: Flood Monitoring, Node MCU ESP8266, Sensors, Android Application, Web Application 1. INTRODUCTION To develop A Real Time Solution to Flood Monitoring Using IoT and Wireless Sensor Network, weproposed a flood warning system which requires attention to three basic factors: Data collection via gaging, data processing, and the hardware and software required, and the dissemination of flood warning information. While automated flood warning systems are often surprisingly inexpensive to implement, the primary factor determining cost for any such system is the number of gage site locations.[9] Severe flooding affected Indian state of Kerala due to unusual high rain during monsoon season. It was the worst flooding in Kerala in nearly a century. In which over 373 people died within fortnight. Thirty-five out of 42 dams within the state open for the first time in history. Kerala received heavy monsoon rainfall on the midevening of August and resulting in dams filling to capacity in thefirst 24 hours of rainfall the state received 310 mm of rain. 2. LITERATURE REVIEW Existing system refers to the system is to develop a local real-time river flood monitoring and warning system for the selected communities near river. This study focuses only on the detection and early warning alert system (via website and/or cell phone text messages) that alerts local subscribers of potential flood events. For this project, we have referred some IEEE papers and what we have studied in these papers is shortly described as follows: In this paper [10],[11],[12] proposed an IoT based water monitoring system that measure water level in real time. The prototype is based on idea that the level of water can be very important parameterwhen it comes to the flood occurrencesespecially in disaster prone area. A water level sensor is used to detect the desired parameter and if the water level reaches the parameter the signal will be freed in real time to social network like Twitter. A cloud server was configured as data repository. The measurement of water level are displayed in remote dashboard. The proposed solution with integrated sensory system that allows inner monitoring of water quality. Alerts and relevant data are transmitted over the internet to a cloud server and can be received by user terminal owned by consumer. The outcome of water measurement is displayed in web based remote dashboard. In this paper [11], presents a neuro-fuzzy controller based on flood monitoring system using wireless sensor network. The distributed sensor nodes used IEEE 802.15.4 protocol, to collect sensor information such as water level data from the river. The Sensor information is send to distributed alerts center via Arduino microcontroller and Xbee Transceiver. At the distributed alert center, XBee transceiver and Raspberry pi microcomputer are used to generate flood alert based on sensor information and to detect flood data and this data are stored in database. This is not cost effective system. And performance also weak as compared to our system.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1808 3. BASIC CONCEPTS/TECHNOLOGIES USED 3.1Hardware module In this project, some hardware is used that are Microcontroller, sensors, components required for power supply. The Hardware collects the water level, Pressure of water, Rainfall measure to detect the levels of the flood. The hardware consists of Wi-Fi enabled controller which connects to the server and allows to share the data to through internet. 1. Microcontroller- This does the controlling with processing .Microcontroller will take the information from the sensor .This information will sent to the admin through the database 2. Sensors-This will collect the information from the particular nodes which are located at certain site. There are four sensors we are going to use in this project. They are as follows: Water level measurement: This sensor is used to measure the water level height. For that we are going to use Ultrasonic sensorwhich emits short, high frequency sound pulses at regular intervals. If they strike an object, then they are reflected back as echo signals to the sensors. Rainfall measurement: This sensor is used to measure the average rainfall. For that we are going to use same ultrasonic sensor.Ultrasonic sensor is 4 pin sensor. Those are ground connection (GND), Trigger, echo and last current (VCC). TemperatureandHumidity: This sensor is used to measure change in atmospheric temperature and humidity. For this we are using DHT11 sensor which works on one wire protocol and gives digital output. Pressure measurement: This sensor is used to determine the atmospheric pressure. For this we are going to useBMP 180Barometric sensor. 3. Power Supply- In real time we get 230v AC, in actual project we do not need this amount of power supply so we convert this AC power supply to DC power supply. 3.2 Software Module In this module, we have done an android application as well as the Website application for this project. Admin web page will contain and display the information like Login, Registration, Number of users registered to the app, status of the sensor, safe places near flood affected area where people can migrate and that places are shown on the Map. The Android application will be used by the users who are register. After registration the user can login with aunique username and password. And then user can access all facilities provided by application. Application is provided the information like current status of water level and temperature etc. This app contain map which are show the safe places near the user and also the current place where the user is. 3.3 Database Module Microcontroller will send the values measured by the sensors to the server. This will contain the number of users registered to App; this will also show the safe places through the Map. The data uploaded on server is stored on the database. The stored data is then routed to the front end web applications and mobile application 4. PROPOSED SYSTEM 1. There will be a node as shown in above diagram. 2. This node is the independent flood monitoring node equipped with necessary sensors and connectivity modules. 3. It has three major stages, Including Sensors, Controller, Wi-Fi interface to upload the information on server. 4. Data from various sensors are collected by the ESP and is then computed and uploaded on the server. 5. The data uploaded on server is stored on the database. 6. The stored data is then routed to the front end web applications and mobile applications. Module Description The overall system consists of 3 main stages – 1] Hardware nodes 2] Cloud Architecture 3] Front end clients (mobile app) Chart -1:Proposed System Architecture
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1809 The Hardware collects the water level, Pressure of water, Rainfall measure to detect the levels of the flood. The hardware consists of Wi-Fi enabled controller which connects to the server and allows to share the data to through internet .The architecture contains Server and database which handles the data coming from the devices and saves it in the database. The Front end apps will have http client to establish connection to device and backend. The app will collect the data from backend and represent it on the map. All these communication will be done over the internet though http protocol. 5. IMPLEMENTATION AND RESULTS Fig: Hardware Implementation Snapshot of website: Website: Login page Above snapshot is of the website login page (the first page of website) through which the admin can enter his username and password and have access to the facilities provided by the website. Website: Users Above page shows the list of registered users to admin on website who have registered using the android application. Website: River Status Above page shows the current values detected by the sensors from river side, recent top 10 status updates are shown. Website: Dam Status Above page shows the current values at admin site detected by the sensors from dam side, recent top 10 status updates are shown. Website: Safe place List Above page shows the safe places list where the people can migrate after the alert is received for migrating to a safe place. (Alert will be given after a threshold value is reached).
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1810 Website: Map Above page shows the map indicating the safe places. Snapshots of Android Android: User Login Above page is the login page of android application users who can login using their registered mobile numbers and password. Android: Registration Above page shows the registration page of android application where the users can register by entering their name, address, mobile number and password. Android: Logged in page Above page shows the application view after a registered user has logged in. We have provided five buttons which after pressing will direct the user to the status, safe places page helpline page,instructions page respectively. A third button is provided which is the logout button which the user will press when he/she wishes to leave the application. Android: Status Page Above page shows the Android application view of the data that is detected by the sensors from both river and dam side. Most recent update will be shown to the user. Android : Instructions Above page shows the instruction for taking care during the floods.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1811 Android : Helplines Above page contains emergency helpline numbers. Through these numbers users can make call on those helpline number in emergancy by simply clicking on the number. Android: Map Above page shows the android application map view where the current location and safe location of the user is shown. 6. CONCLUSION As India faced recent devastating flood in Kerala, there arise a need of efficient flood monitoring systems. Flood forecasting and the issuing of flood warnings are effective ways to reduce damage. The proposed system will be efficient because it has better coordination of monitoring, communication and transmission technologies which are adaptable to background condition. The proposed system also ensures increased accessibility for assessment of emergency situations and enhances effectiveness and efficiency in responding to catastrophic incidents. In summary, the proposed system would be beneficial to the community for decision making and evacuation planning purposes. ACKNOWLEDGEMENT We express our deep gratitude and sincerity to our project guide and the HoD Mrs. S.M.Mulla under whose valuable guidance; the whole project work was carried out. REFERENCES IEEE papers reference: 1) ThinagaranPerumal, Md Nasir Suleiman, C. Y. Leong. IoT Enabled Water Monitoring System IEEE Explore, 2015 2) D. Christin Iot Based Disaster Detection And Early Warning Device, IEEE Explore, 2014. 3) Syed Nazmus, Sakib M. Shamim, Kaiser. An intelligent Flood Monitoring System for Bangladesh using Wireless Sensor Network, ResearchGate, May 2016. 4) Edward Udo, EtebongIsong.Flood Monitoring and Detection System using Wireless Sensor Network, ResearchGate, and January 2014. 5) JagadeeshBabuMallisetty and Chandrasekhar V.Internet of Things BasedReal Time Flood Monitoring and Alert Management system, May 2012. 6) JaymalaPatil, Anuja Kulkarni.Wireless Sensor Network Using Flood Monitoring, IJCSMC, Vol. 2, Issue. 11, November 2013. 7) RaihanUl Islam. Wireless Sensor Network Based Flood Prediction Using Belief Rule Based Expert System, Luleå University of Technology 2017. 8) S. Yeon, J. Kang*, I. Lee. A Study on real-time Flood Monitoring System based on Sensors using Flood Damage Insurance Map, The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII- 3/W4, 2018 GeoInformation For Disaster Management (Gi4DM), 18–21 March 2018, Istanbul, Turkey. 9) www.fondriest.com 10) http://iopscience.iop.org/article/10.1088/1757- 899X/79/1/012023/pdf 11) https://ieeexplore.ieee.org/document/5993451 12) https://iotworld.co/2017/12/30/flood- monitoring-detection-system-using-internet-of- thing-iot/