SlideShare a Scribd company logo
1 of 51
THE SMART GREENHOUSE
ARDUINO BASED INTELLIGENT GREENHOUSE
By Amit saini
INTRODUCTION
•What is a Greenhouse?
•Greenhouses are controlled-area-environment to grow
plants.
•It is a structural building with different types of covering
materials, such as a glass or plastic roof and frequently
glass or plastic walls.
•It heats up because incoming visible solar radiation (for
which the glass is transparent) from the sun is absorbed
by plants ,soil, and other things inside the building.
AUTOMATED GREENHOUSE
• Greenhouses form an important part of the agriculture and horticulture
sectors of a country.
• They can be used to grow plants under controlled climatic conditions for
optimal production.
• Automated greenhouse involves the automatic monitoring and controlling
of climatic parameters which directly or indirectly govern the plant
growth and hence their production.
• In order to control the climate factors and environment autonomously ,it
is required a computer/software equipment.
The open-source electronics prototyping platform
WHAT IS ARDUINO ?
ARDUINO IS AN
• open-source electronics prototyping platform/environment .
• The Arduino is built for designers and artists—people with little technical
expertise.
PROGRAMMING ENVIRONMENT
• The Arduino Uno can be programmed with the Arduino software IDE .
• The Atmega328 on the Arduino Uno comes preburned with a Bootloader
that allows you to upload new code to it without the use of an external
hardware programmer.
• You can also bypass the Bootloader and program the microcontroller
through the ICSP (In-Circuit Serial Programming) header.
• Arduino IDE works on windows , linux as well as Mac lion X platforms.
ARDUINO IDE
BRIEF HISTORY OF ARDUINO
• In 2005, a project was initiated to make a device for controlling student-built
interactive design projects that was less expensive than other prototyping
systems available at the time.
• Founders Massimo Banzi and David Cuartielles named the project after
Arduin of Ivrea and began producing boards in a small factory located in
Ivrea.
ADVANTAGES OF ARDUINO
• Huge documentation and support
• Larger library collection
• Open source
• Simplified and user-friendly programming language
• No additional programmer/burner hardware required for programming board
• Highly Portable
• Low power consumption
• Highly customizable
THE BASIC ARDUINO BOARD
Arduino UNO Board
“ARDUINO IN THE GREENHOUSE”
• Arduino is the heart of the The Intelligent Greenhouse.
• Arduino boards are able to receive, analyse and send data in order to
maximise plant growth and health.
BENEFITS
• Automatically control environmental conditions within greenhouse allowing any
type of plants to be grown all year round
• Eliminates risk of greenhouse not being maintained at specific environmental
conditions due to human error
• Minimizes labor costs involved in maintaining a greenhouse
• Customer able to define specific greenhouse conditions
• “Plug-and play” product
FEATURES
• Detect and maintain temperatures from -40°C to 125°C.
• Detect and maintain humidity levels between 5% RH and 95% RH
• Detect sunlight and artificial light.
• Detect and maintain moisture in soil.
• Continuously update of statistics and parameters over the internet.
OBJECTIVE
• Build miniature greenhouse which is equipped with automatic monitoring
and controlling system
• Constantly monitor and control environmental conditions in greenhouse to
ensure it remains at preset temperature, light, moisture and humidity
levels.
• It focuses on saving water, increasing efficiency and reducing the
environmental impacts on plants production.
• The user can see the atmospheric conditions of the greenhouse plants on
website and control the greenhouse from far away places.
FUNCTIONS
• Lower Temperature: 1 Cooling Fan
• Raise temperature: Heater (indicated by Bulb for demonstration purposes)
• Decrease humidity level: 1 Exhaust Fan
• Increase moisture level: Water pump connected to a water tank
• Increase lighting condition: Fluorescent Light-bulb
• Transmission of data over internet: Ethernet shield
MINIATURE GREENHOUSE
WITH AUTOMATED SYSTEM
REVIEW ORIGINAL DESIGN
SYSTEM OVERVIEW
• Voltage output from sensors sent as inputs into Arduino
• Based on input values, Arduino outputs specific
voltages to turn ON/OFF devices
• Temperature sensor
• Humidity sensor
• Moisture Sensor
• Ambient Light Sensor
Sensors
• ATmega8
• I/O Ports
Arduino • Heater/Fan
• Exhaust Fan
• Fluorescent Light-bulb
• Water Pump
• Internet
• LCD
Devices
HARDWARE AND SOFTWARE
SPECIFICATIONS
HARDWARE
ARDUINO MICROCONTROLLER
ETHERNET SHIELD
LCD DISPLAY
SENSORS
FANS AND RELAYS
WATER PUMP
ARDUINO MICROCONTROLLER
Microcontroller` ATmega328
Operating Voltage 5V
Input Voltage
(recommended)
7-12V
Input Voltage (limits) 6-20V
Digital I/O Pins 14 (of which 6 provide PWM output)
Analog Input Pins 6
DC Current per I/O Pin 40 Ma
DC Current for 3.3V Pin 50 Ma
Flash Memory
32 KB (ATmega328) of which 0.5 KB used
by bootloader
SRAM 2 KB (ATmega328)
EEPROM 1 KB (ATmega328)
Clock Speed 16 MHz
ETHERNET SHIELD
• The Arduino Ethernet shield allows an Arduino board to connect to the internet using
the Ethernet library and to read and write an SD card using the SD library.
• The shield is mounted on top of the
arduino board and can be Connected
to your computer or a network hub or
router using a standard Ethernet cable
(CAT5 or CAT6 with RJ45 connectors).
POWER SUPPLY CIRCUIT
• An AC source, a transformer, and a bridge rectifier (full diode bridge) can
turn an AC "wall" source into a usable DC source for low-voltage electronics.
LCD DISPLAY
• A LCD is connected with arduino at 7th,
6th, 5th, 9th, 3rdand 8th pins to display
the reading of various sensors .
• ‘T’ represents temperature, ’H’
represents Humidity , ‘M’ represents
Moisture and ‘L’ represents internal
Light intensity of the greenhouse, on the
LCD.
SENSORS
AMBIENT LIGHT SENSOR
• A light sensor, as its name suggests, is a device
that is used to detect light.
• A photocell or photo resistor for example, is a
small sensor that changes its resistance when light
shines on it; they are used in many consumer
products to determine the intensity of light.
• Operating temperature: -20°C to 75°C
• Wavelength Measurement Range: 400nm to
1100nm
TEMPERATURE SENSOR
• Manufacturer: Texas Instruments LM35
• FEATURES DESCRIPTION:
• Calibrated Directly in ° Celsius (Centigrade)
• Linear + 10 mV/°C Scale Factor
• 0.5°C Ensured Accuracy (at +25°C)
• LM35 has an advantage over linear temperature
• Rated for Full −55°C to +150°C Range
• Suitable for Remote Applications
• Low Cost Due to Wafer-Level Trimming
• Operates from 4 to 30
• Low Self-Heating, 0.08°C in Still Air
• Nonlinearity Only ±¼°C Typical
• Low Impedance Output, 0.1 Ω for 1 mA Load
HUMIDITY SENSOR
• A humidity sensor, also called a hygrometer, measures and regularly reports the
relative humidity in the air.
• Humidity sensor SY-HS-220 is used to sense the humidity of the air in the green
house.
• The warmer the air is, the more moisture it
can hold, so relative humidity changes
with fluctuations in temperature.
• Operating temperature: 5°C to 45°C
• Humidity Measurement Range: 5%RH to
95%RH.
• If the humidity exceeds the maximum limit
then the exhaust fan attached with Arduino
will be switched ON automatically.
MOISTURE SENSOR
• Soil moisture sensor measure the
water content in soil.
• This basic cheap soil moisture sensor
consists of two probes (the metal
rods) held apart at a fixed distance
by some insulating material.
DEVICES
• 1 Cooling Fan
• Heater (Bulb)
• 1 Exhaust Fan
• Water Pump
• Fluorescent Light-bulb
TRANSISTORS TO POWER COOLING FANS,
EXHAUST FANS & RELAY
• Power supply: 5V
• Recommended Collector Current: 500mA
• Recommended Base Current: 50mA
• Transistors used as switches to provide 5V to
connected devices.
• To ensure circuit functions properly, followed
recommended current flow through resistor.
• To obtain required current flows, applied
Ohm’s law and obtained current limiting
resistor for collector to be 10Ω and 100 Ω for
the base.
• These specifications enable circuit to function
properly
DEVICES10 Ohm
64
5
100 Ohm
0
5Vdc0
ZENER DIODE (5.6V)
ARDUINO OUTPUT
RELAY TO TURN ON/OFF FLUORESCENT
LIGHT BULB, WATER PUMP AND FANS
• DC voltage: 5V
• DC current: 500mA.
• Relay enables AC current to flow by
implementing a switch within the device which
is controlled by DC current.
• The relay is supposed to allow AC current
through when no dc current is flowing.
• When DC current is passes through, relay will
flick switch to ground, therefore causing open
circuit for AC current flow.
CIRCUIT DIAGRAM
POWER SUPPLY
SOFTWARE
ARDUINO IDE 1.0.1
• The Arduino integrated development
environment (IDE) is a cross-platform app.
written in Java, and is derived from the IDE for
the Processing programming language and the
Wiring projects.
• A program or code written for Arduino is
called a "sketch".
• The Arduino IDE uses the GNU toolchain and
AVR Libc to compile programs, and uses
avrdude to upload programs to the board.
OUTPUT OF THE SENSORS
Temperature sensor:
• If the temperature exceeds beyond the limit set then a fan will be automatically switched
ON as a coolant to reduce the temperature.
• When it reaches the desired temperature the fan will be switched OFF automatically with the
help of a relay.
• But if the temperature decreases bellow the optimum temperature a bulb as a heater will be
switched ON to set the temperature within the desired range.
Light sensor:
• Light sensor sense the light and set an optimum light in the greenhouse for the plants.
• An artificial light will be switched ON automatically by the light sensor with the help of relay
if there is insufficient light for the plants in the greenhouse
• And the light is switched OFF automatically when the plants get sufficient light from the sun.
Moisture sensor:
• Soil moisture sensor check the water present in the soil.
• If there is not proper water in the soil then moisture sensor sends signal to the water
pump which as a result pumps up the water from the tank and provide sufficient
amount of water to the soil.
• When the sensor senses the threshold value of water level in the soil it automatically
turn OFF the pump.
Humidity sensor:
• Humidity sensor is used to check the humidity of the air in the greenhouse.
• If the humidity exceeds the limit set then an exhaust fan will be switched ON with the
help of relay to throw the humid air out of the greenhouse to maintain the suitable
environment for the plants.
INSTANTANEOUS OUTPUT OF SENSORS
DISPLAYED ON A WEBSITE
RESULTS/CONCLUSION OF PROJECT
Temperature, Heat, Moisture and Light Sensors are the four main sensors used in
the project which give the exact value of temperature, heat, moisture and light
respectively. These sensors give the correct result according to the plant's
condition. These results can be seen on the LCD screen present on the project
and on a INTERNET WEBSITE.
SUMMARY
• Project successful; features described in Proposal functioned accordingly
• Engineering knowledge acquired over the years fully applied and tested
• Acquired many new skills and knowledge; improved researching and trouble-
shooting techniques
• Believe that product will be a success in the market as the “Push for Green”
and environmental concerns intensifies in near future
THE GALLERY
FRONT VIEW REAR VIEW
INTERNAL VIEW TOP VIEW
THANK YOU
ANY QUESTIONS?

More Related Content

What's hot

Soil Moisture Sensor and Arduino
Soil Moisture Sensor and Arduino Soil Moisture Sensor and Arduino
Soil Moisture Sensor and Arduino Parvesh Taneja
 
Automatic Watering System in Greenhouse
Automatic Watering System in GreenhouseAutomatic Watering System in Greenhouse
Automatic Watering System in Greenhousemishu TheScareCrow
 
Iot based_monitoring system
Iot based_monitoring systemIot based_monitoring system
Iot based_monitoring systemSwasat Dutta
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting systemMayank Kumbhaj
 
Smart agriculture system
Smart agriculture systemSmart agriculture system
Smart agriculture systemAyushGupta743
 
Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemPrakashp70
 
Smart farming using ardunio.pptx
Smart farming using ardunio.pptxSmart farming using ardunio.pptx
Smart farming using ardunio.pptxShivang Rana
 
IRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET Journal
 
IOT based irrigation system
IOT based irrigation systemIOT based irrigation system
IOT based irrigation systemShanjedul Hassan
 
Embedded green house automation system
Embedded green house automation systemEmbedded green house automation system
Embedded green house automation systemgajula vijaya lakshmi
 
Home automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDHome automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDAshish Kumar Thakur
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Siddappa Dollin
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation systemSuved Mahajan
 
Arduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorArduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorEdgefxkits & Solutions
 
Iot based smart agriculture
Iot based smart agricultureIot based smart agriculture
Iot based smart agricultureBinayakreddy
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot pptathmeg
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system pptAutoNextAutoHub
 

What's hot (20)

Soil Moisture Sensor and Arduino
Soil Moisture Sensor and Arduino Soil Moisture Sensor and Arduino
Soil Moisture Sensor and Arduino
 
Automatic Watering System in Greenhouse
Automatic Watering System in GreenhouseAutomatic Watering System in Greenhouse
Automatic Watering System in Greenhouse
 
Iot based_monitoring system
Iot based_monitoring systemIot based_monitoring system
Iot based_monitoring system
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
 
Greenhouse (smart gardening)
Greenhouse (smart gardening)Greenhouse (smart gardening)
Greenhouse (smart gardening)
 
Smart agriculture system
Smart agriculture systemSmart agriculture system
Smart agriculture system
 
Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling system
 
Smart farming using ardunio.pptx
Smart farming using ardunio.pptxSmart farming using ardunio.pptx
Smart farming using ardunio.pptx
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farming
 
IRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry Farm
 
IOT based irrigation system
IOT based irrigation systemIOT based irrigation system
IOT based irrigation system
 
Embedded green house automation system
Embedded green house automation systemEmbedded green house automation system
Embedded green house automation system
 
Home automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDHome automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASED
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
 
Arduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorArduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulator
 
Iot based smart agriculture
Iot based smart agricultureIot based smart agriculture
Iot based smart agriculture
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
 
Iot based home automation
Iot based home automationIot based home automation
Iot based home automation
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system ppt
 

Viewers also liked

Green house weather control system
Green house weather control systemGreen house weather control system
Green house weather control systemShiven Vashisht
 
Paperbattery 140405123735-phpapp01
Paperbattery 140405123735-phpapp01Paperbattery 140405123735-phpapp01
Paperbattery 140405123735-phpapp01Aiskanta Ray
 
Automatic room temperature controlled fan using arduino uno microcontroller
Automatic room temperature controlled fan using   arduino uno  microcontrollerAutomatic room temperature controlled fan using   arduino uno  microcontroller
Automatic room temperature controlled fan using arduino uno microcontrollerMohammod Al Emran
 
Temperature based speed control of fan
Temperature based speed control of fanTemperature based speed control of fan
Temperature based speed control of fanÇdh Suman
 
Speed controller for fan
Speed controller for fanSpeed controller for fan
Speed controller for fanRifatkhasru009
 
Temperature based-fan-controller
Temperature based-fan-controllerTemperature based-fan-controller
Temperature based-fan-controllerWaqar Shehbaz
 
Temperature Sensor using LM35 and LCD Display on Arduino
Temperature Sensor using LM35 and LCD Display on ArduinoTemperature Sensor using LM35 and LCD Display on Arduino
Temperature Sensor using LM35 and LCD Display on ArduinoWildan Rahman
 
OLED technology Seminar Ppt
OLED technology Seminar PptOLED technology Seminar Ppt
OLED technology Seminar PptAshly Liza
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller richa1910n
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLERTarek Erin
 
Penggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan Hambatan
Penggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan HambatanPenggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan Hambatan
Penggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan HambatanAzharsyah Ibrahim
 
PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)
PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)
PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)NUR AINANI MAHYUDDIN
 
DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...
DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...
DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...Shubham Dhaneshree
 
POKA-YOKE REPORT IN PDF FORM
POKA-YOKE REPORT IN PDF FORMPOKA-YOKE REPORT IN PDF FORM
POKA-YOKE REPORT IN PDF FORMN Harisha
 
Error proofing technique - Poka Yoke
Error proofing technique - Poka YokeError proofing technique - Poka Yoke
Error proofing technique - Poka YokeSEREE NET
 
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust Designs
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust DesignsJavier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust Designs
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust DesignsJ. García - Verdugo
 
Curso poka yoke kaizen gemba 6 sigma
Curso poka yoke kaizen gemba 6 sigmaCurso poka yoke kaizen gemba 6 sigma
Curso poka yoke kaizen gemba 6 sigmaWladimir Ulianov
 

Viewers also liked (20)

Green house weather control system
Green house weather control systemGreen house weather control system
Green house weather control system
 
Paperbattery 140405123735-phpapp01
Paperbattery 140405123735-phpapp01Paperbattery 140405123735-phpapp01
Paperbattery 140405123735-phpapp01
 
Paperbattery in ppt
Paperbattery in pptPaperbattery in ppt
Paperbattery in ppt
 
Automatic room temperature controlled fan using arduino uno microcontroller
Automatic room temperature controlled fan using   arduino uno  microcontrollerAutomatic room temperature controlled fan using   arduino uno  microcontroller
Automatic room temperature controlled fan using arduino uno microcontroller
 
Temperature based speed control of fan
Temperature based speed control of fanTemperature based speed control of fan
Temperature based speed control of fan
 
Speed controller for fan
Speed controller for fanSpeed controller for fan
Speed controller for fan
 
Temperature based-fan-controller
Temperature based-fan-controllerTemperature based-fan-controller
Temperature based-fan-controller
 
Temperature Sensor using LM35 and LCD Display on Arduino
Temperature Sensor using LM35 and LCD Display on ArduinoTemperature Sensor using LM35 and LCD Display on Arduino
Temperature Sensor using LM35 and LCD Display on Arduino
 
OLED technology Seminar Ppt
OLED technology Seminar PptOLED technology Seminar Ppt
OLED technology Seminar Ppt
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
 
Landscape painters
Landscape painters  Landscape painters
Landscape painters
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLER
 
Penggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan Hambatan
Penggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan HambatanPenggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan Hambatan
Penggunaan Model “Angkat Bloe” dalam Wakaf Produktif: Justifikasi dan Hambatan
 
PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)
PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)
PERLAKSANAAN LANDSKAP KEJUR (HARDSCAPE)
 
Pangakap mani kayu
Pangakap mani kayuPangakap mani kayu
Pangakap mani kayu
 
DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...
DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...
DESIGN AND FABRICATION OF POKA YOKE PNEUMATIC FIXTURE FOR MILLING AND SHAPER ...
 
POKA-YOKE REPORT IN PDF FORM
POKA-YOKE REPORT IN PDF FORMPOKA-YOKE REPORT IN PDF FORM
POKA-YOKE REPORT IN PDF FORM
 
Error proofing technique - Poka Yoke
Error proofing technique - Poka YokeError proofing technique - Poka Yoke
Error proofing technique - Poka Yoke
 
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust Designs
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust DesignsJavier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust Designs
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W4 Taguchi Robust Designs
 
Curso poka yoke kaizen gemba 6 sigma
Curso poka yoke kaizen gemba 6 sigmaCurso poka yoke kaizen gemba 6 sigma
Curso poka yoke kaizen gemba 6 sigma
 

Similar to Arduino based intelligent greenhouse Project

266413245-Smart-Greenhousesbgrd (1).pptx
266413245-Smart-Greenhousesbgrd (1).pptx266413245-Smart-Greenhousesbgrd (1).pptx
266413245-Smart-Greenhousesbgrd (1).pptxchiragsojitra180
 
weather monitoiring system.pptx
weather monitoiring system.pptxweather monitoiring system.pptx
weather monitoiring system.pptxPranayBathini1
 
green house ppt.pptx
green house ppt.pptxgreen house ppt.pptx
green house ppt.pptxYonaCastro1
 
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...DeepakK547422
 
Automatic Water Irrigation system.pptx
Automatic Water Irrigation system.pptxAutomatic Water Irrigation system.pptx
Automatic Water Irrigation system.pptxHaseebUmer5
 
Automatic room ventilation.pptx
Automatic room ventilation.pptxAutomatic room ventilation.pptx
Automatic room ventilation.pptxMANIKANDANG92
 
OpenMotics Introduction
OpenMotics IntroductionOpenMotics Introduction
OpenMotics IntroductionOpenMotics
 
IoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINOIoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINOAYSHA S KABEER
 
Pwm technique for dc motor Using Arduino
Pwm technique for dc motor Using ArduinoPwm technique for dc motor Using Arduino
Pwm technique for dc motor Using ArduinoKATHANSANJAYSHAH
 
anandhu seminar ppt.pptx
anandhu seminar ppt.pptxanandhu seminar ppt.pptx
anandhu seminar ppt.pptxANANDhu39721
 
MICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptxMICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptxAnsaJaved5
 
MILK QUALITY MONITORING SYSTEM
MILK QUALITY MONITORING SYSTEMMILK QUALITY MONITORING SYSTEM
MILK QUALITY MONITORING SYSTEMAdarsh N D
 
iNELS RF Control - wireless solutions
iNELS RF Control - wireless solutionsiNELS RF Control - wireless solutions
iNELS RF Control - wireless solutionsJolana Křižanová
 
bluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhabluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhaShubham Sinha
 

Similar to Arduino based intelligent greenhouse Project (20)

266413245-Smart-Greenhousesbgrd (1).pptx
266413245-Smart-Greenhousesbgrd (1).pptx266413245-Smart-Greenhousesbgrd (1).pptx
266413245-Smart-Greenhousesbgrd (1).pptx
 
AUTOMATIC SMART ENERGY MANAGEMENT SYSTEM
AUTOMATIC SMART ENERGY MANAGEMENT SYSTEMAUTOMATIC SMART ENERGY MANAGEMENT SYSTEM
AUTOMATIC SMART ENERGY MANAGEMENT SYSTEM
 
weather monitoiring system.pptx
weather monitoiring system.pptxweather monitoiring system.pptx
weather monitoiring system.pptx
 
green house ppt.pptx
green house ppt.pptxgreen house ppt.pptx
green house ppt.pptx
 
Ranisha FAN.pptx
Ranisha FAN.pptxRanisha FAN.pptx
Ranisha FAN.pptx
 
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
 
Automatic Water Irrigation system.pptx
Automatic Water Irrigation system.pptxAutomatic Water Irrigation system.pptx
Automatic Water Irrigation system.pptx
 
Automatic room ventilation.pptx
Automatic room ventilation.pptxAutomatic room ventilation.pptx
Automatic room ventilation.pptx
 
OpenMotics Introduction
OpenMotics IntroductionOpenMotics Introduction
OpenMotics Introduction
 
IoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINOIoT BASED SMART HOME USING ARDUINO
IoT BASED SMART HOME USING ARDUINO
 
final ppt.ppt
final ppt.pptfinal ppt.ppt
final ppt.ppt
 
Pwm technique for dc motor Using Arduino
Pwm technique for dc motor Using ArduinoPwm technique for dc motor Using Arduino
Pwm technique for dc motor Using Arduino
 
anandhu seminar ppt.pptx
anandhu seminar ppt.pptxanandhu seminar ppt.pptx
anandhu seminar ppt.pptx
 
ppt-1.pptx
ppt-1.pptxppt-1.pptx
ppt-1.pptx
 
MICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptxMICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptx
 
MILK QUALITY MONITORING SYSTEM
MILK QUALITY MONITORING SYSTEMMILK QUALITY MONITORING SYSTEM
MILK QUALITY MONITORING SYSTEM
 
green house monitoring system
green house monitoring systemgreen house monitoring system
green house monitoring system
 
B1_25Jan21.pptx
B1_25Jan21.pptxB1_25Jan21.pptx
B1_25Jan21.pptx
 
iNELS RF Control - wireless solutions
iNELS RF Control - wireless solutionsiNELS RF Control - wireless solutions
iNELS RF Control - wireless solutions
 
bluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhabluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinha
 

Recently uploaded

Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Recently uploaded (20)

Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 

Arduino based intelligent greenhouse Project

  • 1. THE SMART GREENHOUSE ARDUINO BASED INTELLIGENT GREENHOUSE By Amit saini
  • 3. •Greenhouses are controlled-area-environment to grow plants. •It is a structural building with different types of covering materials, such as a glass or plastic roof and frequently glass or plastic walls. •It heats up because incoming visible solar radiation (for which the glass is transparent) from the sun is absorbed by plants ,soil, and other things inside the building.
  • 4.
  • 5. AUTOMATED GREENHOUSE • Greenhouses form an important part of the agriculture and horticulture sectors of a country. • They can be used to grow plants under controlled climatic conditions for optimal production. • Automated greenhouse involves the automatic monitoring and controlling of climatic parameters which directly or indirectly govern the plant growth and hence their production. • In order to control the climate factors and environment autonomously ,it is required a computer/software equipment.
  • 6. The open-source electronics prototyping platform
  • 8. ARDUINO IS AN • open-source electronics prototyping platform/environment . • The Arduino is built for designers and artists—people with little technical expertise.
  • 9. PROGRAMMING ENVIRONMENT • The Arduino Uno can be programmed with the Arduino software IDE . • The Atmega328 on the Arduino Uno comes preburned with a Bootloader that allows you to upload new code to it without the use of an external hardware programmer. • You can also bypass the Bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header. • Arduino IDE works on windows , linux as well as Mac lion X platforms.
  • 11. BRIEF HISTORY OF ARDUINO • In 2005, a project was initiated to make a device for controlling student-built interactive design projects that was less expensive than other prototyping systems available at the time. • Founders Massimo Banzi and David Cuartielles named the project after Arduin of Ivrea and began producing boards in a small factory located in Ivrea.
  • 12. ADVANTAGES OF ARDUINO • Huge documentation and support • Larger library collection • Open source • Simplified and user-friendly programming language • No additional programmer/burner hardware required for programming board • Highly Portable • Low power consumption • Highly customizable
  • 13. THE BASIC ARDUINO BOARD Arduino UNO Board
  • 14. “ARDUINO IN THE GREENHOUSE” • Arduino is the heart of the The Intelligent Greenhouse. • Arduino boards are able to receive, analyse and send data in order to maximise plant growth and health.
  • 15. BENEFITS • Automatically control environmental conditions within greenhouse allowing any type of plants to be grown all year round • Eliminates risk of greenhouse not being maintained at specific environmental conditions due to human error • Minimizes labor costs involved in maintaining a greenhouse • Customer able to define specific greenhouse conditions • “Plug-and play” product
  • 16. FEATURES • Detect and maintain temperatures from -40°C to 125°C. • Detect and maintain humidity levels between 5% RH and 95% RH • Detect sunlight and artificial light. • Detect and maintain moisture in soil. • Continuously update of statistics and parameters over the internet.
  • 18. • Build miniature greenhouse which is equipped with automatic monitoring and controlling system • Constantly monitor and control environmental conditions in greenhouse to ensure it remains at preset temperature, light, moisture and humidity levels. • It focuses on saving water, increasing efficiency and reducing the environmental impacts on plants production. • The user can see the atmospheric conditions of the greenhouse plants on website and control the greenhouse from far away places.
  • 19. FUNCTIONS • Lower Temperature: 1 Cooling Fan • Raise temperature: Heater (indicated by Bulb for demonstration purposes) • Decrease humidity level: 1 Exhaust Fan • Increase moisture level: Water pump connected to a water tank • Increase lighting condition: Fluorescent Light-bulb • Transmission of data over internet: Ethernet shield
  • 22. SYSTEM OVERVIEW • Voltage output from sensors sent as inputs into Arduino • Based on input values, Arduino outputs specific voltages to turn ON/OFF devices • Temperature sensor • Humidity sensor • Moisture Sensor • Ambient Light Sensor Sensors • ATmega8 • I/O Ports Arduino • Heater/Fan • Exhaust Fan • Fluorescent Light-bulb • Water Pump • Internet • LCD Devices
  • 24. HARDWARE ARDUINO MICROCONTROLLER ETHERNET SHIELD LCD DISPLAY SENSORS FANS AND RELAYS WATER PUMP
  • 25. ARDUINO MICROCONTROLLER Microcontroller` ATmega328 Operating Voltage 5V Input Voltage (recommended) 7-12V Input Voltage (limits) 6-20V Digital I/O Pins 14 (of which 6 provide PWM output) Analog Input Pins 6 DC Current per I/O Pin 40 Ma DC Current for 3.3V Pin 50 Ma Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloader SRAM 2 KB (ATmega328) EEPROM 1 KB (ATmega328) Clock Speed 16 MHz
  • 26.
  • 27. ETHERNET SHIELD • The Arduino Ethernet shield allows an Arduino board to connect to the internet using the Ethernet library and to read and write an SD card using the SD library. • The shield is mounted on top of the arduino board and can be Connected to your computer or a network hub or router using a standard Ethernet cable (CAT5 or CAT6 with RJ45 connectors).
  • 28. POWER SUPPLY CIRCUIT • An AC source, a transformer, and a bridge rectifier (full diode bridge) can turn an AC "wall" source into a usable DC source for low-voltage electronics.
  • 29. LCD DISPLAY • A LCD is connected with arduino at 7th, 6th, 5th, 9th, 3rdand 8th pins to display the reading of various sensors . • ‘T’ represents temperature, ’H’ represents Humidity , ‘M’ represents Moisture and ‘L’ represents internal Light intensity of the greenhouse, on the LCD.
  • 31. AMBIENT LIGHT SENSOR • A light sensor, as its name suggests, is a device that is used to detect light. • A photocell or photo resistor for example, is a small sensor that changes its resistance when light shines on it; they are used in many consumer products to determine the intensity of light. • Operating temperature: -20°C to 75°C • Wavelength Measurement Range: 400nm to 1100nm
  • 32. TEMPERATURE SENSOR • Manufacturer: Texas Instruments LM35 • FEATURES DESCRIPTION: • Calibrated Directly in ° Celsius (Centigrade) • Linear + 10 mV/°C Scale Factor • 0.5°C Ensured Accuracy (at +25°C) • LM35 has an advantage over linear temperature • Rated for Full −55°C to +150°C Range • Suitable for Remote Applications • Low Cost Due to Wafer-Level Trimming • Operates from 4 to 30 • Low Self-Heating, 0.08°C in Still Air • Nonlinearity Only ±¼°C Typical • Low Impedance Output, 0.1 Ω for 1 mA Load
  • 33. HUMIDITY SENSOR • A humidity sensor, also called a hygrometer, measures and regularly reports the relative humidity in the air. • Humidity sensor SY-HS-220 is used to sense the humidity of the air in the green house. • The warmer the air is, the more moisture it can hold, so relative humidity changes with fluctuations in temperature. • Operating temperature: 5°C to 45°C • Humidity Measurement Range: 5%RH to 95%RH. • If the humidity exceeds the maximum limit then the exhaust fan attached with Arduino will be switched ON automatically.
  • 34. MOISTURE SENSOR • Soil moisture sensor measure the water content in soil. • This basic cheap soil moisture sensor consists of two probes (the metal rods) held apart at a fixed distance by some insulating material.
  • 35. DEVICES • 1 Cooling Fan • Heater (Bulb) • 1 Exhaust Fan • Water Pump • Fluorescent Light-bulb
  • 36. TRANSISTORS TO POWER COOLING FANS, EXHAUST FANS & RELAY • Power supply: 5V • Recommended Collector Current: 500mA • Recommended Base Current: 50mA • Transistors used as switches to provide 5V to connected devices. • To ensure circuit functions properly, followed recommended current flow through resistor. • To obtain required current flows, applied Ohm’s law and obtained current limiting resistor for collector to be 10Ω and 100 Ω for the base. • These specifications enable circuit to function properly DEVICES10 Ohm 64 5 100 Ohm 0 5Vdc0 ZENER DIODE (5.6V) ARDUINO OUTPUT
  • 37. RELAY TO TURN ON/OFF FLUORESCENT LIGHT BULB, WATER PUMP AND FANS • DC voltage: 5V • DC current: 500mA. • Relay enables AC current to flow by implementing a switch within the device which is controlled by DC current. • The relay is supposed to allow AC current through when no dc current is flowing. • When DC current is passes through, relay will flick switch to ground, therefore causing open circuit for AC current flow.
  • 41. ARDUINO IDE 1.0.1 • The Arduino integrated development environment (IDE) is a cross-platform app. written in Java, and is derived from the IDE for the Processing programming language and the Wiring projects. • A program or code written for Arduino is called a "sketch". • The Arduino IDE uses the GNU toolchain and AVR Libc to compile programs, and uses avrdude to upload programs to the board.
  • 42. OUTPUT OF THE SENSORS Temperature sensor: • If the temperature exceeds beyond the limit set then a fan will be automatically switched ON as a coolant to reduce the temperature. • When it reaches the desired temperature the fan will be switched OFF automatically with the help of a relay. • But if the temperature decreases bellow the optimum temperature a bulb as a heater will be switched ON to set the temperature within the desired range. Light sensor: • Light sensor sense the light and set an optimum light in the greenhouse for the plants. • An artificial light will be switched ON automatically by the light sensor with the help of relay if there is insufficient light for the plants in the greenhouse • And the light is switched OFF automatically when the plants get sufficient light from the sun.
  • 43. Moisture sensor: • Soil moisture sensor check the water present in the soil. • If there is not proper water in the soil then moisture sensor sends signal to the water pump which as a result pumps up the water from the tank and provide sufficient amount of water to the soil. • When the sensor senses the threshold value of water level in the soil it automatically turn OFF the pump. Humidity sensor: • Humidity sensor is used to check the humidity of the air in the greenhouse. • If the humidity exceeds the limit set then an exhaust fan will be switched ON with the help of relay to throw the humid air out of the greenhouse to maintain the suitable environment for the plants.
  • 44. INSTANTANEOUS OUTPUT OF SENSORS DISPLAYED ON A WEBSITE
  • 45. RESULTS/CONCLUSION OF PROJECT Temperature, Heat, Moisture and Light Sensors are the four main sensors used in the project which give the exact value of temperature, heat, moisture and light respectively. These sensors give the correct result according to the plant's condition. These results can be seen on the LCD screen present on the project and on a INTERNET WEBSITE.
  • 46. SUMMARY • Project successful; features described in Proposal functioned accordingly • Engineering knowledge acquired over the years fully applied and tested • Acquired many new skills and knowledge; improved researching and trouble- shooting techniques • Believe that product will be a success in the market as the “Push for Green” and environmental concerns intensifies in near future