📚
Created byMolly Northupsmith
10 views0 downloads

The Smart Garden: Optimizing Herb Biomass with IoT Automation

Grade 11Science1 days
Grade 11 students will design and build an IoT-driven hydroponic system to investigate how automated environmental controls impact plant growth. By integrating sensors for pH, light, and nutrients with real-time data monitoring via APIs, students compare data-driven cultivation against traditional methods to maximize dry-weight biomass. The project culminates in a statistical analysis of limiting factors and a sustainability pitch that evaluates the potential of smart technology to address global food security and resource efficiency.
HydroponicsIoT AutomationBiomass OptimizationData AnalyticsSustainable AgricultureSensor Integration
Want to create your own PBL Recipe?Use our AI-powered tools to design engaging project-based learning experiences for your students.
📝

Inquiry Framework

Question Framework

Driving Question

The overarching question that guides the entire project.How can we design and optimize an IoT-driven hydroponic system to maximize plant biomass and demonstrate the potential of smart technology to create a more sustainable food future?

Essential Questions

Supporting questions that break down major concepts.
  • How do specific environmental variables (pH, EC, light intensity, temperature) directly correlate to the accumulation of plant biomass in a hydroponic system?
  • How can IoT sensors and automated feedback loops maintain optimal growth conditions more effectively than manual intervention?
  • How can we use statistical modeling and data visualization to identify the 'limiting factors' in an indoor growth environment?
  • What are the physiological differences in herb growth when comparing automated hydroponic systems to traditional soil-based methods?
  • To what extent can the integration of smart technology in agriculture mitigate the environmental impact of food production?

Standards & Learning Goals

Learning Goals

By the end of this project, students will be able to:
  • Design and build a functional hydroponic system integrated with IoT sensors to monitor and control environmental variables such as pH, EC, and light intensity.
  • Analyze the physiological relationship between controlled environmental inputs (nutrients, light, water) and the resulting accumulation of plant biomass.
  • Develop and implement automated feedback loops using sensor data to maintain optimal growing conditions without manual intervention.
  • Apply statistical modeling and data visualization techniques to identify limiting factors in plant growth and optimize yield.
  • Evaluate the role of smart technology and indoor farming in reducing the environmental footprint of global food production.

Next Generation Science Standards (NGSS)

HS-LS1-5
Primary
Use a model to illustrate how photosynthesis transforms light energy into stored chemical energy.Reason: The project focuses on maximizing biomass yield through the optimization of light and nutrients, which is a direct application of understanding photosynthesis and energy storage in plants.
HS-ETS1-2
Primary
Design a solution to a complex real-world problem by breaking it down into smaller, more manageable problems that can be solved through engineering.Reason: Students are designing an automated IoT system, which requires breaking down the engineering challenge into sensor integration, fluid dynamics (hydroponics), and software logic.
HS-LS2-7
Secondary
Design, evaluate, and refine a solution for reducing the impacts of human activities on the environment and biodiversity.Reason: The project's driving question explores how smart technology creates a more sustainable food future, specifically addressing resource efficiency (water/land) in agriculture.

Common Core State Standards for Mathematics

HSS-ID.B.6
Supporting
Represent data on two quantitative variables on a scatter plot, and describe how the variables are related.Reason: Students will use statistical modeling to correlate environmental variables (like pH or light hours) with biomass growth measurements.

CSTA K-12 Computer Science Standards

3A-AP-13
Secondary
Create a computational artifact for practical intent, personal expression, or to address a societal issue by combining existing ideas and artifacts.Reason: Students are building an 'API' and using IoT sensors to create a computational solution (the smart garden) to a real-world agricultural problem.

Entry Events

Events that will be used to introduce the project to students

The Sentient Garden: Preventing the Crash

Students explore a 'Gallery of Failure'—photos and data logs of hydroponic systems that crashed due to nutrient lock-out or pump failures. They are then challenged to build a 'sentient' garden that doesn't just grow plants, but 'screams' (via Slack or Discord notifications) when its data parameters suggest it is about to fail.

Algorithm vs. Intuition: The Grow-Off

Two identical herb gardens are set up: one is managed by a student using 'traditional' green-thumb methods, and the other is controlled by a rudimentary IoT script. Students must bet on which system will produce the most dry-weight biomass over two weeks, sparking a debate on whether data-driven precision can outperform human intuition.

Mission Critical: The Automated Rescue

Students receive a simulated 'priority transmission' from a remote research outpost (like a Mars colony or an Arctic station) where the automated garden has glitched. They are handed a 'broken' API script and a wilted plant, tasked with rewriting the logic to stabilize the environment before the 'oxygen-producing' biomass is lost.

