SlideShare a Scribd company logo
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 94 - 97
______________________________________________________________________________________
94
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
IoT Based Water Level Monitoring System with an Android Application
Devireddy Pravallika
UG Scholar, Dept. of CSE,
Vasireddy Venkatadri Institute of
Technology, Guntur , AP, India
pravallikadsk@gmail.com
Devireddy Prathyusha
PG Scholar, Dept. of ECE, Vignan‟s
Nirula Institute of Technology and
Science for Women, Guntur, AP
prathyushadsk@gmail.com
Devireddy Srinivasa Kumar
Professor, Dept. of CSE,
Hosur Institute of Technology
&Science,Hosur,TN, India
srinivaskumar_d@yahoo.com
Abstract-The principle objective of our assignment is to display the water level as well as controlling with IoT and android application. Wastage
of water within the modern state of affairs, merely because of overflowing tanks isn't less expensive. Conventional water tanks can neither
reveal nor manage the water stage in tank, main to huge amount of wastage. A few different technologies had sure drawbacks in a few or the
alternative way. The want of removal of those quick-comings and offering an efficient and competitively priced solution has been the principle
focus of this assignment. The IoT platform we are using is Arduino which is an open source. The water level within the water tank is split into
most, minimal and nominal degrees indicated by using exclusive colorings for each. An ultrasonic sensor is positioned on the floor of the tank to
sense the water stage and the distance is dispatched to the android utility through Arduino. We can display the tank manually using an on/off
button provided within the android utility. The android application is a user interface which displays the tank format, a button for guide
operation and a led for indicating the motor popularity.
Keywords-ESP 8266, Ultrasonic Sensor, Android application, Arduino and LED
__________________________________________________*****_________________________________________________
1. INTRODUCTION
Water is one of the maximum critical fundamental desires for
all residing beings. Water is an important part of ordinary life.
Due to global environmental scenario, water control and
conservation is crucial for human survival. Now-a-days, there
were large needs of purchaser based totally humanitarian tasks
that would be rapidly developed the usage of net of factors
(IoT). But our proposed gadget measures water level in actual-
time and helps the user to display the water tank remotely the
use of android software. Within the previous technique, the
user have to check for the water stage sometimes, its miles
waste of time.
The proposed system is fully automated. Here human work and
time are saved. We proposed an IOT based water monitoring
system that measures water level in real-time. Smart water
tank: an IOT based android application implements IOT, with
which, the user can directly monitor and control the working of
tank through the smart phone, from anywhere. The android
application is developed to check the level of water and can
manually stop the motor if necessary. Automatically the motor
can be switched off whenever the level of water reaches the
maximum and minimum levels.
2. BASIC CONCEPTS
A. Arduino UNO
It is an IoT platform which has an external Wi-Fi module that
can connect to internet via hotspot using its SSID and
Password. It can be programmed to implement logic statements
as per requirement of the project. The ultrasonic sensor reads
the distance of water surface and returns it to Arduino UNO.
TheArduino UNO, when connected to internet, uploads this
value to cloud, which is an open source IoT platform. Also it
retrieves some values from cloud which are set by user in the
android application. Accordingly, the functioning of motor
depends upon the current water level and the maximum and
minimum levels.
Fig.1:Arduino Uno
B. Blynk – Android Application
Blynk is a Platform with iOS and Android apps to control
Arduino, Raspberry Pi and the likes over the Internet. It is a
digital dashboard where we can build a graphic interface for
our project by simply dragging and dropping widgets.
C. Ultrasonic Sensor
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 94 - 97
______________________________________________________________________________________
95
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Hc-sr04 ultrasonic is a ranging sensor. this low cost sensor
affords 2cm to 400cm of non-contact sizefunctionality with a
ranging accuracy that can attain up to 3mm. each hc-sr04
module includes an ultrasonic transmitter, a receiver and a
manipulate circuit.
Fig.2:Ultra Sonic Sensor
3. ARCHITECTURE DIAGRAM
A framework engineering or frameworks design is the applied
model that characterizes the structure, conduct, and more
perspectives of a system. A design is a formal depiction and
portrayal of a framework, composed in a way that backings
thinking about the structures and practices of the framework.
Fig.3: Block Diagram
Figure 3 represents the overall procedure of our system.
Whenever the water level exceeds the maximum level or
decreases through the minimum level the motor switch will
automatically on/off accordingly. The android application and
hardware are connected through Arduino via Wi-Fi hotspot or
Internet.
4. WORKING
In this project, we have used Arduino UNO as microcontroller.
The values of maximum and minimum levels are obtained by
Arduino using ESP. These values are set in the code written for
Arduino UNO. The current level of water is obtained from the
ultrasonic sensor. Depending upon these values, the motor is
turned ON / OFF.
Sl.
No.
Conditions of Water Level Motor Status
1 Water level below minimum
level
ON
2 Water level equal to or greater
than maximum level
OFF
3 Water level in between
minimum and maximum levels
Status can be
controlled by the
user
Table1: Proposed Working of water and Tank
Arduino is Associate in Nursing ASCII text file natural
philosophy platform supported easy to use hardware
and software system. Arduino boards square measure ready to
scan inputs lightweight on a detector, a finger on a button, or a
Twitter message and switch it into an associate in
nursing output and activating a motor, turning on associate in
nursing LED, commercial enterprise one thing on-line. You
will tell your board what to try to causation a
group of directions to the microcontroller on the board.
Blynk is a Platform with IOS and mechanical man apps to
regulate Arduino, Raspberry Pi and therefore the likes over the
net. It is a digital dashboard wherever you'll be able to build a
graphic interface for your project by merely dragging and
dropping widgets. It's a digital dashboard wherever you'll be
able to build a graphic interface for your project
by merely dragging and dropping widgets.
It‟s very straightforward toline everything up and you
may begin tinkering in under five minutes. Blynk isn't tied to
some specific board or protect. Instead, it's supporting
hardware of your selection. Whether or not your Arduino or
Raspberry Pi is connected to the net over Wi-Fi, local area
network or this new ESP8266 chip, Blynk can get you on-
line and prepared for the net of Things. It will
management hardware remotely, it will show device
information, and it will store information, visualize it and
do several alternative cool things.
5. IMPLEMENTATION
Depending on the water levels the status of motor will be
automatically controlled. If water level is in between both the
levels, then the user can exercise control by toggling the status
of motor from the android application. Buttons – ON and OFF
have been provided for the same. The application is designed
in such a way that it will show the instantaneous value of
current status of water in percentage.The height of tank is to be
set once in Arduino. This height shall be used to determine the
percentage of water. Calculations of the current water level
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 94 - 97
______________________________________________________________________________________
96
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
will be done with this. Making decisions with percentage
proves to be easier to implement the logic in programming.
Fig.4: Screenshot of water tank when it is full
Figure 4 shows that the tank is full and motor will be off
automatically as soon as the tank is full which can be seen in
Figure 5.
Fig.5: Water Tank is about to fill, Motor is OFF
Figure 5 is the screen which appears when the tank is full. As
soon as the tank is full, it shows the tank layout as pink in color
and automatically ledglows-on and motor onstate. When the
motor is stopped, the android application displays the water
level in percentage format
Fig.6: Water Tank is at nominal level & filling so, Led glows
ON
Figure 6 is the screen which appears when the tank is at above
minimum level. When the tank is at nominal level and the
motor is in working condition the LED glows and motor is ON.
The color indication of water at nominal level is green. The
user can stop the motor at desired level. When the user wishes
to clicks on the off button, then the motor will automatically
stop, which results in LED glows off. When the motor is
stopped, the android application displays the water level in
percentage format.
Fig.7: Water Tank is minimal level so, Led glows ON and
motor is in ON state
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 94 - 97
______________________________________________________________________________________
97
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Figure 7 is the screen which appears when the tank is at
minimum level. When the tank is at minimum level and the
motor is in idle state the LED glows off and motor is in OFF
status. The color indication of water at nominal level is light
green. The user can either stop the motor or start the motor.
When the water is at minimum level the motor automatically
starts and which resembles the LED glows. If the user doesn‟t
need the tank to fill completely then he can stop the motor.
When the motor is stopped, the android application displays
the water level in percentage format
6. CONCLUSION
In this paper, we have been discussing about the elements of
Smart phone and Water tank system. We actualized the
discontinuous notice framework using the current tank system.
There are a few preferences. Our connotation of this study is to
become a line up to a flexible and competitively priced, simple
configurable and most significantly, a
transportable system which may solve our water
wastage drawback.We have used ESP and Ultrasonic sensor
which reduces cost effectively and makes this project
economical. Also, this project doesn‟t require special different
tank for it, existing water tanks can be used. We have
successfully implemented this project.
7. APPLICATIONS AND FUTURE SCOPE:
This project has enormous applications. It can be installed in
the following areas:
1. Private houses or bungalows
2. Housing societies
3. Apartments
4. Institutions like schools and colleges, hostels
5. Hospitals
6. Offices
7. Municipal overhead tanks (with slight changes in hardware)
This project can be implemented for a wide range of different
sizes of water tanks making it a completely reliable solution.
8. REFERENCES:
[1] http://ieeexplore.ieee.org/document/8058250/
[2] https://www.arduino.cc/en/Tutorial/HomePage
[3] http://www.instructables.com/id/Using-the-ESP8266-
module/
[4] https://www.blynk.cc/
[5] https://examples.blynk.cc/?board=ESP8266&shield=ESP82
66WiFi&example= GettingStarted /BlynkBlink
[6] NikhilKedia,”Water Quality Monitoring for Rural Areas- A
Sensor Cloud Based Economical Project”, in 1st
International Conference on Next Generation Computing
Technologies (NGCT-2015) Dehradun, India, 4-5
September 2015. 978-1-4673-6809-4/15/$31.00 ©2015
IEEE
[7] Prof. Sayali. Wadekar “Smart water management using
IOT”, Wireless Networks and Embedded Systems (2016)
5th
International Conference on 27th
July 2017.
[8] Prof.Patawala Amatulla “IOT Based Water Management
for Smart City”, International Journal of Advanced
Research, Ideas and Innovations In Technology, Volume 3,
Issue 2 published in the year 2017.
[9] Shifeng Fang, LiDaXu. “An Integrated System for
Regional Environmental Monitoring and Management
Based on Internet of Things” [J], IEEE TRANSACTIONS
ON INDUSTRIAL INFORMATICS, VOL. 10, NO. 2,
MAY 2014, PP: 1596-1605
[10] Chen Tao, Xu Ling, Su Guofeng, Yuan Hongyong, Huang
Quanyi, “Architecture for Monitoring Urban Infrastructure
and Analysis Method for aSmart-safe City”, 2014 Sixth
International Conference on MeasuringTechnology and
Mechatronics Automation.pp:151-154
[11] V.C. Sharath, S. Suhas, B.N. Sachin Jain, S.B. Vinay
Kumar, C. Prasanna Kumar, “Smart aqua meter”, in
Advances in Electronics, Computers and Communications
(ICAECC), 2014 International Conference on, October
2014, pp. 1-5
[12] UltrasonicSensor.“HC-SRdatasheet”. [Online]. Available:
www.satistronics.com
[13] D. Giusto, A. Iera, G. Morabito, and L. Atzori, “The
Internet of Things”, Springer-Verlag, 2010.
[14] L. Atzori, A. Iera, and G. Morabito, “The internet of things:
A survey”, Computer Networks, vol. 54, no. 15, pp. 2787 –
2805, 2010.
[15] Thomton Inc., “Product Guide for Process Measurement
Instrumentation”, Thomton Inc., USA, 2000.
[16] Falmouth Scientific, Inc., “Specification Data Sheets,”
Falmouth Scientific, Inc., USA, 2000.
[17] AJ. Fougere, N.L. Brown and E. Hohart, „Btegrated CTD
oceanographic data collection platform,” OCEANOLOGY
92, Brighton, England, 1992.
[18] Amber Science Inc., “Model 4081 conductivity meter”,
Amber Science Inc., USA, 1999.
[19] Theoder R. Barben, “Tour electrode conductivity sensor”,
US Patent, Appl. No. 641,254, Oct 1978.
[20] M. H. Fotouhi Ghazvnii, M. Vahabi, M. F. A. Raised and
R. S. A. Raja Abdullah, “Energy Efficienc in M
802.15.4for Wireless Sensor Networks”, Proceedings of
IEEE 2008 6th
National Conference on Telecommunication
Technologies and IEEE 2008 2nd Malaysia Conference on
Photonics, Putrajya, Malaysia, Aug., 2008, pp. 289-294.

