Charter 03 · sense · programme assignment

Thirsty

Plant Moisture Experiment

Test whether a simple probe can distinguish wet from drying soil.

Difficulty
★★☆
Prefix
th
Zone
greenhouse-2
Type
moisture-node
Device
th-01
Build time
8 hours

Mission

Build this

A calibrated moisture indicator using a borrowed capacitive probe; a short-duration conductivity probe is the kit-only fallback.

One kit, one team repository.

Borrowed parts are labelled below and have a fallback. The assigned device ID is fixed; sensing and behaviour decisions remain yours.

Bill of materials

Parts

SourcePartFallback
○ fablabCapacitive soil-moisture probeTwo jumper probes and a 10 kΩ resistor, powered only while sampling
● kitSG90 servo

Disconnect USB before rewiring. Motors, the relay, and the servo need appropriate power and a shared ground. Never drive an actuator from the ESP32 3V3 pin.

Assembly

Build in evidence-producing steps

  1. Prove the connection first. Flash the unmodified first-message example with this charter’s zone, device type, and device ID.

    done when: th-01 is alive on the developer view.

  2. Bench-test one input. Read the sensor or control in Serial Monitor before publishing or moving an actuator.

    done when: repeated physical conditions produce repeatable raw readings.

  3. Publish one registered measurement. Use the exact measurement and unit below.

    done when: the reading appears without a reject.

  4. Add the physical response. Keep spine.loop() running and avoid blocking delays.

    done when: repeated movement does not interrupt publishing or reset the board.

  5. Run the investigation. Collect the planned trials before tuning the final logic.

    done when: the build log contains observations, method, and a limitation.

Contract

Your topics

TopicUnitSuggested interval
garden/greenhouse-2/moisture-node/th-01/soil-moisturepercent5 min

Read another team

garden/greenhouse-1/light-node/sc-01/light-level

Physical behaviour

Alive

Droop the antenna as the calibrated moisture percentage falls.

Your call: Define wet and dry reference points for the exact soil and pot.

Engineering evidence

Quantify drift, probe placement sensitivity, and the effect of soil composition.

  1. Record dry and fully watered reference values.
  2. Repeat at three probe positions.
  3. Map raw readings to percent and state the uncertainty.

If you are fast: Estimate drying rate without claiming a watering deadline from insufficient data.

Acceptance

Ready when all six are true

  • The registered device is alive and publishing its required topics.
  • The reject feed is clear after the final firmware starts.
  • The device reads at least one declared cross-team topic.
  • A physical output responds to real data without blocking MQTT.
  • The build log contains method, evidence, uncertainty, and a known limitation.
  • The enclosure exposes no unsafe wiring and the device ID can be scanned.

Backbone now

Live status

Updates from the same public event stream

Checking th-01…