SlideShare a Scribd company logo
1 of 5
Wireless Monitoring and Controlling of Overhead
Water Tank
Aman Dang1, Monica Kathuria2, Mayank Sapra3, Shruti Gupta4, Mukul Tyagi5
B. Tech (4th Year), E.C, MIT Moradabad1, 3, 4, 5
Assistant Professor, E.C, MIT Moradabad2
dang.aman01@gmail.com1,monicakathuria7@gmail.com2,mayanksapra1992@gmail.com3
shruti.gupta13892@gmail.com4, mukul.tyagi21093@gmail.com5
ABSTRACT- Water scarcity is the serious issue in
major cities. It is a common problem which is faced
by every house owner, that when his tank is empty he
has to switch on the motor and switch the motor off
when it is full. Due to the busy life it is common that
the tank usually overflows without notice. One has to
keep on observing his tank water level to switch off
the motor once it is switched on. So these are the
everyday problem that motivated us in coming up
with an affordable, wireless automatic water level
control systemthat doesn’t need any attention once it
is installed.
In this paper we have discussed about design and
implementation of water level control system which
is wireless, automatic, cost effective and reliable. It
uses two Radio Frequency transceivers along with a
controller installed at the tank and sump. Radio
Frequency transceivers are used for wireless
communication. It is completely automated with the
help of a micro controller. Installation cost is reduced
since the system is wireless. It is reliable because it
has no problems arising after installation such as
breakage of wire.
Keywords -
Radio Frequency (RF), Acknowledgement (ACK),
Graphical User Interface (GUI).
I. INTRODUCTION
Sustainability of available water resource in many
region of the world is now a dominant issue. Water is
commonly used for agriculture, industry, and
domestic consumption. Therefore, efficient use and
water monitoring are potential constraint for home or
office water management system. In this paper we
discuss about automatic water level sensing and
controlling with wireless communication between the
tank and the sump. As water Level management
approach would help in reducing the home power
consumption and as well as water overflow.
This paper comprises of three parts, which is the
main part comprising the development of the system
that is capable to detect water level using the
switches placed inside the tank which is connected to
IC HT12E which is responsible for encoding the
interrupt and sending it to the RF transreceiver. The
second part is the system, which modulates the signal
that has been collected and it will transmit the
modulated signal via an antenna. The last part
contains the receiver side that contains the
microcontroller where the data i.e. received is
gathered and the level of the tank will be displayed
on the Graphical User Interface (GUI).
II. BLOCK DIAGRAM DESRIPTION
In this section we discuss about the design of our
proposed system “wireless automatic water level
control system”. The block diagram describes about
two main sections of the system, transmitting section
and Receiving section.
Transmitting section has a level sensor, encoder, RF
transceiver module and an antenna. The receiving
section consists of an LCD display, decoder, relay
logic, microcontroller, motor, pump, RF transceiver
and an antenna.
A. Level Sensor
The level is sensed with a help of switches placed in
the tank at different level. It works on the principle of
electrical conducting property of water. When water
reaches to the level of first switch that switch will
short and interrupt is send to the encoder IC and then
that signal is modulated and send to the RF
transreceiver for further action.
B. Microcontroller
The controller is the heart of entire design. The
controller used here is simple ATMEGA89S52 which
has a set of serial transmission and receiver pins, I/O
ports and timers, which are the basic requirements
system proposed. The encoder IC accepts the
acquired data from the sensors. Depending on the
condition of water level in the tank the output signals
are transmitted over a RF transceiver serially. In the
receiving end, a RF transceiver module, decodes it
and then microcontroller takes decision to ‘on’ the
motor or not.
C. R.F Transceiver
Basically a transceiver is a module which has a
transmitter and a receiver. Here we use a R.F
transceiver which transmits and receives R.F signal.
The frequency range of the signal is 433MHz. The
module modulates the data using a carrier signal of
frequency 433MHz and transmits through an antenna.
On the other hand it demodulates the received signal.
The modulation which takes place here is amplitude
shift keying. The module requires an external antenna
connected to it to transmit the signal. The length of
the antenna is 1/4th of the wavelength of the signal
and wavelength (ƛ) is calculated from C= f ƛ, where
C is the speed of light, f is the frequency of module
and ƛ is the wavelength of the signal. For the
433MHz module it is around 17cm.These
transceivers are placed at the sump and the tank for
the purpose of error free communication. So for
every request signal from the controller placed at the
tank, an acknowledgement signal is transmitted from
the controller at the sump. Suppose an error or loss of
data occurs during transmission, then the system is
programmed to re-transmit the data.
Fig. 1 Block diagram of wireless monitoring and controlling of overhead water tank.
III. PROCEDURE
The hardware design is as shown in the block
diagram. It has a microcontroller placed one at the
sump. They perform the task of controlling, error
detection and sequencing the communication. At the
tank there are four levels of water are taken into
account i.e. when the tank is almost empty as “LOW”
(below 25%), 50% level, 75% level and full as
“HIGH” (i.e. 100%). Here the switches will act as a
sensor in the tank as when 1st switch is short then it
send the signal to the encoder IC i.e., it reach 25%
level in this way there are 4 switches which decide
the level of the tank and send the signal to the
encoder IC. The outputs of the encoder IC are
amplified and given to the tank controller as
interrupts so that the highest priority is for “LOW”
level. So the conditions for tank controller to send
request are:
When a level “LOW” is detected.
When a level “HIGH” is detected.
As soon as an interrupt occurs, the tank controller has
to communicate with the one at the sump. So a
request is sent from the tank controller through R.F
module. For every request that it sends, the controller
at the sump has to acknowledge for communication
effectiveness. Suppose an acknowledgement is lost or
an error occurs then the request is retransmitted. The
communication bits are configured in such a way that
first 4 bits of transmission always indicates the
device identity and next bit is error detecting bit and
last 3 bits are data bit. When the receiver receives the
signal about the low level then the micro controller
start the motor and the level shown on the LCD
display as 25%,50%,75% and when the tank is full
with 100% then the micro controller at receiver
receives a signal that the tank is full so micro
controller will turn off the motor automatically.
A small prototype based on the above conditions is
written in C programming language. That is later
dumped into the microcontroller and the whole
hardware design is implemented and the serial
communication is handled by the serial buffer
register of the microcontroller with the help of
external RF module connected to the TX and RX pin.
The flow of the program can be well understood with
the help of flow chart given below.
Fig. 2 Flow diagram of wireless monitoring and controlling of overhead water tank.
START
IV. RESULTS
Water level at Tank Action at Transmitter side Action at Receiver side
When tank water level is 25% • Generates an encoded signal
• Transmits through RF transceiver
 Receives signal
 Checks decoded signal
 Sends ACK
 Switches motor ON
 Display level on LCD
