H.K.E Society's: "Smart Irrigation Control System"
H.K.E Society's: "Smart Irrigation Control System"
H.K.E Society’s
POOJYA DODDAPPA APPA COLLEGE OF
ENGINEERING
KALABURAGI- 585102
(An Autonomous Institution, Affiliated To VTU Belgaum, and Approved By AICTE)
A
SEMINAR REPORT
ON
“SMART IRRIGATION CONTROL SYSTEM”
Submitted to the
POOJYA DODDAPPA APPA COLLEGE OF ENGINEERING KALABURAGI,
(An Autonomous Institution, affiliated to VTU Belagavi and Approved by AICTE.)
In the Partial Fulfillment of the requirements for the Award of Degree Of
BACHELOR OF ENGINEERING
IN
ELECTRICAL AND ELECTRONICS ENGINEERING
Submitted by:
POOJA 3PD17EE028
CERTIFICATE
Examiners:
1.
2.
Acknowledgement
We express our deep sense of gratitude and indebtness to our esteemed institute
“PDA COLLEGE OF ENGINEERING”, KALABURAGI which has provided us
opportunity to fulfill the most cherished desire to reach our goal.
We express our foremost gratitude to our principal Dr. S.S.HEBBAL, for his
constant support and valuable guidance.
We are also expressing our heart full thanks to the staff members of Electrical
and Electronics Engineering department, who helped us in completion of this
seminar directly and indirectly within the schedule period.
Finally we are very much thankful to our beloved parents and to our dear
friends.
POOJA
[3PD17EE028]
ABSTRACT
This paper focus on a smart irrigation system which is cost effective and a middle-
class farmer use it in farm field. Today we are living in 21 st century where automation is
playing important role in human life. Automation allows us to controlappliances automatic
control. It not only provides comfort but also reduce energy, efficiency and time saving.
Today industries are use automation and control machine which is high in cost
and not suitable for using in a farm field. So here we also design a smart irrigation
technology in low cost which is usable by Indian farmers. The objectives of this paper were
to control the water motor automatically and select the direction of the flow of water in
pipe with the help of soil moisture sensor. Finally send the information (operation of the
motor and direction of water) of the farm field to the mobile message and g-mail account of
the user.
CONTENTS
1. Introduction
2. Importance of Irrigation
3. Methods of Irrigation
4. System components
5. Control system
6. References
1.INTRODUCTION
Generally, farmers visit their agriculture fields periodically to check soil moisture
level and based on requirement water is pumped by motors to irrigate respective fields.
Farmer need to wait for certain period before switching off motor so that water is
allowed to flow in sufficient quantity in respective fields. This irrigation method takes lot of
time and effort particularly when a farmer needs to irrigate multiple agriculture fields
distributed in different geographical areas.
Now a day's internet is widely used. Using internet farmer know about the agriculture
field irrigation status. This helps farmers to know the status of farm field watering direction
through a message whether the farmer is far away from field know the status of water
motor is ON or OFF and direction of watering.
In this paper we present a prototype for fully automation accessing of irrigation motor
where Prototype includes number of sensor node placed in different directions of farm field.
Each Sensors are integrated with a wireless networking device and the data received by the
“ATMEGA-328” microcontroller which is on a “ARDUINO-UNO” development board.
The RASPBERRY-Pi is use for send messages through internet correspondence to the
microcontroller process. For experimentation we have abstracted number of soil moisture
sensor used in different direction of the farm fields.
The soil moisture in each direction of field is sensed by sensor node and the sensed data is
sent to microcontroller node through wireless networking device. On receiving sensor value
the controller node checks it with required soil moisture value.
When soil moisture in a particular field is not up to required level then controller node
switch on the motor to irrigate associated field and the RASPBERRY-Pi process all data and
notification SMS is send to registered mobile phone which is registered in RASPBERRY-Pi. .
The RASPBERRY-Pi is monitoring with a screen to see the current status of the irrigation and
use for change the setting of user required.
2.IMPORTANCE OF IRRIATION
In INDIA there are 80% of the total annual rainfall occurs in four months, i.e.,
from mid-June to mid-October. So, it is very necessary to irrigation for farm field during the
rest of the eight months.
3.METHODS OF IRRIGATION
There are different types of method for irrigation farm field for different types
crop field. Basically, Indian farmer use these three methods channel system is a traditional
method of irrigation. But a smart irrigation system is a new technology to irrigating farm
field automatically.
Fig
ure 3 Drip irrigation
4. CONTROL SYSTEM
SYSTEM COMPONENTS
Soil moisture sensor includes comparator (LM393) which converts analog data to
discrete. Two soil probes consist of two thin copper wires each of 5 cm length which
can be immersed into the soil under test. The circuit gives a voltage output
corresponding to the conductivity of soil. The soil between the probes acts as a
variable resistance whose value depends upon moisture content in soil.
The resistance across soil probes can vary from infinity (for completely dry soil) to a very
PDA COLLEGE OF ENGINEERING KALBURGI
DEPARTMENT OF EEE
Smart irrigation control system
little resistance (for 100% moisture in soil) his variation in resistance across the probes (RS)
leads to variation in forward-bias voltage which leads to corresponding variation in input
base current .
C. Arduino
The Arduino-Uno is a microcontroller board based on the ATmega328. It has 14 digital
input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz
ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It
contains everything needed to support the microcontroller; simply connect it to a computer
with a USB cable or power it with a AC-to-DC adapter or battery to get started [8].
ATMEGA328 MICROCONTROLLER
5V OPERATING VOLTAGE
40MV DC CURRENT
50 MA DC CURRENT FOR
3.3V PIN
2 KB (ATMEGA328 SRAM
1 KB (ATMEGA328) EEPROM
D. Raspberry-pi
The Raspberry Pi is a small, powerful and lightweight ARM based computer which can do
many of the things a desktop PC can do. The powerful graphics capabilities and HDMi video
output make it ideal for multimedia applications such as media centers and narrowcasting
solutions. The Raspberry Pi is based on a Broadcom BCM2835 chip. It does not feature a
built-in hard disk or solid-state drive, instead relying on an SD card for booting and long-
term storage
Soil moisture sensors are used to sense the moisture level in soil and send the
data to wireless network device and the data from network device send to ARDUINO-UNO
where an ATMEGA-328 Microcontroller process the data and calculate the percentage of
dryness. The sensor data are voltage values so calculating percentage of dryness from
voltage value using an algorithmic
Voltage= sensor value*(5/1023)
Percent= (voltage/5)*100
The ARDUINO board has 10-bit analogue to digital converter. This means that it will map
input voltages between 0 and 5 volts into integer values between 0 and 1023.
This yields a resolution between readings of: 5 volts / 1024 units or, .0049 volts (4.9
mV) per unit. It takes about 100 microseconds (0.0001 s) to read an analog input, so the
maximum reading rate is about 10,000 times a second [8]. Which generate a large number
of data so we take a delay of 5 minute. In each 5 minutes ARDUINO give one output value of
percentage in dryness. The value of dryness fed to the Raspberry-Pi to control the
electromagnetic valve and operate motor. User knows the status of the farm field through a
message to the registered mobile number
The RASPBERRY-Pi is used for control the irrigation system and connects with internet
to send data to the registered mobile number. Automatic message sending is developed
using python programming in raspberry-pi. If the farmer is far away from his field he always
update with his field status through mobile message or Gmail.
The raspberry pi check the condition in which direction of the farm field is dry then it open
the electromagnetic valve at the correspondence direction and then ON the pump .
5. PROPOSED SYSTEM
In a large area of farm field there is use a large number of pipes for
watering plants in different directions from the socket of motor. Which is changed by the
farmer to irrigate a particular direction of the field. But use of electromagnetic valve the
pipe system are always connected and electromagnetic valve automatically change the
direction of the water required area of the field and the valve is controlled by the Raspberry-
Pi. While the valve is open then the water motor ON automatically. And send a message to
the registered mobile number and registered g-mail account. By which farmer know the
status of the farm field while farmer far away from field.
In an irregular surface of the field there are use a large number of sensors
and a wireless networking device which is increase the cost of the smart system. So in this
we focus to decrease the number of sensors and wireless network devices. The farm field
covered by the set of n sensors distributed randomly over a 2-D plane. Normally farm fields
are irregular in surface area. So change inside of an irregular surface area to square
Irregular area and less number of sensors use Sensors are deployed in each corner
of the irregular area and then design the inside of an irregular surface like square and then
sensors are deployed in each corner of the square. Which required less number of sensors.
Each sensor node connects with wireless network devices.
Network Model
An algorithm called Local Shortest Path (LSP) use for control in wireless multiple networks.
PDA COLLEGE OF ENGINEERING KALBURGI
DEPARTMENT OF EEE
Smart irrigation control system
In this algorithm each WSN device computes the shortest paths connecting itself to the
nearby WSN devices based on some link weight function
The sensor nodes and wireless network devices are powered by battery with limited power
source. Therefore, the energy consumption of the sensor nodes is treated as the most
serious issue for the long operation of the WSN. Clustering WSN devices is an efficient
technique which is known for energy saving of the sensor nodes
A two-tire WSN is formed by grouping sensor nodes into clusters in the lower tire. In each
cluster there is a cluster head (CH) and remaining nodes are cluster members (CMs). CMs
collect the data and send to the CH. The CH then sends the aggregated data to the sink
directly or via other CH. There are two types of communication between CH and sink i.e.,
single-hop communication and multi-hop communication. In single-hop the CH directly
connect to sink and the multi-hop the CH connect via other CH to sink. Each CH distributes
and transmits the data packet to the sink so that the load of the forwarding nodes is
balanced and the energy consumed by the CH is minimized in the process of data routing
CONCLUSION
In this paper we present a prototype for automatic controlling a irrigation system. Here
prototypes include sensor node and control node. The sensor node is deployed in irrigation
field for sensing soil moisture value and the sensed data is sent to controller node. On
receiving sensor value the controller node checks it with required soil moisture value. When
soil moisture in irrigation field is not up to the required level then the motor is switched on
to irrigate associated agriculture field and alert message is send to registered mobile phone.
The experimental results show that the prototype is capable for automatic controlling the
experimental results show that the prototype is capable for automatic controlling of
irrigation motor based on the feedback of soil moisture sensor. This system is used in a
remote area and there are various benefits for the farmers. By using the automatic irrigation
system, it optimizes the usage of water by reducing wastage and reduce the human
intervention for farmers.
It saves energy also as its automatic controlling the system. So, there are the system is OFF
when the field is wet and automatically start when the field id dry. It is implemented in all
type of irrigation system (channel, sprinkler, drip). And we present also a smaller number of
sensor nodes to use in a large area of field so the cost of the system also decreases. And
power consumption of the wireless network devices are also less and the system perform a
long-time function.
ADVANTAGES
1. The falls which come across the irrigation channels can be utilized for producing
hydroelectric power.
2. Irrigation improves the yield of crops and makes people prosperous. The living
standards of the people are thereby improved.
3. Irrigation makes it possible to grow cash crops which give good returns to the
cultivators than the ordinary crops they might have grown in absence of irrigation.
Fruit gardens, sugarcane, potato, tobacco etc., are the cash crops.
5. Irrigation also adds to the wealth of the country in two ways. Firstly as bumper crops
are produced due to irrigation it makes country self-sufficient in food requirements.
Secondly as the irrigation water is taxed when it is supplied to the cultivators, it adds
to the revenue.
6. Irrigation improves the groundwater storage as water lost due to seepage adds to
the groundwater storage.
7. Along the banks of large irrigation channels plantation can be successfully done
which not only helps introducing social forestry but also improves environmental
status of the region.
8. New irrigation works are started at the time of famines to provide employment to a
large number of populations. These works are called famine works or relief works.
DISADVANTAGES
1. Excessive seepage and leakage of water forms marshes and ponds all along the
channels. The marshes and the ponds in course of time become the colonies of the
2. Excessive seepage into the ground raises the water-table and this in turn completely
3. It lowers the temperature and makes the locality damp due to the presence of
irrigation water.
4. Under irrigation canal system valuable residential and industrial land is lost.
5. Initial cost of irrigation project is very high and thereby the cultivators have to pay
6. Irrigation works become obstacles in the way of free drainage of water during rainy
season and thus results in submerging standing crops and even villages.
REFERENSES
[1] International journal of engineering sciences & research technology (IJESRT) survey of
smart irrigation system h.n. kamalaskar* dr. p.h.zope* issn: 2277-9655
[2] water conservation potential of landscape irrigation smart controllers (m.d. dukes)
PDA COLLEGE OF ENGINEERING KALBURGI
DEPARTMENT OF EEE
Smart irrigation control system