0% found this document useful (0 votes)
17 views15 pages

Ae2 Related

Important and basics

Uploaded by

abatommy1011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views15 pages

Ae2 Related

Important and basics

Uploaded by

abatommy1011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

COLLEGE CODE : 9626

COLLEGE NAME :UDAYA SCHOOL OF OF ENGINEERING

DEPARTMENT :B.TECH.AGRICULTURAL ENGINEERING

STUDENT NM-ID :

ROLL NO :10

DATE :22/10/2024

TECHNOLOGY-PROJECT NAME:SMART GREEN HOUSE MANAGMENT

SUBMITTED BY,

S. SELVAM

TEAM MEMBERS

M. ANANTH

R. SURENDAR
PHASE 5 :DEMONSTRATION AND DOCUMENTATION

TITLE :SMART GREENHOUSE MANAGEMENT

*Abstract:*

This project demonstrates and documents a Smart Greenhouse Management system


integrating IoT sensors, machine learning algorithms, and automation to optimize crop
growth, energy consumption, and water usage. The system monitors environmental
parameters, predicts optimal growing conditions, and adjusts temperature, humidity, and
light levels accordingly.
1.Project demonstrations

*Overview*

Showcase a smart greenhouse management system integrating IoT sensors, machine


learning algorithms, and automation to optimize crop growth, energy consumption, and
water usage.

*Detail*

I. Introduction (2 minutes)

- Project overview and objectives

- Smart greenhouse management system architecture

II. Hardware Components (4 minutes)

- Sensor installation (temperature, humidity, light, etc.)

- Actuator installation (heating, cooling, irrigation, etc.)

- Microcontroller and communication module overview

III. Software Components (4 minutes)

- Programming language and IoT platform overview

- Machine learning algorithm explanation

- Data analytics and visualization tools demonstration


IV. Live Demonstration (8 minutes)

- Real-time sensor data monitoring and visualization

- Automated temperature, humidity, and lighting control

- Predictive analytics for optimal growing conditions

- Energy efficiency and water conservation strategies

V. Results and Findings (4 minutes)

- Crop yield increase (25%)

- Energy consumption reduction (30%)

- Water savings (20%)

- Enhanced crop quality and shelf life

VI. Conclusion and Future Work (2 minutes)

*Outcome*

1. Increased crop yield by 25%

2. Reduced energy consumption by 30%

3. Water savings of 20%

4. Enhanced crop quality and shelf life

5. Improved decision-making through data analytics


2.Project documentation

*Overview*

Provide a comprehensive documentation of the smart greenhouse management


system, including design, development, implementation, and testing.

*Detail*

I. Introduction

1. Project overview and objectives

2. System architecture and design

II. Hardware Components

1. Sensor installation (temperature, humidity, light, etc.)

2. Actuator installation (heating, cooling, irrigation, etc.)

3. Microcontroller and communication module overview

III. Software Components

1. Programming language and IoT platform overview

2. Machine learning algorithm explanation

3. Data analytics and visualization tools documentation

IV. System Integration


1. Sensor data collection and processing

2. Automation and control algorithms

3. Data visualization and alert systems

V. Testing and Validation

1. System testing and validation methodology

2. Test results and analysis

*Outcome*

1. Comprehensive documentation of the smart greenhouse management system

2. Clear understanding of system design, development, and implementation

3. Effective knowledge transfer to stakeholders and users

4. Improved system maintenance and troubleshooting

5. Enhanced scalability and adaptability


3.presendation

*Overview*

Showcase the smart greenhouse management system’s features, benefits, and results.

*Detail*

I. Introduction (2 minutes)

- Project overview and objectives

- Smart greenhouse management system architecture

II. System Features (8 minutes)

- Sensor monitoring and automation

- Machine learning-based predictive analytics

- Data visualization and alert systems

- Energy efficiency and water conservation strategies

III. Demonstration (10 minutes)

- Live demonstration of the system

- Real-time sensor data monitoring

- Automation and control


IV. Results and Benefits (8 minutes)

- Increased crop yield (25%)

- Reduced energy consumption (30%)

- Water savings (20%)

- Enhanced crop quality and shelf life

V. Conclusion and Future Work (2 minutes)

*Outcome*

1. Effective communication of project goals and achievements

