SlideShare a Scribd company logo
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 17
FLOOD ALERTING SYSTEM USING RASPBERRY PI
& THINGSPEAK
Dinesh Kumar R, Paneerselvam M, Surendar R, Ganesh V,
Final year UG Student, Department of Electrical and Electronics Engineering
Velammal Engineering College,Chennai-600099
ABSTRACT
Flooding is considered one of the most devastating natural disasters in the world. In countries like India with
climatic conditions occurrence of heavy rain fall and subsequent discharge of water leads to Flood. Flooding
creates major damages to life , their habitats and the economy By installing of flood alerting systems near
major waterways vital information can be provide so that lives and property can be protected. Normal Weather
monitoring and alerting systems are not quick and accurate enough to predict floods in time to prevent personal or
environmental damages. The government has to spend tons of money in flood mitigation plans to help the victims
and also to reduce the number in the long run damages that can occur after flooding. Since Most of the flood alerting
systems involves high cost they are deployed on select locations based on priority.In this project we make use of a
cost effective system using raspberry pi board and sensors, to measure flood flow rate and rise of water level in
revvers and water bodies and alert government authorities and people instantly by transmitting information using
IOT. In the present work we have used thingspeak-IOT platform . The data can be accessed from android smart
phones using thingsView mobile application at any time from anywhere in the world.
1 .INTRODUCTION
The drastic climatic changes due to the effect from
various human activities such as pollutions, cutting of
innumerable trees and too much of gas emission are
the some of the main reason for natural disasters that
occur in worldwide . The most common factor that
cause major damage to life, property and country’s
economy is the flood .Flooding is brought on by an
increased quantity of water in lake or river when it is
overflowing. When a dam fractures and abruptly
releasing a massive quantity of water not only
houses and property are damaged , sewage overflow
and chemical spillage also leads to a variety of
diseases afterwards. To manage these kind of
situations and alert people understanding of increased
water level and speed of water flow are valuable for
discovering potential seriousness of the flood. Use of
IoT based-system is attracting attention of
researchers since in this system data from various
devices are collectively sensed by sensors and
provide various services without human intervention
[1]. Lo et al. [2] have proposed an automatic system
to monitor the flood based on the remote cyber
surveillance systems . For measureing water level
at every second Azid et al [3] have used pressure
sensor. Jana Priya et al. [4] and Satria et al. [5] have
demonstrated the idea and implemented a flood
monitoring and alert system using different sensors.
This project presents the details of how the data -
like flood speed and flood level are collected from
sensors and made available on cloud by using
Raspberry pi and Thingspeak-an IOT platform. The
data from the IOT cloud can be accessed by android
smart phones at anytime from anywhere in the world
using the mobile app thingshow.
2 Flood Alerting :Basic Concepts
The proposed flood alerting system to check the
flood speed and level basically consists of a
microcontroller, ultrasonic sensor, flow meter, and a
web server. Fig.1 shows the block diagram of the
system. YF-S201 Hall effect sensor is used to
gauge the flow rate of flood. The microcontroller
used in the present system is Raspberry Pi 4B
development board. The hall effect flow sensor -
physically placed in water stream is used to measure
the flow rate. An analog pulse generated Hall effect
flow sensor is sent to the raspberry pi . pi board is
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 18
programmed to read the signal. In the same way an
ultrasonic distance sensor -which measures the time
of travel by echo signal gives the water level of
flood in river- The Pi board is also programmed to
send the data to a cloud are using an external web
server named as Thingspeak so as to alert the general
public.
Fig.1 Flood alerting system-.
Advantages of the proposed system:
Improves flood alerting system
Intelligent management of the services .
Due to automation it will reduce the time tocheck the
parameters.
Low maintenance.
Real time information on the website.
3. System hardware design
The Raspberry Pi 4B board is the central module of
the whole Flood alerting system. Its main parts
include: main processing chip unit, memory, power
supply HDMI Out i.e. VGA display, Ethernet port,
and USB ports. Sensor components are connected
to Raspberry pi through various GPIO pin 16 (or
GPIO23) which will be discussed in the following
section
3.1Raspberry Pi3 Model B
It is a fantastic platform for building build
automation systems. The Raspberry Pi3 model B
board [6] is used as a “hub” for automation systems,
connecting to open-source hardware parts like
sensors and actuators. Raspberry Pi3 Model B is
capable of doing all jobs that normal desktop
computer does.
The following are the main features of Raspberry
Pi3ModelB [7]
It is faster and more powerful than its predecessors.
It has built -in wireless and Bluetooth connectivity,
Due to this feature it is the ideal IoT solutions.
It is Built on the latest Broadcom 2837 ARMv8
64bit processor
It has 1.2GHz QUAD Core Broadcom BCM2837
64bit ARMv8 processor,
BCM43438 Wi-Fi on board,
Bluetooth Low Energy (BLE) on board.
The Raspberry Pi3B model is shown in fig.2
Figure .2 Raspberry Pi 3 Model B module
Raspberry Pi 3Model B run on Linux based OS. It
boots and runs from the SD card. It does not have any
internal memory other than the ROM. It has an SD
card slot which is capable of reading up to 32 GB.
All 28 - GPIO pins in raspberry Pi3 Model B are
programmed using Python. The I/O devices like
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 19
sensors and all i/o pins connected to GPIO pins in
raspberry pi board based on the requirements.
Rapberry pi GPIO pin diagram is shown in fig.3
Figure 3 GPIO pin diagram
3.2 Flood Level Sensor
Flood level Sensor LV-MaxSonar-EZ [8,9 ]used to
find the flood level is an ultrasonic rangefinder.
Interfacing of this sensor with raspberry pi is
discussed below,
LV-MaxSonar EZ is a 7 stick module . In this stick
numbers 1,2 & 3 are respectively connected to GND-
(-ve) Vcc and GPIO 15 of raspberry pi biard as
shown in fig 2. Since the sensing range of this sensor
is 15-645 cm it can be used to measure the level of
water in rivers flood.
The distance /level is obtained by multiplying the
speed of the sound and elapsed time. That is the
distance is 34300x elapsed time.
Figure 4: Interfacing Diagram-Ultrasonic Sensor
MB1040 LV- MaxSonar with Raspberry-PI.
3.3 Flood Flow rate Sensor YF-S201
The flow rate of flood is measured with the help of
Hall Effect sensor type flow meter. Hall Effect is
defined as the production of a voltage difference
across an electrical conductor, perpendicular to an
electric current passing through the conductor and a
magnetic field perpendicular to the current.
In Hall Effect based flow rate sensor the output
voltage is varied in response to a magnetic field.
Hall Effect sensors are used for many applications
which includes current detection, speed detection
,proximity switching and positioning.
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 20
A flow rate of 1-30 l/m can be measured using this
sensor and it can withstand a water pressure of
2.0Mpa. In the present work we have used pulse type
Flow sensor YF-S201[10] . It contains a wheel
which rotates when water flows through it. The water
flow speed can be measured by counting the number
of revolutions made by the wheel in the sensor. In
the present work the flow rate sensor is interfaced
with Raspberry Pi board. The reading obtained is in
the form of a pulse. If pulse count gets increased it is
identified that flow speed is faster. If it is less count,
it is assumed that revolution is slow because the
water flow is slow on passing across the flow sensor.
Fig.5 shows the flow sensor interfaced with
Raspberry pi board.
Figure 5 Interfacing of Flow meter sensor with
Raspberry pi
4. Design Implementation
The sensor reading were accessed from sensors
using Raspberry Pi platform with the following
specifications:
• SBU Raspberry Pi 2 900 MHz Quad Code ARM
Cortex-A7
• Bootable SanDisk Ultra 8GB micro SD Card
• Sensors- LV-MaxSonar and YF-S201
Raspbian Os installation programming for sensors
procedure for connecting Raspberry pi with laptop
using putty an dXming server sre discussed in the
following section
4.1 OS Installation in pi
Download OS from link raspberrypi.org [ 11]
Extract zip file to Memory card on computer or
laptop
Then insert SD card in to R pi SD card slot.
Connect USB power cable, Connect HDMI to VGA
cable and to Monitor, Connect Mouse and Keyboard
to USB of R Pi
After powering it will ask to install OS.
We can select multiple OS. Select Rassbian OS.
Select Keyboard type ZA. Click on Install. It will
take 20 to 30 Mins.
4.2 Steps for Programming
Connect raspberry pi Hardware setup, give supply
Click on R pi symbol (Strawberry/like start in
windows)
Open Python 2 (IDLE)
Click on File
Select new file
Untilled file will be open
Write your code in this file
4.3 Steps for connecting Raspberry pi with laptop
Though Raspberry Pi is “Pocket Size PC”, for
debugging & project purposes its difficult to carry an
additional display. Moreover we may not have
HDMI display at places where we projects.. So, we
need to connect the Raspberry pi to a laptop.
The procedure to connect Pi to laptop is explained
briefly in the following section. More details for
readers are given in reference 12.
1.After Burning the raspbian OS to sd Connect Rp
to my home router using ethernet cable.
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 21
2.install Xming and putty in my laptop and start
them.
3.Enable X-11 forwarding in putty, and login to
raspberry pi's ip address from 2.
4.try to load 'lxsession'
To do this simply:
1. In PuTTY: go to Connection->SSH->X11
2. Tick Enable X11 forwarding
3. Change X Display location to -> localhost:0
4. Run xming, connect to RPi with PuTTY
5. In the shell, type startlxde
Now raspberry can be accessed from laptop using x
ming server. The program in Python for both flood
flow rate sensor and level sensor which are given in
Appendix can be run and viewed from the x
mingserver.
5 OPEN SOURCE IOT PLATFORM -
THINGSPEAK
There are various Open Source Cloud Platforms
available Like Google Cloud Platform, ThingWorx,
Thing Speak etc .In the present work we have used
ThingSpeak. ThingSpeak is an open source Internet
of Things (IoT) application and API to store . It
retrieves data from different things using the HTTP
protocol over the Internet or via a LAN. ThingSpeak
empowers the making of sensor logging applications,
area following applications, and an informal
community of things with notices". Thing Speak was
initially propelled by ioBridge in 2010 as an
administration in help of IoT applications. Thing
Speak has coordinated help from the numerical
registering programming MATLAB from Math
Works, permitting ThingSpeak clients to investigate
and envision transferred information utilizing Matlab
without requiring the buy of a Matlab permit from
Math works.
5.1 Procedure for creating a Channel in
ThingSpeak
1. Sign In to ThingSpeak™ using your Math Works®
Account, or create a new Math Worksaccount.
2. Click Channels>My Channels.
3. On the Channels page, click New Channel.
4. Check the boxes next to Fields 1–3. Enter these
channel setting values:
Name: Flood flow rate
Field 1: L/m
Field 2:
Field 3:
5. Click Save Channel at the bottom of the settings.
You now see these tabs:
6. Private View: This tab displays information about
your channel that only you can see.
7. Public View: If you choose to make your channel
publicly available, use this tab to display selected
fields and channel visualizations.
8. Channel Settings: This tab shows all the channel
options you set at creation. You can edit, clear, or
delete the channel from this tab.
9. Sharing: This tab shows channel sharing options.
You can set a channel as private, shared with
everyone (public), or shared with specific users.
10. API Keys: This tab displays your channel API
keys. Use the keys to read from and write to your
channel.
11. Data Import/Export: This tab enables you to
import and export channel data.
Next Steps Your channel is available for future use
by clicking Channels>My Channels.
For further details authors are advised to refer
mathworks website [13]
The program in Python for communication sensor
data from Raspberry pi with the ThinSpeak are given
in Appendix. Circuit diagram of the flood alerting
system drawn using fritzing software is shown in
figure 6 Flowchart shown in figure 7 represents the
working of Flood monitoring and alerting system
Prototype setup of Flood alerting system is shown in
fig.8
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 22
Fig.6 Circuit diagram of the flood alerting system
drawn using Fritzing software
Fig.7 Flowchart -working of flood alerting system.
Fig.8 Prototype model of Flood Alerting System
The above figure shows the prototype model to
measure flood level and flow rate.
.
6.RESULTS
This online flood alerting system using Raspberry
Pi4 Model B is very useful for government
authoriries and general public in different aspects..
Our system is designed to measure the flood level
and flood speed and the concerned authority can
access the information from anywhere and anytime to
get the details of the situation accordingly they can
take the decision on this immediately.
After the task of interfacing the sensors with
raspberry pi and using appropriate python coding the
results were obtained .Then the remote
correspondence between raspberry pi and
Thingspeak web server are successfully achieved.
From the present project work , the following can be
obtained
• Water level in the river.
• Flood flow rate
• Transmit the information to the cloud.
• Accessing of data at any time from any
where in the world.
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 23
• A real time data transmission and accessing
system,
The screen shot of Flow rate measurements and
timestamps which are printed out to the console for
every 5 seconds in shown in Fig. 9
Timestamp:2019-05-2022:00:41.267727
Flow rate: :25.06000
Timestamp:2019-05-2022:00:46.278729
Flow rate: :25.20000
Timestamp:2019-05-2022:00:51.283864
Flow rate: :25.208200
Figure 9 Screenshot of Flow rate measurements.
Figure 10 Flood flow rate measured on Thingspeak
Windows IOT-Platform) (a) Numerical Data (b)
Graphical Data
Figure 11: Thingsview Smart phone-IOT App:
(a) Water level data (b) Flood flow rate data
7. CONCLUSION
This project deals about the monitoring of flood
speed and flood level remotely from anywhere in the
world using internet through a personal computer or
Smartphone and alert the general public. In this
project raw data loaded in the cloud can be visualized
in graphical format with in a very short span of time
at a remote desk/ mobile app.
We have used Raspberry pi and MALAB’s
Thingspeak IOT platform along with the sensors for
the first time to monitor and alert flood situation. In
this system, sensors work with low input power
and detects the flood level in the river with a high
accuracy. It can detect even an inch raise of water
level and give alert. We have tested this system by
real time for water flow rate and water level
measurement successfully. If the water level
increases along with increase of flood flow speed , it
will send an alert immediately.
The project can be scaled up to a larger
implementation with more channels for
visualization by using other IOT platforms like
Amazon-AWS , Google -Cloud IoT and Microsoft
Azure.
REFERENCES
International Journal of Trendy Research in Engineering andTechnology
Volume 5 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 24
1. A. Al-Fuqaha, M. Guizani, M. Mohammadi, M.
Aledhari, and M. Ayyash, “Internet of things: A
survey on enabling technologies, protocols, and
applications,” IEEE Communications Surveys
Tutorials, vol. 17, no. 4, pp. 2347–2376,
Fourthquarter 2015.
2.S. W. Lo, J. H. Wu, F. P. Lin, and C. H. Hsu,
“Cyber surveillance for flood disasters,” Sensors
(Switzerland), 2015.
3.S. Azid, B. Sharma, K. Raghuwaiya, A. Chand, S.
Prasad, and A. Jacquier, “SMS based flood
monitoring and early warning system,” ARPN
Journal of Engineering and Applied Sciences, 2015.
4.S. J. Priya, S. Akshaya, E. Aruna, J. A. M. Julie,
and V. Ranjani, “Flood
monitoring and alerting system,” International
Journal of Computer Engineering & Technology
(IJCET), vol. 8, no. 2, p. 15, Mar 2017.
5. D. Satria, S. Yana, R. Munadi, and S. Syahreza,
“Prototype of google maps-based flood monitoring
system using arduino and gsm module,” International
Research Journal of Engineering and Technology
(IRJET), vol. 4, no. 10, Oct 2017.
6. SimonMonk ,Raspberry Pi Cookbook, published
by O'Reilly, 2014
7. Raspberry Pi: Making Amazing Projects Right
from Scratch! by Packt Publishing (2016)
8.https://www.maxbotix.com/documents/HRLV-
MaxSonar-EZ_Datasheet.pdf
9.http://www.maxbotix.com/Raspberry-Pi-with-
Ultrasonic-Sensors-144/ .
10.https://files.amperka.ru/store-media/products/
water-flow-sensor/media/ YF-S201.pdf
11. https://www.raspberrypi.org/downloads/
12.http://www.straightrunning.com/XmingNotes/pix
ming.php
13.https://in.mathworks.com/help/thingspeak/collect-
data-in-a-new-channel.html
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 25
Annexure I
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 26
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 6 Oct' 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 27
Annexure II

