0% found this document useful (0 votes)
69 views4 pages

Wadekar 2016

Uploaded by

Julius
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views4 pages

Wadekar 2016

Uploaded by

Julius
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Smart Water Management Using IOT

Sayali Wadekar Vinayak Vakare Ramratan Prajapati Shivam Yadav Vijaypal Yadav
Department of Electronics Department of Electronics & Department of Department of Department of
& Telecommunication Telecommunication Electronics & Electronics & Electronics &
Engineering Engineering Telecommunication Telecommunication Telecommunication
Terna Engineering College, Terna Engineering College, Engineering Engineering Engineering
Navi Mumbai Navi Mumbai Terna Engineering Terna Engineering Terna Engineering
[email protected] [email protected] College, College, College,
Navi Mumbai Navi Mumbai Navi Mumbai

Abstract—This paper presents an IOT device which help to we have designed an IOT system with we can plan usage of
manage and plan the usage of water. This system can be easily water according to the availability.
installed in residential societies. Sensors placed in the tank which
continuously informs the water level at the current time. This II. BLOCK DIAGRAM
information will be updated on the cloud and using an android
application, user can visualize the water level on a Smartphone
anywhere that is connected to Internet. According to the level of
water in the tank the motor functioning will be automatically
controlled, at low level of water motor will automatically turn on
and when tank is about to fill up it will cut off.

Keywords—IOT device, Water Level sensor, cloud, android


application

I. INTRODUCTION
Internet of Things (IoT) has taken the world by storm since
its conception. The idea of connecting everything by wireless
technology sums up IoT. We can connect anything using the
sensors designed specifically for objects. IoT is the network of
Fig. 1 Block diagram
objects, devices, automobiles, houses and other items
embedded with electronic sensors, and connectivity to enable Sensor wires in the overhead tank will detect the level of
them to talk to each other and execute functions. IoT is water. Single stranded wire is used as sensor. Sensing will be
evolving fast alongside with the latest innovation occurring in done by operating the transistor in switch mode. When a
wireless technology and embedded technologies, With particular water level will be sensed and the corresponding
Microcontrollers working on low powers introduced that are level will be send to the ARM cortex M-4 microcontroller in
perfect for remotely deployed IoT systems to connect us and the CC3200 Launchpad, it will upload the corresponding level
work for years without any maintenance has made the IoT not of water on the cloud. This data on the cloud will be fetched by
only for luxury functions but also for needful data aggregation the android application and will be displayed to the end user. In
as for defense systems. The devices participating in IoT are this android application recent and previous water levels will
designed to be interoperable with different vendors of be displayed along with date and time. When the water level
embedded controllers as well as with different wireless goes below low level, motor will automatically turn on and
technologies. IoT is progressing with millions of things when water level goes above high level, motor will turn off
connecting each day to generate large amount of information automatically.
resulting in useful future actions.
This work focuses on a solution for ‘Water management’ in
urban areas with the help of IoT. Water is precious and the III. HARDWARE REQUIREMENT
supply needs to be regulated. Water demand is exponentially For the design of this hardware we have used CC3200 simple
growing high with the increase in population of the urban link Wi-Fi module designed for IOT applications, single
areas. To maintain the supply demand ration proper, It is stranded wires are used as water level sensors, BC 547
important to have systems to prevent any water loss & hence transistor used in switch mode to identify the level, 1kΩ

978-1-5090-0893-3/16/$31.00 ©2016 IEEE


resistors to limit the current flowing through the base and led • Two buttons and three Light Emitting Diodes for user
for indication of levels and a small water tank for display interaction
purpose. • Backchannel universal asynchronous receiver/transmitter
through USB to PC
• On board chip antenna with U.FL for conducted testing
• On board accelerometer and temperature sensor for out of box
demo
• Micro Universal Serial Bus connector for power and repair
connections

IV. SOFTWARE REQUIREMENT


For the installing the programs in the CC3200 module we used
Energia IDE software, CC3200 launchpad drivers and uniflash
software for flashing the CC3200 launchpad if required.

Fig. 2 CC3200MOD Simple link

SimpleLink CC3200MOD is a wireless MCU module that has