More Related Content

What's hot

microcontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantationmicrocontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantation
Rohithasangaraju
 
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
 
WIFI CONTROLLED SPY ROBOT CAR
WIFI CONTROLLED SPY ROBOT CARWIFI CONTROLLED SPY ROBOT CAR
WIFI CONTROLLED SPY ROBOT CAR
Anudeep Chowdary Kamepalli
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
praful borad
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture content
PAMULA MURALI
 
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Aman Gupta
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
Kuriakose Mathew
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
praful borad
 
seminar on invisible eye
seminar on invisible eyeseminar on invisible eye
seminar on invisible eye
Vashishth Narayan Kumar
 
Io t based water level monitoring system of dams in
Io t based water level monitoring system of dams inIo t based water level monitoring system of dams in
Io t based water level monitoring system of dams in
sangamesh kumbar
 
IoT based attendance system
IoT based attendance systemIoT based attendance system
IoT based attendance system
IRJET Journal
 
Water level indicator
Water level indicatorWater level indicator
Water level indicator
Md Rohel Uddin
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
KaRtHiCkR859827
 
Effective Smart water management with IoT.pdf
Effective  Smart water management with IoT.pdfEffective  Smart water management with IoT.pdf
Effective Smart water management with IoT.pdf
mithranmithran1
 
