SlideShare a Scribd company logo
SOCIAL BENEFICIAL PROJECT: SMART DAM
[Team zombies]
Team Details
Participant
Name
CT /DT
Number
Role (Team
Leader / Member)
Bachelors Discipline
Expected Year
of Passing
Gender
KRISHNENDU
DATTA
CT20162
048187
Team Leader Electrical Engineering 2020 M
SUBHENDU
GHORAI
CT20162
050714
Team Member Mechanical Engineering 2020 M
SUTANU
MONDAL
CT20162
050739
Team Member Mechanical Engineering 2020
M
SANJIB
BETAL
CT20162
050735
Team Member
Computer Science and
Engineering
2020 M
Page 1
SOCIAL
1. Problem Statement
After analyzing various reports on dam incidents, dam failure, flood occurrence, dam
alerts and irrigation issues due to drought we identified a high-priority call for real time
dam water level monitoring and prior alerting and control system which ensures the
public safety and smart utilization of reservoir water.
2. Use Case Overview
The proposal is titled “SMART DAM WATER MONITORING AND
CONTROLLING” and the objective of the project is to make the existing system smart
by adding connectivity, Artificial intelligence (AI), IOT, cloud and dashboard.
3. Use Case Description
A dam is nothing but a barrier constructed to hold back water and raise its level, forming
a reservoir used to generate electricity or as water supply for various activities such as in
irrigation.
In present scenario most dams are manually monitored and data are sent via traditional
modes, manual observation and transmission results in a time loss between the data
observed in dam site and decision taking level. This sometimes causes loss of worthwhile
real time data.
During floods the dam is subjected to heavy volume of water, in such alarming situation
manual operation becomes very risky and any human error can put the lives of thousands
of people in danger.
One of the major problems is that opening and closing of floodgate is manually operated
and there is no intelligent estimation of required volume of water to be released.
Water being an important resource for living, it needs to be conserved and preserved.
Therefore its distribution and usage is of utmost consideration.
Page 2
The three major stakeholders involved in this system are dam authorities, researchers
and the common people. These are the concerned people considered in our solution.
3.1 Current system
Current system has no inclination towards the real time data available to dam authorities,
common people and the researchers. There is no proper monitoring and controlling
procedures. Let’s consider the issues of the three main stakeholders as discussed in the
previous section.
 DAM AUTHORITIES
1. Dam monitoring is done through traditional surveillance techniques
and becomes excessively risky during bad weather.
2. Doesn’t have real-time view of different parameters therefore there
is a time lag in providing the data observed in dam site to the
decision makers.
3. During both flood and draught situations, decision to open or close
the water gate is a censorious action that needs to be undertaken as
soon as possible, late decision will not only cause flood
downstream but will also damage the structure.
 Researchers
1. Researchers want observed data to be readily available for research
purpose as well as monitor the authentic time changes in various
parameters.
2. Dam parameters’ data collection is mostly unavailable in present
systems.
 Common people/Farmers
1. Unenlightened about the parameters like rainfall, Dam water level
and gate status.
2. Uncertainty about water for crops, sudden rise of backwater and
sometimes flood.
Page 3
3.2 Proposed solution
Proposal is to make the complete system smart. Considering the issues listed fixing them
the best way possible is considered. In short following is done for each of the
stakeholders.
 DAM AUTHORITIES
1. A dashboard is provided with all vital parameters sensed from
different sensors and analytics of these parameters along with
weather forecasted from various sources.
2. Real time monitoring with the aid of IOT and AI removes the time
lag between data observation and decision making.
3. Flood Gate opening and closing time is estimated with the help of
Intelligent Decision support system (IDSS) based on hydrological
parameters like water level, rain fall and gate position.
 Researchers
1. With the help of cloud and IOT the various dam parameters are
readily available for research purpose.
2. Researchers can monitor the authentic time changes in various
parameters.
 Common people/Farmers
