Vous êtes sur la page 1sur 22

AUTOMATED AGRICULTURAL IRRIGATION

SYSTEM WITH SOLAR ENERGY


UTILIZATION
-A One Stop Solution to Rural Farming woes-

PROJECT MEMBERS :

MADAS GARIMA BG107EI023


NAHUSHA V KULKARNI BG107EI027

PROJECT ADVISORS:

Mrs. REMYA K R PROJECT GUIDE


Mr. KARTHIKEYAN.R PROJECT CO-ORDINATOR
PRESENTATION MODULES
 A Brief Introduction about the Project.
 Aim and Objectives of the Project.
 Hardware Implementation of AAIS.
 Interfacing with Sensors and Calibration.
 Software Module.
 References.
A RECAP
 Project deals with irrigation of farmlands based on
soil wetness thus making it more fertile.
 Since completely automatic, constant monitoring is
not required.
 Solar energy is used to generate pollution-free
power thus making it completely eco-friendly.
 By effective utilization of Atmel based
microcontrollers and Solar panels, our objective can
be attained.
PROJECT EFFICACY ON A BROADER PROSPECTIVE

 65% of India’s Population depend on Farming for


their livelihood
 Since Solar Energy is used, Independency on
power supply & manual labour
 Better Yield and Thus reduced Food Inflation
COPPER-BASED
COPPER-BASED
SENSORS 12V SOLAR PANEL
SENSORS

12V LEAD ACID


BATTERY

VOLTAGE DISPARITY
GIVES
GIVES ENOUGH
ENOUGH
12V RELAY VOLTAGE
VOLTAGE TO
TO
NORMALLY ENERGIZE
ENERGIZE DC PUMP,
DC PUMP,
CLOSED STARTS PUMPING
STARTS PUMPING

BC547 INTERFACING
LM324 TO PORT 3 PINS
THROUGH PORT 1 PINS
OF AT89C2051
OF AT89C2051
SENSING DESIGN
 2 10K resistors come in the voltage divider
circuit. The other voltage dividing will happen in
the second arm.
 So, comparator will give either 0V or 2.5V. This
is taken as digital 0 or 1 respectively.
 Circuit is designed such that any resistor can be
used.
MICROCONTROLLER USED FOR AAIS:
 ATMEL’s famous AT89C2051
Salient Features of AT89C2051:
 2000 Bytes of Programmable Flash Memory
 2.7-6V Operating Range
 15 Programmable I/O Ports
 Programmer interface is PC serial compatible. Accepts
Hex Files.
PIN CONFIGURATION OF
AT89C2051
PROGRAM CODE:
Initialization :
SEN1 EQU P3.0
SEN2 EQU P3.1
SEN3 EQU P3.2
SEN4 EQU P3.3

LOAD EQU P1.6 ; MOTOR

L11 EQU P1.0


LOAD1 EQU P1.4
L12 EQU P1.2

Sensor Detection:
SETB SEN1
JB SEN1,D1
JMP W1
D1: INC R0

Motor Running:
CJNE R0,#02H
CLR LOAD
SETB LOAD1
CLR L12
SETB L11
MOV R1,#01H
JMP LAST
PART1- AAIS ALGORITHM
STEP 1: START AAIS
STEP 2: CHECK VOLTAGE ACROSS SEN1,SEN2,SEN3,SEN4
STEP 3: IF 0V ACROSS ALL THE SENSORS JUMP TO STEP 6
STEP4: SEND VOLTAGE SIGNAL TO EITHER PORT 3.0,3.1,3.2 & 3.3
STEP 5: CLEAR THE LOAD WHICH PULLS P1.6 TO GO LOW, WHICH KEEPS PUMP
RUNNING,JUMP TO STEP7
{
STEP 1: 12V SOLAR PANEL INTERFACED TO BATTERY
STEP 2: LEAD ACID BATTERY POWERS THE PUMP
}
STEP 6: SETB TO LOAD,P1.6, ,THAT IS 18TH PIN. IT ENERGIZES THE 12V RELAY COIL
AND STOPS THE PUMP.
STEP 7: GOTO STEP 2
STEP 8: STOP AAIS
PART2- SOLAR DRIVEN PUMP
 Solar Panels continuously charge the 12V Lead
Acid Battery through a charger.
 Charger also helps in stopping reverse currents.
 Around 300mA of current from the solar panel
was found sufficient enough to charge the battery.
 Battery took around 6 hours to charge.
EXPLOITATION OF SOLAR ENERGY

12V battery +
charger 12V
Rechargeable
LAB
_
DC PUMP:
Length- 8 cms
Diameter- 3 cms
Voltage- 0-12V

Current- 1 Amp
Flow Rate-1300mL/m
SOLAR PANEL:
Length: 20 cms
Breadth: 5 cms

Voltage- 8-12V

(Depends on Sunlight)
Current- 300-350mA
EFFECTIVE INTERFACING WITH DC PUMP

RECHARGEABL
SOLAR PANEL 12V DC PUMP
E BATTERY
ADDITIONAL BENEFITS IN OUR PROJECT
 NIGHT TIME BACKUP
 SEASONALIZED PERSONAL FARMING.

FUTURE SCOPE :
 CUSTOMIZED CROP IRRIGATION
TASKS ACCOMPLISHED TASKS REMAINING

 HARDWARE  INTERFACING WITH


IMPLEMENTATION BATTERY
 INTERFACING WITH  TROUBLESHOOTING
SOLAR
 SOFTWARE MODULE
(PROGRAMMING AND
DEBUGGING)
 AT89C2051 FLASH
BURNING
 INTERFACING WITH
PUMP
SNAPSHOT
REFERENCES:

 Kevin Harris,“Solar Powered Automated Greenhouse Irrigation


System”, Appropriate Technologies and Systems in response to
Climate Change.
 Wayne Jenkins & Richard Marx, “Plant Irrigation System”, Patent
No:4805392
 www.HowStuffWorks.com
 C.N.Johnston & O.Atkins, “Automatic Plant Irrigator and
Recorder”
THANK YOU

Vous aimerez peut-être aussi