Accident detection
Accident detection Accident detection
Accident detection
Samana Rao
 
IRJET- Women Security System using GSM and GPS
IRJET-  	  Women Security System using GSM and GPSIRJET-  	  Women Security System using GSM and GPS
IRJET- Women Security System using GSM and GPS
IRJET Journal
 
Smart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportSmart Traffic Monitoring System Report
Smart Traffic Monitoring System Report
ALi Baker
 
Iot based water quality monitoring system
Iot based water quality monitoring systemIot based water quality monitoring system
Iot based water quality monitoring system
Binayakreddy
 
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLINGADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
Sai Komal
 
Internship Report on IOT & Robotics
Internship Report on IOT & RoboticsInternship Report on IOT & Robotics
Internship Report on IOT & Robotics
Aman Jaiswal
 

What's hot (20)

microcontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantationmicrocontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantation
 
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
 
WIFI CONTROLLED SPY ROBOT CAR
WIFI CONTROLLED SPY ROBOT CARWIFI CONTROLLED SPY ROBOT CAR
WIFI CONTROLLED SPY ROBOT CAR
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture content
 
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
 
seminar on invisible eye
seminar on invisible eyeseminar on invisible eye
seminar on invisible eye
 
Io t based water level monitoring system of dams in
Io t based water level monitoring system of dams inIo t based water level monitoring system of dams in
Io t based water level monitoring system of dams in
 