1. Installation of water alarm systems in the downstream region of
dams to warn the authorities and to alert the population for ensuring
the evacuation of the flood prone area.
The water alarm system consists of sirens that can be activated
directly with the aid of IOT.
2. Hydrological and operational data are used to estimate opening and
closing of water gate that will ensure optimum supply of water.
4 Architecture
As discussed, the solution to our problem area is considered at three sections, i.e.,
dam authority, researcher and the common people/farmers. This way we create a synergy
between the stakeholders of the system.
Page 4
The architecture of the proposed solution is as per the figure given bellow;
Above architecture describes the system. The various components involved in the
system are:
• Ultrasonic Sensor
• Raspberry Pi
• Wi-Fi module
• Alarm system (siren)
• Dashboard
Integrate ultrasonic sensor and raspberry pi to collect the dam parameter (specifically
water level of the reservoir). This data along with the weather forecast from different
sources (like AccuWeather and meteorological department) are made accessible by
pushing the data to a cloud system. These two data (water level and weather forecast)
constitutes the hydrological data. Hydrological data along with operational data (data
based on experience and previous action) serve as an input to Intelligent Decision Support
System (IDSS). IDSS is a combination of DSS and artificial intelligence (AI). The
Page 5
Weather
forecast from
various
sources
Raspberry pi
Ultrasonic sensors
Dashboard and
central control unit
Alarm system
intelligent decision support model is based on Neural Network (NN), a mathematical
computational model that imitates the biological neuron capability. The theoretical
foundation and logic of NN has been discussed in [3] and [4]. The model consists of three
major stages:
o Data extraction
o Water level forecasting
o Water release decision modules
Page 6
Reservoir
Hydrological
Data
Operational
Data
Data MiningData Mining
Water Level
Forecasting
Model
Water Release
Decision Model
Water Release
Decision Model
Lock-
Gate
Opening
Lock-
Gate
Opening
Rainfall, Water
level
Experience and
Previous Action
Backpropagation algorithm will be used for learning and decision making of neural
network. Backpropagation algorithm looks for the minimum value of the error function in
weight space using a technique called the delta rule or gradient descent. The weights that
minimize the error function are then considered to be a solution to the learning problem
[9].
Backpropagation Algorithm:
initialize network weights (often small random values)
do
for each training example named ex
prediction = neural-net-output(network, ex) // forward pass
actual = teacher-output(ex)
compute error (prediction - actual) at the output units
compute {displaystyle Delta w_{h}} for all weights from hidden layer to output
layer // backward pass
compute {displaystyle Delta w_{i}} for all weights from input layer to hidden layer
// backward pass continued
update network weights // input layer not modified by error estimate
until all examples classified correctly or another stopping criterion satisfied
return the network
Page 7
The result based on NN model is sent to cloud and put to use under two different
situations.
Normal or regular situation:
The decision and time estimation of opening and closing the water gate is
provided to the dam authority via dashboard linked to cloud system. These data
will help the dam water gate operator to take a rational decision.
Critical or alarming situation:
A raspberry pi linked to the cloud system will trigger the alarm system (siren)
connected to it and thus informing the population residing in the flood prone area
about the emergency situation so that the region can be evacuated as soon as
possible.
5 Productization
The main purpose of our system is to assist the concerned dam authority with real-time
dam parameter and analytics using intelligent decision support system (IDSS) based on
Neural Network which has an accuracy rate of 96%. In practice, the water gate opening is
based on some operating rules; these rules do not consider the dynamic nature of
hydrology system. Therefore it is vital to use non-structural approach such as forecasting
to cope up with the event frequency and trigger alert to the authority when the situation is
severe. The proposed system is very flexible and easy to install. The system is divided
into six modules:
Page 8
CloudCloud
Flood
alert
Flood
alert
Raspberry piRaspberry pi
Alert messages for flood
using Buzzer
• Readings from sensors to raspberry pi.
• Data from Raspberry pi to cloud system.
• Weather forecasts from different sources to the cloud system.
• Processing of these data along with operational data (experience and
previous action) using Intelligent Decision Support System (IDSS).
• Analytics from IDSS to Dashboard via cloud system.
• Alarm system in case of emergency.
The above modules are integrated to form the smart system.
6 Tools and Environment
The following tools and environment will be used at various stages of our proposed
system.
6.1 Simulation & Testing
MATLAB Will be used for simulating the system. Test data for simulation will be
generated using MarkSim DSSAT weather file generator [5].
6.2 Cloud
We will be using ThingSpeak, an open-source Internet of Things (IOT)
application and API to store and retrieve data from things using the HTTP
protocol over the Internet or via a Local Area Network.
6.3 Physical
The following hardware, sensor and software component will be used in our
proposed system:
 Raspberry Pi: It is a small computer which can be programmed. In our
project we have used Raspberry Pi 3 model B. It is the latest product in the
Raspberry Pi 3 range. Specification has been mention in [6].
Page 9
 Ultrasonic Sensor: In our project we have used ultrasonic sensor (HC-
SR04) to determine the water level. It uses sonar to determine the water
level. Specification has been mention in [7].
 PyCharm: It is an integrated development environment (IDE) used
