SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 28
Real Time Monitoring and Analysis for Plant Health and Production of
Aquatic Culture using IoT
Kalpesh L. Mahajan1, Arti R. Wadhekar2
[1] [2]Department of E&TC., Deogiri Institute of Engineering and Management Studies, Aurangabad.
-------------------------------------------------------------------***-----------------------------------------------------------------------------------
Abstract: Hydroponics is the system of hardware and
software designed to control and monitor hydroponic
gardens. The goal of such a system is to create a
precisely controlled automated hydroponic garden.
The benefit of such a garden would be autonomous
food production, self-sustainability, and conserve
water as a resource. The system consists of custom
electronics and software. The hardware consists of
the Hydroponics modules. The Hydroponics modules
are used for wireless plant and environmental
sensing.
Keywords- IOT, Hydroponics, Sensors,
Aquaponics, smart farming.
1. Introduction
Hydroponics monitoring system was started with the
idea of creating an autonomous hydroponic garden.
The purpose of such a garden would be for the
autonomous and ultra-efficient production of healthy
food produce. Modern human beings have busy
schedules, may lack the expertise for agriculture, or
be in a location that makes it difficult. Hydroponics
monitoring system aims to be a complete open source
autonomous hydroponics garden using real time
operations for timely yields and conserve resources.
Developing nations could possibly make use of such a
system to maximize food production and save huge
on fresh water, a scare resource in some nations.
Additionally, the basic components of the system are
designed from parts easily source-able at hardware
stores aside from the electronics. The need for such a
system is a driving force behind the making of this
system.
Another motivation is it will also help in spreading the awareness
of how this technology can play an important part in helping
conserve water and yet derive yields of unimaginable
magnitudes.
2. Objectives
The main objective of this research project is to increase
productivity and quality of crops and to simplify and improve
agricultural practices by creating a healthy and automated
system.
Some other objectives are to monitor all the parameters of crops
and its environment, to provide a real time analysis & yield more
production based on its statistics and make more efficient use of
resources.
3. Survey and its outcomes
Focus on some problems faced by farmers:
 Drought conditions and unpredictability of climate
and weather patterns.
Fig 3.1:- Number of droughts per 30 years
 Rising temperatures and radical shifts from historic profiles.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 30
 Pollution of rivers, means polluted water for
agriculture.
Water pollution is a major environmental issue in
India. The largest source of water pollution in India
is untreated sewage. Other sources of pollution
include agricultural runoff and unregulated small
scale industry. Drying up of water sources both in
groundas well as on ground.
 Lack of cultivable space in major cities
Figure 3.3:- Land degradation causes
 Effects of insecticides and pesticides