The Chef's Biomass Bounty

A local high-end chef or 'vertical farm' CEO visits the class with a crisis: their demand for fresh basil has doubled, but their space hasn't. They challenge the students to prove that an API-driven, automated system can produce 40% more biomass than a traditional hydroponic setup within the same footprint.

The 'Ghost' in the Machine: Data Decryption Challenge

The classroom is dark except for a single 'Black Box' hydroponic unit. Students are given a live URL that displays a stream of raw JSON data—numbers representing pH, humidity, and light—and must work backwards to figure out exactly what is happening inside the box without opening it.
📚

Portfolio Activities

Portfolio Activities

These activities progressively build towards your learning goals, with each submission contributing to the student's final portfolio.
Activity 1

The Digital Pulse: Giving the Garden a Voice

Students will transform their 'dumb' garden into a 'smart' one. They will wire pH, EC (Electrical Conductivity), and moisture sensors to a microcontroller (like an ESP32 or Raspberry Pi). The goal is to create an API-driven notification system where the plant 'talks' to the grower via digital platforms like Slack or Discord, reporting its health in real-time.

Steps

Here is some basic scaffolding to help students complete the activity.
1. Wire the environmental sensors (pH, Temperature, Light) to the microcontroller.
2. Write or adapt a script to read data from the sensors and format it as JSON.
3. Configure an API webhook to send 'Alert' notifications when parameters (like pH or water level) fall outside of the 'danger' zone.
4. Verify data transmission by creating a live-stream dashboard (e.g., using Adafruit IO or ThingSpeak).

Final Product

What students will submit as the final product of the activityA functional IoT sensor hub and a GitHub repository (or code log) containing the script that pushes sensor data to a live dashboard.

Alignment

How this activity aligns with the learning objectives & standards3A-AP-13: Students create a computational artifact (the IoT script) to address the agricultural challenge. HS-ETS1-2: Students solve the technical challenge of sensor-to-cloud communication.
Activity 2

The Algorithm vs. Intuition Logbook

With the systems built, students initiate the growing phase. They will manage two variables: one automated via their API and one manual (the 'Intuition' control group). Students must maintain a rigorous digital logbook, capturing daily sensor readings and observing the physiological development of the herbs (leaf size, stem thickness, color).

Steps

Here is some basic scaffolding to help students complete the activity.
1. Germinate herb seeds (basil, cilantro, or mint) and transplant them into the hydroponic system.
2. Set up the 'Control' group managed by human intuition and the 'Experimental' group managed by IoT data.
3. Collect daily readings of pH, EC, and light hours from the IoT dashboard.
4. Document weekly physical growth measurements (height and leaf count) to track biomass progress.

Final Product

What students will submit as the final product of the activityA Digital Growth Journal featuring time-lapse photos, raw data tables, and qualitative observations of plant health.

Alignment

How this activity aligns with the learning objectives & standardsHSS-ID.B.6: Students collect quantitative data on two variables (environmental input vs. growth) to eventually create scatter plots. HS-LS1-5: Students monitor the actual accumulation of biomass over time.
Activity 3

Data Alchemy: Quantifying the Harvest

The 'Bounty' phase involves harvesting the herbs and conducting a 'Dry Weight' analysis. Students will use the data collected over the growth cycle to create statistical models. They will determine if there is a correlation between specific variables (e.g., pH stability) and the final dry-weight biomass of the herbs.

Steps

Here is some basic scaffolding to help students complete the activity.
1. Harvest the herbs and record the 'wet weight' of both the control and experimental groups.
2. Dehydrate the plants to determine the 'dry-weight biomass' (the true measure of stored chemical energy).
3. Use spreadsheet software to create scatter plots comparing variables like 'Average pH' vs. 'Final Biomass.'
4. Analyze the data to identify the 'Limiting Factor'—the one variable that prevented the plant from growing even larger.

Final Product

What students will submit as the final product of the activityA 'Biomass Yield Report' featuring scatter plots, correlation coefficients, and a data-driven conclusion on which variable most limited growth.

Alignment

How this activity aligns with the learning objectives & standardsHSS-ID.B.6: Students represent data on scatter plots and describe the relationship between environmental variables and yield. HS-LS1-5: Students quantify the total chemical energy (biomass) produced by their model.
Activity 4

The Sustainability Pitch: Scaling the Solution