in computer programming, specifically for the Python language. We used
this platform to implement the Neural Network model.
6.4 Interface
Dashboard will be used for human interface. Dashboard can be easily created
using Bootstrap, Mysql and PHP.
7 References
[1] https://nptel.ac.in/courses/IIT-MADRAS/Hydraulics/pdfs/Unit41/41_2.pdf
[2] https://www.damsafety.in/ecm-includes/PDFs/DRIP_II_Presentation/Dam%20Safety
%20in%20India.pdf
[3] https://cdn.preterhuman.net/texts/science_and_technology/artificial_intelligence/Neur
al%20Networks%20-%20A%20Comprehensive%20Foundation%20-%20Simon
%20Haykin.pdf
[4] https://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol4/cs11/report.html
[5] http://gismap.ciat.cgiar.org/MarkSimGCM/
[6] https://www.raspberrypi.org/products/raspberry-pi-3-model-b/
[7] https://www.tutorialspoint.com/arduino/arduino_ultrasonic_sensor.htm
[8] https://en.wikipedia.org/wiki/Backpropagation#/media/File:ArtificialNeuronModel_e
nglish.png
[9] https://www.edureka.co/blog/backpropagation/
Page 10

More Related Content

What's hot

Internet of things(io t) v1 0
Internet of things(io t) v1 0Internet of things(io t) v1 0
Internet of things(io t) v1 0
Ashwin Srinivasan
 
Wireless power theft monitoring
Wireless power theft monitoringWireless power theft monitoring
Wireless power theft monitoring
Biswajit Pratihari
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
Gaurav kumar rai - student
 
Automated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduinoAutomated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduino
Vishal Nagar
 
Automatic irrigation system by using 8051
Automatic irrigation system by using 8051Automatic irrigation system by using 8051
Automatic irrigation system by using 8051
rohit chandel
 
IR based railway track fault detection system
IR based railway track fault detection systemIR based railway track fault detection system
IR based railway track fault detection system
KonirDom1
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
anand bedre
 
Traffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologyTraffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technology
krushna kotgire
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
Ayesha Sajjad
 
Involvement of WSN in Smart Cities
Involvement of WSN in Smart CitiesInvolvement of WSN in Smart Cities
Involvement of WSN in Smart Cities
Hitesh Mohapatra
 
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
Mayur Rahangdale
 
Iot liquid level monitoring system
Iot liquid level monitoring systemIot liquid level monitoring system
Iot liquid level monitoring system
Vivek Bhakta
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
Soumyadeep Kal
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
RaviShankarSinghal
 
Bus tracking application in Android
Bus tracking application in AndroidBus tracking application in Android
Bus tracking application in Android
yashonil
 
Water Level indicator using Ultrasonic sensors
Water Level indicator using Ultrasonic sensorsWater Level indicator using Ultrasonic sensors
Water Level indicator using Ultrasonic sensors
Tough_taiga
 
Global Wireless e voting
Global Wireless e votingGlobal Wireless e voting
Global Wireless e voting
Sandeep Kumar
 
Iot based water quality monitoring system
Iot based water quality monitoring systemIot based water quality monitoring system
Iot based water quality monitoring system
Binayakreddy
 
Flood detection and warning system
Flood detection and warning systemFlood detection and warning system
Flood detection and warning system
Satham BE
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
kuncham penchalanarasaiah
 

What's hot (20)

Internet of things(io t) v1 0
Internet of things(io t) v1 0Internet of things(io t) v1 0
Internet of things(io t) v1 0
 
Wireless power theft monitoring
Wireless power theft monitoringWireless power theft monitoring
Wireless power theft monitoring
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
 
Automated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduinoAutomated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduino
 
Automatic irrigation system by using 8051
Automatic irrigation system by using 8051Automatic irrigation system by using 8051
Automatic irrigation system by using 8051
 
IR based railway track fault detection system
IR based railway track fault detection systemIR based railway track fault detection system
IR based railway track fault detection system
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
 
Traffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologyTraffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technology
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Involvement of WSN in Smart Cities
Involvement of WSN in Smart CitiesInvolvement of WSN in Smart Cities
Involvement of WSN in Smart Cities
 
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
 
Iot liquid level monitoring system
Iot liquid level monitoring systemIot liquid level monitoring system
Iot liquid level monitoring system
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Bus tracking application in Android
Bus tracking application in AndroidBus tracking application in Android
Bus tracking application in Android
 
Water Level indicator using Ultrasonic sensors
Water Level indicator using Ultrasonic sensorsWater Level indicator using Ultrasonic sensors
Water Level indicator using Ultrasonic sensors
 
Global Wireless e voting
Global Wireless e votingGlobal Wireless e voting
Global Wireless e voting
 
