SlideShare a Scribd company logo
1 of 30
SENSOR BASED INTELLIGENT
AGRICULTURE SYSTEM
PRESENTED BY
ABHIJEET KUMAR MOHANTY
CONTENTS
 INTRODUCTION
 EXISTING SYSTEM
 DISADVANTAGES
 PROPOSED SYSTEM
 SYSTEM ARCHITECTURE
 SYSTEM DESIGN
 HARDWARE REQUIREMENTS
 CODE
 SOFTWARE REQUIREMENTS
 ADVANTAGES
 APPLICATION
 CONCLUSION
INTRODUCTION
 primary occupation
 Obstruction in agriculture due to migration.
 use of wireless sensor networks for monitoring.
 Various sensor are deployed at different locations in the farm.
 Our product focuses on developing devices and tools to manage, display
and alert the users.
EXISTING SYSTEM
 The existing method is one of the oldest ways in agriculture.
 In this method farmers they themselves verify all the parameters for
cultivation.
 farmers only through their experience monitor the cultivation process.
 Some farmers mostly grow single crop which is monsoon dependent.
DISADVANTAGES OF EXISTING
SYSTEM
 Lack of monitoring and improper farming method.
 Use of excess fertilizers.
 Agricultural field isn’t continuously monitored
PROPOSED SYSTEM
 various sensors are deployed in different parts of the field.
 Data is transmitted to the microcontroller.
 Data is verified with the threshold values.
 This alarm is sent as a message to the farmer.
PROPOSED SYSTEM ARCHITECTURE
SYSTEM DESIGN
HARDWARE REQUIREMENTS
 Temperature sensor
 PH sensor
