When Plants Speak: Learning Through Making for Sustainable Plant Care – SCOPES-DF

Lesson Details

Subjects *
Age Ranges *
Author

Author

Supriya Kadam
Supriya Kadam
Informal educator
Namaste, I am Supriya Kadam.I am electronics engineer and done Fab academy in 2016.I am working as a free lancer and STEM educator. Studying how AI can be used for SEL in schools, I am open to collaborate with others… Read More

Summary

Who it’s for

  • Grade 6–8 students, in teams of 3–4
  • No prior electronics or coding experience needed
  • 8–10 sessions, allowing time for plant growth

How it works

  • Starts with a question: “How do we know what a plant needs?”
  • Students explore traditional plant care and learn about water, light, air, and soil.
  • Teams conduct experiments by changing water and light conditions and record observations.
  • Students identify a real problem: we cannot monitor plants all the time.
  • They explore sensors, Arduino, circuits, and coding as a solution.
  • Students create IF–THEN rules and set thresholds based on their own observations.
  • The plant communicates through four signals: blue–thirsty, orange–needs sun, green–happy, white–sleeping.
  • Teams test, improve, and share their working systems.

What students gain

  • Understanding of plants, soil, water, and light
  • Skills in experimentation, measurement, data, and graphs
  • Understanding of sensors, circuits, Arduino, coding, and thresholds
  • Experience with debugging and problem-solving
  • Reflection on water conservation and responsible use of technology

Teachers involved

Science, Social Science, Environmental Studies, Computer Science, Mathematics, and Fab Lab instructors can contribute. One teacher can also run the complete activity.

 

What You'll Need

 

Material Required

1. For growing plant

  • Plant 1
  • Plant container – 1 recycled plastic container

2. Electronics

  • Arduino UNO – 1
  • Mini breadboard – 1
  • Jumper wires – Male-to-Male / Male-to-Female as required
  • Resistors – suitable values for LEDs/LDR circuits
  • LEDs- Here I have used white,orage green,blue LED’s
  • Soil moisture sensor-1
  • LDR sensor-2
  • Relay module-1 and DC pump-1– If you want to add automation for putting water

3.Other

  • Scissor-1
  • Duble sided tape-1
  • Foam sheet or any material which can work like LED deffuser
  • Enclosure- to cover your electronics

 

 

Learning Objectives

At the end of this experience, youth will be able to…

Understand plants

  • Say what a plant needs, and what happens when one thing is missing
  • Explain why soil matters and what’s inside it

Investigate like a scientist

  • Change one thing, keep the rest the same
  • Observe over days and conclude from their own data

Work with sensors

  • Explain what a sensor does — turns a condition into a number
  • Decide where “dry” ends and “wet” begins, for their own soil

Think computationally

  • Write a rule as IF this, THEN that
  • Combine two conditions and predict the result

Build and make

  • Wire a circuit and get code running on an Arduino
  • Find a fault and fix it without giving up

Connect it to the world

  • Talk about water use, and whether a machine should decide or only inform
  • Compare results with another team or another school

Communicate their work

  • Explain the system to someone who’s never seen it
  • Show what worked, what failed, what they’d try next

 

Reflection

This project started with a simple question: Can we water a plant automatically? But asking why a plant needs water led us to explore light, air, nutrients, soil, and even how people grew plants in the past.

One good question can naturally connect many subjects. My biggest learning was that true interdisciplinary learning comes not from the technology we use, but from the questions we ask and the curiosity they create.

I learned that technology works best when it comes after understanding the problem. Students first experience the challenges of caring for a plant, which makes them genuinely interested in using sensors. I realised that the slow experiments and observations were more valuable than simply building a working circuit. Even deciding what “dry soil” means made students use their own data and reasoning to make a decision.

The Instructions

Meet & Explore the Plant’s World

Students observe the plant and identify its basic needs. They also explore different types of soil by comparing their colour, texture, and appearance, and discuss how soil may affect plant growth.

Students begin by observing a plant and discussing what it needs to stay healthy. They then explore different types of soil by observing and comparing their colour, texture, moisture, and appearance. Through hands-on observation, students start connecting the characteristics of soil with plant growth and plant needs.

Plant Experiment With Water & Sunlight

Students expose plants to different amounts of water and sunlight and observe the changes over time.

 

Students experiment with plants by giving them different amounts of water and sunlight and observe what happens over time. They look for simple changes such as leaf colour, drooping, growth, and how wet or dry the soil feels. They record and compare their observations and discuss what helps a plant stay healthy.

Through this activity, students experience a real challenge: it is not always easy to tell exactly what a plant needs just by looking at it. This naturally leads them to think about how we could help the plant communicate its needs. They will try to understand the language of plant.

The Challenge – Can We Hear What the Plant Needs?

After observing the plants and seeing how they respond to different amounts of water and sunlight, students are introduced to a real-life challenge.

In this step teacher starts by asking:

“What if we are not around to check the plant every day? How would we know if it needs water or more sunlight?”

Students share their ideas based on what they have seen during the experiment. They might suggest touching the soil, looking at the leaves, or checking how the plant is growing.

