Sprout User guide · a 3-minute board check

Can you trust your sensor?

A cheap capacitive soil sensor can be wrong before Sprout ever sees the number — a large share of inexpensive boards ship with a known functional flaw. Three minutes, your eyes, and a cheap multimeter tell you whether yours is the well-made kind.

I can only be as good as the sensor I'm reading — so let's make sure yours reads right.

Capacitive Soil Moisture Sensor V2.0.0 board 1662K regulator 2TLC555 timer 3GND · AOUT
Get your bearings — every part lives in the cluster by the cable. the tiny 662K regulator (top corner — easiest to miss), the 8-pin TLC555 timer, the GND/AOUT pins you'll meter.
The short version
01
Find a 662K voltage regulator
02
Find a TLC555 timer — not NE555
03
Meter ~1 MΩ between GND & AOUT

All three check out → your board is the trustworthy kind.

Why this matters

Dry reads high, wet reads low

These boards measure how much water sits near two copper plates — a capacitor — and turn it into a voltage Sprout reads. More water means lower voltage, so it feels backwards until it clicks. A well-made board caps its output around 0–3.0 V, which is why it reads cleanly on a 3.3 V board with no extra parts.

WET · low voltageDRY · high voltage

Capacitive sensors beat the older resistive probes because no metal touches the soil, so nothing corrodes away in a few days. But "capacitive" alone doesn't mean "good" — three flaws separate a trustworthy board from a pretty paperweight.

Step 1 · Identify · eyes only, ~60s

Find two parts near the cable end

Hold the board up to the light. You're looking for a voltage regulator and a timer chip — present and correctly marked.

TIP · READING THE TINY MARKINGS

Those chip labels are smaller than this sentence — and your phone is the best magnifier you own. Open the camera, get in close, and tap to focus (switch on Macro mode if your phone has it). Turn on the flashlight, or angle a lamp low across the board so the engraved letters catch the light and cast a shadow — that raking light makes faint markings jump out. Snap a few frames from different angles, then pinch to zoom. On iPhone, the Magnifier app (add it to Control Center, or ask Siri) gives you zoom, a light, and contrast filters made for exactly this.

The voltage regulator

✓ 662K · PASS 662K voltage regulator at U2
A 3-pin chip at U2 marked 662K.

Present means good — readings hold steady even as a battery drains. Missing (two solder pads bridged instead) means the output drifts with the supply. Flaw 1

The timer chip

✓ TLC555 TLC555 timer chip
Good · runs to ~3 V
✗ NE555 NE555 timer chip
Trouble · needs ~4.5 V

TLC555 is happy on a 3.3 V board. NE555 needs ~4.5 V, so it's unreliable or dead at 3.3 V. Flaw 2

Ignore the version number

v1.2 vs v2.0 printed on the board is marketing, not quality — often the exact same product from one of ~five factories. Judge a board by its parts and the meter test, never by its printed version.

My own four probes carry the 662K and a real TLC555 — the well-made variant. I checked all four.

Step 2 · Meter the hidden flaw · multimeter, ~90s

The flaw you can't see

A misplaced connection can leave a 1 MΩ resistor's ground side floating. A board like that returns the same stale number read after read — it looks like it's working, which is exactly what makes it dangerous. You can't see this one; you measure it.

  1. Unplug the sensor. Set the meter to resistance (Ω), ~2 MΩ range.
  2. One probe on GND, one on AOUT.
  3. Let it settle a second — a small cap charges off the meter.
  4. Read the number.
PASSSteady ~1 MΩ — the resistor is grounded.
FAILOL both directions — ground link broken. Flaw 3
Sensor connector showing GND VCC AOUT pins and resistor cluster
Meter across GND and AOUT on the 3-pin header. (Note the silkscreen reads AUOT — a typo; see below.)

My four boards metered 0.993–1.000 MΩ — essentially nominal, and the tight cluster is itself a sign of a good batch.

Step 3 · Understand each flaw, and decide

Which flaw actually bites?

It depends on how you power the board. Match the flaw to your setup before you decide.

Flaw 1

No 662K regulator

3.3 V / batteryMATTERS
5 V steadyMINOR

Give it a clean, steady voltage.

Flaw 2

NE555 timer

3.3 V / batteryFATAL
5 V steadyUSUALLY OK

Run it at ≥ 4.5 V, or replace it.

Flaw 3

Floating 1 MΩ resistor

3.3 V / batteryMATTERS
5 V steadyMATTERS

Supply doesn't help — fix it, or replace it.

Three plain choices if a board fails

A
Fix it. For Flaw 3, solder a 1 MΩ resistor across the AOUT and GND pins, or run a short wire from the resistor's floating side to ground.
B
Power it differently. For Flaw 1, feed it a steady voltage; for Flaw 2, run it at 4.5 V or more.
C
Reorder — carefully. Zoom all the way into the product photos first: confirm a 662K, a TLC555 (not NE555), and the small via sitting between the two output resistors.

A slow sensor isn't automatically trash

A board that fails the meter test reacts sluggishly — no quick swing when you push it into wet soil. But soil changes slowly, and Sprout reads on plant-time (every few hours), not by the second. Let each reading settle, skip rapid 5-in-a-row averaging, and a slow board can still tell "dry" from "watered" usefully. Use what you have beats a landfill sensor — just mind the fast-averaging caveat.

Match your board's voltage

The kit won't tell you

A sensor and a microcontroller only get along if their voltages agree — and the kit usually says nothing about either.

Your board's logic voltage

Most modern Wi-Fi boards — ESP32 (all variants) and ESP8266 — run at 3.3 V. Classic Arduino boards (Uno, Nano, Mega) run at 5 V. Not all match, though — a Nano 33 or Nano ESP32 is 3.3 V — so check your board's spec.

What that means for the sensor

An NE555 needs ~4.5 V: fine on a 5 V Arduino, dead on a 3.3 V ESP32. A regulated board caps output at ~0–3.0 V, so it reads safely on a 3.3 V ADC. An unregulated board fed 5 V can push output above 3.3 V — past an ESP32's input range, which can damage the pin. Regulate it, or use a voltage divider.

A voltage mismatch isn't a defect — it's a pairing problem. Match the parts, or swap one.

The silkscreen lesson

Trust the position, not the label

Beyond the three functional flaws, these boards routinely ship with silkscreen typos. The most common: the analog-output pin is often printed AUOT, a typo for AOUT. It's cosmetic — the pin works fine. Power-pin mislabels happen too.

Trust the pin's position and the chip markings, not the printed text — and when in doubt, meter it. That habit is the whole point of this guide: trust, or distrust, your own hardware.

Where this comes from
SENSOR_QA.md — Sprout's own bench checks on its four sensors; the authoritative source for every claim here.
docs/RESEARCH_capacitive_soil_moisture_sensors.md — the longer research foundation: defects, diagnosis, fixes, buying guidance, with citations.
The Flaura project (Martin Uhlmann), "Capacitive soil moisture sensors — 82% are faulty" — the originating teardown this all traces back to.
Part of the Sprout User Front Door · guide #142
content: DX (#247) · design pass: — Design