More Related Content

What's hot

Innovators Challenge 2019
Innovators Challenge 2019Innovators Challenge 2019
Innovators Challenge 2019
Renuka Paleti
 
Iot based smart irrigation system
Iot based smart irrigation systemIot based smart irrigation system
Iot based smart irrigation system
Krishna Vala
 
Smart irrigation system using internet of things
Smart irrigation system using internet of thingsSmart irrigation system using internet of things
Smart irrigation system using internet of things
Basavaraj Galagi
 
Home automation using blynk
Home automation using blynkHome automation using blynk
Home automation using blynk
VarshithAnnavarapu1
 
Solar smart irrigation system
Solar smart irrigation systemSolar smart irrigation system
Solar smart irrigation system
Nihal Shiroya
 
Computer network : models and topologies
Computer network : models and topologiesComputer network : models and topologies
Computer network : models and topologiesAnup Pandey
 
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
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
RaviShankarSinghal
 
Report on radar
Report on radarReport on radar
Report on radar
pratibha007
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
kajikho9
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
Putri Sintia Sari
 
paper presentation on fss 19 feb
paper presentation on fss 19 febpaper presentation on fss 19 feb
paper presentation on fss 19 febANKUSH PRAJAPAT
 
Computer networks : dial up, wireless, hfcc and dsl
Computer networks : dial up, wireless, hfcc and dslComputer networks : dial up, wireless, hfcc and dsl
Computer networks : dial up, wireless, hfcc and dsl
Kaushik Panta
 