The teacher then takes the discussion a little further:

  • How can we know if the soil is too dry or has enough moisture?
  • How can we tell if the plant is getting enough sunlight?
  • Is there a way for the plant to tell us what it needs?
  • Can we find a way to know what the plant needs even when we are not there?

Students think about possible solutions and share their ideas. Technology is not introduced immediately. Instead, students first understand the problem and realise that simply looking at the plant may not always be enough.

 

The teacher then introduces the challenge:

“Can you find a way to help the plant speak to us and tell us when it needs water or sunlight?”

This challenge naturally creates curiosity about how sensors and simple electronics could help the plant communicate with us.

Introduce Sensors

Here students will discover how soil-moisture and light sensors can help the plant “speak” about its condition.

 

Now that students have experienced the challenge, the teacher asks:

“What if we could give the plant a way to communicate with us?”

Students explore a soil-moisture sensor and a light sensor and connect them to what they observed during the plant experiment.

  • The soil-moisture sensor tells us whether the soil is wet or dry.
  • The light sensor tells us about the amount of light the plant receives.
  • Students observe how sensor readings change under different conditions.
  • They discuss how these readings can help us understand what the plant needs.

“The sensor cannot speak like us, but it can give us information about what the plant is experiencing.”

 

Build the Circuit

Students connect the sensors, Arduino, and LEDs to create a simple plant-monitoring system.

Students now turn their ideas into a working system. Before starting, the teacher revisits the question:

“How will our plant tell us what it needs?”

Students identify the role of each component:

  • Soil-moisture sensor → detects whether the soil is dry or wet.
  • Light sensor → detects the amount of light.
  • Arduino → acts as the plant’s “brain” and makes decisions.
  • LEDs → act as the plant’s “voice” and communicate its needs.

Instead of simply giving students a wiring diagram to copy, the teacher encourages them to think about how the components work together.

Teacher: “The soil sensor tells us the soil is dry. Who will decide what that means?

Students: “Arduino!”

Teacher: “And how will the plant tell us that it needs water?”

Students connect this idea to the LED indicators they designed earlier.

Teams then build the circuit step by step. They first connect and test one sensor, then add the second sensor and finally the LEDs. This helps students identify problems more easily.

The teacher can guide them with questions:

  • “What does this sensor measure?”
  • “Where does the information go?”
  • “What will happen when the soil is dry?”
  • “Which LED should communicate that message?”

The goal is not to build a perfect circuit immediately, but to help students understand that building, testing, finding errors, and fixing them are all part of engineering.

Program the Plant’s Voice

Students use simple If–Then rules to make the LEDs communicate the plant’s needs.

 

Once the circuit is ready, students give their plant a “voice” using simple If–Then rules.

The teacher introduces the idea without code:

“If the soil is dry, then what should the plant say?”

Students create rules such as:

IF soil is dry → THEN blue LED turns ON.

IF light is low → THEN orange LED turns ON.

IF soil and light are good → THEN green LED turns ON.

Students first write these rules on paper and then convert them into Arduino code. This helps them understand that programming means giving clear instructions to make decisions.

The teacher then introduces thresholds:

“The sensor doesn’t understand ‘dry’ or ‘wet.’ It gives us a number. We need to decide which number means the soil is dry.”

Students test sensor readings and choose a suitable threshold.

The LEDs become the plant’s voice:

Green → “I am happy.”

Blue → “I need water.”

Red → “I need sunlight.”

Further students can add CO2 sensor – to understand if plant use to release CO2 in night? or pump for pouring water automatically.

Test & Observe

Now that the circuit and program are working, students give their “Plant Speaks” system a finished look.

 

Students now give their “Plant Speaks” system a neat, finished look. They cover the LEDs with simple diffusers and place the Arduino, wires, and other components neatly inside a box, while keeping the sensors connected to the plant. Paper boards telling words of plant will be placed

Students then test the system with dry/wet soil and different light conditions and observe whether the correct LED communicates the plant’s needs

Test & Improve the Solution

Students change the plant’s conditions and check whether the system correctly responds.Students identify errors or unexpected behaviour and modify their circuit, code, or thresholds

Students test their “Plant Speaks” system under different conditions, such as dry or wet soil and bright or low light. They observe whether the correct LED communicates the plant’s needs.

 

If the system behaves unexpectedly, students identify the problem and make improvements by adjusting the circuit, code, or sensor thresholds. They test again to check whether their changes have improved the solution.

 

“Build, test, find the problem, improve, and test again.”

Share & Reflect

Teams demonstrate their “Plant Talk” system findings to thire class mates or other friends.

Teams demonstrate their “Plant Talk” system and explain how the sensors and LEDs help the plant communicate its needs. Students share what they learned, the challenges they faced, and how they improved their solution. Here is the video of how plant talk system works

Lesson Feedback

Contact us

Having trouble? Let us know by completing the form below. We'll do our best to get your issues resolved quickly.

"*" indicates required fields

This field is for validation purposes and should be left unchanged.
Name*
Email*
?