SlideShare a Scribd company logo
1 of 21
IOT based
Greenhouse
Monitoring System
using Raspberry Pi
PROBLEM STATEMENT
• Greenhouses are climate-controlled structures with walls and roofs that are specifically designed for off-
season plant growth. Most greenhouse systems use manual systems to monitor temperature and humidity,
which can be inconvenient for workers who must visit the greenhouse every day and manually control them.
• Traditional farming methods have been found to be incapable of delivering an adequate amount of fertilizer.
• Similarly, no explicit measure to regulate climate parameters can be established.
• In this system, we have created a prototype that includes a sensor network (SN)-based node and a Raspberry
Pi-based embedded system (ES) that is active in monitoring climatic parameters such as air temperature, air
humidity, soil moisture, air carbon dioxide, and light intensity within a greenhouse environment.
• In this system, the Raspberry Pi-based ES is integrated with IoT analytics, and sensor nodes are physically
placed in a greenhouse environment to record climate parameter data that is forwarded to the gateway.
PROPOSED SYSTEM
• IOT and raspberry pi-based greenhouse monitoring system in the presence of three sensors is used to detect
temperature, light, humidity and soil moisture in the greenhouse. The greenhouse effect is a natural
phenomenon and beneficial to human beings.
• Numerous farmers fail to get good profits from greenhouse crops for the reason that they can’t manage two
essential factors, which determine plant growth as well as productivity.
• Greenhouse temperature should not go below a certain degree, high humidity can result to crop transpiration,
condensation of water vapour on various greenhouse surfaces, and water evaporation from the humid soil.
To overcome such challenges, this greenhouse monitoring system involves rescue.
• The temperature sensor senses the level of temperature. If it goes high DC fans get on and when the
temperature goes low the fan gets off. Soil moisture sensor senses the water level as the level decreases the
pumps get on.
• In the absence of light, the LDR sensor senses and the bulb starts glowing. Also, a GSM module is used to
send the status of the sensor every 30 secs. In this way, it will become easy to monitor and control the
system.
PROJECT DEVELOPMENT STAGES
Programming
Component Mapping & Soldering
PCB Printing & Connectivity Testing
Components Procurement
Circuit Design
Choosing Microcontroller
BLOCK DIAGRAM
CIRCUIT DESIGN
A circuit is actually any loop through which matter is
carried. For an electronic circuit, the matter carried is
the charge by electronics and the source of these
electrons is the positive terminal of the voltage source
.When this charge flows from the positive terminal,
through out the loop and reaches the negative terminal,
the circuit is said to be completed. However this circuit
consists of a number of components which affects the
flow of charge in many ways. Some may provide
hindrance to the flow of charge, some simple store or
dissipate charge. Some require external source of
energy, some supply energy.
Circuit Design Tools:
• Eagle, Kicad, Proteus
• Circuit Digest Capacitor Calculator
• Nevon Express Resistor Color Code Calculator
PROGRAMMING
Raspberry Pi is the name of a series of single-board
computers made by the Raspberry Pi Foundation, a
UK charity that aims to educate people in computing
and create easier access to computing education.
The Raspberry Pi is a very cheap computer that runs
Linux, but it also provides a set of GPIO (general
purpose input/output) pins, allowing you to control
electronic components for physical computing and
explore the Internet of Things (IoT).
The Raspberry Pi operates in the open source
ecosystem: it runs Linux (a variety of distributions),
and its main supported operating system, Pi OS, is
open source and runs a suite of open source
software.
WHAT IS A PYTHON PROGRAM?
▪ Python is a very useful programming
language that has an easy to read
syntax, and allows programmers to
use fewer lines of code than would be
possible in languages such as assembly,
C, or Java.
▪ The Python programming language
actually started as a scripting language
for Linux. Python programs are similar to
shell scripts in that the files contain a
series of commands that the computer
executes from top to bottom.
HARDWARE & SOFTWARE REQUIREMENTS
Hardware Components
• Raspberry pi
• GSM module
• WIFI
• Moisture Sensor
• Light Sensor
• Temperature Sensor
• LCD
• DC FAN
• Bulb holder
• AC Pump
• Crystal Oscillator
• Resistors
Software Requirements
• Python
• OS: Linux
• Capacitors
• Transistors
• Cables and Connectors
• Diodes
• PCB and Breadboards
• LED
Transformer/Adapter
• Push Buttons
• Switch
• IC
• IC Sockets
Basic Electronics Components
Basic Electronic Components are: resistor,
capacitor, transistor, diode, operational amplifier,
resistor array, logic gate etc.
These are of 2 types: Passive and Active
Components. Both these types of components
can be either Through-Hole or SMD.
One can buy these components easily online
from websites like www.nevonexpress.in,
www.digikey.in, www.indiamart.com,etc.
Microcontrollers & Development Boards
A microcontroller is a compact integrated circuit designed to
govern a specific operation in an embedded system. A
typical microcontroller includes a processor, memory and
input/output (I/O) peripherals on a single chip.
A development board is a printed circuit board with circuitry
and hardware designed to facilitate experimentation with a
certain microcontroller. Also there are certain hardware
circuits that greatly aid testing and debugging such as
pushbuttons and LEDs.
One can buy these components easily online from websites like
www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
Transformers & Power Supply
A power supply is an electrical device that supplies electric
power to an electrical load. The main purpose of a power supply
is to convert electric current from a source to the
correct voltage, current, and frequency to power the load.
One can buy them easily online from websites like
www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
PCB & Breadboards
A printed circuit board (PCB) is a laminated
sandwich structure of conductive and
insulating layers.
One can buy them easily online from websites
like www.nevonexpress.in, www.digikey.in,
www.indiamart.com,etc.
Motors
The word "motor" refers to any power unit that generates
motion, that is a "prime mover", while "electric motor" refers
to a "prime mover using electricity.“
An electric motor is a device used to convert electrical
energy into mechanical energy.
One can buy them easily online from websites like
www.nevonexpress.in, www.digikey.in,
www.indiamart.com,etc.
Sensors & Modules
Sensors and modules (having extra electronic
circuitry along with sensor) are Electronic devices
that detect and respond to some type of input
from the physical environment.
One can buy them easily online from websites like
www.nevonexpress.in, www.digikey.in,
www.indiamart.com,etc.
LED/LCD Displays
An LCD (Liquid Crystal Display) screen is an
electronic display module and has a wide range of
applications. A 16x2 LCD display is very basic module
and is very commonly used in various devices and
circuits.
One can buy them easily online from websites like
www.nevonexpress.in, www.digikey.in,
www.indiamart.com,etc.
Soldering Iron & Accessories
Soldering is a process used for joining metal parts to form
a mechanical or electrical bond.
One can buy them easily online from websites like
www.nevonexpress.in, www.digikey.in,
www.indiamart.com,etc.
Testing & Troubleshooting Equipment
Multimeters are the most versatile of the electrical testers
and, as the name implies, they are capable of many different
testing functions.
One can buy them easily online from websites like
www.nevonexpress.in, www.digikey.in,
www.indiamart.com,etc
CONCLUSION
• Our project demonstrates the design and implementation of various sensors for monitoring and controlling
the greenhouse environment.
• Raspberry Pi is used to power this greenhouse control system.
• It is made up of a temperature sensor, a light sensor, a soil moisture sensor, an LDR sensor, an LCD display
module, a 12V DC fan, a bulb, and a pump.
REFERENCES
• https://www.researchgate.net/publication/343392221_Intelligent_greenhouse_monitoring_and_control_sche
me_An_arrangement_of_Sensors_Raspberry_Pi_based_Embedded_System_and_IoT_platform
• https://www.researchgate.net/publication/331679382_IoT_Based_Automated_Greenhouse_Monitoring_Syst
em
• https://www.academia.edu/51351077/IoT_Based_Greenhouse_Monitoring_System_Using_Raspberry_Pi
• https://www.irjet.net/archives/V8/i1/IRJET-V8I1115.pdf
• https://extrudesign.com/iot-based-green-house-monitoring-using-raspberry-pi/
THANKYOU

