automated agricultural irrigation system with solar energy utilization

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-

Upload: nahusha-kulkarni

Post on 26-Mar-2015

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Automated Agricultural Irrigation System With Solar Energy Utilization

AUTOMATED AGRICULTURAL IRRIGATION SYSTEM WITH SOLAR

ENERGY UTILIZATION

-A One Stop Solution to Rural Farming woes-

PROJECT MEMBERS :

MADAS GARIMA BG107EI023NAHUSHA V KULKARNI BG107EI027

PROJECT ADVISORS:

Mrs. REMYA K R PROJECT GUIDEMr. KARTHIKEYAN.R PROJECT CO-ORDINATOR

Page 2: Automated Agricultural Irrigation System With Solar Energy Utilization

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.

Page 3: Automated Agricultural Irrigation System With Solar Energy Utilization

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.

Page 4: Automated Agricultural Irrigation System With Solar Energy Utilization

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

Page 5: Automated Agricultural Irrigation System With Solar Energy Utilization

COPPER-BASED SENSORS

VOLTAGE DISPARITY

LM324 TO PORT 3 PINS OF AT89C2051

BC547 INTERFACING THROUGH PORT 1

PINS OF AT89C2051

12V RELAY NORMALLY

CLOSED

12V LEAD ACID BATTERY

12V SOLAR PANEL

GIVES ENOUGH VOLTAGE TO

ENERGIZE DC PUMP, STARTS PUMPING

Page 6: Automated Agricultural Irrigation System With Solar Energy Utilization
Page 7: Automated Agricultural Irrigation System With Solar Energy Utilization

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.

Page 8: Automated Agricultural Irrigation System With Solar Energy Utilization

MICROCONTROLLER USED FOR AAIS:

ATMEL’s famous AT89C2051Salient 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.

Page 9: Automated Agricultural Irrigation System With Solar Energy Utilization

PIN CONFIGURATION OF AT89C2051

Page 10: Automated Agricultural Irrigation System With Solar Energy Utilization

PROGRAM CODE: Initialization : SEN1 EQU P3.0

SEN2 EQU P3.1SEN3 EQU P3.2SEN4 EQU P3.3

LOAD EQU P1.6 ; MOTOR

L11 EQU P1.0LOAD1 EQU P1.4L12 EQU P1.2

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

Motor Running: CJNE R0,#02H

CLR LOADSETB LOAD1CLR L12

SETB L11MOV R1,#01HJMP LAST

Page 11: Automated Agricultural Irrigation System With Solar Energy Utilization

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

Page 12: Automated Agricultural Irrigation System With Solar Energy Utilization

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.

Page 13: Automated Agricultural Irrigation System With Solar Energy Utilization

12V battery charger

+ 12V Rechargeable LAB_

EXPLOITATION OF SOLAR ENERGY

Page 14: Automated Agricultural Irrigation System With Solar Energy Utilization

DC PUMP:Length- 8 cmsDiameter- 3 cmsVoltage- 0-12VCurrent- 1 AmpFlow Rate-1300mL/m

Page 15: Automated Agricultural Irrigation System With Solar Energy Utilization

SOLAR PANEL:Length: 20 cmsBreadth: 5 cmsVoltage- 8-12V(Depends on Sunlight)Current- 300-350mA

Page 16: Automated Agricultural Irrigation System With Solar Energy Utilization

EFFECTIVE INTERFACING WITH DC PUMP

12V DC PUMPRECHARGEABL

E BATTERYSOLAR PANEL

Page 17: Automated Agricultural Irrigation System With Solar Energy Utilization

ADDITIONAL BENEFITS IN OUR PROJECT NIGHT TIME BACKUP SEASONALIZED PERSONAL FARMING.

FUTURE SCOPE : CUSTOMIZED CROP IRRIGATION

Page 18: Automated Agricultural Irrigation System With Solar Energy Utilization

TASKS ACCOMPLISHED TASKS REMAINING

HARDWARE IMPLEMENTATION

INTERFACING WITH SOLAR

SOFTWARE MODULE (PROGRAMMING AND DEBUGGING)

AT89C2051 FLASH BURNING

INTERFACING WITH PUMP

INTERFACING WITH BATTERY

TROUBLESHOOTING

Page 19: Automated Agricultural Irrigation System With Solar Energy Utilization

SNAPSHOT

Page 20: Automated Agricultural Irrigation System With Solar Energy Utilization

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”

Page 21: Automated Agricultural Irrigation System With Solar Energy Utilization

THANK YOU

Page 22: Automated Agricultural Irrigation System With Solar Energy Utilization