SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1360
Monitoring and Control of Domestic Gardening with Feedback System
using Internet of Things
Mr. Samuel Bryan Saynik1, Mr. Sai Krishna K2
1, 2 UG Student, Dept. of Electronics and Communication, St. Joseph’s Institute of Technology, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – This project “Monitoring and Control of Domestic
Gardening with Feedback System using IoT”, proposes an
automated system to modify the watering cycle. The system
utilises ‘Raspberry Pi’ as a master controller with the abilityto
automatically monitor and control through a web- interface,
the values from moisture level sensors to ensure adequate
watering cycles. The benefit is to implement cost-effective
automated systems in townships and homes to eliminate
human intervention, reduce labour cost and regulate the
usage of resources with the ability to be integrated with other
home automation systems.
Key Words: water distribution, water management, IoT,
cloud computing, moisture sensor, remote access
1. INTRODUCTION
Water is a resource racing towards extinction. If
unchecked it can lead to disastrous consequences. The only
way to counter this problem is by afforestation. People
nowadays prefer green parks and kitchen gardens butharsh
climatic conditions can cause damaging effects if the
watering cycles are not regular. The main motivationbehind
the project is to maintain the green cover in townships and
maintain kitchen gardens. Construction giants are into the
trend of building townships spanning acres of land. They
provide green cover as an aesthetic appeal. The
governmental laws also emphasise on certain portion of the
total area to be dedicated to greenery. This was a wonderful
initiative started by the government. But after few years the
association takes up the task of maintaining it. Severalissues
arise in the maintenance. Ground water is not abundantly
available these-days. Purchasing water for day-to-day use
hasbecome expensive. Human labour to maintain theplants
is also expensive. Thusdue to mismanagement, these plants
begin to wilt. Thus the green cover starts deteriorating.
People also have various flowering plants in their homes.
When people go out on long trips, these plants are not
watered properly causing them to wilt. Thus to prevent the
wilting of these precious plants and trees we proposed an
automated watering system. It would modify the watering
cycle based on the soil moisture values. This prevented the
unwanted usage of water. Nowadays home automation
systems have become a fancy trend. Thus we proposed to
integrate this automated system into any home automation
system. Thus by integrating the technology of IoT, we have
proposed monitoring the moisture levels and the watering
cycle. This also enables the access to the various systems
from remote locations. With the implementation of a
feedback system we have proposed to make the system fail
proof.
2. COMPONENTS
The proposed automated system uses a wide rangeof
low power systems to control the overall process. The
components are integrated into the GPIO pins of the
controller and the valuesobtained separately are processed
to carry out the defined functions.
Fig -1: Block Diagram
2.1 Micro Controller
The core controllerused in this system is a Raspberry
Pi 3B model. Powered by a Raspbian JESSE OS it can work as
a standalone computer. The raspberry pi enables it to be
programmed directly without the needforanothersystemto
program it. It also makes integration other IoT systems into
it very easy .The raspberry pi has an inbuilt Wi-Fi system
with HDMI connectivity. With a 1 GB RAM and a 1.2 GHz
processor the raspberry pi is an ideal controller for home
automation system.
Fig -2: Raspberry Pi 3B
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1361
The controller can process 26 inputs simultaneously.
Thus the raspberry pi is ideal to scale up the system as well.
With in-built Bluetooth and Wi-Fi connectivity it also allows
the implementation of wireless systems.
2.2 Soil Moisture Sensor
The basic component utilized here is the moisture
sensor which is used to determine the amount of moisture
present in the soil. It works on the principle of “soil
conductivity varies according to the moisture levels”.
Humans tend to over-water or under-water the plants. Thus
using the soil sensor we determine when to initiate the
watering cycle. By implementing this the water level is
accessed and accordingly the wateringcycleismodified.This
enables prevention of over-watering also. This is done by
pre-setting the moisture level to be maintained for the
plants.
Fig -3: Moisture Sensor
The moisture sensor uses a LM393 Comparator to
determine the conductivity of the soil and accordingly
determine the soil moisture level. The potentiometer in the
comparator is used to alter the reference value and thus set
the required water moisture level. The sensor providesboth
analog and digital values. The analog values are more
accurate but to reduce the amount of hardware we directly
use the digital value as the controller can directly process it.
The sensor provides data that can be input into any one of
the controllers GPIO pins.
2.3 Real Time Clock (RTC)
IoT systems works with constant cloud updates. The
proposed system is designed to work in offline connections
and updates when reconnected. Thusto maintainthesystem
time, we use an external timer. This maintains the time and
updates the controller’s system time every time it reboots.
The module used is a DTS-3231. It is a highly accurate
module with an accuracy of ±2ppm.
Fig -4: RTC Module DS-3231
The RTC system is used to provide a time based
system also. This system is used as a default when any
abnormality is detected in the system.
2.4 Relay and Solenoid Valve
Relay is an electronic switch. The Raspberry Pi works
on a power supply of 5V whereas the valve requires a
minimum of 12V or 24V. Thus to drive the valve we need a
relay. The relay can control 230V with just a 5V signal from
the controller.
Fig -5: Relay
The Solenoid valve is an electrically controlled valve.
This is used to control flow of liquids by electrically
powering a solenoid which controls its opening and closing.
The valve SVK-01 is used in the system. It is a normally
closed valve. It can handle high levels of pressure. Based on
inputs from the raspberry pi, the relay operates the valve to
initiate the watering cycle.
The solenoid, which is a coil, activated by external
voltage, pulls the mechanism that operates the valve. Thus
the valve opens. The pressure handling capacity dependson
the strength of the solenoid used in the valve and the input
voltage.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1362
Fig -6: Solenoid valve SVK-01
2.5 Feedback System
Automation systems are meant to reduce human
intervention. To prevent any mishap wehaveimplementeda
feedback system. The water flow is gauged with a flow
sensor. If the moisture sensor fails, it shows as dry always,
thuswatering continuesinfinitely. Thusif thesystemdetects
any abnormalities it immediately shuts down the valve.
Fig -7: Flow Sensor YF-S201
The flow sensor YF-S201 used in this works on the
principle of “Hall Effect”. This is to prevent dry runs (Valve
operates with no water flow), or overruns (Failure to close
signal from controller). The system directly shiftstothetime
based system which initiatesthe watering cycleaccordingto
a pre-set time.
3. WATERING CYCLE CONTROLLING SYSTEM
Watering cycle is the major area of interest in this
system. This system was designed to work offline or online
with cloud integration. The system provides the selection of
any one system: Timer based or Moisture level based.
3.1 TIMER BASED SYSTEM
Certain types of plantsrequire regularwatering.Thus
with the already integrated RTC, we implemented a timer
based system. This is a fail proof system as the RTC module
has a lifetime of 10yrs for a small coin battery. The time to
initiate the watering cycle can be pre-set. At the set time, the
watering system is initiated and for a determined period of
time the watering cycle is performed. This is irrespective of
the values of the sensor. This system is used as the backup
system, when the system detects any discrepancies in the
functioning of the moisture based system. The time to
initiate the watering system can be adjustedaccordingtothe
location of implementation.
3.2 MOISTURE SENSOR BASED SYSTEM
Moisture is measured asvolume ordensityofwaterin
the soil. Depending on the moisture levels, the conductivity
of the soil varies. The soil moisture sensor, detects the
conductivity. The threshold is pre-set using potentiometers.
Once the conductivity falls below the threshold, the
controllersnotifiesthe relay. Once all the sensor valuesdrop
below the threshold, the relay activates thesolenoidvalve,to
initiate the watering cycle. The moisture sensor continuesto
monitor the moisture levels. Once the threshold is crossed,
the watering cycle is terminated. Thus the automated
system, maintains the moisture level at a pre-set level, thus
optimising the usage of resources to the level needed.
The flow sensor detects the flow of water and
providesthe feedback for the system. If the water flow isnot
detected, the controlled sends an error message. This
denotesthat a dry run is taking place. Thuswe can intervene
and terminate the process, or take the necessary steps
needed. Meanwhile, the program goes to sleep for a specific
amount of time to prevent damage to the hardware.
If the moisture sensor fails or the controller fails to
close the valve, the feedback system sends an error message
as the flow sensor detects water flow for more than the
specified time. Thus the feedback system shuts the program
and jumps to the timer based system and closes the valve.
Thus damage to the plants and wastage of resources is thus
prevented.
4. RESULT
The system was successfully tested. The systemcan
automatically detect moisture levels and activate watering
cycles. The extent of human intervention can be drastically
reduced.
The efficiency in reducing the consumption of water
resource wasdrastic. The web-interface provideslivevalues
as well as stored data gathered over time. It also allows
access to the system remotely from the same network as
well as different networks.
The chart shows the data plotted for one watering
cycle.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1363
Chart-1: Working (plotted data)
5. APPLICATIONS
This system can be implemented in townships and
kitchen gardens.
The system can be adapted to maintain large spread
organic farms.
6. CONCLUSION
Thus our proposed project will revolutionize the
overall maintenance of domestic gardening. It also reduces
resource consumption which is the major issue in the
present day scenario with a feed-back system to prevent
damage to hardware.
7. FUTURE ENHANCEMENTS
The system can be run with the help of solar power.
With a 10W solar panel and a 50VAh battery the system can
be fully powered by a renewable power source.Thismakesit
a stand-alone system with high efficiency andnooperational
cost.
The implementation of NodeMCU as a satellite node
enables wireless data acquisition. Multiple nodes can be
compiled under “master-slave” technology to get data from
individual slave nodes, whereas the computation is done by
master node. This eliminates the use of wires to connect the
sensors to the controller.
By using Adafruit cloud, we can create a separate
mobile application instead of the web-interface now being
used
REFERENCES
[1] [1] Ahmed Hussein Abbas, Maya Medhat Mohammed,
Eman Adel Ahmed, Rania Ahmed Abdel Azeem Abul
Seoud and Gehad Mostafa Ahmed, “Smart Watering
System for Gardens using Wireless Sensor Networks”
[2] Bo Cui and Qinghong Meng,“Smart Water Monitoring
and Management System Based on the Architecture of
Internet of Things”
[3] Asha Saif and Lijesh L “Advanced Globally Accessible
Machine Automation Using Raspberry PI”
[4] Botta, Alessio, Walter De Donato, Valerio Persico, and
Antonio Pescapé, "On the integrationofcloudcomputing
and internet of things", In Future Internet of Things and
Cloud (FiCloud), 2014 International Conference on, pp.
23-30. IEEE, 2014
BIOGRAPHY
Samuel Bryan Saynik is a highly
enterprising student with a
passion towards developing
technologies in the field of
electronics.Author
Photo