IoT based attendance system
IoT based attendance systemIoT based attendance system
IoT based attendance system
 
Water level indicator
Water level indicatorWater level indicator
Water level indicator
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
 
Effective Smart water management with IoT.pdf
Effective  Smart water management with IoT.pdfEffective  Smart water management with IoT.pdf
Effective Smart water management with IoT.pdf
 
Accident detection
Accident detection Accident detection
Accident detection
 
IRJET- Women Security System using GSM and GPS
IRJET-  	  Women Security System using GSM and GPSIRJET-  	  Women Security System using GSM and GPS
IRJET- Women Security System using GSM and GPS
 
Smart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportSmart Traffic Monitoring System Report
Smart Traffic Monitoring System Report
 
Iot based water quality monitoring system
Iot based water quality monitoring systemIot based water quality monitoring system
Iot based water quality monitoring system
 
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLINGADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
 
Internship Report on IOT & Robotics
Internship Report on IOT & RoboticsInternship Report on IOT & Robotics
Internship Report on IOT & Robotics
 

Similar to IoT Based Water Level Monitoring System with an Android Application

IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
rahulmonikasharma
 
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
 
A Comparative Study of Internet of Things Based Home Automation System
A Comparative Study of Internet of Things Based Home Automation SystemA Comparative Study of Internet of Things Based Home Automation System
A Comparative Study of Internet of Things Based Home Automation System
IRJET Journal
 
