Every raised bed in the Westside community garden used to run on instinct. Ambassadors watered on a schedule, not on need, and yields swung with the weather, the season, and whoever happened to be on watering duty that week.
This spring, the chapter installed a network of soil moisture and NPK sensors across six plots, feeding readings into a shared dashboard ambassadors check each morning before school. What started as a STEM side-project has quietly become the backbone of how the garden operates.
30%
Less water used per harvest cycle
6
Plots instrumented this season
14
Ambassadors trained on the dashboard
From guesswork to a shared dashboard
The build itself is unglamorous: capacitive moisture probes, a soil NPK meter, and a handful of ESP32 microcontrollers reporting over WiFi to a lightweight dashboard the ambassadors built themselves. None of it is exotic hardware, which was the point.
“We stopped arguing about whether the tomatoes needed water and started just looking at the number.”
That shift in tone mattered more than the hardware. Watering had been a chore assigned by rotation; now it's a decision informed by data, and ambassadors argue about thresholds the way other teenagers argue about sports stats.
Reading the data, not just the plants
Each morning, two ambassadors pull up the dashboard before opening the gate. They're looking for outliers first: a plot reading dry when it rained the night before usually means a clogged drip line, not a thirsty plant.
The build
What it took to get sensors in the ground
- 1
Source cheap, reliable parts
Capacitive soil moisture probes and an off-the-shelf NPK meter, chosen for cost and easy replacement over lab-grade accuracy.
- 2
Wire and weatherproof
Every sensor lead got a heat-shrink seal after the first rain fried two boards in week one.
- 3
Get data onto one dashboard
A Raspberry Pi collects readings over WiFi and pushes them to a shared, ambassador-built dashboard checked every morning.
- 4
Teach the reading, not just the wiring
Weekly sessions cover what the numbers actually mean agronomically, so the sensors teach soil science, not just electronics.
Lesson learned
Cheap sensors drift. The chapter now recalibrates each probe against a manual soil test monthly, and treats the dashboard as a guide, not gospel.
What it costs to replicate
| Component | Unit cost | Notes |
|---|---|---|
| Moisture probe | $8 | Capacitive, weatherproofed with heat-shrink |
| NPK meter | $35 | Shared across plots, used weekly |
| ESP32 controller | $6 | One per plot cluster |
| Raspberry Pi hub | $45 | Runs the dashboard, one per garden site |
None of this required a grant. The whole network, six plots included, ran under $400 in parts, most of it fundraised through the chapter's spring plant sale.
The chapter is now documenting the build so other YAP chapters can replicate it without repeating the same false starts, starting with a shared parts list and wiring guide due out next month.