Plant irrigation ppt
Plant irrigation pptPlant irrigation ppt
Plant irrigation ppt
Jitendra Varma
 
Automatic Watering System in Greenhouse
Automatic Watering System in GreenhouseAutomatic Watering System in Greenhouse
Automatic Watering System in Greenhouse
mishu TheScareCrow
 
Microwave Engineering.pptx
Microwave Engineering.pptxMicrowave Engineering.pptx
Microwave Engineering.pptx
ssuser9f16e6
 
Presentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesPresentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliances
mirzaahmadali
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
VISHALDWIVEDI27
 
Automated plant watering system
Automated plant watering systemAutomated plant watering system
Automated plant watering system
SamreenSamreen4
 
Water Quality Monitoring System Using IOT
Water Quality Monitoring System Using IOTWater Quality Monitoring System Using IOT
Water Quality Monitoring System Using IOT
MaheshMoses
 

What's hot (20)

Innovators Challenge 2019
Innovators Challenge 2019Innovators Challenge 2019
Innovators Challenge 2019
 
Iot based smart irrigation system
Iot based smart irrigation systemIot based smart irrigation system
Iot based smart irrigation system
 
Smart irrigation system using internet of things
Smart irrigation system using internet of thingsSmart irrigation system using internet of things
Smart irrigation system using internet of things
 
