SlideShare a Scribd company logo
ADVANCED IRRIGATION SYSTEM
USING SOIL MOISTURE SENSOR
PROJECT GUIDE
Dr S AKHILA
(P16)
L Kajikho
Bikram Pukhrambam Singh
Sameep Karki
Manish K Sah
• Today, India ranks second in the world
in farm output with 64% of cultivated land dependent on
monsoons.
• Irrigation accounts for 55-70% of
water usage in India.
• Nearly 60% of the water used in
irrigation is wasted.
• In this project water is conserved
by using microcontroller-based
system
• ‘Smart Orchid soil moisture monitoring system based on wireless communication
technology’ by Ye Na & Liu Junfeng’
 Isight on the system cored with a low-power microprocessor
 Insight on achieving a wide range of influence on soil moisture and intelligent control of
data in fixed memory.
 Insight on achieving a 24hr uninterrupted monitoring.
 Insight on serial non-volatile data memory chip for storage and display device, that is
based on I2C bus, in turn using multifunctional memory chip of the ferroelectric
technology which contains RTC.
• ‘Precision Agriculture’ By-Hemanth Gowda C V, Kaveen Kumar M K, Nikhil D G, Prathap J
-Knowledge on the design maily consisting of Wireless Master device and wireless
Slave device information unit that’s based on Zigbee technology and is realized using
GMS module and concentrated on low power consumption.
- Knowledge on achieving low power consumption using ARM
Cortex M0.
-Knowledge on sensor network powered by solar panel with
rechargeable battery that works for long time.
• Automatic Plant irrigation System’ By- Amit Yadav, Rahul Dev,
Ravinder Kumar, Shwetank Singh.
-Knowledge of automatic system designed with low cost microcontroller.
-Knowledge on designed soil moisture sensor designing using comparator
-Knowledge on interfacing RTC and LCD.
• ‘Water Saving irrigation automatic water control sytem based on internet
of thing’ By-Zhang Feng
-Knowledge on water conserving sytem by controlling irrigation water .
-Knowledge on design on wireless sensor network and internet technology
of farmland automatic irrigation control.
-Knowledge on use of Mobile or PDA can easily used soil moisture content
online monitor and controlling to realize the irrigation automation.
User sets the threshold value
Moisture sensor reads the moisture contained in the soil
and feeds to the microcontroller
Microcontroller compare the sensor input and the
threshold value
If the sensor input value is less than 30%,plants get
watered or else it continues to read the moisture value
The watering stops till the moisture contain reaches the
threshold value
#include <LiquidCrystal.h> //library to interface LCD
#include <Wire.h>
#include "RTClib.h“ //library to interface RTC
LiquidCrystal lcd(12,11,5,4,3,2);
RTC_DS1307 rtc;
const int moisture_sensor=A3; //Analog input pin A3 is declare to read soil sensor value
const int relay_out=8; //output pin to control relay
int MAX; //variable to hold threshold value
void setup ()
{
Serial.begin(57600);
#ifdef AVR
Wire.begin();
#else
Wire1.begin(); // Shield I2C pins connect to alt I2C bus on Arduino uno
#endif
rtc.begin(); //Initialized RTC
lcd.begin(16,2); // Initialized LCD to 16X2
pinMode(relay_out,OUTPUT); //define relay_out pin as output pin
pinMode(6,INPUT); //define pin no. 6
lcd.print(" Welcome "); //instruction to display to LCD
lcd.setCursor(0,1); //instruction to move cursor
lcd.print(" P16 ");
delay(1000); //delay of 1sec
lcd.clear(); //clear LCD
}
void loop ()
{
int m=(-analogRead(moisture_sensor)+1023)/10;
lcd.clear();
if(digitalRead(6)==LOW)
{
lcd.clear();
DateTime now = rtc.now();
lcd.print(now.year(), DEC); //get year
lcd.print('/');
lcd.print(now.month(), DEC); //get month
lcd.print('/');
lcd.print(now.day(), DEC); //get day
lcd.setCursor(0,1);
lcd.print(now.hour(), DEC); //get hour
lcd.print(':');
lcd.print(now.minute(), DEC); //get minute
lcd.print(':');
lcd.print(now.second(), DEC); //get second
delay(1000); //display for 1 second
lcd.clear();
lcd.print("Moisture Content");
lcd.setCursor(0,1);
lcd.print(m);
lcd.print('%');
delay(1000);
lcd.clear();
if(m==30) //instruction to control relay
digitalWrite(relay_out,HIGH);
else if(m>=MAX)
digitalWrite(relay_out,LOW);
else
digitalWrite(relay_out,HIGH);
lcd.print("threshold value");
lcd.setCursor(0,1);
lcd.print(MAX);
lcd.print('%');
delay(1000);
lcd.clear();
}
else
{
lcd.clear(); //instructions to setup threshold value
MAX=m;
lcd.print("new value");
lcd.setCursor(0,1);
lcd.print(MAX);
lcd.print('%');
delay(1000);
lcd.clear();
}
}
• The farmers working in the farm lands
are solely dependent on the rains and bore wells for
irrigation of land.
• Even if the farm land has a water-pump, manual
intervention by farmers is required to turn the pump
on/off whenever needed.
• Our project will help the farmers by removing manual
intervention controlled by microcontroller using
moisture sensor and giving highly
efficient in conservation of water

