You are on page 1of 6

INTELLIGENT

IRRIGATION
TEAM MEMBERS

1. Sumanth.S.Naik email:sum_naik@rediff.com ph: 9964358098

2. Prasad Patil email:prasad3p@gmail.com ph: 9663364284

COLLEGE: Gogte Institute of Technology, Belgaum, Karnataka

efficiently and satisfying the


Abstract water requirements of plants.

‘Water’ is very
important aspect in agriculture.
1.0 Introduction
The farmer doesn’t efficiently
supply water to plants and is ‘Water ‘is an important element
unaware of the art of managing to everyone. But for the farmers this
the available water resources. ‘H2O’ is more important than to
This in turn results in less anyone .The reason being his profession
production and wastage of of raising crops is heavily water
water. Therefore in order to dependent.
tackle this problem we propose But unfortunately our farmer is
this idea of ‘Intelligent not a good manager. I mean he cannot
Irrigation’. The paper presents efficiently manage the water resources
the details of implementation available to him. Whenever the plants
and important results. The are saturated with water the farmer is in
highlight of the paper is the a mood of giving more water and
details regarding the soil whenever the plants are thirsty the
moisture sensor which we have farmer doesn’t cater to the needs of
constructed by our own and the plants. Not that he does it
control system which we intentionally .But he is not so intelligent
constructed using a single op- to determine how much water the plant
amp configured to act as needs and water them. And it’s very
comparator unlike the significant that an optimum moisture
traditional microcontroller level must be maintained for efficient
based systems. The cost of the growth of plants.
total system is very less and the Although there are methods
size too. We finally discuss which have been advised for efficient
some changes based on the irrigation. They have their own
results. We believe that this limitations and problems. Most of them
system will upsurge the are based on rain sensors. Just using rain
agriculture production by sensors won’t give a complete picture of
managing water resources the amount of water that has to be
irrigated because it involves other
factors too. The present techniques use sensor is less accurate it served our
what is called ‘Irrigation Scheduling’ purpose.
where in the timer is programmed to 3.1 Principle of Gypsum
water the plants for a fixed time. Using
this method there is always a possibility block soil moisture sensor.
of oversupplying or undersupplying
water; since there is no feedback. The gypsum block sensor
So as a solution to these basically consists of a gypsum block
problems we propose the idea of with two electrodes. The Gypsum block
‘Intelligent Irrigation’; which is based on sensor when placed in soil absorbs water
soil moisture sensor. Here we employ till the matric potential of water and that
closed loop feedback. of gypsum block are equal. The
resistance between the leads varies in
accordance with absorbed water. This
2.0 What is ‘Intelligent resistance can be converted to
proportional voltage using a bridge
Irrigation’? network.[1][10][11][12]
Intelligent Irrigation’ system 3.2 Construction of the
senses the moisture level in soil using Gypsum block soil moisture
‘soil moisture sensor’ and waters the sensor
required amount of water to plants; that The soil moisture sensor was
maintains the required amount of fabricated using Plaster of Paris which
moisture level in the root zones. The soil we brought from a local Ganapati idol
moisture sensor and control system are maker .We put the Plaster of Paris in a
explained in following sections. suitable mould and inserted two copper
wires and that’s it; our soil moisture
3.0 Design of soil sensor was ready.
The resistance of gypsum block
moisture sensor sensor varies with moisture. In order to
The first thing which we did in convert the change in resistance to
our project was to find a suitable soil proportional change in voltage we
moisture sensor for our project. But we employed the following bridge circuit as
found out that the soil moisture sensor shown in fig 1.
was not easily available and whatever
was available was very costly with a
starting cost of Rs 5000.[9].So we
decided to construct our own soil R1
V1
moisture sensor; precisely speaking the 5V
R2
220kohm
R4
Gypsum block soil moisture sensor. 220kohm 220kohm Output

Although there are many sensors


based on different principles we chose
gypsum block sensor because of its sensor
comparative low cost and it seemed to us
that we could easily fabricate it. Even Fig 1.Soil moisture sensor complete
though gypsum block soil moisture module
Table 1.Showing sensor readings for
The change in voltage with different moisture levels.
respect to change in resistance is
obtained at the output.
4.0 Design of control
3.3 Testing the sensor
The sensor test readings were circuit
taken as follows.
4.1 Microcontroller based
We chose a small pot and
inserted the soil moisture sensor .The system
corresponding reading was taken. Then The microcontroller based
the output was measured by adding system is as follows.
250ml of water. Another 250ml of water
was added and the reading was taken
and the process continued till the total Sensor µc
ADC
water poured was 1ltr of water. output
Here we found that readings
were a bit fluctuating. After some
research we found that the fluctuation Additional
was due to interionic movement in the Control valves
circuitry
soil. This fluctuation can be reduced
using Ac voltage because in this case the
net interionic movement over a complete Fig 2.Microcontroller
ac cycle is zero. based system
But we stuck with using Dc
voltage since the fluctuations were not The microcontroller based
large and were negligible. system as shown in fig 2 consists of an
analog to digital converter that converts
One sample of the observed readings is the analog voltages into digital voltages.
presented here in table 1. It also consists of the microcontroller
and additional circuitry to drive the
Condition Output voltage valves.
When sensor was 2.9volts
not inserted in soil The output of the sensor is given
When sensor was 3.3 volts to analog to digital converter. The adc
inserted in dry soil output is given to the
With 250ml of 3.7 volts microcontroller.The microcontroller
water in the pot checks if the input voltage is greater or
With 500 ml of 4.2 volts less than the threshold voltage and takes
water in the pot the appropriate decision.Here the
With 750ml of 4.5 volts threshold voltage corresponds to the
water in the pot required moisture level.
With 1000ml of 4.7 volts
water in mater
Flow chart of microcontroller program Sensor
Comparator
output
Start