Soil moisture sensor
8051 Microcontroller
PIR sensor
Humidity sensor
FLOW DIAGRAM
Soil moisture
sensor
Land is Dry
MicrocontrollerGSM
Water Pump
ON/OFF
Soil Moisture Sensor Use case
CODE
if(soil==1)
{
ALCD_Message(0x01,"" );
ALCD_Message(0x80,"LAND IS WET" );
}
else
{
ALCD_Message( 0x01, "");
ALCD_Message( 0x80, "LAND IS DRY");
k++;
if(k<=2)
{
GSM_Send_SMS( Mb_Num, "LAND IS DRY" );
MSDelay(750);
}
ALCD_Message( 0x01, "");
}
IRRIGATING DRY LAND BY MOBILE APP
TEMPERATURE SENSOR
ADC09_Start( 0, 1 );
i = Voltage;
Disp_Line1[12] = (Voltage%10)+48;
Voltage = Voltage / 10;
Disp_Line1[11] = (Voltage%10)+48;
Voltage = Voltage / 10;
Disp_Line1[10] = (Voltage%10)+48;
MSDelay(2000);
ALCD_Message( 0xC0,Disp_Line1 );
//For temperature
if(i>45)
{
ALCD_Message( 0x01, "");
ALCD_Message( 0x80, "temp is high");
MSDelay(500);
GSM_Send_SMS( Mb_Num, "temp is
high");
}
 A pH sensor is a scientific instrument that measures the
hydrogen-ion activity in water-based solutions , indicating
its acidity or alkalinity expressed as pH .The pH meter measures
the difference in electrical potential between pH electrode and
reference electrode therefore is sometimes referred to as a
“ potentiometric pH meter“ .
pHsensor
High pH
in Soil
pH Sensor
MicrocontrollerGSM
SMS sent to
Farmer
pH Sensor Use case
HUMIDITY SENSORS
while(1)
{
ADC09_Start( 0, 0 );
i = Voltage;
Disp_Line2[11] = (Voltage%10)+48;
Voltage = Voltage / 10;
Disp_Line2[10] = (Voltage%10)+48;
Voltage = Voltage / 10;
Disp_Line2[9] = (Voltage%10)+48;
MSDelay(1000);
ALCD_Message( 0xC0,Disp_Line2 );
}
if(humid>=85)
{ ALCD_Message(0x01,"" );
ALCD_Message(0x80,"HUMIDITY HIGH" );
MSDelay(1000);
GSM_Send_SMS( Mb_Num,"HUMIDITY HIGH" );
}
CODE
High
Humidity
Humidity
Sensor
Microcontroller
GSM
SMS to
Farmer
Humidity Sensor Use case
PIR MOTION SENSOR
if(pir==1)
{
ALCD_Message( 0x01, "");
ALCD_Message( 0x80, "INTRUDER FOUND");
MSDelay(500);
GSM_Send_SMS( Mb_Num, "INTRUDER FOUND");
buzzer=1;
MSDelay(100);
buzzer=0;
}
PIR
Intruder
Microcontroller
GSM
SMS to
Farmer
Passive Infrared Sensor Use Case
BUZZER
 A buzzer or beeper is an audio signalling device, which may
be mechanical, electromechanical, or piezoelectric (piezo for
short).
 Based on the output of the PIR sensor.
 Used as an alarm for the intruder detection.
8051 MICROCONTROLLER
LCD DISPLAY
sbit ALCD_RS = P3^7;
sbit ALCD_Enable = P3^6;
void ALCD_Message( char addr, char *data_ptr );
void ALCD_Init( )
{
void ALCD_Message(char addr, char *data_ptr )
{
ALCD_Comm( addr );
while( *data_ptr != '0' )
{
ALCD_Data( *data_ptr );
data_ptr++;
MSDelay(1);
}
GLOBAL SYSTEM FOR MOBILE
TELECOMMUNICATION(GSM)
SOFTWARE REQUIREMENT
 Windows XP,7,10
 Keil c compiler
 Android studio
ADVANTAGES OF PROPOSED
SYSTEM
 Reduce in human effort
 Accurate analysis of agricultural parameters
 Cost is reduced
 Reduced water consumption.
 Increase in farmers income
 Helps preserve the fertility of the soil
APPLICATION
 Can be used in terrestrial farming
 Used in drought prone areas.
 Sustainable agriculture.
 Can be used with micro irrigation and polyhouses.
CONCLUSION
 We can predict soil moisture level and motion of predators.
 Irrigation system can be monitored .
 Damage caused by predators can be reduced.
 Increased productivity.
 Water conservation.
 Profit to farmers.
Sensor based smart agriculture system

More Related Content

What's hot

IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxKaRtHiCkR859827
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in AgricultureTibbo
 
Smart farming using ARDUINO (Nirma University)
Smart farming using ARDUINO (Nirma University)Smart farming using ARDUINO (Nirma University)
Smart farming using ARDUINO (Nirma University)Raj Patel
 
Iot based smart agriculture
Iot based smart agricultureIot based smart agriculture
Iot based smart agricultureBinayakreddy
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation systemAyesha Sajjad
 
Internet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in AgricultureInternet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in AgricultureAmey Khebade
 
IoT for Agriculture - Drones / UAV
IoT for Agriculture - Drones / UAVIoT for Agriculture - Drones / UAV
IoT for Agriculture - Drones / UAVStart and Growth
 
Smart farming using ardunio.pptx
Smart farming using ardunio.pptxSmart farming using ardunio.pptx
Smart farming using ardunio.pptxShivang Rana
 
Modern agriculture with Internet Of Things
Modern agriculture with Internet Of ThingsModern agriculture with Internet Of Things
Modern agriculture with Internet Of ThingsMKMK40
 
IOT and Cloud in Agriculture
IOT and Cloud in AgricultureIOT and Cloud in Agriculture
IOT and Cloud in AgricultureSathish Kumar
 
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 thingsBasavaraj Galagi
 
Big data in precision agriculture
Big data in precision agriculture Big data in precision agriculture
Big data in precision agriculture Self
 
Smart cultivation system report
Smart cultivation system reportSmart cultivation system report
Smart cultivation system reportASHISHKUMARSAROJ1
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system pptAbhishek Awasthi
 

What's hot (20)

IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
 
Smart Irrigation ppt
Smart Irrigation pptSmart Irrigation ppt
Smart Irrigation ppt
 
Smart farming using ARDUINO (Nirma University)
Smart farming using ARDUINO (Nirma University)Smart farming using ARDUINO (Nirma University)
Smart farming using ARDUINO (Nirma University)
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farming
 
Iot based smart agriculture
Iot based smart agricultureIot based smart agriculture
Iot based smart agriculture
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Internet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in AgricultureInternet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in Agriculture
 
IoT for Agriculture - Drones / UAV
IoT for Agriculture - Drones / UAVIoT for Agriculture - Drones / UAV
IoT for Agriculture - Drones / UAV
 
Smart farming using ardunio.pptx
Smart farming using ardunio.pptxSmart farming using ardunio.pptx
Smart farming using ardunio.pptx
 
IOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTUREIOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTURE
 
Modern agriculture with Internet Of Things
Modern agriculture with Internet Of ThingsModern agriculture with Internet Of Things
Modern agriculture with Internet Of Things
 
IOT and Cloud in Agriculture
IOT and Cloud in AgricultureIOT and Cloud in Agriculture
IOT and Cloud in Agriculture
 
Smart Agro System
Smart Agro SystemSmart Agro System
Smart Agro System
 
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
 
Big data in precision agriculture
Big data in precision agriculture Big data in precision agriculture
Big data in precision agriculture
 
Smart Agriculrutal System
Smart Agriculrutal SystemSmart Agriculrutal System
Smart Agriculrutal System
 
Smart cultivation system report
Smart cultivation system reportSmart cultivation system report
Smart cultivation system report
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
 

Similar to Sensor based smart agriculture system

moisture sensor ppt.pptx
moisture sensor ppt.pptxmoisture sensor ppt.pptx
moisture sensor ppt.pptxsinghakhil952
 
moisture sensor ppt.pptx
moisture sensor ppt.pptxmoisture sensor ppt.pptx
moisture sensor ppt.pptxsinghakhil952
 
Design and implementation of iot based smart irrigation system.pptx
Design and implementation of iot  based smart irrigation system.pptxDesign and implementation of iot  based smart irrigation system.pptx
Design and implementation of iot based smart irrigation system.pptxamrsonarbangla
 
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
 
Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverAazim Rasool
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET Journal
 
Garden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsGarden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsIJMTST Journal
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET Journal
 
F041212529
F041212529F041212529
F041212529IOSR-JEN
 
MEASUREMENT AND TRANSMISSION OF AGROMET DATA FOR WEATHER (2)
MEASUREMENT AND TRANSMISSION OF AGROMET   DATA   FOR   WEATHER (2)MEASUREMENT AND TRANSMISSION OF AGROMET   DATA   FOR   WEATHER (2)
MEASUREMENT AND TRANSMISSION OF AGROMET DATA FOR WEATHER (2)Gautami Naik
 
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 roboteSAT Journals
 
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
 
A NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEMA NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEMEditor IJMTER
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring systemSai Kumar
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET Journal
 
plantmonitoringsystem-180116071636 (1).pdf
plantmonitoringsystem-180116071636 (1).pdfplantmonitoringsystem-180116071636 (1).pdf
plantmonitoringsystem-180116071636 (1).pdfSohailShaikh581630
 
IRJET- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification SystemIRJET- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification SystemIRJET Journal
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET Journal
 
51790954 green-house-environment-control
51790954 green-house-environment-control51790954 green-house-environment-control
51790954 green-house-environment-controlGherghescu Gabriel
 

Similar to Sensor based smart agriculture system (20)

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
 
Design and implementation of iot based smart irrigation system.pptx
Design and implementation of iot  based smart irrigation system.pptxDesign and implementation of iot  based smart irrigation system.pptx
Design and implementation of iot based smart irrigation system.pptx
 
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
 
Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for server
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
 
Finalais
FinalaisFinalais
Finalais
 
Garden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsGarden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using Sensors
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 
F041212529
F041212529F041212529
F041212529
 
MEASUREMENT AND TRANSMISSION OF AGROMET DATA FOR WEATHER (2)
MEASUREMENT AND TRANSMISSION OF AGROMET   DATA   FOR   WEATHER (2)MEASUREMENT AND TRANSMISSION OF AGROMET   DATA   FOR   WEATHER (2)
MEASUREMENT AND TRANSMISSION OF AGROMET DATA FOR WEATHER (2)
 
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
 
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)
 
A NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEMA NOVEL AUTOMATED IRRIGATION SYSTEM
A NOVEL AUTOMATED IRRIGATION SYSTEM
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring system
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless Technology
 
plantmonitoringsystem-180116071636 (1).pdf
plantmonitoringsystem-180116071636 (1).pdfplantmonitoringsystem-180116071636 (1).pdf
plantmonitoringsystem-180116071636 (1).pdf
 
IRJET- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification SystemIRJET- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification System
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
51790954 green-house-environment-control
51790954 green-house-environment-control51790954 green-house-environment-control
51790954 green-house-environment-control
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
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...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 

Sensor based smart agriculture system

Editor's Notes

  1. Ph sensor