More Related Content

What's hot

Crowd management system
Crowd management systemCrowd management system
Crowd management system
Mumbaikar Le
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoring
ijtsrd
 
51790954 green-house-environment-control
51790954 green-house-environment-control51790954 green-house-environment-control
51790954 green-house-environment-control
Gherghescu Gabriel
 

What's hot (20)

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
 
IRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry PiIRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry Pi
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring System
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
 
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
 
Crowd management system
Crowd management systemCrowd management system
Crowd management system
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
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...
 
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
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
IRJET- IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
IRJET-  	  IoT based Real Time Greenhouse Monitoring System using Raspberry PiIRJET-  	  IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
IRJET- IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoring
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
51790954 green-house-environment-control
51790954 green-house-environment-control51790954 green-house-environment-control
51790954 green-house-environment-control
 
IRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring DeviceIRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring Device
 
IRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET- Iot Based Smart Management
IRJET- Iot Based Smart Management
 
IRJET- Water Irrigation System using Arduino
IRJET- Water Irrigation System using ArduinoIRJET- Water Irrigation System using Arduino
IRJET- Water Irrigation System using Arduino
 
Agriculture diet
Agriculture dietAgriculture diet
Agriculture diet
 
Ultrasonic Stirrer
Ultrasonic StirrerUltrasonic Stirrer
Ultrasonic Stirrer
 