More Related Content

What's hot

automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
Abhishek Awasthi
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)
Siddappa Dollin
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
RaviShankarSinghal
 
Intelligent irrigation system
Intelligent irrigation systemIntelligent irrigation system
Intelligent irrigation system
ABIN VARGHESE
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting systemMayank Kumbhaj
 
Arduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTArduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoT
PRAVEEN KANSARI
 
arduino based automtic irrigation system
arduino based automtic irrigation systemarduino based automtic irrigation system
arduino based automtic irrigation system
MiJanurSimon
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
Lokesh Parihar
 
Gsm Based Automated Irrigation irrigation system
Gsm Based Automated Irrigation irrigation systemGsm Based Automated Irrigation irrigation system
Gsm Based Automated Irrigation irrigation system
Santanu Mukhopadhyay
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
Suved Mahajan
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture content
PAMULA MURALI
 
Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]
Vikaskumar1732
 
Smart irrigation system using internet of things
Smart irrigation system using internet of thingsSmart irrigation system using internet of things
Smart irrigation system using internet of things
Basavaraj Galagi
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation system
NarasinghaRoy
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
VISHALDWIVEDI27
 
automatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technologyautomatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technology
thamil arasan
 
Automated irrigation system
Automated irrigation systemAutomated irrigation system
Automated irrigation system
narendra019
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
Putri Sintia Sari
 
microcontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation systemmicrocontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation system
Chitrachedu Dada Kalandar
 

What's hot (20)

automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)
 
Smart Irrigation ppt
Smart Irrigation pptSmart Irrigation ppt
Smart Irrigation ppt
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Intelligent irrigation system
Intelligent irrigation systemIntelligent irrigation system
Intelligent irrigation system
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
 
Arduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTArduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoT
 
arduino based automtic irrigation system
arduino based automtic irrigation systemarduino based automtic irrigation system
arduino based automtic irrigation system
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
 
Gsm Based Automated Irrigation irrigation system
Gsm Based Automated Irrigation irrigation systemGsm Based Automated Irrigation irrigation system
Gsm Based Automated Irrigation irrigation system
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture content
 
Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]
 
Smart irrigation system using internet of things
Smart irrigation system using internet of thingsSmart irrigation system using internet of things
Smart irrigation system using internet of things
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation system
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
automatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technologyautomatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technology
 
Automated irrigation system
Automated irrigation systemAutomated irrigation system
Automated irrigation system
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
 
microcontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation systemmicrocontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation system
 

Similar to Microcontroller based irrigation

Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
Wajdi Bellil
 
EVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptxEVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptx
srajece
 
Electronic DIY project book
Electronic DIY project book Electronic DIY project book
Electronic DIY project book
Raghav Shetty
 
Smart Agriculture and Farming
Smart Agriculture and FarmingSmart Agriculture and Farming
Smart Agriculture and Farming
SUVIKRAM PRADHAN
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technology
IRJET Journal
 
Automated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduinoAutomated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduino
Vishal Nagar
 