Iot based water quality monitoring system
Iot based water quality monitoring systemIot based water quality monitoring system
Iot based water quality monitoring system
 
Flood detection and warning system
Flood detection and warning systemFlood detection and warning system
Flood detection and warning system
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 

Similar to Smart Dam Monitering & Controling

IRJET- Flood Alerting System through Water Level Meter
IRJET-  	  Flood Alerting System through Water Level MeterIRJET-  	  Flood Alerting System through Water Level Meter
IRJET- Flood Alerting System through Water Level Meter
IRJET Journal
 
Flood and rainfall predction final
Flood and rainfall predction finalFlood and rainfall predction final
Flood and rainfall predction final
City University
 
FLOOD PPT 1.pptx
FLOOD PPT 1.pptxFLOOD PPT 1.pptx
FLOOD PPT 1.pptx
RahulNikam68
 
IRJET- A Survey Paper on Dam Management
IRJET-  	  A Survey Paper on Dam ManagementIRJET-  	  A Survey Paper on Dam Management
IRJET- A Survey Paper on Dam Management
IRJET Journal
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET Journal
 
Crop Prediction using IoT & Machine Learning Algorithm
Crop Prediction using IoT & Machine Learning AlgorithmCrop Prediction using IoT & Machine Learning Algorithm
Crop Prediction using IoT & Machine Learning Algorithm
IRJET Journal
 
AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...
AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...
AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...
International Research Journal of Modernization in Engineering Technology and Science
 
Weather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfWeather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdf
UMANGPANCHAL34
 
Afa wea
Afa weaAfa wea
Afa wea
Alaa Eladl
 
Policing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemPolicing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated system
IRJET Journal
 
Smart Water Meter System for Detecting Sudden Water Leakage
Smart Water Meter System for Detecting Sudden Water LeakageSmart Water Meter System for Detecting Sudden Water Leakage
Smart Water Meter System for Detecting Sudden Water Leakage
AneekBanerjee4
 
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
IRJET Journal
 
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 Journal
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET Journal
 
iaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemiaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation system
Iaetsd Iaetsd
 
IRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting SystemIRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting System
IRJET Journal
 
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
journalBEEI
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert System
IRJET Journal
 
185-687-1-PB
185-687-1-PB185-687-1-PB
185-687-1-PB
Srinath Periyapatna
 
IRJET- Cloud based Sewerage Monitoring and Predictive Maintenance using M...
IRJET-  	  Cloud based Sewerage Monitoring and Predictive Maintenance using M...IRJET-  	  Cloud based Sewerage Monitoring and Predictive Maintenance using M...
IRJET- Cloud based Sewerage Monitoring and Predictive Maintenance using M...
IRJET Journal
 

Similar to Smart Dam Monitering & Controling (20)

IRJET- Flood Alerting System through Water Level Meter
IRJET-  	  Flood Alerting System through Water Level MeterIRJET-  	  Flood Alerting System through Water Level Meter
IRJET- Flood Alerting System through Water Level Meter
 
Flood and rainfall predction final
Flood and rainfall predction finalFlood and rainfall predction final
Flood and rainfall predction final
 
FLOOD PPT 1.pptx
FLOOD PPT 1.pptxFLOOD PPT 1.pptx
FLOOD PPT 1.pptx
 
IRJET- A Survey Paper on Dam Management
IRJET-  	  A Survey Paper on Dam ManagementIRJET-  	  A Survey Paper on Dam Management
IRJET- A Survey Paper on Dam Management
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
 
Crop Prediction using IoT & Machine Learning Algorithm
Crop Prediction using IoT & Machine Learning AlgorithmCrop Prediction using IoT & Machine Learning Algorithm
Crop Prediction using IoT & Machine Learning Algorithm
 
AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...
AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...
AUTOMATIC IRRIGATION SYSTEM DESIGN AND IMPLEMENTATION BASED ON IOT FOR AGRICU...
 
Weather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfWeather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdf
 
Afa wea
Afa weaAfa wea
Afa wea
 
Policing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemPolicing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated system
 
Smart Water Meter System for Detecting Sudden Water Leakage
Smart Water Meter System for Detecting Sudden Water LeakageSmart Water Meter System for Detecting Sudden Water Leakage
Smart Water Meter System for Detecting Sudden Water Leakage
 
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
 
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- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
 
iaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemiaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation system
 
IRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting SystemIRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting System
 
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert System
 
185-687-1-PB
185-687-1-PB185-687-1-PB
185-687-1-PB
 