Similar to IRJET- Monitoring and Control of Domestic Gardening with Feedback System using Internet of Things

Similar to IRJET- Monitoring and Control of Domestic Gardening with Feedback System using Internet of Things (20)

IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLC
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
 
IRJET- Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
IRJET-  	  Advanced Irrigation System using Arduino and Raspberry Pi as Centr...IRJET-  	  Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
IRJET- Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
 
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
 
IRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud ComputingIRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud Computing
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoT
 
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- Smart Irrigation System
IRJET- Smart Irrigation SystemIRJET- Smart Irrigation System
IRJET- Smart Irrigation System
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation System
 
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOT
 
IOT - Based Smart Farming
IOT - Based Smart FarmingIOT - Based Smart Farming
IOT - Based Smart Farming
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
IRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated GreenhouseIRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated Greenhouse
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting System
 
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- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
 
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLCIRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 

More from 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

Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 

Recently uploaded (20)

PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 

IRJET- Monitoring and Control of Domestic Gardening with Feedback System using Internet of Things

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1360 Monitoring and Control of Domestic Gardening with Feedback System using Internet of Things Mr. Samuel Bryan Saynik1, Mr. Sai Krishna K2 1, 2 UG Student, Dept. of Electronics and Communication, St. Joseph’s Institute of Technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – This project “Monitoring and Control of Domestic Gardening with Feedback System using IoT”, proposes an automated system to modify the watering cycle. The system utilises ‘Raspberry Pi’ as a master controller with the abilityto automatically monitor and control through a web- interface, the values from moisture level sensors to ensure adequate watering cycles. The benefit is to implement cost-effective automated systems in townships and homes to eliminate human intervention, reduce labour cost and regulate the usage of resources with the ability to be integrated with other home automation systems. Key Words: water distribution, water management, IoT, cloud computing, moisture sensor, remote access 1. INTRODUCTION Water is a resource racing towards extinction. If unchecked it can lead to disastrous consequences. The only way to counter this problem is by afforestation. People nowadays prefer green parks and kitchen gardens butharsh climatic conditions can cause damaging effects if the watering cycles are not regular. The main motivationbehind the project is to maintain the green cover in townships and maintain kitchen gardens. Construction giants are into the trend of building townships spanning acres of land. They provide green cover as an aesthetic appeal. The governmental laws also emphasise on certain portion of the total area to be dedicated to greenery. This was a wonderful initiative started by the government. But after few years the association takes up the task of maintaining it. Severalissues arise in the maintenance. Ground water is not abundantly available these-days. Purchasing water for day-to-day use hasbecome expensive. Human labour to maintain theplants is also expensive. Thusdue to mismanagement, these plants begin to wilt. Thus the green cover starts deteriorating. People also have various flowering plants in their homes. When people go out on long trips, these plants are not watered properly causing them to wilt. Thus to prevent the wilting of these precious plants and trees we proposed an automated watering system. It would modify the watering cycle based on the soil moisture values. This prevented the unwanted usage of water. Nowadays home automation systems have become a fancy trend. Thus we proposed to integrate this automated system into any home automation system. Thus by integrating the technology of IoT, we have proposed monitoring the moisture levels and the watering cycle. This also enables the access to the various systems from remote locations. With the implementation of a feedback system we have proposed to make the system fail proof. 2. COMPONENTS The proposed automated system uses a wide rangeof low power systems to control the overall process. The components are integrated into the GPIO pins of the controller and the valuesobtained separately are processed to carry out the defined functions. Fig -1: Block Diagram 2.1 Micro Controller The core controllerused in this system is a Raspberry Pi 3B model. Powered by a Raspbian JESSE OS it can work as a standalone computer. The raspberry pi enables it to be programmed directly without the needforanothersystemto program it. It also makes integration other IoT systems into it very easy .The raspberry pi has an inbuilt Wi-Fi system with HDMI connectivity. With a 1 GB RAM and a 1.2 GHz processor the raspberry pi is an ideal controller for home automation system. Fig -2: Raspberry Pi 3B
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1361 The controller can process 26 inputs simultaneously. Thus the raspberry pi is ideal to scale up the system as well. With in-built Bluetooth and Wi-Fi connectivity it also allows the implementation of wireless systems. 2.2 Soil Moisture Sensor The basic component utilized here is the moisture sensor which is used to determine the amount of moisture present in the soil. It works on the principle of “soil conductivity varies according to the moisture levels”. Humans tend to over-water or under-water the plants. Thus using the soil sensor we determine when to initiate the watering cycle. By implementing this the water level is accessed and accordingly the wateringcycleismodified.This enables prevention of over-watering also. This is done by pre-setting the moisture level to be maintained for the plants. Fig -3: Moisture Sensor The moisture sensor uses a LM393 Comparator to determine the conductivity of the soil and accordingly determine the soil moisture level. The potentiometer in the comparator is used to alter the reference value and thus set the required water moisture level. The sensor providesboth analog and digital values. The analog values are more accurate but to reduce the amount of hardware we directly use the digital value as the controller can directly process it. The sensor provides data that can be input into any one of the controllers GPIO pins. 2.3 Real Time Clock (RTC) IoT systems works with constant cloud updates. The proposed system is designed to work in offline connections and updates when reconnected. Thusto maintainthesystem time, we use an external timer. This maintains the time and updates the controller’s system time every time it reboots. The module used is a DTS-3231. It is a highly accurate module with an accuracy of ±2ppm. Fig -4: RTC Module DS-3231 The RTC system is used to provide a time based system also. This system is used as a default when any abnormality is detected in the system. 2.4 Relay and Solenoid Valve Relay is an electronic switch. The Raspberry Pi works on a power supply of 5V whereas the valve requires a minimum of 12V or 24V. Thus to drive the valve we need a relay. The relay can control 230V with just a 5V signal from the controller. Fig -5: Relay The Solenoid valve is an electrically controlled valve. This is used to control flow of liquids by electrically powering a solenoid which controls its opening and closing. The valve SVK-01 is used in the system. It is a normally closed valve. It can handle high levels of pressure. Based on inputs from the raspberry pi, the relay operates the valve to initiate the watering cycle. The solenoid, which is a coil, activated by external voltage, pulls the mechanism that operates the valve. Thus the valve opens. The pressure handling capacity dependson the strength of the solenoid used in the valve and the input voltage.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1362 Fig -6: Solenoid valve SVK-01 2.5 Feedback System Automation systems are meant to reduce human intervention. To prevent any mishap wehaveimplementeda feedback system. The water flow is gauged with a flow sensor. If the moisture sensor fails, it shows as dry always, thuswatering continuesinfinitely. Thusif thesystemdetects any abnormalities it immediately shuts down the valve. Fig -7: Flow Sensor YF-S201 The flow sensor YF-S201 used in this works on the principle of “Hall Effect”. This is to prevent dry runs (Valve operates with no water flow), or overruns (Failure to close signal from controller). The system directly shiftstothetime based system which initiatesthe watering cycleaccordingto a pre-set time. 3. WATERING CYCLE CONTROLLING SYSTEM Watering cycle is the major area of interest in this system. This system was designed to work offline or online with cloud integration. The system provides the selection of any one system: Timer based or Moisture level based. 3.1 TIMER BASED SYSTEM Certain types of plantsrequire regularwatering.Thus with the already integrated RTC, we implemented a timer based system. This is a fail proof system as the RTC module has a lifetime of 10yrs for a small coin battery. The time to initiate the watering cycle can be pre-set. At the set time, the watering system is initiated and for a determined period of time the watering cycle is performed. This is irrespective of the values of the sensor. This system is used as the backup system, when the system detects any discrepancies in the functioning of the moisture based system. The time to initiate the watering system can be adjustedaccordingtothe location of implementation. 3.2 MOISTURE SENSOR BASED SYSTEM Moisture is measured asvolume ordensityofwaterin the soil. Depending on the moisture levels, the conductivity of the soil varies. The soil moisture sensor, detects the conductivity. The threshold is pre-set using potentiometers. Once the conductivity falls below the threshold, the controllersnotifiesthe relay. Once all the sensor valuesdrop below the threshold, the relay activates thesolenoidvalve,to initiate the watering cycle. The moisture sensor continuesto monitor the moisture levels. Once the threshold is crossed, the watering cycle is terminated. Thus the automated system, maintains the moisture level at a pre-set level, thus optimising the usage of resources to the level needed. The flow sensor detects the flow of water and providesthe feedback for the system. If the water flow isnot detected, the controlled sends an error message. This denotesthat a dry run is taking place. Thuswe can intervene and terminate the process, or take the necessary steps needed. Meanwhile, the program goes to sleep for a specific amount of time to prevent damage to the hardware. If the moisture sensor fails or the controller fails to close the valve, the feedback system sends an error message as the flow sensor detects water flow for more than the specified time. Thus the feedback system shuts the program and jumps to the timer based system and closes the valve. Thus damage to the plants and wastage of resources is thus prevented. 4. RESULT The system was successfully tested. The systemcan automatically detect moisture levels and activate watering cycles. The extent of human intervention can be drastically reduced. The efficiency in reducing the consumption of water resource wasdrastic. The web-interface provideslivevalues as well as stored data gathered over time. It also allows access to the system remotely from the same network as well as different networks. The chart shows the data plotted for one watering cycle.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1363 Chart-1: Working (plotted data) 5. APPLICATIONS This system can be implemented in townships and kitchen gardens. The system can be adapted to maintain large spread organic farms. 6. CONCLUSION Thus our proposed project will revolutionize the overall maintenance of domestic gardening. It also reduces resource consumption which is the major issue in the present day scenario with a feed-back system to prevent damage to hardware. 7. FUTURE ENHANCEMENTS The system can be run with the help of solar power. With a 10W solar panel and a 50VAh battery the system can be fully powered by a renewable power source.Thismakesit a stand-alone system with high efficiency andnooperational cost. The implementation of NodeMCU as a satellite node enables wireless data acquisition. Multiple nodes can be compiled under “master-slave” technology to get data from individual slave nodes, whereas the computation is done by master node. This eliminates the use of wires to connect the sensors to the controller. By using Adafruit cloud, we can create a separate mobile application instead of the web-interface now being used REFERENCES [1] [1] Ahmed Hussein Abbas, Maya Medhat Mohammed, Eman Adel Ahmed, Rania Ahmed Abdel Azeem Abul Seoud and Gehad Mostafa Ahmed, “Smart Watering System for Gardens using Wireless Sensor Networks” [2] Bo Cui and Qinghong Meng,“Smart Water Monitoring and Management System Based on the Architecture of Internet of Things” [3] Asha Saif and Lijesh L “Advanced Globally Accessible Machine Automation Using Raspberry PI” [4] Botta, Alessio, Walter De Donato, Valerio Persico, and Antonio Pescapé, "On the integrationofcloudcomputing and internet of things", In Future Internet of Things and Cloud (FiCloud), 2014 International Conference on, pp. 23-30. IEEE, 2014 BIOGRAPHY Samuel Bryan Saynik is a highly enterprising student with a passion towards developing technologies in the field of electronics.Author Photo