Figure 3.4:- Effects of insecticides
Pesticides are poisons and, unfortunately, they can
harm more than just the “pests” at which they are
targeted. They are toxic, and exposure to pesticides can
not only cause a number of health effects, but is linked to
a range of serious illnesses and diseases in humans, from
respiratory problems to cancer.
Some disease occurred are-- (1.)Skin Irritation,
(2.)Alzimer’s disease, (3.)Parkinson’s disease,
(4.)Neurotoxicity, (5.)Carcinogenic effects, (6.)Weight
Loss in Fetus, (7.)Childhood Leukemia, (8.)Bladder &
Colon Cancer
4. System Development
The system shown in following figure consists of
various sensors, Output of these sensors are shown
on the wireless display and sent over server through
Wi-Fi.
Figure 4.1:- System Block Diagram
Description:
A] Temperature Sensor
This sensor is used for minimizing the Cold Junction
Compensation. The sensor output temperature (in
digital form) and this temperature is given to the
microcontroller.
Figure 4.2:- Temperature Sensor B]
Ultrasonic sensor
Ultrasonic Distance Sensor provides range from 2cm
to 5mtr for applications in detection and ranging.
The sensor provides precise and stable
measurement of a crop from seedling to a grownup
plant with very high accuracy.
Figure 4.3:- Ultrasonic Sensor
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 31
C] Power Supply
Power supply required depends upon the sensors used
and outputs required, hence I designed a variable power
supply as per application and requirements.
Figure 4.4:- Power supply circuit D]
Microcontroller
The microcontroller is used to do all the logical
operations needed and acts as a communication medium
between input and output components.
Figure 4.5:- Micro-controller IC circuit
5. Working
1. First, the temperature and moisture sensor provide
the mV readings corresponding to the temperature
and moisture in the system.
2. These readings area given as an input to the ADC.
The ADC generates the count which is sent to the
microcontroller.
3. Further, the temperature values aredisplayed on the
LCD.
4. If the temperature is above threshold value, then
cooling fan which is connected to the
microcontroller will start rotating. It will stop when
temperature drops below threshold.
5. Array of blue and red LEDs are used along with
white fluorescent light source to provide
photosynthesis required for plants growth.
6. These LEDs are controlled by microcontroller.
7. The RTC provides with the date and time
update to ensure proper ordered set of
readings.
8. Further all of these results can be transmitted
on a web server through a Wi-Fi module.
9. Finally, monitoring and analysis of these results
can be done.
6. Schematic Description
The schematic design shown in following figure is
made with the PROTEUS 8 software. I made use of the
built-in available components. While doing so, we used
the datasheets of the respective components and made
the connections accordingly.
Figure 6.1:- Schematic circuit diagram
The PCB Layout module is automatically given
connectivity information in the form of a net list
from the schematic capture module. It applies this
information, together with the user specified design
rules and various design automation tools, to assist
with error free board design. PCB's of up to 16
copper layers can be produced with design size
limited by product configuration.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 32
7. Hardware Requirements
A] INPUTS AND OUTPUTS
 Inputs – ADC, RTC, temperature sensor, oxygen
Sensor, humidity sensor, ultrasonic sensor, keypad
etc.
 Output – Voltage in mV, LED, LCD. B]
PROGRAMMING
 Conversion of ADC output to corresponding counts.
 Coding related to different communication
protocols.
C] COMMUNICATION
 I2C
 UART
 GSM
 WI-FI
D] DEVELOPMENT TOOLS:
 AvrStudio for ATMEGA328 programming
 Tinker Cad for coding and simulation
 PROTEUS for Schematic E]
POWER SUPPLY
 12V power supply
 05V power supply
 3.3V power supply