.
When tank water level is 50% • Generates an encoded signal
• Transmits through RF transceiver
 Receives signal
 Display level on LCD
.
When tank water level is 75% • Generates an encoded signal
• Transmits through RF transceiver
 Receives signal
 Display level on LCD
When tank water level is 100% • Generates an encoded signal
• Transmits through RF transceiver
 Receives signal
 Checks decoded signal
 Sends ACK
 Switches motor OFF
 Display level on LCD
V. CONCLUSION
In this paper we have explained about the design of a
cost effective easy method to control the water level
of the tank wirelessly and automatically. As per our
design it is best implementable for houses and
offices. The range coverable is only up to domestic
and office areas. So implementing the low cost easy
maintainable wireless system is one among the
solutions. It has no problem such as breakage of wire
arising after installation. But the same idea can be
extended to large coverage area and can be
implemented in industries and also for irrigation
purpose. The wired sensors can be replaced by
wireless and the coverage area can be increased. The
wireless method of sensing can also be applied for
water leakage detection.
VII. REFERENCES
[1] Muktha Shankari , Jyothi , Manu E ,Naveen,
Harsha Herle, “Wireless Automatic Water Level
Control using Radio Frequency Communication.”
International Journal of Advanced Research in
Electrical,Electronics and Instrumentation
Engineering Vol. 2, Issue 4, April 2013
[2]R.Ramani, S.Selvaraju,S.Valarmathy,R.Thangam,
B.Rajasekaran, “WATER-LEVEL MONITOR FOR
BOREWELL AND WATER TANKBASED ON
GSM” R.Ramani et al. / International Journal of
Engineering Science and Technology (IJEST) Vol. 4
No.10 October 2012
[3] Raghavendra.R, M.Uttara Kumari,S.A.Hariprasad
International Journal of Advanced Research in
Computer Science and Software Engineering,
Volume 3, Issue 11, November 2013
[4] S. M. Khaled Reza, Shah Ahsanuzzaman Md.
Tariq, S.M. Mohsin Reza, “Microcontroller Based
Automated Water Level Sensing and Controlling:
Design and Implementation Issue, Proceedings of the
World Congress on Engineering and Computer
Science 2010 Vol I WCECS 2010, October 20-22,
2010, San Francisco, USA.
[5] S. M. Khaled Reza., Shah Ahsanuzzaman Md.
Tariq., and S.M. Mohsin Reza., “Microcontroller
Based Automated Water Level Sensing and
Controlling: Design and Implementation Issue”,
Proceedings of the World Congress on Engineering
and Computer Science, Vol 1, pp.1-7, 2010.
[6] Melaty Amirruddin., Nurhakimah M. Mukhtar.,
Hana A. Halim., and Nur S. Noorpi.,
“Microcontroller Based Water Level Indicator Using
GSM Modem: Design and Application”, 1st
International Conference on Future Trends in
Computing and Communication Technologies,
pp.79-83, 2012.
[7] Christian Reinisch., Wolfgang Kastner., Georg
Neugschwandtner., and Wolfgang Granzer., Wireless
Technologies in Home and Building Automation”,
5th IEEE international conference on Industrial
Informatics, Vol. 1, pp.93-98, 2007.
[8] Dr. Seema Verma., “Wireless Sensor Network
application for water quality monitoring in India”,
National Conference on Computing and
Communication Systems (NCCCS)., pp.1-5, 2012.
[9] Xizi Li., and Changyi Jiao., “Water Conservancy
Monitoring System Based On Wireless Sensor
Network”, 2nd International Conference on
Mechanical Automation and Control Engineering.,
pp.1858-1860, 2011.
[10] Yunpeng Liu., and Chen Yang., “Based on GSM
Network of Intelligent Telemetry Water System”,
International Conference on Electronics and
Optoelectronics, Vol.2, pp.220-222, 2011.

