SlideShare a Scribd company logo
1 of 25
Introduction
The supply of electricity is not reached up to every villages.
wind energy is the most abundant source of energy in the world.
wind based irrigation system: a suitable alternative for farmers in
the present state of energy crisis in India (also it is an eco-
friendly – green way for energy production)
Provides free energy after an initial investment is made.
An automatic irrigation system using wind power, controller and
moisture sensor is used to pump water from bore well to a tank,
to control the flow rate of water from the tank to the irrigation
field. Thus optimizes the use of water.
System Component
wind dynamo
How the system works?
This system mainly consists of two modules-
 wind pumping module.
 Automatic irrigation module.
I. wind pumping module:
wind Panel:
dynamo based on wind rotation will generate elctricity
This involves creating an electrical imbalance within the
cell, which acts a bit like a slope down which the electrons
will flow in the same direction.
II. Irrigation module:
A moisture sensor is used to sense the level
of moisture content present in the soil. It
has a level detection module in which we
can set a reference value. With the help of
moisture sensor signaling a controller, a
Control pulse is given to the driver circuit that excites the
motor.
So the pump starts working and moves water to the irrigation
field as per the soil moisture content.
When the soil moisture content reaches the required value, the
motor is stopped and power to driver circuit is stopped and
controller is put into sleep mode for low power consumption.
SOIL MOISTURE SENSOR
Fig 1: Soil Moisture Sensor (Ref)
INTRODUCTION
Soil Moisture Sensor as the name suggest ,can detect amount of moisture in
soil (roots of a plant).
It is Low-Tech sensor.
This sensor is compatible with Arduino UNO,Arduino mega2560, Arduino
ADK etc.
WORKING PRINCIPLE
• Strictly Speaking moisture sensor does not measures moisture but
measures
conductivity or resistivity of soil.
• Moisture Sensor has two probes to pass current through the soil. It then
reads
resistance(conductance) in the soil.
• Less moisture (water) in soil results in higher resistance i.e. dry soil.
• More moisture (water) in soil results in lesser resistance and sensor thus
relates moisture content.
FEATURES
This sensor has low power consumption, and high sensitivity. (Sensitivity should not
be confused with accuracy)
Operates on low Voltage of 5v.
Operates on low current <20mA.
Weighs only 3 gram.
DISADVANTAGES
Depth of detection is only 37mm.
Working temperature is only 10˚-30˚
Celsius.
Less accuracy.
PIN DEFINITIONS
Fig 2.1: Soil Moisture Sensor Pins (Ref)
 Pin with “S” written on it means signal.
 Pin with “-” written on it means GND (ground)
.
 Pin with “+” written on it means 5v supply.