F] PRODUCT SPECIFICATION
 pH value: 5.5-6.
 Temperature :24-30 `C
 Relative Humidity: 50-70%
 Dissolved Oxygen: 7 mg/L
8.1 Performance Evaluation
Figure 8.1.1:- Comparative Study of artificial light system
8.2 Observations
Following are the observations that are found out
after testing the artificial light on crops: - Effects of
artificial light on Vegetation: -
 CFL White - As shown growth is good but due to
high intensity of white light, temperature rises
and burns can be observed.
 Blue LED - Growth comparatively is good
enough but root development is weak and
elongation is less. It has Good mass
 Red-Blue LED (Violet) - Although root
development is good, growth of the plant is not
as good as other one in blue light.
 Red LED - Growth is good but excess elongation
also leads to weak structure and leaf bleaching,
yet it has a good root structure.
Figure 8.2.1:- Effects of artificial light on plants
8.3 Lab Prototype
Figure 8.3.1:- Prototype for the plant cultivation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 33
8.4 LCD Display Outputs
Figure 8.4.1:- LCD Display photos showing different
outputs.
8.5 Real time Implementation at a Farm
Figure 8.5.1:- Real time system implied in field.
9.1 Conclusion
Thus Real time data of any plant with its essential
environmental conditions can be monitored, saved and
controlled for greater yield of plantsin agriculture.
9.2 Advantages
1) Irrigation water usage reduced by 70-90%
2) Fungal disease can be significantly reduced through
controlled humidity.
3) Gives effective control over environment.
4) The product has macro-micro nutrients needed by
human body.
5) The amount of nutrients needed by plants can be
automated as they grow.
6) Root zone temperatures are maintained as is ideal to
ensure good growth of the plant.
9.3 Disadvantages
1) The initial investment in a commercial hydroponic
system is high.
9.4 Applications
1) At different market segments for cultivation at
extreme conditions.
2) For production of a large quantity of biomass.
3) At deserted and snow affected areas.
4) For production of medicinal plants that rely on its
roots.
5) At terrace farming (best option to get organic
vegetables in cities)
9.5 Future Scope
1) Due to deforestation and scarcity of cultivable land in
major cities, this system can be implemented within
less space in the house.
2) Deserted areas that are low on resources and water
can make the most use of Hydroponic Control System
for better and timely yields.
3) Areas affected by harsh climatic conditions will have
no effect on yields cultivated by the system.
4) Hydroponics Control System will evolve into a solar
powered system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 34
References
1] M.F. Saaid, A. Sanuddin, Megat Ali, “Automated pH
controller system forhydroponic cultivation”, Computer
applications and Industrial electronics,2015 IEEE
symposium, 2012-14 April 2015
http://ieeexplore.ieee.org/document/7298353/
2] Yang Chenzhong, Huang Yinchun, Zheng Weihong,
“Research of hydroponics nutrient solution control
technology”, 5" World Congress on Intelligent Control
and Automation, Vol.1, June 15-19, 2004.
http://ieeexplore.ieee.org/document/1340657/
3] Dr. Melissa Brechner,” Controlled
Environment Agriculture”, Cornell University.
http://www.cornellcea.com/resourcesPublication
s/growersHandbooks/index.html
4] Rajeev lochan Mishra, Preet Jain,
“IJAREEIE”, vol.4 8 Aug 2016
https://www.ijareeie.com/upload/2015/august/16
_Design.pdf
5]Mr. B.P. Kulkarni, “IJSTE” vol.3 March 2017
http://www.ijste.org/articles/IJSTEV3I9151.pdf
4] Datasheets:
I) ATMEGA16
II)DS1307 III)DHT22
IV)LM35
http://www.atmel.com/images/doc2466.pdf
Acknowledgement
I wish to thank Dr. Ulhas Shiurkar, Director of the DIEMS,
Aurangabad for technical support regarding the project. I am
thankful to Dr. Rajesh Autee, HOD Department of Electronics
and Telecommunication Engineering & Prof. A. R. Wadhekar
DIEMS, Aurangabad for their guidance.
Biography
Mr. Kalpesh L. Mahajan
Research Scholar (M Tech.)
Dept. of E & TC.
DIEMS, Aurangabad

More Related Content

What's hot

IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine Learning
IRJET Journal
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOT
IRJET Journal
 
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
IRJET Journal
 
IRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation System
IRJET Journal
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoT
IRJET Journal
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi Interconnection
IRJET Journal
 
Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN
IJECEIAES
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET Journal
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET Journal
 
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
IRJET Journal
 
IRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLC
IRJET Journal
 
IRJET- IoT based Automated Green House Monitoring and Control System
IRJET-  	  IoT based Automated Green House Monitoring and Control SystemIRJET-  	  IoT based Automated Green House Monitoring and Control System
IRJET- IoT based Automated Green House Monitoring and Control System
IRJET Journal
 
Embedded Decision Support System for Smart Farming
Embedded Decision Support System for Smart FarmingEmbedded Decision Support System for Smart Farming
Embedded Decision Support System for Smart Farming
IRJET Journal
 
Ultrasonic Stirrer
Ultrasonic StirrerUltrasonic Stirrer
Ultrasonic Stirrer
IRJET Journal
 
A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...
IRJET Journal
 
IRJET- IoT based Smart Greenhouse Automation System
IRJET-  	  IoT based Smart Greenhouse Automation SystemIRJET-  	  IoT based Smart Greenhouse Automation System
IRJET- IoT based Smart Greenhouse Automation System
IRJET Journal
 
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET Journal
 
IRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoTIRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET Journal
 
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONESANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ijmnct
 
Evolution of Microcontroller-based Remote Monitoring System Applications
Evolution of Microcontroller-based Remote Monitoring System ApplicationsEvolution of Microcontroller-based Remote Monitoring System Applications
Evolution of Microcontroller-based Remote Monitoring System Applications
IJECEIAES
 

What's hot (20)

IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine Learning
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOT
 
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
 
IRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation System
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoT
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi Interconnection
 
Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled People
 
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
 
IRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLC
 
IRJET- IoT based Automated Green House Monitoring and Control System
IRJET-  	  IoT based Automated Green House Monitoring and Control SystemIRJET-  	  IoT based Automated Green House Monitoring and Control System
IRJET- IoT based Automated Green House Monitoring and Control System
 
Embedded Decision Support System for Smart Farming
Embedded Decision Support System for Smart FarmingEmbedded Decision Support System for Smart Farming
Embedded Decision Support System for Smart Farming
 
Ultrasonic Stirrer
Ultrasonic StirrerUltrasonic Stirrer
Ultrasonic Stirrer
 
A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...
 
IRJET- IoT based Smart Greenhouse Automation System
IRJET-  	  IoT based Smart Greenhouse Automation SystemIRJET-  	  IoT based Smart Greenhouse Automation System
IRJET- IoT based Smart Greenhouse Automation System
 
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
 
IRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoTIRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoT
 
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONESANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
 
Evolution of Microcontroller-based Remote Monitoring System Applications
Evolution of Microcontroller-based Remote Monitoring System ApplicationsEvolution of Microcontroller-based Remote Monitoring System Applications
Evolution of Microcontroller-based Remote Monitoring System Applications
 

Similar to IRJET- Real Time Monitoring and Analysis for Plant Health and Production of Aquatic Culture using IoT

Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN Network
IRJET Journal
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET Journal
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
IRJET Journal
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
IRJET Journal
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
IRJET Journal
 
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A ReviewIRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IRJET Journal
 
IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...
IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...
IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...
IRJET Journal
 
IRJET- IoT based Industrial Pollution Monitoring System
IRJET-  	  IoT based Industrial Pollution Monitoring SystemIRJET-  	  IoT based Industrial Pollution Monitoring System
IRJET- IoT based Industrial Pollution Monitoring System
IRJET Journal
 
IRJET- Autonomous Greenhouse using Internet of Things with Thingspeak
IRJET- Autonomous Greenhouse using Internet of Things with ThingspeakIRJET- Autonomous Greenhouse using Internet of Things with Thingspeak
IRJET- Autonomous Greenhouse using Internet of Things with Thingspeak
IRJET Journal
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET Journal
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET Journal
 
IRJET- Iot Based Smart Meter
IRJET-  	  Iot Based Smart MeterIRJET-  	  Iot Based Smart Meter
IRJET- Iot Based Smart Meter
IRJET Journal
 
IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth ModuleIRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET Journal
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
IRJET Journal
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
IRJET Journal
 
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoTIRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET Journal
 
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMAAN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
IRJET Journal
 
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET-  	  IoT based Industrial Water Quality Monitoring SystemIRJET-  	  IoT based Industrial Water Quality Monitoring System
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET Journal
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
IRJET Journal
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation System
IRJET Journal
 

Similar to IRJET- Real Time Monitoring and Analysis for Plant Health and Production of Aquatic Culture using IoT (20)

Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN Network
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
 
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A ReviewIRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
 
IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...
IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...
IRJET- Design and Implementation of Aquaculture Monitoring and Controlling Sy...
 
IRJET- IoT based Industrial Pollution Monitoring System
IRJET-  	  IoT based Industrial Pollution Monitoring SystemIRJET-  	  IoT based Industrial Pollution Monitoring System
IRJET- IoT based Industrial Pollution Monitoring System
 
IRJET- Autonomous Greenhouse using Internet of Things with Thingspeak
IRJET- Autonomous Greenhouse using Internet of Things with ThingspeakIRJET- Autonomous Greenhouse using Internet of Things with Thingspeak
IRJET- Autonomous Greenhouse using Internet of Things with Thingspeak
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
 
IRJET- Iot Based Smart Meter
IRJET-  	  Iot Based Smart MeterIRJET-  	  Iot Based Smart Meter
IRJET- Iot Based Smart Meter
 
IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth ModuleIRJET-  	  Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
IRJET- Quadrotor for Agro Farming using MPU-6050 and Bluetooth Module
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
 
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoTIRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
 
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMAAN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
 
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET-  	  IoT based Industrial Water Quality Monitoring SystemIRJET-  	  IoT based Industrial Water Quality Monitoring System
IRJET- IoT based Industrial Water Quality Monitoring System
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
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
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdf
Kamal Acharya
 
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
 
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
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
Toll tax management system project report..pdf
Toll tax management system project report..pdfToll tax management system project report..pdf
Toll tax management system project report..pdf
Kamal Acharya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf
884710SadaqatAli
 
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
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
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
 
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
Amil baba
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
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
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
RCC Institute of Information Technology
 

Recently uploaded (20)

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
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
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.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
 
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
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
Toll tax management system project report..pdf
Toll tax management system project report..pdfToll tax management system project report..pdf
Toll tax management system project report..pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.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
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
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...
 
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
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
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
 

IRJET- Real Time Monitoring and Analysis for Plant Health and Production of Aquatic Culture using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 28 Real Time Monitoring and Analysis for Plant Health and Production of Aquatic Culture using IoT Kalpesh L. Mahajan1, Arti R. Wadhekar2 [1] [2]Department of E&TC., Deogiri Institute of Engineering and Management Studies, Aurangabad. -------------------------------------------------------------------***----------------------------------------------------------------------------------- Abstract: Hydroponics is the system of hardware and software designed to control and monitor hydroponic gardens. The goal of such a system is to create a precisely controlled automated hydroponic garden. The benefit of such a garden would be autonomous food production, self-sustainability, and conserve water as a resource. The system consists of custom electronics and software. The hardware consists of the Hydroponics modules. The Hydroponics modules are used for wireless plant and environmental sensing. Keywords- IOT, Hydroponics, Sensors, Aquaponics, smart farming. 1. Introduction Hydroponics monitoring system was started with the idea of creating an autonomous hydroponic garden. The purpose of such a garden would be for the autonomous and ultra-efficient production of healthy food produce. Modern human beings have busy schedules, may lack the expertise for agriculture, or be in a location that makes it difficult. Hydroponics monitoring system aims to be a complete open source autonomous hydroponics garden using real time operations for timely yields and conserve resources. Developing nations could possibly make use of such a system to maximize food production and save huge on fresh water, a scare resource in some nations. Additionally, the basic components of the system are designed from parts easily source-able at hardware stores aside from the electronics. The need for such a system is a driving force behind the making of this system. Another motivation is it will also help in spreading the awareness of how this technology can play an important part in helping conserve water and yet derive yields of unimaginable magnitudes. 2. Objectives The main objective of this research project is to increase productivity and quality of crops and to simplify and improve agricultural practices by creating a healthy and automated system. Some other objectives are to monitor all the parameters of crops and its environment, to provide a real time analysis & yield more production based on its statistics and make more efficient use of resources. 3. Survey and its outcomes Focus on some problems faced by farmers:  Drought conditions and unpredictability of climate and weather patterns. Fig 3.1:- Number of droughts per 30 years  Rising temperatures and radical shifts from historic profiles.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 30  Pollution of rivers, means polluted water for agriculture. Water pollution is a major environmental issue in India. The largest source of water pollution in India is untreated sewage. Other sources of pollution include agricultural runoff and unregulated small scale industry. Drying up of water sources both in groundas well as on ground.  Lack of cultivable space in major cities Figure 3.3:- Land degradation causes  Effects of insecticides and pesticides Figure 3.4:- Effects of insecticides Pesticides are poisons and, unfortunately, they can harm more than just the “pests” at which they are targeted. They are toxic, and exposure to pesticides can not only cause a number of health effects, but is linked to a range of serious illnesses and diseases in humans, from respiratory problems to cancer. Some disease occurred are-- (1.)Skin Irritation, (2.)Alzimer’s disease, (3.)Parkinson’s disease, (4.)Neurotoxicity, (5.)Carcinogenic effects, (6.)Weight Loss in Fetus, (7.)Childhood Leukemia, (8.)Bladder & Colon Cancer 4. System Development The system shown in following figure consists of various sensors, Output of these sensors are shown on the wireless display and sent over server through Wi-Fi. Figure 4.1:- System Block Diagram Description: A] Temperature Sensor This sensor is used for minimizing the Cold Junction Compensation. The sensor output temperature (in digital form) and this temperature is given to the microcontroller. Figure 4.2:- Temperature Sensor B] Ultrasonic sensor Ultrasonic Distance Sensor provides range from 2cm to 5mtr for applications in detection and ranging. The sensor provides precise and stable measurement of a crop from seedling to a grownup plant with very high accuracy. Figure 4.3:- Ultrasonic Sensor
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 31 C] Power Supply Power supply required depends upon the sensors used and outputs required, hence I designed a variable power supply as per application and requirements. Figure 4.4:- Power supply circuit D] Microcontroller The microcontroller is used to do all the logical operations needed and acts as a communication medium between input and output components. Figure 4.5:- Micro-controller IC circuit 5. Working 1. First, the temperature and moisture sensor provide the mV readings corresponding to the temperature and moisture in the system. 2. These readings area given as an input to the ADC. The ADC generates the count which is sent to the microcontroller. 3. Further, the temperature values aredisplayed on the LCD. 4. If the temperature is above threshold value, then cooling fan which is connected to the microcontroller will start rotating. It will stop when temperature drops below threshold. 5. Array of blue and red LEDs are used along with white fluorescent light source to provide photosynthesis required for plants growth. 6. These LEDs are controlled by microcontroller. 7. The RTC provides with the date and time update to ensure proper ordered set of readings. 8. Further all of these results can be transmitted on a web server through a Wi-Fi module. 9. Finally, monitoring and analysis of these results can be done. 6. Schematic Description The schematic design shown in following figure is made with the PROTEUS 8 software. I made use of the built-in available components. While doing so, we used the datasheets of the respective components and made the connections accordingly. Figure 6.1:- Schematic circuit diagram The PCB Layout module is automatically given connectivity information in the form of a net list from the schematic capture module. It applies this information, together with the user specified design rules and various design automation tools, to assist with error free board design. PCB's of up to 16 copper layers can be produced with design size limited by product configuration.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 32 7. Hardware Requirements A] INPUTS AND OUTPUTS  Inputs – ADC, RTC, temperature sensor, oxygen Sensor, humidity sensor, ultrasonic sensor, keypad etc.  Output – Voltage in mV, LED, LCD. B] PROGRAMMING  Conversion of ADC output to corresponding counts.  Coding related to different communication protocols. C] COMMUNICATION  I2C  UART  GSM  WI-FI D] DEVELOPMENT TOOLS:  AvrStudio for ATMEGA328 programming  Tinker Cad for coding and simulation  PROTEUS for Schematic E] POWER SUPPLY  12V power supply  05V power supply  3.3V power supply F] PRODUCT SPECIFICATION  pH value: 5.5-6.  Temperature :24-30 `C  Relative Humidity: 50-70%  Dissolved Oxygen: 7 mg/L 8.1 Performance Evaluation Figure 8.1.1:- Comparative Study of artificial light system 8.2 Observations Following are the observations that are found out after testing the artificial light on crops: - Effects of artificial light on Vegetation: -  CFL White - As shown growth is good but due to high intensity of white light, temperature rises and burns can be observed.  Blue LED - Growth comparatively is good enough but root development is weak and elongation is less. It has Good mass  Red-Blue LED (Violet) - Although root development is good, growth of the plant is not as good as other one in blue light.  Red LED - Growth is good but excess elongation also leads to weak structure and leaf bleaching, yet it has a good root structure. Figure 8.2.1:- Effects of artificial light on plants 8.3 Lab Prototype Figure 8.3.1:- Prototype for the plant cultivation
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 33 8.4 LCD Display Outputs Figure 8.4.1:- LCD Display photos showing different outputs. 8.5 Real time Implementation at a Farm Figure 8.5.1:- Real time system implied in field. 9.1 Conclusion Thus Real time data of any plant with its essential environmental conditions can be monitored, saved and controlled for greater yield of plantsin agriculture. 9.2 Advantages 1) Irrigation water usage reduced by 70-90% 2) Fungal disease can be significantly reduced through controlled humidity. 3) Gives effective control over environment. 4) The product has macro-micro nutrients needed by human body. 5) The amount of nutrients needed by plants can be automated as they grow. 6) Root zone temperatures are maintained as is ideal to ensure good growth of the plant. 9.3 Disadvantages 1) The initial investment in a commercial hydroponic system is high. 9.4 Applications 1) At different market segments for cultivation at extreme conditions. 2) For production of a large quantity of biomass. 3) At deserted and snow affected areas. 4) For production of medicinal plants that rely on its roots. 5) At terrace farming (best option to get organic vegetables in cities) 9.5 Future Scope 1) Due to deforestation and scarcity of cultivable land in major cities, this system can be implemented within less space in the house. 2) Deserted areas that are low on resources and water can make the most use of Hydroponic Control System for better and timely yields. 3) Areas affected by harsh climatic conditions will have no effect on yields cultivated by the system. 4) Hydroponics Control System will evolve into a solar powered system.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 34 References 1] M.F. Saaid, A. Sanuddin, Megat Ali, “Automated pH controller system forhydroponic cultivation”, Computer applications and Industrial electronics,2015 IEEE symposium, 2012-14 April 2015 http://ieeexplore.ieee.org/document/7298353/ 2] Yang Chenzhong, Huang Yinchun, Zheng Weihong, “Research of hydroponics nutrient solution control technology”, 5" World Congress on Intelligent Control and Automation, Vol.1, June 15-19, 2004. http://ieeexplore.ieee.org/document/1340657/ 3] Dr. Melissa Brechner,” Controlled Environment Agriculture”, Cornell University. http://www.cornellcea.com/resourcesPublication s/growersHandbooks/index.html 4] Rajeev lochan Mishra, Preet Jain, “IJAREEIE”, vol.4 8 Aug 2016 https://www.ijareeie.com/upload/2015/august/16 _Design.pdf 5]Mr. B.P. Kulkarni, “IJSTE” vol.3 March 2017 http://www.ijste.org/articles/IJSTEV3I9151.pdf 4] Datasheets: I) ATMEGA16 II)DS1307 III)DHT22 IV)LM35 http://www.atmel.com/images/doc2466.pdf Acknowledgement I wish to thank Dr. Ulhas Shiurkar, Director of the DIEMS, Aurangabad for technical support regarding the project. I am thankful to Dr. Rajesh Autee, HOD Department of Electronics and Telecommunication Engineering & Prof. A. R. Wadhekar DIEMS, Aurangabad for their guidance. Biography Mr. Kalpesh L. Mahajan Research Scholar (M Tech.) Dept. of E & TC. DIEMS, Aurangabad