More Related Content

Similar to green house ppt.pptx

Embedded System Design.pptx
Embedded System Design.pptxEmbedded System Design.pptx
Embedded System Design.pptxVISHALSAHU88
 
Embedded system and its platforms
Embedded system and its platformsEmbedded system and its platforms
Embedded system and its platformsMrunal Deshkar
 
chp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontrollerchp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontrollerssuser06ea42
 
Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)Rishik kanth
 
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
 
RFID BASED SECURITY SYSTEM USING ARDUINO.pptx
RFID BASED SECURITY SYSTEM USING ARDUINO.pptxRFID BASED SECURITY SYSTEM USING ARDUINO.pptx
RFID BASED SECURITY SYSTEM USING ARDUINO.pptxDeepakK547422
 
IRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control SystemIRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control SystemIRJET Journal
 
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptxESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptxVenkateshVenkatesh96
 
smart home automation system
smart home automation systemsmart home automation system
smart home automation systemMdSaifuddinQuader
 
Prototyping Embedded Devices_Internet of Things
Prototyping Embedded Devices_Internet of ThingsPrototyping Embedded Devices_Internet of Things
Prototyping Embedded Devices_Internet of Thingsalengadan
 
Best HW for IoT project-1.pdf
Best HW for IoT project-1.pdfBest HW for IoT project-1.pdf
Best HW for IoT project-1.pdfKunal Pandhram
 