Home automation using blynk
Home automation using blynkHome automation using blynk
Home automation using blynk
 
Solar smart irrigation system
Solar smart irrigation systemSolar smart irrigation system
Solar smart irrigation system
 
Computer network : models and topologies
Computer network : models and topologiesComputer network : models and topologies
Computer network : models and topologies
 
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
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Report on radar
Report on radarReport on radar
Report on radar
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
 
paper presentation on fss 19 feb
paper presentation on fss 19 febpaper presentation on fss 19 feb
paper presentation on fss 19 feb
 
Computer networks : dial up, wireless, hfcc and dsl
Computer networks : dial up, wireless, hfcc and dslComputer networks : dial up, wireless, hfcc and dsl
Computer networks : dial up, wireless, hfcc and dsl
 
Plant irrigation ppt
Plant irrigation pptPlant irrigation ppt
Plant irrigation ppt
 
Automatic Watering System in Greenhouse
Automatic Watering System in GreenhouseAutomatic Watering System in Greenhouse
Automatic Watering System in Greenhouse
 
Microwave Engineering.pptx
Microwave Engineering.pptxMicrowave Engineering.pptx
Microwave Engineering.pptx
 
Presentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesPresentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliances
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Automated plant watering system
Automated plant watering systemAutomated plant watering system
Automated plant watering system
 