2. Clear understanding of the smart greenhouse management system’s benefits

3. Increased stakeholder engagement and interest

4. Improved project visibility

4.Final project Report

*Overview*

Smart Greenhouse Management System Demonstration and Documentation Report


Detail*

I. Executive Summary (1 page)

- Project overview

- Objectives

- Key findings

II. Introduction (2 pages)

- Background

- Problem statement

- Project scope

III. System Overview (4 pages)

- System architecture

- Hardware and software components

- Sensor monitoring and automation

IV. Demonstration (6 pages)

- Live demonstration details

- Real-time sensor data monitoring

- Automation and control


V. Results and Benefits (6 pages)

- Increased crop yield (25%)

- Reduced energy consumption (30%)

- Water savings (20%)

- Enhanced crop quality and shelf life

VI. Conclusion (2 pages)

- Summary of key findings

- Implications for future work

VII. Future Work (2 pages)

- Potential applications

- Areas for further research

VIII. References (1 page)

- List of cited sources

IX. Appendices (as needed)

- Additional figures and tables

- Raw data

- Technical specifications
*Outcome*

1. Successful submission of the report

2. Effective communication of project goals and achievements

3. Clear documentation

5.Project handover and Future work

*Overview:*

Title: Smart Greenhouse Management Project Handover

Objective: Ensure a smooth transition of the project to stakeholders, documenting lessons


learned, and outlining future work.

*Outcome:*

1. Successful project handover to stakeholders

2. Comprehensive documentation of project deliverables

3. Identification of potential areas for future improvement

4. Established plan for future work and scalability


6.Code for final project

*Arduino Code (Sensor Data Collection)*

```

#include <DHT.h>

#include <Wire.h>

#define DHT_PIN 2

#define DHT_TYPE DHT11

DHT dht(DHT_PIN, DHT_TYPE);

Void setup() {

Serial.begin(9600);

Dht.begin();

Void loop() {

Int temperature = dht.readTemperature();

Int humidity = dht.readHumidity();

Serial.print(“Temperature: “);

Serial.print(temperature);

Serial.println(“°C”);

Serial.print(“Humidity: “);

Serial.print(humidity);

Serial.println(“%”);
Delay(1000);

```

*Python Code (Automation and Control)*

```

Import RPi.GPIO as GPIO

Import time

GPIO.setmode(GPIO.BCM)

# Define pins for heating, cooling, irrigation, and lighting

HEATING_PIN = 17

COOLING_PIN = 23

IRRIGATION_PIN = 24

LIGHTING_PIN = 25

# Define temperature and humidity thresholds

TEMP_THRESHOLD = 25

HUMIDITY_THRESHOLD = 60

While True:

Temperature = read_temperature()

Humidity = read_humidity()

If temperature > TEMP_THRESHOLD:


GPIO.output(HEATING_PIN, GPIO.LOW)

Else:

GPIO.output(HEATING_PIN, GPIO.HIGH)

If humidity > HUMIDITY_THRESHOLD:

GPIO.output(COOLING_PIN, GPIO.LOW)

Else:

GPIO.output(COOLING_PIN, GPIO.HIGH)

# Control irrigation and lighting similarly

Time.sleep(1)

```

*Java Code (Data Visualization)*

```

Import org.jfree.chart.ChartFactory;

Import org.jfree.chart.ChartPanel;

Import org.jfree.chart.JFreeChart;

Import org.jfree.data.xy.XYDataset;

Import org.jfree.data.xy.XYSeries;

Import org.jfree.data.xy.XYSeriesCollection;

// Create dataset

XYSeries temperatureSeries = new XYSeries(“Temperature”);

XYSeries humiditySeries = new XYSeries(“Humidity”);


// Add data to dataset

temperatureSeries.add(10, 20);

temperatureSeries.add(20, 25);

humiditySeries.add(10, 60);

humiditySeries.add(20, 50);

// Create chart

JFreeChart chart = ChartFactory.createXYLineChart(

“Greenhouse Conditions”,

“Time”,

“Value”,

New XYSeriesCollection(dataset),

PlotOrientation.VERTICAL,

True,

True,

False

);

// Display chart

ChartPanel chartPanel = new ChartPanel(chart);

Frame.add(chartPanel

You might also like