IoT and embedded systems.pptx
IoT and embedded systems.pptxIoT and embedded systems.pptx
IoT and embedded systems.pptxDanishKhan894003
 
Arduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectArduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectAmit Saini
 
Internet of things
Internet of thingsInternet of things
Internet of thingsBrockanurag
 

Similar to green house ppt.pptx (20)

Embedded System Design.pptx
Embedded System Design.pptxEmbedded System Design.pptx
Embedded System Design.pptx
 
Embedded system and its platforms
Embedded system and its platformsEmbedded system and its platforms
Embedded system and its platforms
 
chp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontrollerchp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontroller
 
Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)
 
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...
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
green house monitoring system
green house monitoring systemgreen house monitoring system
green house monitoring system
 
IOT PPT
IOT PPTIOT PPT
IOT PPT
 
ELN_3modul.pptx
ELN_3modul.pptxELN_3modul.pptx
ELN_3modul.pptx
 
RFID BASED SECURITY SYSTEM USING ARDUINO.pptx
RFID BASED SECURITY SYSTEM USING ARDUINO.pptxRFID BASED SECURITY SYSTEM USING ARDUINO.pptx
RFID BASED SECURITY SYSTEM USING ARDUINO.pptx
 
final ppt.ppt
final ppt.pptfinal ppt.ppt
final ppt.ppt
 
IRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control SystemIRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control System
 
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptxESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
 
unit-3.pptx
unit-3.pptxunit-3.pptx
unit-3.pptx
 
smart home automation system
smart home automation systemsmart home automation system
smart home automation system
 
Prototyping Embedded Devices_Internet of Things
Prototyping Embedded Devices_Internet of ThingsPrototyping Embedded Devices_Internet of Things
Prototyping Embedded Devices_Internet of Things
 
Best HW for IoT project-1.pdf
Best HW for IoT project-1.pdfBest HW for IoT project-1.pdf
Best HW for IoT project-1.pdf
 
IoT and embedded systems.pptx
IoT and embedded systems.pptxIoT and embedded systems.pptx
IoT and embedded systems.pptx
 
Arduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectArduino based intelligent greenhouse Project
Arduino based intelligent greenhouse Project
 
Internet of things
Internet of thingsInternet of things
Internet of things
 

More from YonaCastro1

analog elecronic designLecture 2 (1).pptx
analog elecronic designLecture 2 (1).pptxanalog elecronic designLecture 2 (1).pptx
analog elecronic designLecture 2 (1).pptxYonaCastro1
 
Automation ppt 1.pptx
Automation ppt 1.pptxAutomation ppt 1.pptx
Automation ppt 1.pptxYonaCastro1
 
SUHANNY1 (1).pdf
SUHANNY1 (1).pdfSUHANNY1 (1).pdf
SUHANNY1 (1).pdfYonaCastro1
 
Basic theory of recording system.pptx
Basic theory of recording system.pptxBasic theory of recording system.pptx
Basic theory of recording system.pptxYonaCastro1
 
Mobile Telephone system lecture 5.pptx
Mobile Telephone system lecture 5.pptxMobile Telephone system lecture 5.pptx
Mobile Telephone system lecture 5.pptxYonaCastro1
 
radar Lecture 7.ppt
radar Lecture 7.pptradar Lecture 7.ppt
radar Lecture 7.pptYonaCastro1
 
Satellite Lec 1.pptx
Satellite Lec 1.pptxSatellite Lec 1.pptx
Satellite Lec 1.pptxYonaCastro1
 
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxBLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxYonaCastro1
 
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxBLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxYonaCastro1
 
report 2015.docx
report 2015.docxreport 2015.docx
report 2015.docxYonaCastro1
 
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxBLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxYonaCastro1
 

More from YonaCastro1 (16)

analog elecronic designLecture 2 (1).pptx
analog elecronic designLecture 2 (1).pptxanalog elecronic designLecture 2 (1).pptx
analog elecronic designLecture 2 (1).pptx
 