YL69(PROBES) CONNECTED TO YL38
(INTERFACE)
This is what I will be using while
Showing Demo.
Fig 2.2: Soil Moisture Sensor unit
(Ref) Yl38 (Interface) and Yl69
(Probes)
Cost = 130 INR
YL-69 MOISTURE SENSOR (PROBES)
• This is an Electrical resistance Sensor. The sensor is made up of two electrodes. This soil moisture
sensor reads the moisture content around it. A current is passed across the electrodes through the
soil and the resistance to the current in the soil determines the soil moisture. If the soil has more
water resistance will be low and thus more current will pass through. On the other hand when the
soil moisture is low the sensor module outputs a high level of resistance.
• This sensor has both digital and analogue outputs. Digital output is simple to use but is not as
accurate
as the analogue output.
YL-69 MOISTURE SENSOR(PROBES)
Fig 2.2.1: YL-69 (Probes)
YL - 38 INTERFACE FOR YL-69 PROBES
• The sensor comes with a small PCB board fitted with LM393 comparator chip and a potentiometer
.
• Output signal Pins (Both Analog and Digital).
• Input Power pins for the sensor is also present on this PCB.
Fig 2.2.2: YL-38 (Interface)
CONNECTING DIAGRAM
Fig 3.1: Soil Moisture Sensor connected to Arduino (Ref)
PICTOGRAPHIC REPRESENTATION
Fig 3.2: Soil Moisture Sensor connected to Arduino (Ref)
HARDWARE REQUIRED
 Arduino UNO(Fig 4)
 Soil Moisture Sensor(Fig 5)
 3 Pin Dual Female Jumper wire(Fig 6)
 Sensor shield (Optional, not
required)
Fig 4:Arduino UNO (Ref)
Fig 6:Female Jumper Wire(Ref)
Fig 5:Soil Moisture Sensor (Ref)
SIMPLE BASIC
SKETCH-1
• void setup() {
• // put your setup code here, to run once:
• // initialize serial communication at 9600 bits per second:
• Serial.begin(9600);
• }
• void loop() {
• // put your main code here, to run repeatedly:
• // read the input on analog pin 0:
• int sensorValue = analogRead(A0);
Serial.println(sensorValue);
• delay(100);
• }
SIMPLE BASIC SKETCH-2
void setup() {
Serial.begin(9600);
}
void loop(){ if(analogRead(A0)<300){
Serial.println("I feel so comfortable");
}
if(analogRead(A0)>300 && analogRead(5)<700){
Serial.println("I am thirsty ,please give me
water");
}
if(analogRead(A0)>700){
Serial.println("Too much water,I might get hurt");
}
delay(200);
}
Advantages:
 It helps in saving Energy.
 There is no fuel cost - as it uses available free sun light.
 No electricity required.
 Can be operated lifelong.
 It works everywhere.
 It is also useful for clean, drinking water sanitation and
also irrigation.
 The dependence on rain is reduced.
 It creates wealth for farmers by increasing no of crops.
Disadvantages:
 High initial cost.
 Non-working at night.
 Wind energy Inefficiency. (A wind panel
can convert < 22% of the energy it gets
from the wind into electrical energy).
 Bulky blades are required for the large
power production.
Conclusion
-Easy to implement system and environment friendly
solution for irrigating fields.
-Found successful for bore holes as they can pump over the
whole day.
-Minimal maintenance, manual interaction and attention as
they are self-starting.
-In long run this system is economical.
irrigationsystem using wind energy and water lifting

More Related Content

Similar to irrigationsystem using wind energy and water lifting

Advanced irrigation system using Arduino
Advanced irrigation system using ArduinoAdvanced irrigation system using Arduino
Advanced irrigation system using ArduinoHimanshuSingh1351
 
Solar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation SystemSolar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation SystemSAGNIKMUKHERJEE24
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicatorpalwinder virk
 
A NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEMA NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEMEditor IJMTER
 
ESD_Project-Report
ESD_Project-ReportESD_Project-Report
ESD_Project-ReportAhmad Faizan
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET Journal
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsSudhanshu Tripathi
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsSai Bhaskar Reddy Nakka
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET Journal
 
dlc project.pptx
dlc project.pptxdlc project.pptx
dlc project.pptxChegg2month
 
Automatic plant irrigation system
Automatic plant irrigation systemAutomatic plant irrigation system
Automatic plant irrigation systemselvalakshmi24
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring systemIRJET Journal
 
DOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptxDOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptxsurabhimalviya1
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting systemMayank Kumbhaj
 
Water level indicator
Water level indicatorWater level indicator
Water level indicatorJyotsna Rani
 
report on rain alarm project
report on rain alarm projectreport on rain alarm project
report on rain alarm projectRavi Phadtare
 

Similar to irrigationsystem using wind energy and water lifting (20)

Irjet v7 i3120
Irjet v7 i3120Irjet v7 i3120
Irjet v7 i3120
 
Sensors.pptx
Sensors.pptxSensors.pptx
Sensors.pptx
 
Advanced irrigation system using Arduino
Advanced irrigation system using ArduinoAdvanced irrigation system using Arduino
Advanced irrigation system using Arduino
 
Solar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation SystemSolar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation System
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicator
 
A NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEMA NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEM
 
ESD_Project-Report
ESD_Project-ReportESD_Project-Report
ESD_Project-Report
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNO
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensors
 
Moisture controller report total
Moisture controller report totalMoisture controller report total
Moisture controller report total
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and Sensors
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
 
dlc project.pptx
dlc project.pptxdlc project.pptx
dlc project.pptx
 
Automatic plant irrigation system
Automatic plant irrigation systemAutomatic plant irrigation system
Automatic plant irrigation system
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
 
DOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptxDOC-20230916-WA0003..pptx
DOC-20230916-WA0003..pptx
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
 
Ctara report
Ctara reportCtara report
Ctara report
 
Water level indicator
Water level indicatorWater level indicator
Water level indicator
 
report on rain alarm project
report on rain alarm projectreport on rain alarm project
report on rain alarm project
 

More from Hamed Raza

INTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptx
INTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptxINTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptx
INTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptxHamed Raza
 
solar tracker sunflower model based.pptx
solar tracker sunflower model based.pptxsolar tracker sunflower model based.pptx
solar tracker sunflower model based.pptxHamed Raza
 
railway gate using servo and arduino uno
railway gate using servo and arduino unorailway gate using servo and arduino uno
railway gate using servo and arduino unoHamed Raza
 
home automation ppt using google assistant and wifi
home automation ppt using google assistant and wifihome automation ppt using google assistant and wifi
home automation ppt using google assistant and wifiHamed Raza
 
railway gate using arduino uno and servo motors
railway gate using arduino uno and servo motorsrailway gate using arduino uno and servo motors
railway gate using arduino uno and servo motorsHamed Raza
 
patient monitoring using iot and heart beat sensor
patient monitoring using iot and heart beat sensorpatient monitoring using iot and heart beat sensor
patient monitoring using iot and heart beat sensorHamed Raza
 
Automatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptxAutomatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptxHamed Raza
 
metal detector for security applications
metal detector for security applicationsmetal detector for security applications
metal detector for security applicationsHamed Raza
 
radar simulation using ultrasonic sensor
radar simulation using ultrasonic sensorradar simulation using ultrasonic sensor
radar simulation using ultrasonic sensorHamed Raza
 
ar designs services introduction for demonstration
ar designs services introduction for demonstrationar designs services introduction for demonstration
ar designs services introduction for demonstrationHamed Raza
 
Automatic Hand Sanitizer Dispenser -scd review.pptx
Automatic Hand Sanitizer Dispenser -scd review.pptxAutomatic Hand Sanitizer Dispenser -scd review.pptx
Automatic Hand Sanitizer Dispenser -scd review.pptxHamed Raza
 
industrial plant monitoring with all sensors paraments
industrial plant monitoring with all sensors paramentsindustrial plant monitoring with all sensors paraments
industrial plant monitoring with all sensors paramentsHamed Raza
 
vehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcdvehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcdHamed Raza
 
pond cleaning using wifi based android app
pond cleaning using wifi based android apppond cleaning using wifi based android app
pond cleaning using wifi based android appHamed Raza
 
Bill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptx
Bill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptxBill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptx
Bill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptxHamed Raza
 
child safety monitoring using gps and iot
child safety monitoring using gps and iotchild safety monitoring using gps and iot
child safety monitoring using gps and iotHamed Raza
 
blind stick using ultrasonic sensor and alarm
blind stick using ultrasonic sensor and alarmblind stick using ultrasonic sensor and alarm
blind stick using ultrasonic sensor and alarmHamed Raza
 
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptxIOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptxHamed Raza
 
smart-dustbin.pptx
smart-dustbin.pptxsmart-dustbin.pptx
smart-dustbin.pptxHamed Raza
 
clap switch.ppt
clap switch.pptclap switch.ppt
clap switch.pptHamed Raza
 

More from Hamed Raza (20)

INTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptx
INTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptxINTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptx
INTELLIGENT STUDENTS TRACKING SYSTEM IN CAMPUS RF.pptx
 
solar tracker sunflower model based.pptx
solar tracker sunflower model based.pptxsolar tracker sunflower model based.pptx
solar tracker sunflower model based.pptx
 
railway gate using servo and arduino uno
railway gate using servo and arduino unorailway gate using servo and arduino uno
railway gate using servo and arduino uno
 
home automation ppt using google assistant and wifi
home automation ppt using google assistant and wifihome automation ppt using google assistant and wifi
home automation ppt using google assistant and wifi
 
railway gate using arduino uno and servo motors
railway gate using arduino uno and servo motorsrailway gate using arduino uno and servo motors
railway gate using arduino uno and servo motors
 
patient monitoring using iot and heart beat sensor
patient monitoring using iot and heart beat sensorpatient monitoring using iot and heart beat sensor
patient monitoring using iot and heart beat sensor
 
Automatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptxAutomatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptx
 
metal detector for security applications
metal detector for security applicationsmetal detector for security applications
metal detector for security applications
 
radar simulation using ultrasonic sensor
radar simulation using ultrasonic sensorradar simulation using ultrasonic sensor
radar simulation using ultrasonic sensor
 
ar designs services introduction for demonstration
ar designs services introduction for demonstrationar designs services introduction for demonstration
ar designs services introduction for demonstration
 
Automatic Hand Sanitizer Dispenser -scd review.pptx
Automatic Hand Sanitizer Dispenser -scd review.pptxAutomatic Hand Sanitizer Dispenser -scd review.pptx
Automatic Hand Sanitizer Dispenser -scd review.pptx
 
industrial plant monitoring with all sensors paraments
industrial plant monitoring with all sensors paramentsindustrial plant monitoring with all sensors paraments
industrial plant monitoring with all sensors paraments
 
vehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcdvehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcd
 
pond cleaning using wifi based android app
pond cleaning using wifi based android apppond cleaning using wifi based android app
pond cleaning using wifi based android app
 
Bill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptx
Bill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptxBill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptx
Bill-Prediction-Power-Factor-Measuring-With-SMS-Alert.pptx
 
child safety monitoring using gps and iot
child safety monitoring using gps and iotchild safety monitoring using gps and iot
child safety monitoring using gps and iot
 
blind stick using ultrasonic sensor and alarm
blind stick using ultrasonic sensor and alarmblind stick using ultrasonic sensor and alarm
blind stick using ultrasonic sensor and alarm
 
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptxIOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
 
smart-dustbin.pptx
smart-dustbin.pptxsmart-dustbin.pptx
smart-dustbin.pptx
 
clap switch.ppt
clap switch.pptclap switch.ppt
clap switch.ppt
 

Recently uploaded

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Recently uploaded (20)

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

irrigationsystem using wind energy and water lifting

  • 1.
  • 2. Introduction The supply of electricity is not reached up to every villages. wind energy is the most abundant source of energy in the world. wind based irrigation system: a suitable alternative for farmers in the present state of energy crisis in India (also it is an eco- friendly – green way for energy production) Provides free energy after an initial investment is made. An automatic irrigation system using wind power, controller and moisture sensor is used to pump water from bore well to a tank, to control the flow rate of water from the tank to the irrigation field. Thus optimizes the use of water.
  • 4. How the system works? This system mainly consists of two modules-  wind pumping module.  Automatic irrigation module. I. wind pumping module: wind Panel: dynamo based on wind rotation will generate elctricity This involves creating an electrical imbalance within the cell, which acts a bit like a slope down which the electrons will flow in the same direction.
  • 5.
  • 6. II. Irrigation module: A moisture sensor is used to sense the level of moisture content present in the soil. It has a level detection module in which we can set a reference value. With the help of moisture sensor signaling a controller, a Control pulse is given to the driver circuit that excites the motor. So the pump starts working and moves water to the irrigation field as per the soil moisture content. When the soil moisture content reaches the required value, the motor is stopped and power to driver circuit is stopped and controller is put into sleep mode for low power consumption.
  • 7. SOIL MOISTURE SENSOR Fig 1: Soil Moisture Sensor (Ref)
  • 8. INTRODUCTION Soil Moisture Sensor as the name suggest ,can detect amount of moisture in soil (roots of a plant). It is Low-Tech sensor. This sensor is compatible with Arduino UNO,Arduino mega2560, Arduino ADK etc.
  • 9. WORKING PRINCIPLE • Strictly Speaking moisture sensor does not measures moisture but measures conductivity or resistivity of soil. • Moisture Sensor has two probes to pass current through the soil. It then reads resistance(conductance) in the soil. • Less moisture (water) in soil results in higher resistance i.e. dry soil. • More moisture (water) in soil results in lesser resistance and sensor thus relates moisture content.
  • 10. FEATURES This sensor has low power consumption, and high sensitivity. (Sensitivity should not be confused with accuracy) Operates on low Voltage of 5v. Operates on low current <20mA. Weighs only 3 gram.
  • 11. DISADVANTAGES Depth of detection is only 37mm. Working temperature is only 10˚-30˚ Celsius. Less accuracy.
  • 12. PIN DEFINITIONS Fig 2.1: Soil Moisture Sensor Pins (Ref)  Pin with “S” written on it means signal.  Pin with “-” written on it means GND (ground) .  Pin with “+” written on it means 5v supply.
  • 13. YL69(PROBES) CONNECTED TO YL38 (INTERFACE) This is what I will be using while Showing Demo. Fig 2.2: Soil Moisture Sensor unit (Ref) Yl38 (Interface) and Yl69 (Probes) Cost = 130 INR
  • 14. YL-69 MOISTURE SENSOR (PROBES) • This is an Electrical resistance Sensor. The sensor is made up of two electrodes. This soil moisture sensor reads the moisture content around it. A current is passed across the electrodes through the soil and the resistance to the current in the soil determines the soil moisture. If the soil has more water resistance will be low and thus more current will pass through. On the other hand when the soil moisture is low the sensor module outputs a high level of resistance. • This sensor has both digital and analogue outputs. Digital output is simple to use but is not as accurate as the analogue output.
  • 15. YL-69 MOISTURE SENSOR(PROBES) Fig 2.2.1: YL-69 (Probes)
  • 16. YL - 38 INTERFACE FOR YL-69 PROBES • The sensor comes with a small PCB board fitted with LM393 comparator chip and a potentiometer . • Output signal Pins (Both Analog and Digital). • Input Power pins for the sensor is also present on this PCB. Fig 2.2.2: YL-38 (Interface)
  • 17. CONNECTING DIAGRAM Fig 3.1: Soil Moisture Sensor connected to Arduino (Ref)
  • 18. PICTOGRAPHIC REPRESENTATION Fig 3.2: Soil Moisture Sensor connected to Arduino (Ref)
  • 19. HARDWARE REQUIRED  Arduino UNO(Fig 4)  Soil Moisture Sensor(Fig 5)  3 Pin Dual Female Jumper wire(Fig 6)  Sensor shield (Optional, not required) Fig 4:Arduino UNO (Ref) Fig 6:Female Jumper Wire(Ref) Fig 5:Soil Moisture Sensor (Ref)
  • 20. SIMPLE BASIC SKETCH-1 • void setup() { • // put your setup code here, to run once: • // initialize serial communication at 9600 bits per second: • Serial.begin(9600); • } • void loop() { • // put your main code here, to run repeatedly: • // read the input on analog pin 0: • int sensorValue = analogRead(A0); Serial.println(sensorValue); • delay(100); • }
  • 21. SIMPLE BASIC SKETCH-2 void setup() { Serial.begin(9600); } void loop(){ if(analogRead(A0)<300){ Serial.println("I feel so comfortable"); } if(analogRead(A0)>300 && analogRead(5)<700){ Serial.println("I am thirsty ,please give me water"); } if(analogRead(A0)>700){ Serial.println("Too much water,I might get hurt"); } delay(200); }
  • 22. Advantages:  It helps in saving Energy.  There is no fuel cost - as it uses available free sun light.  No electricity required.  Can be operated lifelong.  It works everywhere.  It is also useful for clean, drinking water sanitation and also irrigation.  The dependence on rain is reduced.  It creates wealth for farmers by increasing no of crops.
  • 23. Disadvantages:  High initial cost.  Non-working at night.  Wind energy Inefficiency. (A wind panel can convert < 22% of the energy it gets from the wind into electrical energy).  Bulky blades are required for the large power production.
  • 24. Conclusion -Easy to implement system and environment friendly solution for irrigating fields. -Found successful for bore holes as they can pump over the whole day. -Minimal maintenance, manual interaction and attention as they are self-starting. -In long run this system is economical.