Delay Control Additional


valves circuitry

Read sensor data


Fig 3.op amp based control system

lesser Check Greater The op amp based system as


moisture shown in fig 3 consists of comparator,
and some additional circuitry to drive the
On the Take no solenoid valves.
valve action
The sensor output is given to the
operational amplifier .The operational
amplifier is configured, to act as
Since the response of gypsum block comparator. Here we have used IC 741
sensor is not instantaneous some delay is op amp .One of the op-amp input
requires to achieve equilibrium. terminal is at fixed reference voltage.
The reference voltage is an indication of
4.2 Op-Amp based control threshold moisture level. The sensor
system output is given to other input terminal.
Depending on whether the sensor output
In our due course of experiments is greater or less than reference voltage
we found that we could replace the control valve is switched on or off.
microcontroller with an op-amp
configured to act as comparator. 5.0 Application of
intelligent irrigation
system to the field
After studying the range of
moisture distribution, we now propose
the framework as how it can be applied
to the field .Considering a one acre land
we can divide the field into small
sections and sensors can be applied to
each section in order to achieve better
results.
valves we achieved it using comparator
which makes it cheap. But if we want to
6.0 Results go with additional interfaces then
It was observed that the op amp microcontroller based system would be a
based control system worked in the same better option. Here we employ closed
manner as that of the general loop feedback that ensures accuracy. But
microcontroller based circuitry .In turn if we want more accuracy then we can
this added to our advantage. In the op use ac voltage to excite the bridge
amp based system the additional network and obtain the proportional
circuitry required to operate solenoid voltage in accordance with the moisture
valves was reduced as compared to that levels. In case instantaneous response is
in the microcontroller based system. desired we can use the capacitive sensor,
Another observation was that the but the cost increases a bit.
output of sensor was not instantaneous So we can say that ‘Intelligent
and that it required some time to switch irrigation’ ensures that the plants are not
the output I accordance with varying left hungry, and water is judiciously
miosture. used thus preventing wastage. This will
7.0 Capacitive sensor result in increase yield, and better
As stated in our observations we standard of living for the farmers. So
found that the response of gypsum with farmers becoming rich their wives
sensor is not instantaneous.This problem will have more money to spend and thus
can be solved by using capacitve soil they will keep the farmers at peace. And
moisture sensor.A brief explaination of finally this will make our farmers
capacitve soil moisture sensor is as happy .A happy farmer in turn ensures a
follows. happy and prosperous nation because as
Soil moisture content may be we all know ‘Farmers are the backbone
determined via its effect on dielectric of the nation’.
constant by measuring the capacitance
between two electrodes implanted in the
soil.Where soil moisture is 9.0 References
predominantly in the form of free water 1. Alberto Pardossi, Luca Incrocci,
the dielectric constant is directly ” Root Zone Sensors for
proportional to the moisture content.The Irrigation Management in
probe is normally given a frequency Intensive Agriculture”, ISSN
exitation to permit the measurement of 1424-8220
dielectric constant.The major advantage 2. Bernard Cardenas-Lailhacar,
of capacitive sensor is its instantaneous Michael D. Dukes, “Turfgrass
response.[1][11][12] Irrigation Controlled by Soil
Moisture Sensor Systems”,
Proceedings of the 28th Annual
8.0 Conclusion International Irrigation Show,
The system successfully controls San Diego, CA., December 9-11,
moisture level. The intended control 2007.
system was using microcontroller. But 3. P.I.: Dr. J. Heinrich Lieth, “
since the task was just simple control of Tensiometer based irrigation of
cut flowers”, 1994 Project Report
to the California Cut-flower
Commission
4. Fedro S. Zazueta and Jiannong
Xin, “Soil Moisture Sensors1”
Bulletin 292, Florida Cooperative
Extension Service, Institute of
Food and Agricultural Sciences,
april 1994
5. Rafael Muñoz-Carpena, Michael
D. Dukes,” Automatic Irrigation
Based on Soil Moisture for
Vegetable Crops”
6. Jacob.J.michael,Application and
design with analog integrated
circuits,reston VA:reston
publishing co…Inc..1982.
7. Ahmed i.Al-amoud and fawzi
S.mohammad,”Scheduling
irrigation usin an automatic
weather station.”,Depatrment of
agriculture,king saud university.
8. Jim quilici,”wireless moisture
probe”,EDN design contest,2009
9. hydraprobe,http://www.stevensw
ater.com
10. www.cheapvegetablegardner.com
11. www.decagon.com
12. www.plantsense.com

You might also like