Automation ppt 1.pptx
Automation ppt 1.pptxAutomation ppt 1.pptx
Automation ppt 1.pptx
 
SUHANNY1 (1).pdf
SUHANNY1 (1).pdfSUHANNY1 (1).pdf
SUHANNY1 (1).pdf
 
sAFIA fINAL.pdf
sAFIA fINAL.pdfsAFIA fINAL.pdf
sAFIA fINAL.pdf
 
shuna 22.pdf
shuna 22.pdfshuna 22.pdf
shuna 22.pdf
 
sAFIA fINAL.pdf
sAFIA fINAL.pdfsAFIA fINAL.pdf
sAFIA fINAL.pdf
 
GSM lect 5.pptx
GSM lect 5.pptxGSM lect 5.pptx
GSM lect 5.pptx
 
Basic theory of recording system.pptx
Basic theory of recording system.pptxBasic theory of recording system.pptx
Basic theory of recording system.pptx
 
Mobile Telephone system lecture 5.pptx
Mobile Telephone system lecture 5.pptxMobile Telephone system lecture 5.pptx
Mobile Telephone system lecture 5.pptx
 
radar Lecture 7.ppt
radar Lecture 7.pptradar Lecture 7.ppt
radar Lecture 7.ppt
 
Satellite Lec 1.pptx
Satellite Lec 1.pptxSatellite Lec 1.pptx
Satellite Lec 1.pptx
 
phase ppt.pptx
phase ppt.pptxphase ppt.pptx
phase ppt.pptx
 
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxBLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
 
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxBLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
 
report 2015.docx
report 2015.docxreport 2015.docx
report 2015.docx
 
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptxBLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
BLOCK DIAGRAM OF MONOCHROME TV RECEIVER.pptx
 

Recently uploaded

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