More Related Content

What's hot

Gsm based irrigation control
Gsm based irrigation controlGsm based irrigation control
Gsm based irrigation controlSatyam Tiwari
 
Innovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesInnovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesIAEME Publication
 
Remote control
Remote controlRemote control
Remote controlRiaz_raj
 
Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirHumayun2012
 
Audio amplification System
Audio amplification SystemAudio amplification System
Audio amplification SystemShivam Sharma
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemtheijes
 
Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).ITODO Victory
 
SRS-PDR-CDR_Rev_1_3
SRS-PDR-CDR_Rev_1_3SRS-PDR-CDR_Rev_1_3
SRS-PDR-CDR_Rev_1_3Zack Lyman
 
why time synchronization is important in power generation, transmission and ...
 why time synchronization is important in power generation, transmission and ... why time synchronization is important in power generation, transmission and ...
why time synchronization is important in power generation, transmission and ...Mohd Amir
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"Disha Modi
 
UNDERGROUND CABLE FAULT DISTANCE LOCATOR
UNDERGROUND CABLE FAULT DISTANCE LOCATORUNDERGROUND CABLE FAULT DISTANCE LOCATOR
UNDERGROUND CABLE FAULT DISTANCE LOCATORijiert bestjournal
 
SCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF TechnologySCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF TechnologyPatnam Shruthi
 
Can protocol implementation for industrial process control
Can protocol implementation for industrial process controlCan protocol implementation for industrial process control
Can protocol implementation for industrial process controlKhadarbaba Shaik
 