IoT and Fingerprint Based Door Looking System
IoT and Fingerprint Based Door Looking SystemIoT and Fingerprint Based Door Looking System
IoT and Fingerprint Based Door Looking System
rahulmonikasharma
 
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxAutomatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Syeda Nasiha
 
Automatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University ParkAutomatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University Park
ijtsrd
 
IRJET - Smart Refrigerator using IoT
IRJET -  	  Smart Refrigerator using IoTIRJET -  	  Smart Refrigerator using IoT
IRJET - Smart Refrigerator using IoT
IRJET Journal
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
IRJET Journal
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition system
eSAT Journals
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET Journal
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
IRJET Journal
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
IRJET Journal
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
IRJET Journal
 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET Journal
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
IRJET Journal
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
IRJET Journal
 
Smart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTSmart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOT
rahulmonikasharma
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET Journal
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
IRJET Journal
 
IRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing SystemIRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing System
IRJET Journal
 

Similar to IoT Based Water Level Monitoring System with an Android Application (20)

IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
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
 
A Comparative Study of Internet of Things Based Home Automation System
A Comparative Study of Internet of Things Based Home Automation SystemA Comparative Study of Internet of Things Based Home Automation System
A Comparative Study of Internet of Things Based Home Automation System
 
IoT and Fingerprint Based Door Looking System
IoT and Fingerprint Based Door Looking SystemIoT and Fingerprint Based Door Looking System
IoT and Fingerprint Based Door Looking System
 
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxAutomatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
 
Automatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University ParkAutomatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University Park
 
IRJET - Smart Refrigerator using IoT
IRJET -  	  Smart Refrigerator using IoTIRJET -  	  Smart Refrigerator using IoT
IRJET - Smart Refrigerator using IoT
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition system
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
Smart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTSmart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOT
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
IRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing SystemIRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing System
 

More from rahulmonikasharma

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
rahulmonikasharma
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
rahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
rahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
rahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
rahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
rahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
rahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
rahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
rahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
rahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
rahulmonikasharma
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
rahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
rahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
rahulmonikasharma
 
Advancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A StudyAdvancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A Study
rahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 
Advancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A StudyAdvancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A Study
 

Recently uploaded

一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
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
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 

Recently uploaded (20)

一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
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
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 