B03710609
B03710609B03710609
B03710609
theijes
 
Automation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robotAutomation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robot
eSAT Journals
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
IJMTST Journal
 
ARDUINO IOT-BASED MAJOR PROJECT.pptx
ARDUINO IOT-BASED MAJOR PROJECT.pptxARDUINO IOT-BASED MAJOR PROJECT.pptx
ARDUINO IOT-BASED MAJOR PROJECT.pptx
samyadeep17
 
Rwh control system poster
Rwh control system posterRwh control system poster
Rwh control system posterDeval Dixit
 
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
 
moisture sensor ppt.pptx
moisture sensor ppt.pptxmoisture sensor ppt.pptx
moisture sensor ppt.pptx
singhakhil952
 
moisture sensor ppt.pptx
moisture sensor ppt.pptxmoisture sensor ppt.pptx
moisture sensor ppt.pptx
singhakhil952
 
Advanced irrigation system using Arduino
Advanced irrigation system using ArduinoAdvanced irrigation system using Arduino
Advanced irrigation system using Arduino
HimanshuSingh1351
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
KaRtHiCkR859827
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptx
DivyaU22
 
Automated Irrigation System using WSN and Wi-Fi Module
Automated Irrigation System using WSN and Wi-Fi ModuleAutomated Irrigation System using WSN and Wi-Fi Module
Automated Irrigation System using WSN and Wi-Fi Module
IJERA Editor
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
IRJET Journal
 

Similar to Microcontroller based irrigation (20)

Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
 
EVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptxEVAPOTRANSPIRIATION CON TROLLER PPT.pptx
EVAPOTRANSPIRIATION CON TROLLER PPT.pptx
 
Electronic DIY project book
Electronic DIY project book Electronic DIY project book
Electronic DIY project book
 
Smart Agriculture and Farming
Smart Agriculture and FarmingSmart Agriculture and Farming
Smart Agriculture and Farming
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technology
 
Automated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduinoAutomated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduino
 
B03710609
B03710609B03710609
B03710609
 
Automation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robotAutomation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robot
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 
ARDUINO IOT-BASED MAJOR PROJECT.pptx
ARDUINO IOT-BASED MAJOR PROJECT.pptxARDUINO IOT-BASED MAJOR PROJECT.pptx
ARDUINO IOT-BASED MAJOR PROJECT.pptx
 
Rwh control system poster
Rwh control system posterRwh control system poster
Rwh control system poster
 
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...
 
moisture sensor ppt.pptx
moisture sensor ppt.pptxmoisture sensor ppt.pptx
moisture sensor ppt.pptx
 
moisture sensor ppt.pptx
moisture sensor ppt.pptxmoisture sensor ppt.pptx
moisture sensor ppt.pptx
 
Advanced irrigation system using Arduino
Advanced irrigation system using ArduinoAdvanced irrigation system using Arduino
Advanced irrigation system using Arduino
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptx
 
Automated Irrigation System using WSN and Wi-Fi Module
Automated Irrigation System using WSN and Wi-Fi ModuleAutomated Irrigation System using WSN and Wi-Fi Module
Automated Irrigation System using WSN and Wi-Fi Module
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
 

Recently uploaded

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 

Recently uploaded (20)

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 