Can protocol implementation for industrial process control gsm
Can protocol implementation for industrial process control gsmCan protocol implementation for industrial process control gsm
Can protocol implementation for industrial process control gsmKhadarbaba Shaik
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorvivekmv716
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET Journal
 
Distributed remote temperature monitoring and acquisition system based on can...
Distributed remote temperature monitoring and acquisition system based on can...Distributed remote temperature monitoring and acquisition system based on can...
Distributed remote temperature monitoring and acquisition system based on can...Khadarbaba Shaik
 
WIRELESS POWER THEFT MONITORING SYSTEM
WIRELESS POWER THEFT MONITORING SYSTEMWIRELESS POWER THEFT MONITORING SYSTEM
WIRELESS POWER THEFT MONITORING SYSTEMvivatechijri
 

What's hot (20)

Gsm based irrigation control
Gsm based irrigation controlGsm based irrigation control
Gsm based irrigation control
 
Academic paper
Academic paperAcademic paper
Academic paper
 
Innovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesInnovative water saving agriculture by using resources
Innovative water saving agriculture by using resources
 
Remote control
Remote controlRemote control
Remote control
 
B42060609
B42060609B42060609
B42060609
 
Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobir
 
Audio amplification System
Audio amplification SystemAudio amplification System
Audio amplification System
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation system
 
Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).
 
SRS-PDR-CDR_Rev_1_3
SRS-PDR-CDR_Rev_1_3SRS-PDR-CDR_Rev_1_3
SRS-PDR-CDR_Rev_1_3
 
why time synchronization is important in power generation, transmission and ...
 why time synchronization is important in power generation, transmission and ... why time synchronization is important in power generation, transmission and ...
why time synchronization is important in power generation, transmission and ...
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
 
UNDERGROUND CABLE FAULT DISTANCE LOCATOR
UNDERGROUND CABLE FAULT DISTANCE LOCATORUNDERGROUND CABLE FAULT DISTANCE LOCATOR
UNDERGROUND CABLE FAULT DISTANCE LOCATOR
 
SCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF TechnologySCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF Technology
 
Can protocol implementation for industrial process control
Can protocol implementation for industrial process controlCan protocol implementation for industrial process control
Can protocol implementation for industrial process control
 
Can protocol implementation for industrial process control gsm
Can protocol implementation for industrial process control gsmCan protocol implementation for industrial process control gsm
Can protocol implementation for industrial process control gsm
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detector
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
 
Distributed remote temperature monitoring and acquisition system based on can...
Distributed remote temperature monitoring and acquisition system based on can...Distributed remote temperature monitoring and acquisition system based on can...
Distributed remote temperature monitoring and acquisition system based on can...
 
WIRELESS POWER THEFT MONITORING SYSTEM
WIRELESS POWER THEFT MONITORING SYSTEMWIRELESS POWER THEFT MONITORING SYSTEM
WIRELESS POWER THEFT MONITORING SYSTEM
 

Similar to research paper

PLC based Multichannel Automatic Liquid Level Controller
PLC based Multichannel Automatic Liquid Level ControllerPLC based Multichannel Automatic Liquid Level Controller
PLC based Multichannel Automatic Liquid Level ControllerVijay Badgujar
 
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADAIRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADAIRJET Journal
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.pptWajdi Bellil
 
Automation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robotAutomation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based roboteSAT Journals
 
211184120 report-2013
211184120 report-2013211184120 report-2013
211184120 report-2013homeworkping8
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Puja Singh
 
speed control of three phase induction motor using IOT
speed control of three phase induction motor using IOTspeed control of three phase induction motor using IOT
speed control of three phase induction motor using IOTswaroop009
 
Doc a.7-tlc report
Doc a.7-tlc reportDoc a.7-tlc report
Doc a.7-tlc report9951081577
 
110958678 ee-188-project
110958678 ee-188-project110958678 ee-188-project
110958678 ee-188-projecthomeworkping7
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSKunal Kabra
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicatorpalwinder virk
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET Journal
 
