Section 03 · Instruments & InfrastructureBuilt · In Progress · Planned
Section 03 · Short’s Resort Field Station

Instruments &
Infrastructure

The things we build to do the work — from the propagation bench to the bioacoustic listening node — and the open software that runs them. Not inventions; a small-scale kit of parts a family holding can actually build and maintain.

The Builds

Fig. 03·1 — Status marks read built, in progress or planned. Nothing here is a mockup we can’t hand you the plans for.
Built
INF-01

Propagation Unit No. 01

A three-shelf, semi-automated bench that raises native restoration stock from seed and cutting, with per-shelf moisture, light and air. The flagship, with a live demo you can click through.
In Progress
INF-02

Mobile Field Unit No. 01

One towable platform doing two jobs: a tank-and-pump rig that hauls water to new plantings through the establishment years, and a mount for trail cameras and a weather station feeding the same open record as the bench. Watering and monitoring, on wheels.
In Progress
INF-03

Bioacoustic Node No. 01

A listening post — a weatherproof mic surveying the bird and bat populations around the clock, with calls identified by BirdNET and BatDetect2, both open source. If the restoration is working, you should be able to hear it. This is how we keep count.
Planned
INF-04

Bat Houses

Multi-chamber roosts along the river edge for insect control and habitat. Small build; the evening sky over the river should show it.
Planned
INF-05

Public Water Supply

A separate initiative to bring potable water on site — for drinking, to fill the Mobile Field Unit’s watering trailer and as a remote on-site water source for cabin visitors.
Planned
INF-06

Water Well

A dedicated well to supply the Mobile Field Unit’s watering trailer, provide potable water on the far side of the property, put a water source closer to the cabin and water surrounding and native plantings directly from the well.
Flagship · Built
Propagation Unit No. 01

The bench is built, and its controller software is feature-complete and verified in simulation — bringing it up on the unit’s own Piconium is the work underway now. Its live board — bench status, reservoir level, per-bay moisture and temperature — will publish here once the controller is on the bench and its API is online. Until it does, this page shows no readings: we would rather show nothing than dress the sheet with placeholder numbers. The build itself is documented in the Field Journal.

The Software · Open Source

unit-daemonGo
Controller daemon
A single static Go binary on the Piconium — sensors, valves, lighting, fan; serves the state API. Measures moisture, temperature and EC (no pH channel).
unit-uiReact
Rack + dashboard UI
The 5-inch Waveshare touchscreen (800×480) and web control center you can try below.
section-atlasGeoJSON
Section atlas
The tract, restoration sections and care classes as portable GeoJSON + SVG.
field-schemaJSON Schema
Field-record schema
The specimen, seed-lot and event formats behind the stamps and logs.
# get the station kit
git clone https://github.com/Short-s-Resort-Field-Station/propagation-controller
cd propagation-controller
# run the whole unit in simulation — no hardware needed
make run-sim
# cross-compile the static binary for the Piconium
make linux
Restoration R&DEverything we build — automation, wildlife monitoring, weather tracking, the restoration work itself — is free and open source. Almost none of it is new. We’re mostly bolting existing tools and other people’s open source together so a small project can build at the scale it actually needs.