◂ Signal

The Sentry

A Meshtastic node with one or more sensors attached, deployed at the point of measurement and broadcasting telemetry or alerts to the rest of the mesh.

The Sentry does not think and does not act — it observes a condition (temperature, humidity, soil moisture, motion, water flow, door state) and reports. The thinking lives in the Ark Core (which applies rules and may trigger alerts or commands); the acting lives in the Actuator (which performs physical control). The Sentry is the rig that gives the Ark its eyes and ears across the entire property — Walipini soil temperature, cistern level, paddock gate state, pump cycle count, biodigester core temperature, perimeter motion. A single Sentry costs $50–80 fully built, runs on solar indefinitely, and broadcasts data over a mesh that doesn't depend on WiFi or cellular. The mental shift this rig demands: stop guessing about what's happening inside your systems and start knowing. The operator who installs three Sentries — soil moisture in the Walipini, cistern level on the Sky Well, water trough float in the Paddock — moves from a household running on hope to a household running on data. And because every Sentry is a clone of every other Sentry (same Heltec V3 board, same enclosure pattern, same firmware, just different sensor and different mount point), the rig becomes the property's most-replicated build. Twenty Sentries on a 20-acre property is a normal mature deployment. Ninety percent of the build effort is spent on the first one; the next nineteen are template-driven.

Footprint Palm-sizedWeatherproof enclosure at sensor location Yield Telemetry dataTemp, pH, humidity, motion, flow, open/close Cycle 5–60 minConfigurable broadcast interval
Cost tier entryDifficulty weekendLand noneFirst benefit ~1 day

② The Manifest

The parts list. Cores are what you actually need; “if you prefer” opens cheaper, local, or heritage swaps — never budget fallbacks, just other good ways.

Board
Heltec V3 (915MHz, pre-flashed Meshtastic)~$25

Standard Meshtastic node with Bluetooth + USB-C + JST battery connector. ESP32-S3 + SX1262 + OLED. Same board used in The Whisper Node Field Ready path.

if you prefer… (2)
XIAO ESP32-S3 + Wio-SX1262 Kit~$10Budget option for wall-powered indoor locations. Smaller footprint; no built-in OLED.
RAK WisBlock starter kit~$60Best battery life of any Meshtastic-supported board. Modular sensor connectors. Better choice for solar-only field deployments at the limit of sun availability.
Power
6W solar panel + LiFePO4 battery (set-and-forget field deployment)~$25

The canonical field-deployment power setup. 6W solar + 5,000–10,000mAh LiFePO4 buffer runs indefinitely in any climate with 4+ hours of direct sun per day. LiFePO4 (not Li-ion) handles freeze cycles and lasts 10+ years. Charge controller built into many panel kits.

if you prefer… (2)
18650 Li-ion + USB-C charger (no solar)~$10Lower-cost path for indoor or rarely-checked sites. Battery lasts 5–30 days depending on telemetry interval. Operator carries the node back to recharge.
Direct USB from nearby outlet~$0–8Simplest path for sensors near existing infrastructure (Walipini, garage, Coop). No battery management required; runs as long as power is on.
Enclosure
IP65 weatherproof junction box with cable glands~$8

Standard electrical junction box, gasket-sealed, drilled for sensor cable pass-through. Cable glands prevent water ingress at the cable entry. Mount with two screws to a post, wall, or fence. Lifespan 10+ years if UV-protected (paint or shade).

if you prefer… (2)
3D-printed PETG case with O-ring sealFilament cost (<$3)Custom fit for the specific board + sensor combination. Lighter, smaller, and prints for free if you have a printer. PETG handles UV and temperature swings better than PLA.
Ammo can (modified, vented)~$15–25 (used military surplus)Indestructible long-term enclosure for permanent installations. Drill vent + cable port; gasket the lid. Steel construction handles any weather; opaque body protects electronics from UV.
Antenna
Stock 915MHz stub antenna (U.FL connector, included with board)incl.

Adequate for sensors within 200m of the nearest relay or Ark Core node. The stock antenna is the weakest link in the system at longer ranges — switch to the swap below for any field-deployed sensor more than 200m from the nearest mesh peer.