IRJET- Wireless Power Theft Monitoring System using Zigbee
IRJET- Wireless Power Theft Monitoring System using ZigbeeIRJET- Wireless Power Theft Monitoring System using Zigbee
IRJET- Wireless Power Theft Monitoring System using ZigbeeIRJET Journal
 
Advance water level sensing and automation
Advance water level sensing and automationAdvance water level sensing and automation
Advance water level sensing and automationMosin M
 
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...ijistjournal
 

Similar to research paper (20)

PLC based Multichannel Automatic Liquid Level Controller
PLC based Multichannel Automatic Liquid Level ControllerPLC based Multichannel Automatic Liquid Level Controller
PLC based Multichannel Automatic Liquid Level Controller
 
Narendra parmar
Narendra parmarNarendra parmar
Narendra parmar
 
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADAIRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
IRJET- Distant Monitoring and Controlling of Gated Dams using PLC and SCADA
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
 
Automation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robotAutomation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robot
 
Ctara report
Ctara reportCtara report
Ctara report
 
211184120 report-2013
211184120 report-2013211184120 report-2013
211184120 report-2013
 
Automatic Dam Shutter Opening System: A Review
Automatic Dam Shutter Opening System: A ReviewAutomatic Dam Shutter Opening System: A Review
Automatic Dam Shutter Opening System: A Review
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2
 
speed control of three phase induction motor using IOT
speed control of three phase induction motor using IOTspeed control of three phase induction motor using IOT
speed control of three phase induction motor using IOT
 
Doc a.7-tlc report
Doc a.7-tlc reportDoc a.7-tlc report
Doc a.7-tlc report
 
110958678 ee-188-project
110958678 ee-188-project110958678 ee-188-project
110958678 ee-188-project
 
P12 oct04
P12 oct04P12 oct04
P12 oct04
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORS
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicator
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth Fault
 
IRJET- Wireless Power Theft Monitoring System using Zigbee
IRJET- Wireless Power Theft Monitoring System using ZigbeeIRJET- Wireless Power Theft Monitoring System using Zigbee
IRJET- Wireless Power Theft Monitoring System using Zigbee
 
Advance water level sensing and automation
Advance water level sensing and automationAdvance water level sensing and automation
Advance water level sensing and automation
 
E044081720
E044081720E044081720
E044081720
 
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
 