an ARM Cortex-M4 MCU that is used to develop an entire
application with a single device. It has on-chip Wi-Fi, Internet,
and robust security protocols that make it perfect for IoT
solutions. The CC3200MOD integrates all required system-
level hardware components including clocks, Serial Peripheral
Interface flash, Radio Frequency switch, and passives into an
LGA package for easy assembly and low-cost PCB design. The
microcontroller subsystem has an industry-standard ARM
Cortex-M4 core running at 80 MHz.
The device have capability to connect a wide different
peripherals such as fast I2S, parallel camera interface,
SD/MMC,UART, Serial Peripheral Interface, four-channel
ADC& I2C. The CC3200 family includes flexible embedded
RAM for encryption and data; ROM with external serial flash
boot loader and peripheral drivers; and Serial Peripheral
Interface flash for WiFi network processor service packs, WiFi
licenses, and identifications. The WiFi network processor
subsystem features a WiFi Internet on a chip and contains an
additional committed ARM Micro Controller Unit that
completely off-loads the applications MCU. CC3200 supports
WPA2 personal and enterprise security and WPS 2.0. The
WiFi Internet on a chip includes embedded TCP/IP and TLS-
SSL stacks, Hyper Text Transfer Protocol server, and support
multiple Internet protocols. The power-management subsystem
includes integrated DC to DC converters supporting a wide
range of supply voltages. This subsystem enables low-power
consumption modes, such as the sleep with RTC mode
requiring less than 7 μA of current.
Key Features:
Fig. 3 Circuit diagram
• CC3200 module, Simple Link Wi-Fi, internet on a chip
module solution with integrated MCU
• 40-pin LaunchPad standard that powers the Booster Pack V. SET UP OF DEVICE
ecosystem
• FTDI based JTAG simulation with serial port for flash The setup of the device is described as ahead; here CC3200
programming module is operated in station mode. For programming the
module we short the TCK pin and J2 pin using jumper wire.
External supply to the Launchpad is supplied by connecting
AA batteries on pin J20 or also through USB supply. SSID and
password are created so that it can connect to the network in
the region were installed. Sensor wires are connected to device
pin numbers P61, P59, P05, and P62. These pins will be
configured as digital input pins. Device pin numbers P01, P02,
P50, and P64 will be configured as digital output pins. This
output is connected to LED pins to indicate the water level.
Dweet.io provides free cloud service. Data from sensor can be
uploaded to cloud on dweet. So that sensor will get connected
to internet. To read the latest data from cloud following link is
used: https://dweet.io/get/latest/dweet/for/my-thing-name.
To read all the previous data from cloud following link is used: Fig. 5 Screenshot of Mobile Application
https://dweet.io/get/dweets/for/my-thing-name.The data from
cloud is read using JSOUP.JSOUP provides a very convenient
Application Program Interface for extracting and manipulating VII. FLOW CHART
data using DOM, CSS and jquery-like methods.

VI. WORKING
Sense water
level

yes
yes
If water level Motor
extremelylow on

no

yes
If water level
Fig 4. Water management prototype Display
low low
There are four levels in water tank , at each level there are four
sensors .The levels are as - motor on, low , medium, no
high(motor off) .The output of sensors are given to the base
terminal of npn transistor, which is working as a switch in
common emitter configuration. A wire with +VCC connection yes
If water level Display
is in the water tank .When the water level reaches at some
medium medium
level, sensor corresponding to that level comes in contact with
the vcc, output of sensor is given to the base of transistor which
make the circuit complete. The output from transistor is given no
to cc3200 launch pad general purpose input output
pins.CC3200 launch pad is programmed using energia
software, it works in the station mode ,in which user as to If water level yes Display
provide hotspot and the device will connect to it. If water level high high
is extremely low motor will get turn ON. This will display
Motor ON on the app and it starts filling overhead tank.
Similarly if water reaches to remaining level it will display no
corresponding level on app. Now if water level is high that is if
your overhead tank is filled completely motor will be turned Display no data
OFF. Now Launchpad will send these data to cloud, here we
have used dweet server. The data from this server will be
fetched to the mobile app. Mobile app will display the water
level and time. Along with present water level mobile app will
also display recent water level.
Dept. of Electr. Eng., Univ. PelitaHarapan, Tangerang,
OUTPUT SCREEN Indonesia
EndrowednesKuantama ; PonoMardjoko.
[2] Towards an IoT based water management system for a
campus, PrachetVerma ; Department of Electronic
Systems Engineering, Indian Institute of Science,
Bangalore ; Akshay Kumar ; NiheshRathod ; Pratik Jain.
[3] CC3200 SimpleLink Wi-Fi® and Internet-of-Things
solution, a Single-Chip Wireless MCU, www.ti.com

Fig. 6 Screenshot of application

Shown above is the output image of the water levels displayed.


The displayed output is shown in the format “DATE: WATER
LEVEL: CURRENT TIME”. The recent level shows the
current water level checked, while the previous water level
shows previously checked water levels.
VIII. CONCLUSION&FUTURE SCOPE
In our proposed system, water level can be monitored
continuously from anywhere using android application. Motor
can be controlled automatically full smart automation is
achieved. It is a robust system & small in size.
This device can be implemented at personal level. It can be
implemented in a bungalow or at industrial level. In a
bungalow it can be used as similarly described as above and at
industry it can be used to check water levels of different tanks
consisting of different types of liquids. According to the level
of liquids notifications will be sent to the authorized person. At
industry instead of metallic wires we can use ultrasonic sensors
which provide more accurate and calibrated information. It can
also be in flood prone areas to alert the people by sending
notification to the nearby people living. This can be done by
implementing the device at the banks of the rivers which are
flood prone. So if water level rises above a certain level
notification will be generated on app and alert can be send to
everyone. This system can also be used in dams in similar
fashion.

REFERENCES
[1] Design and Construction of Water Level Measurement
System Accessible through SMS, Made Saraswati

You might also like