if you prefer… (1)
5.8dBi fiberglass omni + U.FL pigtail~$42Dramatic range improvement (3–5x). Required for property-perimeter sensors and remote livestock-paddock deployments. Mount the antenna externally to the enclosure on a short coax run.
Sensor (example)
BME280 temp / humidity / pressure (I2C)~$4

The canonical example sensor — reads air temp, relative humidity, and barometric pressure on a single I2C bus. Plug-and-play with Qwiic connectors. Used to demonstrate the Telemetry pattern. Most Sentries use a different sensor matched to their deployment; the Manifest below shows the swap-set.

if you prefer… (7)
ENVIRONMENT — DS18B20 waterproof temperature probe~$31-Wire digital temp probe with stainless-steel sleeve and waterproof cable. Best for soil temp, water temp, cistern temp, biodigester core temp.
MOTION — HC-SR501 PIR sensor~$2Passive infrared motion detector. 5–7m range, 110° cone. Adjustable sensitivity. Cheap and reliable for predator / human / vehicle detection.
MOTION — Microwave radar sensor (RCWL-0516)~$3Through-wall motion detection where PIR fails (rain, foliage, glass). 3–7m range. Less false-positive-prone than PIR in foliage-heavy zones.
WATER — DFRobot pH sensor + ADS1115 ADC~$34Probe + analog-to-digital converter for pH measurement. Calibration required. Best for hydroponic system pH monitoring (Shelf Stack, Living Shelf).
WATER — Flow sensor (YF-S201 or similar)~$5–10Hall-effect flow meter. Pulse output proportional to flow rate. Use for irrigation line monitoring, well pump cycle counting, leak detection.
WATER — Reed switch (door / gate / float)~$1Magnetic reed switch for door open/close, gate position, water tank float (high/low). Single GPIO input; debounced in Meshtastic''s Detection Sensor module.
CO2 — MH-Z19 NDIR sensor~$25Non-dispersive infrared CO2 monitor. Useful in Walipini interior (CO2 enrichment monitoring) and biodigester gas-line leak detection. UART or PWM output.

③ The Sequence

④ Reference Tables

Sensor Selection Matrix

Match the sensor to the deployment

SensorCostWiringBest forType
BME280~$4I2C (4 wires)Air temp + humidity + pressure (Walipini, indoor)Telemetry
DS18B20 waterproof~$31-Wire (3 wires)Soil temp, water temp, biodigester core, cisternTelemetry
DHT22~$31-WireCheap temp/humidity (less accurate than BME280)Telemetry
HC-SR501 PIR~$2GPIO digitalPredator / human / vehicle motion (open air)Detection
RCWL-0516 microwave radar~$3GPIO digitalThrough-foliage / through-glass motionDetection
Reed switch + magnet~$1GPIO digitalDoor / gate / tank float / window stateDetection
YF-S201 flow meter~$8GPIO interruptPump cycle counting, irrigation flow, leak detectionTelemetry
DFRobot pH + ADS1115~$34I2C ADCHydroponic system pH, water quality monitoringTelemetry
MH-Z19 CO2 (NDIR)~$25UART or PWMWalipini CO2 enrichment, biodigester gas leakTelemetry
Capacitive soil moisture~$3Analog ADCBed-level soil moisture (Field Plot, Walipini)Telemetry
VL53L0X laser distance~$8I2CCistern level (top-mount looking down at water surface)Telemetry

Naming Convention Reference

How to name 20+ Sentries so they''re findable

PatternExampleNotes
LOCATION-DOMAIN-FUNCTIONWALIPINI-GROW-TEMPRecommended canonical pattern. 3 segments, hyphen-separated, all caps.
LOCATION-FUNCTION (skip domain)WALIPINI-TEMPShorter; domain inferred from location. Use when fewer than 10 nodes.
DOMAIN-LOCATION-FUNCTIONWELL-CISTERN-LEVELDomain-first useful when filtering by domain in dashboards.
NUMBER-FUNCTION01-TEMPDO NOT USE — opaque after 5 nodes.
Custom 5-letter IDWLPNTDO NOT USE — only legible to the original installer.
Whichever pattern you choose, USE IT FROM NODE ONE. Renaming 20 nodes is a Saturday.