Water Quality Monitoring System Using IOT
Water Quality Monitoring System Using IOTWater Quality Monitoring System Using IOT
Water Quality Monitoring System Using IOT
 

Similar to FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK

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
 
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
IRJET Journal
 
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 Journal
 
IRJET - Advanced Flood Level Monitoring and Alerting System
IRJET -  	  Advanced Flood Level Monitoring and Alerting SystemIRJET -  	  Advanced Flood Level Monitoring and Alerting System
IRJET - Advanced Flood Level Monitoring and Alerting System
IRJET Journal
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT Approach
IRJET Journal
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
IRJET Journal
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing System
IRJET Journal
 
IRJET- Water Consumption by Self-Watering
IRJET- Water Consumption by Self-WateringIRJET- Water Consumption by Self-Watering
IRJET- Water Consumption by Self-Watering
IRJET Journal
 
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET Journal
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
IRJET Journal
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
IRJET Journal
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOT
IRJET 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
 
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
 
IRJET- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse AutomationIRJET- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse Automation
IRJET Journal
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
IRJET Journal
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
IAEME Publication
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PIWEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
IAEME Publication
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET Journal
 
IRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement System
IRJET Journal
 

Similar to FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK (20)

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- 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
 
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 - Advanced Flood Level Monitoring and Alerting System
IRJET -  	  Advanced Flood Level Monitoring and Alerting SystemIRJET -  	  Advanced Flood Level Monitoring and Alerting System
IRJET - Advanced Flood Level Monitoring and Alerting System
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT Approach
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing System
 
IRJET- Water Consumption by Self-Watering
IRJET- Water Consumption by Self-WateringIRJET- Water Consumption by Self-Watering
IRJET- Water Consumption by Self-Watering
 
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOT
 
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- 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- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse AutomationIRJET- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse Automation
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PIWEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOT
 
IRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement System
 

More from IJTRET-International Journal of Trendy Research in Engineering and Technology

A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATIONA NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATIONEFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOTWARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Emission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol EmulsionEmission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol Emulsion
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
Analysis of Gravity Die Casted Aluminium parts  using MAGMAAnalysis of Gravity Die Casted Aluminium parts  using MAGMA
Analysis of Gravity Die Casted Aluminium parts using MAGMA
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
A review on Friction Stir Welding
A review on Friction Stir WeldingA review on Friction Stir Welding
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICSPRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
IJTRET-International Journal of Trendy Research in Engineering and Technology
 

More from IJTRET-International Journal of Trendy Research in Engineering and Technology (20)

A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATIONA NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITY
 
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
 
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATIONEFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
 
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
 
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
 
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
 
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOTWARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
 
Emission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol EmulsionEmission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol Emulsion
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
Analysis of Gravity Die Casted Aluminium parts  using MAGMAAnalysis of Gravity Die Casted Aluminium parts  using MAGMA
Analysis of Gravity Die Casted Aluminium parts using MAGMA
 
A review on Friction Stir Welding
A review on Friction Stir WeldingA review on Friction Stir Welding
A review on Friction Stir Welding
 
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICSPRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
 

Recently uploaded

PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
bhadouriyakaku
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
dxobcob
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
manasideore6
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
obonagu
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 

Recently uploaded (20)

PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 

FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK

  • 1. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 17 FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK Dinesh Kumar R, Paneerselvam M, Surendar R, Ganesh V, Final year UG Student, Department of Electrical and Electronics Engineering Velammal Engineering College,Chennai-600099 ABSTRACT Flooding is considered one of the most devastating natural disasters in the world. In countries like India with climatic conditions occurrence of heavy rain fall and subsequent discharge of water leads to Flood. Flooding creates major damages to life , their habitats and the economy By installing of flood alerting systems near major waterways vital information can be provide so that lives and property can be protected. Normal Weather monitoring and alerting systems are not quick and accurate enough to predict floods in time to prevent personal or environmental damages. The government has to spend tons of money in flood mitigation plans to help the victims and also to reduce the number in the long run damages that can occur after flooding. Since Most of the flood alerting systems involves high cost they are deployed on select locations based on priority.In this project we make use of a cost effective system using raspberry pi board and sensors, to measure flood flow rate and rise of water level in revvers and water bodies and alert government authorities and people instantly by transmitting information using IOT. In the present work we have used thingspeak-IOT platform . The data can be accessed from android smart phones using thingsView mobile application at any time from anywhere in the world. 1 .INTRODUCTION The drastic climatic changes due to the effect from various human activities such as pollutions, cutting of innumerable trees and too much of gas emission are the some of the main reason for natural disasters that occur in worldwide . The most common factor that cause major damage to life, property and country’s economy is the flood .Flooding is brought on by an increased quantity of water in lake or river when it is overflowing. When a dam fractures and abruptly releasing a massive quantity of water not only houses and property are damaged , sewage overflow and chemical spillage also leads to a variety of diseases afterwards. To manage these kind of situations and alert people understanding of increased water level and speed of water flow are valuable for discovering potential seriousness of the flood. Use of IoT based-system is attracting attention of researchers since in this system data from various devices are collectively sensed by sensors and provide various services without human intervention [1]. Lo et al. [2] have proposed an automatic system to monitor the flood based on the remote cyber surveillance systems . For measureing water level at every second Azid et al [3] have used pressure sensor. Jana Priya et al. [4] and Satria et al. [5] have demonstrated the idea and implemented a flood monitoring and alert system using different sensors. This project presents the details of how the data - like flood speed and flood level are collected from sensors and made available on cloud by using Raspberry pi and Thingspeak-an IOT platform. The data from the IOT cloud can be accessed by android smart phones at anytime from anywhere in the world using the mobile app thingshow. 2 Flood Alerting :Basic Concepts The proposed flood alerting system to check the flood speed and level basically consists of a microcontroller, ultrasonic sensor, flow meter, and a web server. Fig.1 shows the block diagram of the system. YF-S201 Hall effect sensor is used to gauge the flow rate of flood. The microcontroller used in the present system is Raspberry Pi 4B development board. The hall effect flow sensor - physically placed in water stream is used to measure the flow rate. An analog pulse generated Hall effect flow sensor is sent to the raspberry pi . pi board is
  • 2. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 18 programmed to read the signal. In the same way an ultrasonic distance sensor -which measures the time of travel by echo signal gives the water level of flood in river- The Pi board is also programmed to send the data to a cloud are using an external web server named as Thingspeak so as to alert the general public. Fig.1 Flood alerting system-. Advantages of the proposed system: Improves flood alerting system Intelligent management of the services . Due to automation it will reduce the time tocheck the parameters. Low maintenance. Real time information on the website. 3. System hardware design The Raspberry Pi 4B board is the central module of the whole Flood alerting system. Its main parts include: main processing chip unit, memory, power supply HDMI Out i.e. VGA display, Ethernet port, and USB ports. Sensor components are connected to Raspberry pi through various GPIO pin 16 (or GPIO23) which will be discussed in the following section 3.1Raspberry Pi3 Model B It is a fantastic platform for building build automation systems. The Raspberry Pi3 model B board [6] is used as a “hub” for automation systems, connecting to open-source hardware parts like sensors and actuators. Raspberry Pi3 Model B is capable of doing all jobs that normal desktop computer does. The following are the main features of Raspberry Pi3ModelB [7] It is faster and more powerful than its predecessors. It has built -in wireless and Bluetooth connectivity, Due to this feature it is the ideal IoT solutions. It is Built on the latest Broadcom 2837 ARMv8 64bit processor It has 1.2GHz QUAD Core Broadcom BCM2837 64bit ARMv8 processor, BCM43438 Wi-Fi on board, Bluetooth Low Energy (BLE) on board. The Raspberry Pi3B model is shown in fig.2 Figure .2 Raspberry Pi 3 Model B module Raspberry Pi 3Model B run on Linux based OS. It boots and runs from the SD card. It does not have any internal memory other than the ROM. It has an SD card slot which is capable of reading up to 32 GB. All 28 - GPIO pins in raspberry Pi3 Model B are programmed using Python. The I/O devices like
  • 3. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 19 sensors and all i/o pins connected to GPIO pins in raspberry pi board based on the requirements. Rapberry pi GPIO pin diagram is shown in fig.3 Figure 3 GPIO pin diagram 3.2 Flood Level Sensor Flood level Sensor LV-MaxSonar-EZ [8,9 ]used to find the flood level is an ultrasonic rangefinder. Interfacing of this sensor with raspberry pi is discussed below, LV-MaxSonar EZ is a 7 stick module . In this stick numbers 1,2 & 3 are respectively connected to GND- (-ve) Vcc and GPIO 15 of raspberry pi biard as shown in fig 2. Since the sensing range of this sensor is 15-645 cm it can be used to measure the level of water in rivers flood. The distance /level is obtained by multiplying the speed of the sound and elapsed time. That is the distance is 34300x elapsed time. Figure 4: Interfacing Diagram-Ultrasonic Sensor MB1040 LV- MaxSonar with Raspberry-PI. 3.3 Flood Flow rate Sensor YF-S201 The flow rate of flood is measured with the help of Hall Effect sensor type flow meter. Hall Effect is defined as the production of a voltage difference across an electrical conductor, perpendicular to an electric current passing through the conductor and a magnetic field perpendicular to the current. In Hall Effect based flow rate sensor the output voltage is varied in response to a magnetic field. Hall Effect sensors are used for many applications which includes current detection, speed detection ,proximity switching and positioning.
  • 4. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 20 A flow rate of 1-30 l/m can be measured using this sensor and it can withstand a water pressure of 2.0Mpa. In the present work we have used pulse type Flow sensor YF-S201[10] . It contains a wheel which rotates when water flows through it. The water flow speed can be measured by counting the number of revolutions made by the wheel in the sensor. In the present work the flow rate sensor is interfaced with Raspberry Pi board. The reading obtained is in the form of a pulse. If pulse count gets increased it is identified that flow speed is faster. If it is less count, it is assumed that revolution is slow because the water flow is slow on passing across the flow sensor. Fig.5 shows the flow sensor interfaced with Raspberry pi board. Figure 5 Interfacing of Flow meter sensor with Raspberry pi 4. Design Implementation The sensor reading were accessed from sensors using Raspberry Pi platform with the following specifications: • SBU Raspberry Pi 2 900 MHz Quad Code ARM Cortex-A7 • Bootable SanDisk Ultra 8GB micro SD Card • Sensors- LV-MaxSonar and YF-S201 Raspbian Os installation programming for sensors procedure for connecting Raspberry pi with laptop using putty an dXming server sre discussed in the following section 4.1 OS Installation in pi Download OS from link raspberrypi.org [ 11] Extract zip file to Memory card on computer or laptop Then insert SD card in to R pi SD card slot. Connect USB power cable, Connect HDMI to VGA cable and to Monitor, Connect Mouse and Keyboard to USB of R Pi After powering it will ask to install OS. We can select multiple OS. Select Rassbian OS. Select Keyboard type ZA. Click on Install. It will take 20 to 30 Mins. 4.2 Steps for Programming Connect raspberry pi Hardware setup, give supply Click on R pi symbol (Strawberry/like start in windows) Open Python 2 (IDLE) Click on File Select new file Untilled file will be open Write your code in this file 4.3 Steps for connecting Raspberry pi with laptop Though Raspberry Pi is “Pocket Size PC”, for debugging & project purposes its difficult to carry an additional display. Moreover we may not have HDMI display at places where we projects.. So, we need to connect the Raspberry pi to a laptop. The procedure to connect Pi to laptop is explained briefly in the following section. More details for readers are given in reference 12. 1.After Burning the raspbian OS to sd Connect Rp to my home router using ethernet cable.
  • 5. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 21 2.install Xming and putty in my laptop and start them. 3.Enable X-11 forwarding in putty, and login to raspberry pi's ip address from 2. 4.try to load 'lxsession' To do this simply: 1. In PuTTY: go to Connection->SSH->X11 2. Tick Enable X11 forwarding 3. Change X Display location to -> localhost:0 4. Run xming, connect to RPi with PuTTY 5. In the shell, type startlxde Now raspberry can be accessed from laptop using x ming server. The program in Python for both flood flow rate sensor and level sensor which are given in Appendix can be run and viewed from the x mingserver. 5 OPEN SOURCE IOT PLATFORM - THINGSPEAK There are various Open Source Cloud Platforms available Like Google Cloud Platform, ThingWorx, Thing Speak etc .In the present work we have used ThingSpeak. ThingSpeak is an open source Internet of Things (IoT) application and API to store . It retrieves data from different things using the HTTP protocol over the Internet or via a LAN. ThingSpeak empowers the making of sensor logging applications, area following applications, and an informal community of things with notices". Thing Speak was initially propelled by ioBridge in 2010 as an administration in help of IoT applications. Thing Speak has coordinated help from the numerical registering programming MATLAB from Math Works, permitting ThingSpeak clients to investigate and envision transferred information utilizing Matlab without requiring the buy of a Matlab permit from Math works. 5.1 Procedure for creating a Channel in ThingSpeak 1. Sign In to ThingSpeak™ using your Math Works® Account, or create a new Math Worksaccount. 2. Click Channels>My Channels. 3. On the Channels page, click New Channel. 4. Check the boxes next to Fields 1–3. Enter these channel setting values: Name: Flood flow rate Field 1: L/m Field 2: Field 3: 5. Click Save Channel at the bottom of the settings. You now see these tabs: 6. Private View: This tab displays information about your channel that only you can see. 7. Public View: If you choose to make your channel publicly available, use this tab to display selected fields and channel visualizations. 8. Channel Settings: This tab shows all the channel options you set at creation. You can edit, clear, or delete the channel from this tab. 9. Sharing: This tab shows channel sharing options. You can set a channel as private, shared with everyone (public), or shared with specific users. 10. API Keys: This tab displays your channel API keys. Use the keys to read from and write to your channel. 11. Data Import/Export: This tab enables you to import and export channel data. Next Steps Your channel is available for future use by clicking Channels>My Channels. For further details authors are advised to refer mathworks website [13] The program in Python for communication sensor data from Raspberry pi with the ThinSpeak are given in Appendix. Circuit diagram of the flood alerting system drawn using fritzing software is shown in figure 6 Flowchart shown in figure 7 represents the working of Flood monitoring and alerting system Prototype setup of Flood alerting system is shown in fig.8
  • 6. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 22 Fig.6 Circuit diagram of the flood alerting system drawn using Fritzing software Fig.7 Flowchart -working of flood alerting system. Fig.8 Prototype model of Flood Alerting System The above figure shows the prototype model to measure flood level and flow rate. . 6.RESULTS This online flood alerting system using Raspberry Pi4 Model B is very useful for government authoriries and general public in different aspects.. Our system is designed to measure the flood level and flood speed and the concerned authority can access the information from anywhere and anytime to get the details of the situation accordingly they can take the decision on this immediately. After the task of interfacing the sensors with raspberry pi and using appropriate python coding the results were obtained .Then the remote correspondence between raspberry pi and Thingspeak web server are successfully achieved. From the present project work , the following can be obtained • Water level in the river. • Flood flow rate • Transmit the information to the cloud. • Accessing of data at any time from any where in the world.
  • 7. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 23 • A real time data transmission and accessing system, The screen shot of Flow rate measurements and timestamps which are printed out to the console for every 5 seconds in shown in Fig. 9 Timestamp:2019-05-2022:00:41.267727 Flow rate: :25.06000 Timestamp:2019-05-2022:00:46.278729 Flow rate: :25.20000 Timestamp:2019-05-2022:00:51.283864 Flow rate: :25.208200 Figure 9 Screenshot of Flow rate measurements. Figure 10 Flood flow rate measured on Thingspeak Windows IOT-Platform) (a) Numerical Data (b) Graphical Data Figure 11: Thingsview Smart phone-IOT App: (a) Water level data (b) Flood flow rate data 7. CONCLUSION This project deals about the monitoring of flood speed and flood level remotely from anywhere in the world using internet through a personal computer or Smartphone and alert the general public. In this project raw data loaded in the cloud can be visualized in graphical format with in a very short span of time at a remote desk/ mobile app. We have used Raspberry pi and MALAB’s Thingspeak IOT platform along with the sensors for the first time to monitor and alert flood situation. In this system, sensors work with low input power and detects the flood level in the river with a high accuracy. It can detect even an inch raise of water level and give alert. We have tested this system by real time for water flow rate and water level measurement successfully. If the water level increases along with increase of flood flow speed , it will send an alert immediately. The project can be scaled up to a larger implementation with more channels for visualization by using other IOT platforms like Amazon-AWS , Google -Cloud IoT and Microsoft Azure. REFERENCES
  • 8. International Journal of Trendy Research in Engineering andTechnology Volume 5 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 24 1. A. Al-Fuqaha, M. Guizani, M. Mohammadi, M. Aledhari, and M. Ayyash, “Internet of things: A survey on enabling technologies, protocols, and applications,” IEEE Communications Surveys Tutorials, vol. 17, no. 4, pp. 2347–2376, Fourthquarter 2015. 2.S. W. Lo, J. H. Wu, F. P. Lin, and C. H. Hsu, “Cyber surveillance for flood disasters,” Sensors (Switzerland), 2015. 3.S. Azid, B. Sharma, K. Raghuwaiya, A. Chand, S. Prasad, and A. Jacquier, “SMS based flood monitoring and early warning system,” ARPN Journal of Engineering and Applied Sciences, 2015. 4.S. J. Priya, S. Akshaya, E. Aruna, J. A. M. Julie, and V. Ranjani, “Flood monitoring and alerting system,” International Journal of Computer Engineering & Technology (IJCET), vol. 8, no. 2, p. 15, Mar 2017. 5. D. Satria, S. Yana, R. Munadi, and S. Syahreza, “Prototype of google maps-based flood monitoring system using arduino and gsm module,” International Research Journal of Engineering and Technology (IRJET), vol. 4, no. 10, Oct 2017. 6. SimonMonk ,Raspberry Pi Cookbook, published by O'Reilly, 2014 7. Raspberry Pi: Making Amazing Projects Right from Scratch! by Packt Publishing (2016) 8.https://www.maxbotix.com/documents/HRLV- MaxSonar-EZ_Datasheet.pdf 9.http://www.maxbotix.com/Raspberry-Pi-with- Ultrasonic-Sensors-144/ . 10.https://files.amperka.ru/store-media/products/ water-flow-sensor/media/ YF-S201.pdf 11. https://www.raspberrypi.org/downloads/ 12.http://www.straightrunning.com/XmingNotes/pix ming.php 13.https://in.mathworks.com/help/thingspeak/collect- data-in-a-new-channel.html
  • 9. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 25 Annexure I
  • 10. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 26
  • 11. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 6 Oct' 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 27 Annexure II