IoT Based Water Level Monitoring System with an Android Application

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 94 - 97 ______________________________________________________________________________________ 94 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ IoT Based Water Level Monitoring System with an Android Application Devireddy Pravallika UG Scholar, Dept. of CSE, Vasireddy Venkatadri Institute of Technology, Guntur , AP, India pravallikadsk@gmail.com Devireddy Prathyusha PG Scholar, Dept. of ECE, Vignan‟s Nirula Institute of Technology and Science for Women, Guntur, AP prathyushadsk@gmail.com Devireddy Srinivasa Kumar Professor, Dept. of CSE, Hosur Institute of Technology &Science,Hosur,TN, India srinivaskumar_d@yahoo.com Abstract-The principle objective of our assignment is to display the water level as well as controlling with IoT and android application. Wastage of water within the modern state of affairs, merely because of overflowing tanks isn't less expensive. Conventional water tanks can neither reveal nor manage the water stage in tank, main to huge amount of wastage. A few different technologies had sure drawbacks in a few or the alternative way. The want of removal of those quick-comings and offering an efficient and competitively priced solution has been the principle focus of this assignment. The IoT platform we are using is Arduino which is an open source. The water level within the water tank is split into most, minimal and nominal degrees indicated by using exclusive colorings for each. An ultrasonic sensor is positioned on the floor of the tank to sense the water stage and the distance is dispatched to the android utility through Arduino. We can display the tank manually using an on/off button provided within the android utility. The android application is a user interface which displays the tank format, a button for guide operation and a led for indicating the motor popularity. Keywords-ESP 8266, Ultrasonic Sensor, Android application, Arduino and LED __________________________________________________*****_________________________________________________ 1. INTRODUCTION Water is one of the maximum critical fundamental desires for all residing beings. Water is an important part of ordinary life. Due to global environmental scenario, water control and conservation is crucial for human survival. Now-a-days, there were large needs of purchaser based totally humanitarian tasks that would be rapidly developed the usage of net of factors (IoT). But our proposed gadget measures water level in actual- time and helps the user to display the water tank remotely the use of android software. Within the previous technique, the user have to check for the water stage sometimes, its miles waste of time. The proposed system is fully automated. Here human work and time are saved. We proposed an IOT based water monitoring system that measures water level in real-time. Smart water tank: an IOT based android application implements IOT, with which, the user can directly monitor and control the working of tank through the smart phone, from anywhere. The android application is developed to check the level of water and can manually stop the motor if necessary. Automatically the motor can be switched off whenever the level of water reaches the maximum and minimum levels. 2. BASIC CONCEPTS A. Arduino UNO It is an IoT platform which has an external Wi-Fi module that can connect to internet via hotspot using its SSID and Password. It can be programmed to implement logic statements as per requirement of the project. The ultrasonic sensor reads the distance of water surface and returns it to Arduino UNO. TheArduino UNO, when connected to internet, uploads this value to cloud, which is an open source IoT platform. Also it retrieves some values from cloud which are set by user in the android application. Accordingly, the functioning of motor depends upon the current water level and the maximum and minimum levels. Fig.1:Arduino Uno B. Blynk – Android Application Blynk is a Platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. It is a digital dashboard where we can build a graphic interface for our project by simply dragging and dropping widgets. C. Ultrasonic Sensor
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 94 - 97 ______________________________________________________________________________________ 95 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Hc-sr04 ultrasonic is a ranging sensor. this low cost sensor affords 2cm to 400cm of non-contact sizefunctionality with a ranging accuracy that can attain up to 3mm. each hc-sr04 module includes an ultrasonic transmitter, a receiver and a manipulate circuit. Fig.2:Ultra Sonic Sensor 3. ARCHITECTURE DIAGRAM A framework engineering or frameworks design is the applied model that characterizes the structure, conduct, and more perspectives of a system. A design is a formal depiction and portrayal of a framework, composed in a way that backings thinking about the structures and practices of the framework. Fig.3: Block Diagram Figure 3 represents the overall procedure of our system. Whenever the water level exceeds the maximum level or decreases through the minimum level the motor switch will automatically on/off accordingly. The android application and hardware are connected through Arduino via Wi-Fi hotspot or Internet. 4. WORKING In this project, we have used Arduino UNO as microcontroller. The values of maximum and minimum levels are obtained by Arduino using ESP. These values are set in the code written for Arduino UNO. The current level of water is obtained from the ultrasonic sensor. Depending upon these values, the motor is turned ON / OFF. Sl. No. Conditions of Water Level Motor Status 1 Water level below minimum level ON 2 Water level equal to or greater than maximum level OFF 3 Water level in between minimum and maximum levels Status can be controlled by the user Table1: Proposed Working of water and Tank Arduino is Associate in Nursing ASCII text file natural philosophy platform supported easy to use hardware and software system. Arduino boards square measure ready to scan inputs lightweight on a detector, a finger on a button, or a Twitter message and switch it into an associate in nursing output and activating a motor, turning on associate in nursing LED, commercial enterprise one thing on-line. You will tell your board what to try to causation a group of directions to the microcontroller on the board. Blynk is a Platform with IOS and mechanical man apps to regulate Arduino, Raspberry Pi and therefore the likes over the net. It is a digital dashboard wherever you'll be able to build a graphic interface for your project by merely dragging and dropping widgets. It's a digital dashboard wherever you'll be able to build a graphic interface for your project by merely dragging and dropping widgets. It‟s very straightforward toline everything up and you may begin tinkering in under five minutes. Blynk isn't tied to some specific board or protect. Instead, it's supporting hardware of your selection. Whether or not your Arduino or Raspberry Pi is connected to the net over Wi-Fi, local area network or this new ESP8266 chip, Blynk can get you on- line and prepared for the net of Things. It will management hardware remotely, it will show device information, and it will store information, visualize it and do several alternative cool things. 5. IMPLEMENTATION Depending on the water levels the status of motor will be automatically controlled. If water level is in between both the levels, then the user can exercise control by toggling the status of motor from the android application. Buttons – ON and OFF have been provided for the same. The application is designed in such a way that it will show the instantaneous value of current status of water in percentage.The height of tank is to be set once in Arduino. This height shall be used to determine the percentage of water. Calculations of the current water level
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 94 - 97 ______________________________________________________________________________________ 96 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ will be done with this. Making decisions with percentage proves to be easier to implement the logic in programming. Fig.4: Screenshot of water tank when it is full Figure 4 shows that the tank is full and motor will be off automatically as soon as the tank is full which can be seen in Figure 5. Fig.5: Water Tank is about to fill, Motor is OFF Figure 5 is the screen which appears when the tank is full. As soon as the tank is full, it shows the tank layout as pink in color and automatically ledglows-on and motor onstate. When the motor is stopped, the android application displays the water level in percentage format Fig.6: Water Tank is at nominal level & filling so, Led glows ON Figure 6 is the screen which appears when the tank is at above minimum level. When the tank is at nominal level and the motor is in working condition the LED glows and motor is ON. The color indication of water at nominal level is green. The user can stop the motor at desired level. When the user wishes to clicks on the off button, then the motor will automatically stop, which results in LED glows off. When the motor is stopped, the android application displays the water level in percentage format. Fig.7: Water Tank is minimal level so, Led glows ON and motor is in ON state
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 94 - 97 ______________________________________________________________________________________ 97 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Figure 7 is the screen which appears when the tank is at minimum level. When the tank is at minimum level and the motor is in idle state the LED glows off and motor is in OFF status. The color indication of water at nominal level is light green. The user can either stop the motor or start the motor. When the water is at minimum level the motor automatically starts and which resembles the LED glows. If the user doesn‟t need the tank to fill completely then he can stop the motor. When the motor is stopped, the android application displays the water level in percentage format 6. CONCLUSION In this paper, we have been discussing about the elements of Smart phone and Water tank system. We actualized the discontinuous notice framework using the current tank system. There are a few preferences. Our connotation of this study is to become a line up to a flexible and competitively priced, simple configurable and most significantly, a transportable system which may solve our water wastage drawback.We have used ESP and Ultrasonic sensor which reduces cost effectively and makes this project economical. Also, this project doesn‟t require special different tank for it, existing water tanks can be used. We have successfully implemented this project. 7. APPLICATIONS AND FUTURE SCOPE: This project has enormous applications. It can be installed in the following areas: 1. Private houses or bungalows 2. Housing societies 3. Apartments 4. Institutions like schools and colleges, hostels 5. Hospitals 6. Offices 7. Municipal overhead tanks (with slight changes in hardware) This project can be implemented for a wide range of different sizes of water tanks making it a completely reliable solution. 8. REFERENCES: [1] http://ieeexplore.ieee.org/document/8058250/ [2] https://www.arduino.cc/en/Tutorial/HomePage [3] http://www.instructables.com/id/Using-the-ESP8266- module/ [4] https://www.blynk.cc/ [5] https://examples.blynk.cc/?board=ESP8266&shield=ESP82 66WiFi&example= GettingStarted /BlynkBlink [6] NikhilKedia,”Water Quality Monitoring for Rural Areas- A Sensor Cloud Based Economical Project”, in 1st International Conference on Next Generation Computing Technologies (NGCT-2015) Dehradun, India, 4-5 September 2015. 978-1-4673-6809-4/15/$31.00 ©2015 IEEE [7] Prof. Sayali. Wadekar “Smart water management using IOT”, Wireless Networks and Embedded Systems (2016) 5th International Conference on 27th July 2017. [8] Prof.Patawala Amatulla “IOT Based Water Management for Smart City”, International Journal of Advanced Research, Ideas and Innovations In Technology, Volume 3, Issue 2 published in the year 2017. [9] Shifeng Fang, LiDaXu. “An Integrated System for Regional Environmental Monitoring and Management Based on Internet of Things” [J], IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 10, NO. 2, MAY 2014, PP: 1596-1605 [10] Chen Tao, Xu Ling, Su Guofeng, Yuan Hongyong, Huang Quanyi, “Architecture for Monitoring Urban Infrastructure and Analysis Method for aSmart-safe City”, 2014 Sixth International Conference on MeasuringTechnology and Mechatronics Automation.pp:151-154 [11] V.C. Sharath, S. Suhas, B.N. Sachin Jain, S.B. Vinay Kumar, C. Prasanna Kumar, “Smart aqua meter”, in Advances in Electronics, Computers and Communications (ICAECC), 2014 International Conference on, October 2014, pp. 1-5 [12] UltrasonicSensor.“HC-SRdatasheet”. [Online]. Available: www.satistronics.com [13] D. Giusto, A. Iera, G. Morabito, and L. Atzori, “The Internet of Things”, Springer-Verlag, 2010. [14] L. Atzori, A. Iera, and G. Morabito, “The internet of things: A survey”, Computer Networks, vol. 54, no. 15, pp. 2787 – 2805, 2010. [15] Thomton Inc., “Product Guide for Process Measurement Instrumentation”, Thomton Inc., USA, 2000. [16] Falmouth Scientific, Inc., “Specification Data Sheets,” Falmouth Scientific, Inc., USA, 2000. [17] AJ. Fougere, N.L. Brown and E. Hohart, „Btegrated CTD oceanographic data collection platform,” OCEANOLOGY 92, Brighton, England, 1992. [18] Amber Science Inc., “Model 4081 conductivity meter”, Amber Science Inc., USA, 1999. [19] Theoder R. Barben, “Tour electrode conductivity sensor”, US Patent, Appl. No. 641,254, Oct 1978. [20] M. H. Fotouhi Ghazvnii, M. Vahabi, M. F. A. Raised and R. S. A. Raja Abdullah, “Energy Efficienc in M 802.15.4for Wireless Sensor Networks”, Proceedings of IEEE 2008 6th National Conference on Telecommunication Technologies and IEEE 2008 2nd Malaysia Conference on Photonics, Putrajya, Malaysia, Aug., 2008, pp. 289-294.