Power Budget by Configuration

Approximate runtime for a Heltec V3 Sentry at default 5min telemetry

ConfigurationApprox runtimeWhen to use
USB direct from outletIndefiniteIndoor / near power infrastructure
18650 Li-ion 3000mAh, no solar5–10 daysIndoor; recharge weekly
LiFePO4 5000mAh, no solar10–20 daysCold-tolerant; recharge biweekly
6W solar + 5000mAh LiFePO4Indefinite (4+ hr sun/day)Standard field deployment — canonical
3W solar + 2000mAh LiPoMarginal in winterLow-light tolerant; risk of winter outage
10W solar + 10000mAh LiFePO4Indefinite anywhereCloudy-region or high-broadcast-rate deployments
Sleep mode (4hr telemetry)30+ days on batteryLong-interval sensors only — not for human-readable Sentries

Common Sentry Recipes

Tested deployment patterns

DeploymentSensorPowerNotes
Walipini soil temp + air tempDS18B20 (in soil) + BME280 (air)USB from Walipini outletTwo sensors on one node; alerts on freeze risk
Sky Well cistern levelVL53L0X laser distance, top-mounted6W solarReads water surface from tank top; freeze-tolerant
Coop door state + tempReed switch on door + DS18B20USB from coop powerDoor-open-at-dusk alert; temp tracks for cold-week supplemental heat
Paddock water trough floatReed switch on float6W solarAlert when trough drops below auto-fill threshold
Field Plot perimeter motionPIR or microwave radar6W solarPredator detection; use microwave in high-foliage zones
Sanctum biodigester core tempDS18B20 deep probeUSB or solarTrack digestion temp for methane production efficiency
Pump House cycle counterFlow sensor on pump outputUSB directCounts pump cycles; alerts on excess (leak) or absence (failure)
Property-perimeter intrusionPIR + 5.8dBi antenna10W solar + 10000mAhLong-range deployment for property edge

⑤ The Echo

Listening to Your Systems~12 min

Most homestead operators run their systems blind. They guess at the soil moisture in the Walipini, glance at the cistern occasionally, hope the chickens are okay overnight, and check the biodigester only when something smells wrong. The information loop is the operator''s memory, eyes, and physical proximity — slow, biased, and gappy. A single Sentry breaks that loop wide open. The shift from guessing to knowing is structural. Once a Sentry is broadcasting Walipini soil moisture every 15 minutes, the operator stops asking ''should I water?'' and starts asking ''when will I need to water next?'' Once a Sentry is reporting cistern level, drought becomes a predictable event with a measurable countdown rather than a sudden crisis. Once the Coop has a door reed switch broadcasting state, the question of ''did the auto-door close at dusk?'' is answered every evening by the Ark Core without the operator walking out to check. The data doesn''t make the operator more attentive; it makes attentiveness automatic. The trap is sensor accuracy versus alert noise. A $4 BME280 reading temperature is accurate to ±1°C, which is more than adequate for ''is the Walipini above 35°F?'' but inadequate for ''is the soil 18.5°C or 19.0°C?'' A pH probe drifting 0.2 units per month without calibration produces false alerts. A motion sensor with sensitivity dialed too high alerts on every breeze, which trains the operator to ignore alerts. Calibrating the alert thresholds matters more than calibrating the sensor — a meaningful threshold (only alert when soil dries below the irrigation point) produces signal; an arbitrary threshold (alert any time temp changes 1°C) produces noise. The deeper insight is what continuous monitoring does to the operator''s mental model of the property. The Sentry is not just a measurement device; it''s a memory. Three years of Walipini temperature logs reveal patterns the operator would never notice in real time — the cold-pocket in zone-7-corner, the seasonal lag between outdoor sun angle and soil warming, the 3°F advantage one bed has over another. Every Sentry deployed adds a thread to a fabric of property-level understanding that compounds over years. The operator who installs sensors is investing in their own future judgment.

Twenty Sentries, One Mesh~16 min

