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.
② 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.
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)
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)
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)
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)
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)
③ The Sequence
④ Reference Tables
Sensor Selection Matrix
Match the sensor to the deployment
| Sensor | Cost | Wiring | Best for | Type |
|---|---|---|---|---|
| BME280 | ~$4 | I2C (4 wires) | Air temp + humidity + pressure (Walipini, indoor) | Telemetry |
| DS18B20 waterproof | ~$3 | 1-Wire (3 wires) | Soil temp, water temp, biodigester core, cistern | Telemetry |
| DHT22 | ~$3 | 1-Wire | Cheap temp/humidity (less accurate than BME280) | Telemetry |
| HC-SR501 PIR | ~$2 | GPIO digital | Predator / human / vehicle motion (open air) | Detection |
| RCWL-0516 microwave radar | ~$3 | GPIO digital | Through-foliage / through-glass motion | Detection |
| Reed switch + magnet | ~$1 | GPIO digital | Door / gate / tank float / window state | Detection |
| YF-S201 flow meter | ~$8 | GPIO interrupt | Pump cycle counting, irrigation flow, leak detection | Telemetry |
| DFRobot pH + ADS1115 | ~$34 | I2C ADC | Hydroponic system pH, water quality monitoring | Telemetry |
| MH-Z19 CO2 (NDIR) | ~$25 | UART or PWM | Walipini CO2 enrichment, biodigester gas leak | Telemetry |
| Capacitive soil moisture | ~$3 | Analog ADC | Bed-level soil moisture (Field Plot, Walipini) | Telemetry |
| VL53L0X laser distance | ~$8 | I2C | Cistern level (top-mount looking down at water surface) | Telemetry |
Naming Convention Reference
How to name 20+ Sentries so they''re findable
| Pattern | Example | Notes |
|---|---|---|
| LOCATION-DOMAIN-FUNCTION | WALIPINI-GROW-TEMP | Recommended canonical pattern. 3 segments, hyphen-separated, all caps. |
| LOCATION-FUNCTION (skip domain) | WALIPINI-TEMP | Shorter; domain inferred from location. Use when fewer than 10 nodes. |
| DOMAIN-LOCATION-FUNCTION | WELL-CISTERN-LEVEL | Domain-first useful when filtering by domain in dashboards. |
| NUMBER-FUNCTION | 01-TEMP | DO NOT USE — opaque after 5 nodes. |
| Custom 5-letter ID | WLPNT | DO 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
| Configuration | Approx runtime | When to use |
|---|---|---|
| USB direct from outlet | Indefinite | Indoor / near power infrastructure |
| 18650 Li-ion 3000mAh, no solar | 5–10 days | Indoor; recharge weekly |
| LiFePO4 5000mAh, no solar | 10–20 days | Cold-tolerant; recharge biweekly |
| 6W solar + 5000mAh LiFePO4 | Indefinite (4+ hr sun/day) | Standard field deployment — canonical |
| 3W solar + 2000mAh LiPo | Marginal in winter | Low-light tolerant; risk of winter outage |
| 10W solar + 10000mAh LiFePO4 | Indefinite anywhere | Cloudy-region or high-broadcast-rate deployments |
| Sleep mode (4hr telemetry) | 30+ days on battery | Long-interval sensors only — not for human-readable Sentries |
Common Sentry Recipes
Tested deployment patterns
| Deployment | Sensor | Power | Notes |
|---|---|---|---|
| Walipini soil temp + air temp | DS18B20 (in soil) + BME280 (air) | USB from Walipini outlet | Two sensors on one node; alerts on freeze risk |
| Sky Well cistern level | VL53L0X laser distance, top-mounted | 6W solar | Reads water surface from tank top; freeze-tolerant |
| Coop door state + temp | Reed switch on door + DS18B20 | USB from coop power | Door-open-at-dusk alert; temp tracks for cold-week supplemental heat |
| Paddock water trough float | Reed switch on float | 6W solar | Alert when trough drops below auto-fill threshold |
| Field Plot perimeter motion | PIR or microwave radar | 6W solar | Predator detection; use microwave in high-foliage zones |
| Sanctum biodigester core temp | DS18B20 deep probe | USB or solar | Track digestion temp for methane production efficiency |
| Pump House cycle counter | Flow sensor on pump output | USB direct | Counts pump cycles; alerts on excess (leak) or absence (failure) |
| Property-perimeter intrusion | PIR + 5.8dBi antenna | 10W solar + 10000mAh | Long-range deployment for property edge |
⑤ The Echo
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.
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.
- → information The Shelf Stack Water temp, pH, humidity telemetry from hydro rig
- → information The Living Shelf Water temp, pH monitoring — critical for fish survival
- → information The Gut Biodigester internal temperature → stall detection
- → information The Sanctum Compost pile temperature → pathogen kill verification
- → information The Sky Well Cistern water level monitoring
- → information The Pump House Well pump status alerts
- ← community The First Radio Voice radio provides immediate human communication to complement Sentry telemetry alerts — sensor says something is wrong, voice radio coordinates the response
- → information The Porch Garden Air temperature and humidity monitoring inside the enclosure — alert thresholds: above 95°F (vents failing or insufficient), below 35°F (frost risk in shoulder seasons), sustained above 90% humidity (mildew risk on tomatoes)
- → information The Guild Ring Optional but valuable — soil-moisture probes (capacitive sensors buried 6\" deep) report when the guild is drying out; most useful during establishment years when over- or under-watering both kill young trees, less critical after year 3
- → information The Walipini The Walipini is the most sensor-rich rig in the Grow domain. Air temp, humidity, soil temp (multiple beds), soil moisture (per bed), CO2 (optional, useful for fruiting crops in winter). Mesh-connected to Ark Core. Climate alerts: above 95°F (vent failure), below 35°F (deep cold event), humidity >90% sustained (mildew risk).
- → information The Living Pantry Optional but valuable — temperature monitoring on the deep pantry, fridge, and freezer; a power outage that warms the freezer above 40°F within 24 hrs is a system emergency, alerts route to The Ark Core which can notify a phone
- → information The Ark Core The canonical destination for all Sentry telemetry and detection data. The Ark Core receives every Sentry packet on the mesh, applies rules, fires alerts, triggers Actuators when configured, and logs historical data for The Ledger. Without the Ark Core, individual Sentries broadcast into the void; with it, the Sentries become a coherent property nervous system.
- → information The Coop Reed-switch Sentry on the auto-coop-door confirms it closed at dusk (alerts if not). PIR / microwave radar Sentry watches the perimeter for predator approach — fox, raccoon, weasel signatures. Reed-switch on the waterer float alerts on empty. Together they replace the daily evening walk-out check that historically loses one bird per year to operator inattention.
- ← information The Watch Detection alerts (motion, gate, door) fire OUT to The Sentry — the human-facing alarm and response layer turns a tripped sensor into action.
⑧ 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?
Build
How do I build one?
Wire BME280 (temp/humidity/pressure) to Heltec V3
Wire pH probe + ADS1115 ADC
3D-printed weatherproof Meshtastic enclosure
Troubleshoot
Mine isn''t working
Adapt
How do I modify this for my situation?
signal/the-sentry
Offline? Same path on any Ark Mirror.