IRJET- Cloud based Sewerage Monitoring and Predictive Maintenance using M...
IRJET-  	  Cloud based Sewerage Monitoring and Predictive Maintenance using M...IRJET-  	  Cloud based Sewerage Monitoring and Predictive Maintenance using M...
IRJET- Cloud based Sewerage Monitoring and Predictive Maintenance using M...
 

Recently uploaded

Online music portal management system project report.pdf
Online music portal management system project report.pdfOnline music portal management system project report.pdf
Online music portal management system project report.pdf
Kamal Acharya
 
Bangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model Safe
Bangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model SafeBangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model Safe
Bangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model Safe
bookhotbebes1
 
Vernier Caliper and How to use Vernier Caliper.ppsx
Vernier Caliper and How to use Vernier Caliper.ppsxVernier Caliper and How to use Vernier Caliper.ppsx
Vernier Caliper and How to use Vernier Caliper.ppsx
Tool and Die Tech
 
Exploring Deep Learning Models for Image Recognition: A Comparative Review
Exploring Deep Learning Models for Image Recognition: A Comparative ReviewExploring Deep Learning Models for Image Recognition: A Comparative Review
Exploring Deep Learning Models for Image Recognition: A Comparative Review
sipij
 
Conservation of Taksar through Economic Regeneration
Conservation of Taksar through Economic RegenerationConservation of Taksar through Economic Regeneration
Conservation of Taksar through Economic Regeneration
PriyankaKarn3
 
Lecture 6 - The effect of Corona effect in Power systems.pdf
Lecture 6 - The effect of Corona effect in Power systems.pdfLecture 6 - The effect of Corona effect in Power systems.pdf
Lecture 6 - The effect of Corona effect in Power systems.pdf
peacekipu
 
MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme
MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K SchemeMSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme
MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme
Anwar Patel
 
Rotary Intersection in traffic engineering.pptx
Rotary Intersection in traffic engineering.pptxRotary Intersection in traffic engineering.pptx
Rotary Intersection in traffic engineering.pptx
surekha1287
 
Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...
Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...
Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...
Miss Khusi #V08
 
Unit 1 Information Storage and Retrieval
Unit 1 Information Storage and RetrievalUnit 1 Information Storage and Retrieval
Unit 1 Information Storage and Retrieval
KishorMahale5
 
21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY
21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY
21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY
PradeepKumarSK3
 
Biology for computer science BBOC407 vtu
Biology for computer science BBOC407 vtuBiology for computer science BBOC407 vtu
Biology for computer science BBOC407 vtu
santoshpatilrao33
 
LeetCode Database problems solved using PySpark.pdf
LeetCode Database problems solved using PySpark.pdfLeetCode Database problems solved using PySpark.pdf
LeetCode Database problems solved using PySpark.pdf
pavanaroshni1977
 
GUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdf
GUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdfGUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdf
GUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdf
ProexportColombia1
 
Introduction to IP address concept - Computer Networking
Introduction to IP address concept - Computer NetworkingIntroduction to IP address concept - Computer Networking
Introduction to IP address concept - Computer Networking
Md.Shohel Rana ( M.Sc in CSE Khulna University of Engineering & Technology (KUET))
 
Evento anual Splunk .conf24 Highlights recap
Evento anual Splunk .conf24 Highlights recapEvento anual Splunk .conf24 Highlights recap
Evento anual Splunk .conf24 Highlights recap
Rafael Santos
 
Unblocking The Main Thread - Solving ANRs and Frozen Frames
Unblocking The Main Thread - Solving ANRs and Frozen FramesUnblocking The Main Thread - Solving ANRs and Frozen Frames
Unblocking The Main Thread - Solving ANRs and Frozen Frames
Sinan KOZAK
 
Chlorine and Nitric Acid application, properties, impacts.pptx
Chlorine and Nitric Acid application, properties, impacts.pptxChlorine and Nitric Acid application, properties, impacts.pptx
Chlorine and Nitric Acid application, properties, impacts.pptx
yadavsuyash008
 
Trends in Computer Aided Design and MFG.
Trends in Computer Aided Design and MFG.Trends in Computer Aided Design and MFG.
Trends in Computer Aided Design and MFG.
Tool and Die Tech
 
IS Code SP 23: Handbook on concrete mixes
IS Code SP 23: Handbook  on concrete mixesIS Code SP 23: Handbook  on concrete mixes
IS Code SP 23: Handbook on concrete mixes
Mani Krishna Sarkar
 

Recently uploaded (20)

Online music portal management system project report.pdf
Online music portal management system project report.pdfOnline music portal management system project report.pdf
Online music portal management system project report.pdf
 
Bangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model Safe
Bangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model SafeBangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model Safe
Bangalore @ℂall @Girls ꧁❤ 0000000000 ❤꧂@ℂall @Girls Service Vip Top Model Safe
 
Vernier Caliper and How to use Vernier Caliper.ppsx
Vernier Caliper and How to use Vernier Caliper.ppsxVernier Caliper and How to use Vernier Caliper.ppsx
Vernier Caliper and How to use Vernier Caliper.ppsx
 
Exploring Deep Learning Models for Image Recognition: A Comparative Review
Exploring Deep Learning Models for Image Recognition: A Comparative ReviewExploring Deep Learning Models for Image Recognition: A Comparative Review
Exploring Deep Learning Models for Image Recognition: A Comparative Review
 
Conservation of Taksar through Economic Regeneration
Conservation of Taksar through Economic RegenerationConservation of Taksar through Economic Regeneration
Conservation of Taksar through Economic Regeneration
 
Lecture 6 - The effect of Corona effect in Power systems.pdf
Lecture 6 - The effect of Corona effect in Power systems.pdfLecture 6 - The effect of Corona effect in Power systems.pdf
Lecture 6 - The effect of Corona effect in Power systems.pdf
 
MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme
MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K SchemeMSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme
MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme MSBTE K Scheme
 
Rotary Intersection in traffic engineering.pptx
Rotary Intersection in traffic engineering.pptxRotary Intersection in traffic engineering.pptx
Rotary Intersection in traffic engineering.pptx
 
Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...
Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...
Phone Us ❤ X000XX000X ❤ #ℂall #gIRLS In Chennai By Chenai @ℂall @Girls Hotel ...
 
Unit 1 Information Storage and Retrieval
Unit 1 Information Storage and RetrievalUnit 1 Information Storage and Retrieval
Unit 1 Information Storage and Retrieval
 
21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY
21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY
21EC63_Module1B.pptx VLSI design 21ec63 MOS TRANSISTOR THEORY
 
Biology for computer science BBOC407 vtu
Biology for computer science BBOC407 vtuBiology for computer science BBOC407 vtu
Biology for computer science BBOC407 vtu
 
LeetCode Database problems solved using PySpark.pdf
LeetCode Database problems solved using PySpark.pdfLeetCode Database problems solved using PySpark.pdf
LeetCode Database problems solved using PySpark.pdf
 
GUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdf
GUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdfGUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdf
GUIA_LEGAL_CHAPTER_4_FOREIGN TRADE CUSTOMS.pdf
 
Introduction to IP address concept - Computer Networking
Introduction to IP address concept - Computer NetworkingIntroduction to IP address concept - Computer Networking
Introduction to IP address concept - Computer Networking
 
Evento anual Splunk .conf24 Highlights recap
Evento anual Splunk .conf24 Highlights recapEvento anual Splunk .conf24 Highlights recap
Evento anual Splunk .conf24 Highlights recap
 
Unblocking The Main Thread - Solving ANRs and Frozen Frames
Unblocking The Main Thread - Solving ANRs and Frozen FramesUnblocking The Main Thread - Solving ANRs and Frozen Frames
Unblocking The Main Thread - Solving ANRs and Frozen Frames
 
Chlorine and Nitric Acid application, properties, impacts.pptx
Chlorine and Nitric Acid application, properties, impacts.pptxChlorine and Nitric Acid application, properties, impacts.pptx
Chlorine and Nitric Acid application, properties, impacts.pptx
 
Trends in Computer Aided Design and MFG.
Trends in Computer Aided Design and MFG.Trends in Computer Aided Design and MFG.
Trends in Computer Aided Design and MFG.
 
IS Code SP 23: Handbook on concrete mixes
IS Code SP 23: Handbook  on concrete mixesIS Code SP 23: Handbook  on concrete mixes
IS Code SP 23: Handbook on concrete mixes
 