A property reaches a phase change at around five Sentries deployed. Below five, each Sentry is a one-off project — figure out the wiring, configure the channel, mount it, name it, watch it. Above five, the Sentries become a system, and the operator stops thinking ''let me build a Sentry'' and starts thinking ''let me deploy another Sentry.'' Twenty Sentries is mid-deployment for a serious 5–20 acre property. Forty Sentries is a working farm''s nervous system. Getting from one to twenty requires three discipline shifts. **First: naming conventions.** A Sentry named ''temp1'' or ''sensor3'' is unfindable in a 20-node mesh. The operator opens the Meshtastic app and sees a list of node IDs that mean nothing. Pick a convention early — LOCATION-DOMAIN-FUNCTION (e.g. WALIPINI-GROW-TEMP, COOP-TEND-DOOR, PUMPHOUSE-WELL-LEVEL) — and apply it from node 1. Renaming twenty existing nodes is a Saturday; naming twenty new ones correctly is automatic. **Second: relay coverage.** Each Sentry needs a viable RF path back to the Ark Core. On a 1-acre property, every Sentry hears every other Sentry — the mesh is dense and self-healing. On a 20-acre property, sensors at the back fence are 600m+ from the Core and need at least one relay hop. Plan the Relay Tower placement when the count crosses ten. A single 30-ft Relay Tower at the property''s geographic center extends mesh reach to the entire footprint and creates redundancy if any individual Sentry goes down. **Third: power philosophy.** The first three Sentries are usually USB-powered (indoor / near outlets). The fifth onward starts forcing the operator to choose: 18650 + manual recharge, or commit to solar. Solar wins for any field deployment that''s more than 50 ft from an outlet. Once the operator has standardized on solar + LiFePO4, the marginal cost of each additional Sentry drops to $50–80 and the build time to ~30 minutes. This is when the rig truly becomes deployable at scale. The second-order effect: at twenty Sentries, the Ark Core has enough property-level data to start spotting patterns no individual sensor reveals. The Walipini soil temp + the Sky Well cistern level + the biodigester core temp together tell a different story than any of them alone — they reveal weather impact, drought trajectory, household occupancy, and operational rhythm. Twenty Sentries is the threshold where individual measurements become a coherent picture of the property as a single living system. The operator who reaches that threshold has built something fundamentally different from a homestead: a household whose physical infrastructure reports back continuously, in a vocabulary the operator has chosen, on a network they own.

⑥ Feeds

How this rig connects to the rest of the Ark.

⑧ Go Deeper

ManyArks endorses no single source — these are starting points that fit the Ark philosophy. In a Vault bundle, these external links require the clearnet.

Concept

What is this and why does it work?

Meshtastic Environment Telemetry module overview

Meshtastic Detection Sensor module — door / motion / state

Why remote monitoring matters on a homestead

Sensor accuracy vs. cost trade-offs

Setting meaningful alert thresholds (signal vs noise)

Build

How do I build one?

Wire BME280 (temp/humidity/pressure) to Heltec V3

Wire DS18B20 waterproof probe (1-Wire)

Wire PIR motion sensor (HC-SR501)

Wire pH probe + ADS1115 ADC

Solar power a Sentry (6W panel + LiFePO4)

3D-printed weatherproof Meshtastic enclosure

Configure Detection Sensor / Environment Telemetry in app

Reed switch on door / gate / tank float

Troubleshoot

Mine isn''t working

Sensor data not appearing in app

Sensor reading wildly inaccurate or drifting

PIR motion false positives (rain, wind, foliage)

Battery dying faster than expected

GPIO pin not triggering Detection Sensor

Water damage / condensation in enclosure

Cold-temperature LiFePO4 charging issues

Adapt

How do I modify this for my situation?

Indoor sensor (USB-powered, no enclosure)

Cold climate / freeze-prone deployment

Hot / arid climate deployment

Submersible / underwater sensor

Long-range field-perimeter Sentry

Multi-sensor node (multiple sensors on one board)

Sensor calibration (especially pH)

Signal · The Sentry · signal/the-sentry Offline? Same path on any Ark Mirror.