green house ppt.pptx

  • 2. PROBLEM STATEMENT • Greenhouses are climate-controlled structures with walls and roofs that are specifically designed for off- season plant growth. Most greenhouse systems use manual systems to monitor temperature and humidity, which can be inconvenient for workers who must visit the greenhouse every day and manually control them. • Traditional farming methods have been found to be incapable of delivering an adequate amount of fertilizer. • Similarly, no explicit measure to regulate climate parameters can be established. • In this system, we have created a prototype that includes a sensor network (SN)-based node and a Raspberry Pi-based embedded system (ES) that is active in monitoring climatic parameters such as air temperature, air humidity, soil moisture, air carbon dioxide, and light intensity within a greenhouse environment. • In this system, the Raspberry Pi-based ES is integrated with IoT analytics, and sensor nodes are physically placed in a greenhouse environment to record climate parameter data that is forwarded to the gateway.
  • 3. PROPOSED SYSTEM • IOT and raspberry pi-based greenhouse monitoring system in the presence of three sensors is used to detect temperature, light, humidity and soil moisture in the greenhouse. The greenhouse effect is a natural phenomenon and beneficial to human beings. • Numerous farmers fail to get good profits from greenhouse crops for the reason that they can’t manage two essential factors, which determine plant growth as well as productivity. • Greenhouse temperature should not go below a certain degree, high humidity can result to crop transpiration, condensation of water vapour on various greenhouse surfaces, and water evaporation from the humid soil. To overcome such challenges, this greenhouse monitoring system involves rescue. • The temperature sensor senses the level of temperature. If it goes high DC fans get on and when the temperature goes low the fan gets off. Soil moisture sensor senses the water level as the level decreases the pumps get on. • In the absence of light, the LDR sensor senses and the bulb starts glowing. Also, a GSM module is used to send the status of the sensor every 30 secs. In this way, it will become easy to monitor and control the system.
  • 4. PROJECT DEVELOPMENT STAGES Programming Component Mapping & Soldering PCB Printing & Connectivity Testing Components Procurement Circuit Design Choosing Microcontroller
  • 6. CIRCUIT DESIGN A circuit is actually any loop through which matter is carried. For an electronic circuit, the matter carried is the charge by electronics and the source of these electrons is the positive terminal of the voltage source .When this charge flows from the positive terminal, through out the loop and reaches the negative terminal, the circuit is said to be completed. However this circuit consists of a number of components which affects the flow of charge in many ways. Some may provide hindrance to the flow of charge, some simple store or dissipate charge. Some require external source of energy, some supply energy. Circuit Design Tools: • Eagle, Kicad, Proteus • Circuit Digest Capacitor Calculator • Nevon Express Resistor Color Code Calculator
  • 7. PROGRAMMING Raspberry Pi is the name of a series of single-board computers made by the Raspberry Pi Foundation, a UK charity that aims to educate people in computing and create easier access to computing education. The Raspberry Pi is a very cheap computer that runs Linux, but it also provides a set of GPIO (general purpose input/output) pins, allowing you to control electronic components for physical computing and explore the Internet of Things (IoT). The Raspberry Pi operates in the open source ecosystem: it runs Linux (a variety of distributions), and its main supported operating system, Pi OS, is open source and runs a suite of open source software.
  • 8. WHAT IS A PYTHON PROGRAM? ▪ Python is a very useful programming language that has an easy to read syntax, and allows programmers to use fewer lines of code than would be possible in languages such as assembly, C, or Java. ▪ The Python programming language actually started as a scripting language for Linux. Python programs are similar to shell scripts in that the files contain a series of commands that the computer executes from top to bottom.
  • 9. HARDWARE & SOFTWARE REQUIREMENTS Hardware Components • Raspberry pi • GSM module • WIFI • Moisture Sensor • Light Sensor • Temperature Sensor • LCD • DC FAN • Bulb holder • AC Pump • Crystal Oscillator • Resistors Software Requirements • Python • OS: Linux • Capacitors • Transistors • Cables and Connectors • Diodes • PCB and Breadboards • LED Transformer/Adapter • Push Buttons • Switch • IC • IC Sockets
  • 10. Basic Electronics Components Basic Electronic Components are: resistor, capacitor, transistor, diode, operational amplifier, resistor array, logic gate etc. These are of 2 types: Passive and Active Components. Both these types of components can be either Through-Hole or SMD. One can buy these components easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 11. Microcontrollers & Development Boards A microcontroller is a compact integrated circuit designed to govern a specific operation in an embedded system. A typical microcontroller includes a processor, memory and input/output (I/O) peripherals on a single chip. A development board is a printed circuit board with circuitry and hardware designed to facilitate experimentation with a certain microcontroller. Also there are certain hardware circuits that greatly aid testing and debugging such as pushbuttons and LEDs. One can buy these components easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 12. Transformers & Power Supply A power supply is an electrical device that supplies electric power to an electrical load. The main purpose of a power supply is to convert electric current from a source to the correct voltage, current, and frequency to power the load. One can buy them easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 13. PCB & Breadboards A printed circuit board (PCB) is a laminated sandwich structure of conductive and insulating layers. One can buy them easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 14. Motors The word "motor" refers to any power unit that generates motion, that is a "prime mover", while "electric motor" refers to a "prime mover using electricity.“ An electric motor is a device used to convert electrical energy into mechanical energy. One can buy them easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 15. Sensors & Modules Sensors and modules (having extra electronic circuitry along with sensor) are Electronic devices that detect and respond to some type of input from the physical environment. One can buy them easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 16. LED/LCD Displays An LCD (Liquid Crystal Display) screen is an electronic display module and has a wide range of applications. A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits. One can buy them easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 17. Soldering Iron & Accessories Soldering is a process used for joining metal parts to form a mechanical or electrical bond. One can buy them easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc.
  • 18. Testing & Troubleshooting Equipment Multimeters are the most versatile of the electrical testers and, as the name implies, they are capable of many different testing functions. One can buy them easily online from websites like www.nevonexpress.in, www.digikey.in, www.indiamart.com,etc
  • 19. CONCLUSION • Our project demonstrates the design and implementation of various sensors for monitoring and controlling the greenhouse environment. • Raspberry Pi is used to power this greenhouse control system. • It is made up of a temperature sensor, a light sensor, a soil moisture sensor, an LDR sensor, an LCD display module, a 12V DC fan, a bulb, and a pump.
  • 20. REFERENCES • https://www.researchgate.net/publication/343392221_Intelligent_greenhouse_monitoring_and_control_sche me_An_arrangement_of_Sensors_Raspberry_Pi_based_Embedded_System_and_IoT_platform • https://www.researchgate.net/publication/331679382_IoT_Based_Automated_Greenhouse_Monitoring_Syst em • https://www.academia.edu/51351077/IoT_Based_Greenhouse_Monitoring_System_Using_Raspberry_Pi • https://www.irjet.net/archives/V8/i1/IRJET-V8I1115.pdf • https://extrudesign.com/iot-based-green-house-monitoring-using-raspberry-pi/