SlideShare a Scribd company logo
1 of 4
Download to read offline
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

Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOparameshwar koneti
 
Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)fahima meem
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSaipandu143
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringSOHAM ADHYA
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUSouvik Kundu
 
home automation using ARM7 controller
home automation using ARM7 controllerhome automation using ARM7 controller
home automation using ARM7 controllerDHANAJI BURUNGALE
 
Wireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxWireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxAbhishekGM10
 
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 thingsBasavaraj Galagi
 
Iot based water quality monitoring system
Iot based water quality monitoring systemIot based water quality monitoring system
Iot based water quality monitoring systemBinayakreddy
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTDanish Mehraj
 
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 ThingsBasavaraj Galagi
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigationkajikho9
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iottashushy
 
DHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity SensorDHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity SensorRaghav Shetty
 
Final year project presentation IOT Based home security system
Final year project presentation IOT Based home security systemFinal year project presentation IOT Based home security system
Final year project presentation IOT Based home security systemSarmadMalik18
 

What's hot (20)

Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar Monitoring
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
 
home automation using ARM7 controller
home automation using ARM7 controllerhome automation using ARM7 controller
home automation using ARM7 controller
 
Wireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docxWireless E-Notice Board Using Bluetooth Report.docx
Wireless E-Notice Board Using Bluetooth Report.docx
 
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
 
Iot based water quality monitoring system
Iot based water quality monitoring systemIot based water quality monitoring system
Iot based water quality monitoring system
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoT
 
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
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
 
IoT Home Automation System
IoT Home Automation SystemIoT Home Automation System
IoT Home Automation System
 
Embedded Systems and IoT
Embedded Systems and IoTEmbedded Systems and IoT
Embedded Systems and IoT
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iot
 
Blue eye technology
Blue eye technologyBlue eye technology
Blue eye technology
 
DHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity SensorDHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity Sensor
 
Final year project presentation IOT Based home security system
Final year project presentation IOT Based home security systemFinal year project presentation IOT Based home security system
Final year project presentation IOT Based home security system
 

Similar to IoT Water Level Monitoring

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 Monitoringrahulmonikasharma
 
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 arduinoVishal 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 SystemIRJET 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 Systemrahulmonikasharma
 
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_.pptxSyeda 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 Parkijtsrd
 
IRJET - Smart Refrigerator using IoT
IRJET -  	  Smart Refrigerator using IoTIRJET -  	  Smart Refrigerator using IoT
IRJET - Smart Refrigerator using IoTIRJET 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 systemeSAT 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 IoTIRJET Journal
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTIRJET 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 ThingsIRJET Journal
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoTIRJET 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 ControllerIRJET Journal
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water ManagementIRJET 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 IOTrahulmonikasharma
 
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 ParkingIRJET 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 SystemIRJET Journal
 

Similar to IoT Water Level Monitoring (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 paperrahulmonikasharma
 
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 Frameworkrahulmonikasharma
 
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 Systemsrahulmonikasharma
 
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 Surveyrahulmonikasharma
 
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 MANETrahulmonikasharma
 
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 Formularahulmonikasharma
 
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 Pirahulmonikasharma
 
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 Nanoparticlesrahulmonikasharma
 
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-OFDMrahulmonikasharma
 
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 Systemrahulmonikasharma
 
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 Diagnosisrahulmonikasharma
 
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 Techniquerahulmonikasharma
 
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 Couplerrahulmonikasharma
 
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 Motorrahulmonikasharma
 
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 Studyrahulmonikasharma
 

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

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

IoT Water Level Monitoring

  • 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.