In the final activity, students pivot from scientists to consultants. Using their yield data, they must calculate the resource efficiency (water used per gram of biomass) of their system compared to traditional soil farming. They will present their findings as a 'Sustainability Pitch' to a local chef or CEO, proving that smart technology can create a more resilient food system.

Steps

Here is some basic scaffolding to help students complete the activity.
1. Calculate the total water and nutrient consumption of the hydroponic system over the growth cycle.
2. Research average water/land usage for soil-based herb farming and compare it to your IoT system results.
3. Identify three specific ways the API-driven automation reduced waste or prevented 'crop failure.'
4. Present a final recommendation on how this technology could be used to mitigate the environmental impact of urban food deserts.

Final Product

What students will submit as the final product of the activityA 'Smart Farm Sustainability Pitch' deck that includes an environmental impact analysis and a proposal for scaling the system.

Alignment

How this activity aligns with the learning objectives & standardsHS-LS2-7: Students evaluate their smart garden as a solution for reducing the environmental impact of human food production. HS-ETS1-2: Students refine their design based on their data for future 'scaling.'
🏆

Rubric & Reflection

Portfolio Rubric

Grading criteria for assessing the overall project portfolio

Smart Garden API: IoT & Biomass Optimization Rubric

Category 1

Technical Engineering & Computing

Focuses on the technical execution of the IoT system, including hardware wiring, software logic, and API communication.
Criterion 1

IoT Engineering & API Integration

Measures the ability to design, wire, and program an IoT system that monitors and responds to environmental variables through sensors and API webhooks.

Exemplary
4 Points

Sensors are flawlessly integrated; the API script is clean, well-commented, and pushes real-time data to a dynamic dashboard. Automated alerts are sophisticated (e.g., multi-channel notifications) and respond accurately to subtle environmental shifts.

Proficient
3 Points

Sensors are correctly wired and functional. The script successfully sends data to a live dashboard. API notifications trigger correctly when parameters fall outside set ranges. Documentation in GitHub or code logs is clear.

Developing
2 Points

Sensors provide data, but connection is intermittent. The API script functions but lacks robustness or proper formatting (e.g., messy JSON). Notifications are inconsistent or poorly calibrated to plant needs.

Beginning
1 Points

Hardware wiring is incomplete or non-functional. Script fails to transmit data to a dashboard. No functioning API notification system is present.

Criterion 2

Computational Artifact Design (CSTA 3A-AP-13)

Evaluates the student's ability to create a computational artifact to solve the real-world agricultural challenge of automated plant care.

Exemplary
4 Points

The computational artifact (script/API) demonstrates high complexity, including custom error handling and modular logic that could be easily adapted for different environments.

Proficient
3 Points

The artifact effectively addresses the intent of automating the garden and shows a logical combination of existing libraries and original code.

Developing
2 Points

The artifact provides a basic solution but relies heavily on copied code without clear understanding or modification for the specific context.

Beginning
1 Points

The artifact is incomplete or does not address the practical intent of the garden automation.

Category 2

Biological Inquiry & Process

Focuses on the biological understanding of plant growth, photosynthesis, and the rigorous collection of experimental data.
Criterion 1

Biomass & Photosynthesis Modeling (HS-LS1-5)

Assesses the student's ability to model how light and nutrients are transformed into plant biomass, specifically through the tracking of growth and final dry-weight analysis.

Exemplary
4 Points

Provides a sophisticated explanation of the relationship between light/nutrient inputs and biomass accumulation. Dry-weight analysis is precise, and the student correctly identifies the physiological reasons for yield differences.

Proficient
3 Points

Uses the hydroponic model to illustrate the transformation of light into chemical energy (biomass). Accurately records growth and identifies the relationship between inputs and yields.

Developing
2 Points

Tracks growth measurements but shows a limited understanding of the physiological process of biomass accumulation or the purpose of dry-weight analysis.

Beginning
1 Points

Records minimal data on plant growth; fails to connect environmental inputs to the concept of stored chemical energy or biomass.

Criterion 2

Experimental Observation & Logkeeping

Measures the accuracy and consistency of the digital growth journal, including daily sensor readings and qualitative observations.

Exemplary
4 Points

Digital logbook is meticulous, featuring high-quality time-lapse imagery, detailed annotations of plant health, and immediate documentation of all system variables and adjustments.

Proficient
3 Points

Digital logbook contains regular, organized entries of daily sensor readings and weekly growth measurements. Qualitative observations are relevant and descriptive.

Developing
2 Points

Logbook is present but contains gaps in data collection. Observations are superficial or lack specific quantitative detail.

Beginning
1 Points

