Automated Irrigation
Automated Irrigation
• ABSTRACT
• INTRODUCTION
• THEORY
• BLOCK DIAGRAM
• WORKING
• FLOWCHART FOR MICRO-CONTROLLER
• CONCLUSION
ABSTRACT
The project is designed to develop an automatic irrigation system which
switches the pump motor ON/OFF on sensing the moisture content of the soil.
In the field of agriculture, use of proper method of irrigation is important. The
advantage of using this method is to reduce human intervention and still ensure
proper irrigation. The project uses an 8051 series microcontroller which is
programmed to receive the input signal of varying moisture condition of the soil
through the sensing arrangement. This is achieved by using an op-amp as
comparator which acts as interface between the sensing arrangement and the
microcontroller. Once the controller receives this signal, it generates an output
that drives a relay for operating the water pump. An LCD display is also
interfaced to the microcontroller to display status of the soil and water pump.
The sensing arrangement is made by using two stiff metallic rods inserted into
the field at a distance. Connections from the metallic rods are interfaced to the
control unit.
INTRODUCTION
Our ancestral farmers in a bid to irrigate their farm sought for various
methodologies. Manual irrigation using buckets and watering cans, flood
irrigation, drip irrigation and sprinkler irrigation were and are still being used
today. The existing system has several limitations; leaching off of soil nutrients,
erosion due to flooding, loss of water from plant surfaces through evaporation,
water wastage which can result to water scarcity in drought areas and production
of unhealthy crops.
The continuous extraction of water from earth is reducing the water level due to
which lot of land is coming slowly in the zones of un-irrigated land. The benefit
of employing this technique is to decrease human interference and still make
certain appropriate irrigation. The circuit comprises of sensing arrangement parts
built using op-amp IC LM358. Op-amps are configured here as a comparator.
Two stiff copper wires are inserted in the soil to sense whether the soil is wet or
dry.
The condition of the pump i.e., ON/OFF is displayed on a 16X2 LCD. The power
supply consists of a step-down transformer, which steps down the voltage to 12V
AC. This is converted to DC using a Bridge rectifier. The ripples are removed
using a capacitive filter and it is then regulated to +5V using a voltage regulator
which is required for the operation of the microcontroller and other components.
BLOCK DIAGRAM
BLOCK DIAGRAM COMPONENTS
• Led -LEDs are semiconductor devices that are made out of silicon. When
current passes through the LED, it emits photons as a by-product. Normal
light bulbs produce light by heating a metal filament until its white hot.
LEDs possess many advantages over traditional light sources including
lower energy consumption, longer lifetime, improved robustness, smaller
size and faster switching.
• Hardware Requirements
2.Sensing arrangement
3.Voltage Regulator
4. LCD display
WORKING
The soil moisture sensors which are nothing but copper strands are inserted in the
soil. The soil sensing arrangement measures the conductivity of the soil. Wet soil
will be more conductive than dry soil. The soil sensing arrangement module has
a comparator in it.
The voltage from the prongs and the predefined voltage are compared and the
output of the comparator is high only when the soil condition is dry. This output
from the soil sensing arrangement is given to the analogue input pin of the
microcontroller.
The microcontroller continuously monitors the analogue input pin. When the
moisture in the soil is above the threshold, the microcontroller displays a message
mentioning the same and the motor is off. When the output from the soil sensing
arrangement is high i.e. the moisture of the soil is less. This will trigger the
microcontroller and displays an appropriate message on the LCD and the output
of the microcontroller, which is connected to the base of the transistor, is high.
When the transistor is turned on, the relay coil gets energized and turns on the
motor. The LED is also turned on and acts as an indicator. When the moisture of
the soil reaches the threshold value, the output of the soil sensing arrangement is
low and the motor is turned off.
Mechanism of the system starts with switching on of the power supply followed
by resetting the microcontroller then the copper wires (which act as sensing
arrangement) which will be connected to comparator will sense the dampness of
the soil.
The output of the comparator will control the operation of the system. If the
output of the comparator is logic low then the motor will be turned on and the
status of the motor as on and that of the soil as dry will be displayed on the 1st
and 2nd line of the LCD respectively. Else if the output of the comparator is logic
high then the motor will be turned off and the status of the motor as off and that
of the soil as wet will be displayed on the 1st and 2nd line of the LCD
respectively.
FLOWCHART FOR MICROCONTROLLER
CONCLUSION
ADVANTAGES
• Increases Productivity of the Agricultural System.
• Reduces Water Consumption.
• Reduces Manpower.
• Larger area is irrigated very easily in less time.