research paper

  • 1. Wireless Monitoring and Controlling of Overhead Water Tank Aman Dang1, Monica Kathuria2, Mayank Sapra3, Shruti Gupta4, Mukul Tyagi5 B. Tech (4th Year), E.C, MIT Moradabad1, 3, 4, 5 Assistant Professor, E.C, MIT Moradabad2 dang.aman01@gmail.com1,monicakathuria7@gmail.com2,mayanksapra1992@gmail.com3 shruti.gupta13892@gmail.com4, mukul.tyagi21093@gmail.com5 ABSTRACT- Water scarcity is the serious issue in major cities. It is a common problem which is faced by every house owner, that when his tank is empty he has to switch on the motor and switch the motor off when it is full. Due to the busy life it is common that the tank usually overflows without notice. One has to keep on observing his tank water level to switch off the motor once it is switched on. So these are the everyday problem that motivated us in coming up with an affordable, wireless automatic water level control systemthat doesn’t need any attention once it is installed. In this paper we have discussed about design and implementation of water level control system which is wireless, automatic, cost effective and reliable. It uses two Radio Frequency transceivers along with a controller installed at the tank and sump. Radio Frequency transceivers are used for wireless communication. It is completely automated with the help of a micro controller. Installation cost is reduced since the system is wireless. It is reliable because it has no problems arising after installation such as breakage of wire. Keywords - Radio Frequency (RF), Acknowledgement (ACK), Graphical User Interface (GUI). I. INTRODUCTION Sustainability of available water resource in many region of the world is now a dominant issue. Water is commonly used for agriculture, industry, and domestic consumption. Therefore, efficient use and water monitoring are potential constraint for home or office water management system. In this paper we discuss about automatic water level sensing and controlling with wireless communication between the tank and the sump. As water Level management approach would help in reducing the home power consumption and as well as water overflow. This paper comprises of three parts, which is the main part comprising the development of the system that is capable to detect water level using the switches placed inside the tank which is connected to IC HT12E which is responsible for encoding the interrupt and sending it to the RF transreceiver. The second part is the system, which modulates the signal that has been collected and it will transmit the modulated signal via an antenna. The last part contains the receiver side that contains the microcontroller where the data i.e. received is gathered and the level of the tank will be displayed on the Graphical User Interface (GUI). II. BLOCK DIAGRAM DESRIPTION In this section we discuss about the design of our proposed system “wireless automatic water level control system”. The block diagram describes about two main sections of the system, transmitting section and Receiving section. Transmitting section has a level sensor, encoder, RF transceiver module and an antenna. The receiving section consists of an LCD display, decoder, relay logic, microcontroller, motor, pump, RF transceiver and an antenna. A. Level Sensor The level is sensed with a help of switches placed in the tank at different level. It works on the principle of electrical conducting property of water. When water reaches to the level of first switch that switch will short and interrupt is send to the encoder IC and then that signal is modulated and send to the RF transreceiver for further action. B. Microcontroller The controller is the heart of entire design. The controller used here is simple ATMEGA89S52 which has a set of serial transmission and receiver pins, I/O ports and timers, which are the basic requirements system proposed. The encoder IC accepts the acquired data from the sensors. Depending on the condition of water level in the tank the output signals are transmitted over a RF transceiver serially. In the receiving end, a RF transceiver module, decodes it
  • 2. and then microcontroller takes decision to ‘on’ the motor or not. C. R.F Transceiver Basically a transceiver is a module which has a transmitter and a receiver. Here we use a R.F transceiver which transmits and receives R.F signal. The frequency range of the signal is 433MHz. The module modulates the data using a carrier signal of frequency 433MHz and transmits through an antenna. On the other hand it demodulates the received signal. The modulation which takes place here is amplitude shift keying. The module requires an external antenna connected to it to transmit the signal. The length of the antenna is 1/4th of the wavelength of the signal and wavelength (ƛ) is calculated from C= f ƛ, where C is the speed of light, f is the frequency of module and ƛ is the wavelength of the signal. For the 433MHz module it is around 17cm.These transceivers are placed at the sump and the tank for the purpose of error free communication. So for every request signal from the controller placed at the tank, an acknowledgement signal is transmitted from the controller at the sump. Suppose an error or loss of data occurs during transmission, then the system is programmed to re-transmit the data. Fig. 1 Block diagram of wireless monitoring and controlling of overhead water tank. III. PROCEDURE The hardware design is as shown in the block diagram. It has a microcontroller placed one at the sump. They perform the task of controlling, error detection and sequencing the communication. At the tank there are four levels of water are taken into account i.e. when the tank is almost empty as “LOW” (below 25%), 50% level, 75% level and full as “HIGH” (i.e. 100%). Here the switches will act as a sensor in the tank as when 1st switch is short then it send the signal to the encoder IC i.e., it reach 25% level in this way there are 4 switches which decide the level of the tank and send the signal to the encoder IC. The outputs of the encoder IC are amplified and given to the tank controller as interrupts so that the highest priority is for “LOW” level. So the conditions for tank controller to send request are: When a level “LOW” is detected. When a level “HIGH” is detected.
  • 3. As soon as an interrupt occurs, the tank controller has to communicate with the one at the sump. So a request is sent from the tank controller through R.F module. For every request that it sends, the controller at the sump has to acknowledge for communication effectiveness. Suppose an acknowledgement is lost or an error occurs then the request is retransmitted. The communication bits are configured in such a way that first 4 bits of transmission always indicates the device identity and next bit is error detecting bit and last 3 bits are data bit. When the receiver receives the signal about the low level then the micro controller start the motor and the level shown on the LCD display as 25%,50%,75% and when the tank is full with 100% then the micro controller at receiver receives a signal that the tank is full so micro controller will turn off the motor automatically. A small prototype based on the above conditions is written in C programming language. That is later dumped into the microcontroller and the whole hardware design is implemented and the serial communication is handled by the serial buffer register of the microcontroller with the help of external RF module connected to the TX and RX pin. The flow of the program can be well understood with the help of flow chart given below. Fig. 2 Flow diagram of wireless monitoring and controlling of overhead water tank. START
  • 4. IV. RESULTS Water level at Tank Action at Transmitter side Action at Receiver side When tank water level is 25% • Generates an encoded signal • Transmits through RF transceiver  Receives signal  Checks decoded signal  Sends ACK  Switches motor ON  Display level on LCD . When tank water level is 50% • Generates an encoded signal • Transmits through RF transceiver  Receives signal  Display level on LCD . When tank water level is 75% • Generates an encoded signal • Transmits through RF transceiver  Receives signal  Display level on LCD When tank water level is 100% • Generates an encoded signal • Transmits through RF transceiver  Receives signal  Checks decoded signal  Sends ACK  Switches motor OFF  Display level on LCD V. CONCLUSION In this paper we have explained about the design of a cost effective easy method to control the water level of the tank wirelessly and automatically. As per our design it is best implementable for houses and offices. The range coverable is only up to domestic and office areas. So implementing the low cost easy maintainable wireless system is one among the solutions. It has no problem such as breakage of wire arising after installation. But the same idea can be extended to large coverage area and can be implemented in industries and also for irrigation purpose. The wired sensors can be replaced by wireless and the coverage area can be increased. The wireless method of sensing can also be applied for water leakage detection. VII. REFERENCES [1] Muktha Shankari , Jyothi , Manu E ,Naveen, Harsha Herle, “Wireless Automatic Water Level Control using Radio Frequency Communication.” International Journal of Advanced Research in Electrical,Electronics and Instrumentation Engineering Vol. 2, Issue 4, April 2013 [2]R.Ramani, S.Selvaraju,S.Valarmathy,R.Thangam, B.Rajasekaran, “WATER-LEVEL MONITOR FOR BOREWELL AND WATER TANKBASED ON GSM” R.Ramani et al. / International Journal of Engineering Science and Technology (IJEST) Vol. 4 No.10 October 2012 [3] Raghavendra.R, M.Uttara Kumari,S.A.Hariprasad International Journal of Advanced Research in Computer Science and Software Engineering, Volume 3, Issue 11, November 2013 [4] S. M. Khaled Reza, Shah Ahsanuzzaman Md. Tariq, S.M. Mohsin Reza, “Microcontroller Based Automated Water Level Sensing and Controlling: Design and Implementation Issue, Proceedings of the World Congress on Engineering and Computer Science 2010 Vol I WCECS 2010, October 20-22, 2010, San Francisco, USA. [5] S. M. Khaled Reza., Shah Ahsanuzzaman Md. Tariq., and S.M. Mohsin Reza., “Microcontroller Based Automated Water Level Sensing and Controlling: Design and Implementation Issue”, Proceedings of the World Congress on Engineering and Computer Science, Vol 1, pp.1-7, 2010. [6] Melaty Amirruddin., Nurhakimah M. Mukhtar., Hana A. Halim., and Nur S. Noorpi., “Microcontroller Based Water Level Indicator Using GSM Modem: Design and Application”, 1st International Conference on Future Trends in Computing and Communication Technologies, pp.79-83, 2012. [7] Christian Reinisch., Wolfgang Kastner., Georg Neugschwandtner., and Wolfgang Granzer., Wireless Technologies in Home and Building Automation”, 5th IEEE international conference on Industrial Informatics, Vol. 1, pp.93-98, 2007.
  • 5. [8] Dr. Seema Verma., “Wireless Sensor Network application for water quality monitoring in India”, National Conference on Computing and Communication Systems (NCCCS)., pp.1-5, 2012. [9] Xizi Li., and Changyi Jiao., “Water Conservancy Monitoring System Based On Wireless Sensor Network”, 2nd International Conference on Mechanical Automation and Control Engineering., pp.1858-1860, 2011. [10] Yunpeng Liu., and Chen Yang., “Based on GSM Network of Intelligent Telemetry Water System”, International Conference on Electronics and Optoelectronics, Vol.2, pp.220-222, 2011.