Logbook is disorganized, missing significant portions of data, or contains inaccurate readings.

Category 3

Quantitative Analysis & Modeling

Focuses on the mathematical analysis of the experimental results and the ability to derive meaning from raw data.
Criterion 1

Data Visualization & Correlation (HSS-ID.B.6)

Evaluates the ability to represent the relationship between environmental variables (pH, EC, light) and biomass yield using scatter plots and statistical correlation.

Exemplary
4 Points

Scatter plots are professionally formatted with accurate trend lines and R² values. The analysis provides a deep mathematical interpretation of how variables interact to affect yield.

Proficient
3 Points

Successfully represents two quantitative variables on a scatter plot and accurately describes the relationship (correlation) between them. Data visualization is clear and labeled.

Developing
2 Points

Creates scatter plots, but they may contain errors in scaling, labeling, or plotting. The description of the relationship between variables is vague or partially incorrect.

Beginning
1 Points

Fails to create appropriate charts or graphs. No attempt is made to describe the mathematical relationship between inputs and biomass.

Criterion 2

Analysis of Limiting Factors

Assesses the student's ability to use data to pinpoint the specific variable that restricted maximum biomass production.

Exemplary
4 Points

Identifies the 'Limiting Factor' using robust evidence from both quantitative data and biological theory. Proposes a sophisticated technical fix to overcome this factor in future iterations.

Proficient
3 Points

Correctly identifies the most likely limiting factor based on data analysis and provides a logical explanation of how it affected the harvest.

Developing
2 Points

Identifies a limiting factor, but the conclusion is weakly supported by the collected data or shows a misunderstanding of plant needs.

Beginning
1 Points

Unable to identify a limiting factor or provides a conclusion that contradicts the collected data.

Category 4

Sustainability & Societal Impact

Focuses on the broader implications of the project, including resource efficiency, urban agriculture, and professional communication.
Criterion 1

Environmental Impact Analysis (HS-LS2-7)

Evaluates the effectiveness of the proposed smart technology solution in reducing environmental impacts such as water usage and land footprint.

Exemplary
4 Points

Pitch provides a comprehensive, data-backed analysis of resource efficiency. It offers an innovative, scalable solution for urban food deserts with specific, calculated environmental benefits.

Proficient
3 Points

The pitch clearly evaluates the solution's impact on resource conservation (water/nutrients) compared to traditional farming. It offers a viable recommendation for scaling the technology.

Developing
2 Points

Mentions environmental benefits but lacks quantitative comparison to traditional methods. The scaling proposal is unrealistic or underdeveloped.

Beginning
1 Points

The pitch does not address sustainability or the environmental impact of food production in a meaningful way.

Criterion 2

Sustainability Pitch & Communication

Measures the student's ability to communicate complex technical and scientific findings to a specific audience (chef/CEO).

Exemplary
4 Points

Pitch deck is professional, persuasive, and uses visual data effectively to tell a story. The student handles technical questions with confidence and depth.

Proficient
3 Points

The presentation is well-organized and clearly communicates the results of the project. The connection between the 'Smart Garden' and sustainability is evident.

Developing
2 Points

The presentation is disorganized or lacks clarity. Technical jargon is used without explanation, or the sustainability connection is weak.

Beginning
1 Points

The presentation is incomplete, unprofessional, or fails to communicate the project's core findings.

Reflection Prompts

End-of-project reflection questions to get students to think about their learning
Question 1

During the development of 'The Digital Pulse,' you had to bridge the gap between digital code and biological life. What was the most significant technical or conceptual challenge you faced when trying to translate a plant's physical needs (like pH or moisture) into a functional API alert system?

Text
Required
Question 2

Reflecting on 'The Algorithm vs. Intuition' experiment, how much do you now trust automated sensor data over human observation when it comes to maximizing plant biomass?

Scale
Required
Question 3

Based on your 'Sustainability Pitch' and yield data, which benefit of IoT-driven hydroponics do you believe offers the most viable solution for creating a sustainable food future in urban 'food deserts'?

Multiple choice
Required
Options
Water conservation (precision delivery and recycling)
Land efficiency (higher biomass yield in smaller footprints)
Resource waste reduction (preventing crop failure via real-time alerts)
Carbon footprint reduction (localizing food production in urban centers)
Question 4

In the 'Data Alchemy' phase, you identified a 'Limiting Factor' for your herbs. Explain how the statistical correlation you found (or didn't find) between a specific variable (like pH stability or light hours) and the final dry-weight biomass changed your understanding of photosynthesis and energy storage.

Text
Required