Microcontroller based irrigation

  • 1. ADVANCED IRRIGATION SYSTEM USING SOIL MOISTURE SENSOR PROJECT GUIDE Dr S AKHILA (P16) L Kajikho Bikram Pukhrambam Singh Sameep Karki Manish K Sah
  • 2. • Today, India ranks second in the world in farm output with 64% of cultivated land dependent on monsoons. • Irrigation accounts for 55-70% of water usage in India. • Nearly 60% of the water used in irrigation is wasted. • In this project water is conserved by using microcontroller-based system
  • 3. • ‘Smart Orchid soil moisture monitoring system based on wireless communication technology’ by Ye Na & Liu Junfeng’  Isight on the system cored with a low-power microprocessor  Insight on achieving a wide range of influence on soil moisture and intelligent control of data in fixed memory.  Insight on achieving a 24hr uninterrupted monitoring.  Insight on serial non-volatile data memory chip for storage and display device, that is based on I2C bus, in turn using multifunctional memory chip of the ferroelectric technology which contains RTC. • ‘Precision Agriculture’ By-Hemanth Gowda C V, Kaveen Kumar M K, Nikhil D G, Prathap J -Knowledge on the design maily consisting of Wireless Master device and wireless Slave device information unit that’s based on Zigbee technology and is realized using GMS module and concentrated on low power consumption. - Knowledge on achieving low power consumption using ARM Cortex M0. -Knowledge on sensor network powered by solar panel with rechargeable battery that works for long time.
  • 4. • Automatic Plant irrigation System’ By- Amit Yadav, Rahul Dev, Ravinder Kumar, Shwetank Singh. -Knowledge of automatic system designed with low cost microcontroller. -Knowledge on designed soil moisture sensor designing using comparator -Knowledge on interfacing RTC and LCD. • ‘Water Saving irrigation automatic water control sytem based on internet of thing’ By-Zhang Feng -Knowledge on water conserving sytem by controlling irrigation water . -Knowledge on design on wireless sensor network and internet technology of farmland automatic irrigation control. -Knowledge on use of Mobile or PDA can easily used soil moisture content online monitor and controlling to realize the irrigation automation.
  • 5.
  • 6.
  • 7. User sets the threshold value Moisture sensor reads the moisture contained in the soil and feeds to the microcontroller Microcontroller compare the sensor input and the threshold value If the sensor input value is less than 30%,plants get watered or else it continues to read the moisture value The watering stops till the moisture contain reaches the threshold value
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21. #include <LiquidCrystal.h> //library to interface LCD #include <Wire.h> #include "RTClib.h“ //library to interface RTC LiquidCrystal lcd(12,11,5,4,3,2); RTC_DS1307 rtc; const int moisture_sensor=A3; //Analog input pin A3 is declare to read soil sensor value const int relay_out=8; //output pin to control relay int MAX; //variable to hold threshold value void setup () { Serial.begin(57600); #ifdef AVR Wire.begin(); #else Wire1.begin(); // Shield I2C pins connect to alt I2C bus on Arduino uno #endif rtc.begin(); //Initialized RTC lcd.begin(16,2); // Initialized LCD to 16X2 pinMode(relay_out,OUTPUT); //define relay_out pin as output pin pinMode(6,INPUT); //define pin no. 6 lcd.print(" Welcome "); //instruction to display to LCD lcd.setCursor(0,1); //instruction to move cursor lcd.print(" P16 "); delay(1000); //delay of 1sec lcd.clear(); //clear LCD }
  • 22. void loop () { int m=(-analogRead(moisture_sensor)+1023)/10; lcd.clear(); if(digitalRead(6)==LOW) { lcd.clear(); DateTime now = rtc.now(); lcd.print(now.year(), DEC); //get year lcd.print('/'); lcd.print(now.month(), DEC); //get month lcd.print('/'); lcd.print(now.day(), DEC); //get day lcd.setCursor(0,1); lcd.print(now.hour(), DEC); //get hour lcd.print(':'); lcd.print(now.minute(), DEC); //get minute lcd.print(':'); lcd.print(now.second(), DEC); //get second delay(1000); //display for 1 second lcd.clear(); lcd.print("Moisture Content"); lcd.setCursor(0,1); lcd.print(m); lcd.print('%'); delay(1000); lcd.clear();
  • 23. if(m==30) //instruction to control relay digitalWrite(relay_out,HIGH); else if(m>=MAX) digitalWrite(relay_out,LOW); else digitalWrite(relay_out,HIGH); lcd.print("threshold value"); lcd.setCursor(0,1); lcd.print(MAX); lcd.print('%'); delay(1000); lcd.clear(); } else { lcd.clear(); //instructions to setup threshold value MAX=m; lcd.print("new value"); lcd.setCursor(0,1); lcd.print(MAX); lcd.print('%'); delay(1000); lcd.clear(); } }
  • 24. • The farmers working in the farm lands are solely dependent on the rains and bore wells for irrigation of land. • Even if the farm land has a water-pump, manual intervention by farmers is required to turn the pump on/off whenever needed. • Our project will help the farmers by removing manual intervention controlled by microcontroller using moisture sensor and giving highly efficient in conservation of water