Smart Dam Monitering & Controling

  • 1. SOCIAL BENEFICIAL PROJECT: SMART DAM [Team zombies] Team Details Participant Name CT /DT Number Role (Team Leader / Member) Bachelors Discipline Expected Year of Passing Gender KRISHNENDU DATTA CT20162 048187 Team Leader Electrical Engineering 2020 M SUBHENDU GHORAI CT20162 050714 Team Member Mechanical Engineering 2020 M SUTANU MONDAL CT20162 050739 Team Member Mechanical Engineering 2020 M SANJIB BETAL CT20162 050735 Team Member Computer Science and Engineering 2020 M Page 1
  • 2. SOCIAL 1. Problem Statement After analyzing various reports on dam incidents, dam failure, flood occurrence, dam alerts and irrigation issues due to drought we identified a high-priority call for real time dam water level monitoring and prior alerting and control system which ensures the public safety and smart utilization of reservoir water. 2. Use Case Overview The proposal is titled “SMART DAM WATER MONITORING AND CONTROLLING” and the objective of the project is to make the existing system smart by adding connectivity, Artificial intelligence (AI), IOT, cloud and dashboard. 3. Use Case Description A dam is nothing but a barrier constructed to hold back water and raise its level, forming a reservoir used to generate electricity or as water supply for various activities such as in irrigation. In present scenario most dams are manually monitored and data are sent via traditional modes, manual observation and transmission results in a time loss between the data observed in dam site and decision taking level. This sometimes causes loss of worthwhile real time data. During floods the dam is subjected to heavy volume of water, in such alarming situation manual operation becomes very risky and any human error can put the lives of thousands of people in danger. One of the major problems is that opening and closing of floodgate is manually operated and there is no intelligent estimation of required volume of water to be released. Water being an important resource for living, it needs to be conserved and preserved. Therefore its distribution and usage is of utmost consideration. Page 2
  • 3. The three major stakeholders involved in this system are dam authorities, researchers and the common people. These are the concerned people considered in our solution. 3.1 Current system Current system has no inclination towards the real time data available to dam authorities, common people and the researchers. There is no proper monitoring and controlling procedures. Let’s consider the issues of the three main stakeholders as discussed in the previous section.  DAM AUTHORITIES 1. Dam monitoring is done through traditional surveillance techniques and becomes excessively risky during bad weather. 2. Doesn’t have real-time view of different parameters therefore there is a time lag in providing the data observed in dam site to the decision makers. 3. During both flood and draught situations, decision to open or close the water gate is a censorious action that needs to be undertaken as soon as possible, late decision will not only cause flood downstream but will also damage the structure.  Researchers 1. Researchers want observed data to be readily available for research purpose as well as monitor the authentic time changes in various parameters. 2. Dam parameters’ data collection is mostly unavailable in present systems.  Common people/Farmers 1. Unenlightened about the parameters like rainfall, Dam water level and gate status. 2. Uncertainty about water for crops, sudden rise of backwater and sometimes flood. Page 3
  • 4. 3.2 Proposed solution Proposal is to make the complete system smart. Considering the issues listed fixing them the best way possible is considered. In short following is done for each of the stakeholders.  DAM AUTHORITIES 1. A dashboard is provided with all vital parameters sensed from different sensors and analytics of these parameters along with weather forecasted from various sources. 2. Real time monitoring with the aid of IOT and AI removes the time lag between data observation and decision making. 3. Flood Gate opening and closing time is estimated with the help of Intelligent Decision support system (IDSS) based on hydrological parameters like water level, rain fall and gate position.  Researchers 1. With the help of cloud and IOT the various dam parameters are readily available for research purpose. 2. Researchers can monitor the authentic time changes in various parameters.  Common people/Farmers 1. Installation of water alarm systems in the downstream region of dams to warn the authorities and to alert the population for ensuring the evacuation of the flood prone area. The water alarm system consists of sirens that can be activated directly with the aid of IOT. 2. Hydrological and operational data are used to estimate opening and closing of water gate that will ensure optimum supply of water. 4 Architecture As discussed, the solution to our problem area is considered at three sections, i.e., dam authority, researcher and the common people/farmers. This way we create a synergy between the stakeholders of the system. Page 4
  • 5. The architecture of the proposed solution is as per the figure given bellow; Above architecture describes the system. The various components involved in the system are: • Ultrasonic Sensor • Raspberry Pi • Wi-Fi module • Alarm system (siren) • Dashboard Integrate ultrasonic sensor and raspberry pi to collect the dam parameter (specifically water level of the reservoir). This data along with the weather forecast from different sources (like AccuWeather and meteorological department) are made accessible by pushing the data to a cloud system. These two data (water level and weather forecast) constitutes the hydrological data. Hydrological data along with operational data (data based on experience and previous action) serve as an input to Intelligent Decision Support System (IDSS). IDSS is a combination of DSS and artificial intelligence (AI). The Page 5 Weather forecast from various sources Raspberry pi Ultrasonic sensors Dashboard and central control unit Alarm system
  • 6. intelligent decision support model is based on Neural Network (NN), a mathematical computational model that imitates the biological neuron capability. The theoretical foundation and logic of NN has been discussed in [3] and [4]. The model consists of three major stages: o Data extraction o Water level forecasting o Water release decision modules Page 6 Reservoir Hydrological Data Operational Data Data MiningData Mining Water Level Forecasting Model Water Release Decision Model Water Release Decision Model Lock- Gate Opening Lock- Gate Opening Rainfall, Water level Experience and Previous Action
  • 7. Backpropagation algorithm will be used for learning and decision making of neural network. Backpropagation algorithm looks for the minimum value of the error function in weight space using a technique called the delta rule or gradient descent. The weights that minimize the error function are then considered to be a solution to the learning problem [9]. Backpropagation Algorithm: initialize network weights (often small random values) do for each training example named ex prediction = neural-net-output(network, ex) // forward pass actual = teacher-output(ex) compute error (prediction - actual) at the output units compute {displaystyle Delta w_{h}} for all weights from hidden layer to output layer // backward pass compute {displaystyle Delta w_{i}} for all weights from input layer to hidden layer // backward pass continued update network weights // input layer not modified by error estimate until all examples classified correctly or another stopping criterion satisfied return the network Page 7
  • 8. The result based on NN model is sent to cloud and put to use under two different situations. Normal or regular situation: The decision and time estimation of opening and closing the water gate is provided to the dam authority via dashboard linked to cloud system. These data will help the dam water gate operator to take a rational decision. Critical or alarming situation: A raspberry pi linked to the cloud system will trigger the alarm system (siren) connected to it and thus informing the population residing in the flood prone area about the emergency situation so that the region can be evacuated as soon as possible. 5 Productization The main purpose of our system is to assist the concerned dam authority with real-time dam parameter and analytics using intelligent decision support system (IDSS) based on Neural Network which has an accuracy rate of 96%. In practice, the water gate opening is based on some operating rules; these rules do not consider the dynamic nature of hydrology system. Therefore it is vital to use non-structural approach such as forecasting to cope up with the event frequency and trigger alert to the authority when the situation is severe. The proposed system is very flexible and easy to install. The system is divided into six modules: Page 8 CloudCloud Flood alert Flood alert Raspberry piRaspberry pi Alert messages for flood using Buzzer
  • 9. • Readings from sensors to raspberry pi. • Data from Raspberry pi to cloud system. • Weather forecasts from different sources to the cloud system. • Processing of these data along with operational data (experience and previous action) using Intelligent Decision Support System (IDSS). • Analytics from IDSS to Dashboard via cloud system. • Alarm system in case of emergency. The above modules are integrated to form the smart system. 6 Tools and Environment The following tools and environment will be used at various stages of our proposed system. 6.1 Simulation & Testing MATLAB Will be used for simulating the system. Test data for simulation will be generated using MarkSim DSSAT weather file generator [5]. 6.2 Cloud We will be using ThingSpeak, an open-source Internet of Things (IOT) application and API to store and retrieve data from things using the HTTP protocol over the Internet or via a Local Area Network. 6.3 Physical The following hardware, sensor and software component will be used in our proposed system:  Raspberry Pi: It is a small computer which can be programmed. In our project we have used Raspberry Pi 3 model B. It is the latest product in the Raspberry Pi 3 range. Specification has been mention in [6]. Page 9
  • 10.  Ultrasonic Sensor: In our project we have used ultrasonic sensor (HC- SR04) to determine the water level. It uses sonar to determine the water level. Specification has been mention in [7].  PyCharm: It is an integrated development environment (IDE) used in computer programming, specifically for the Python language. We used this platform to implement the Neural Network model. 6.4 Interface Dashboard will be used for human interface. Dashboard can be easily created using Bootstrap, Mysql and PHP. 7 References [1] https://nptel.ac.in/courses/IIT-MADRAS/Hydraulics/pdfs/Unit41/41_2.pdf [2] https://www.damsafety.in/ecm-includes/PDFs/DRIP_II_Presentation/Dam%20Safety %20in%20India.pdf [3] https://cdn.preterhuman.net/texts/science_and_technology/artificial_intelligence/Neur al%20Networks%20-%20A%20Comprehensive%20Foundation%20-%20Simon %20Haykin.pdf [4] https://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol4/cs11/report.html [5] http://gismap.ciat.cgiar.org/MarkSimGCM/ [6] https://www.raspberrypi.org/products/raspberry-pi-3-model-b/ [7] https://www.tutorialspoint.com/arduino/arduino_ultrasonic_sensor.htm [8] https://en.wikipedia.org/wiki/Backpropagation#/media/File:ArtificialNeuronModel_e nglish.png [9] https://www.edureka.co/blog/backpropagation/ Page 10