Skip to content

Tether Resilience & Subsea Autonomy

SmartPot’s wired tether between the submerged pot and the surface buoy is the correct engineering choice for the 10—20m link. But any vertical line in the water column carries entanglement risk, and any single-point power dependency creates a failure mode. This page explores layered failsafes: what happens when the tether breaks, how to give the pot autonomous survival capability, and a path toward eliminating the tether entirely.

Saltwater is a conductor (~5 S/m). Electromagnetic waves at radio frequencies are absorbed almost immediately. At 915 MHz (the LoRa band), skin depth in seawater is less than 1 cm --- the signal is attenuated by a factor of ~1000 per meter of water.

Even very low frequency (VLF) radio at 3—30 kHz only penetrates 10—20 meters, and at data rates measured in bits per second --- enough for a submarine to receive a one-word “go” order, not enough for telemetry.

The practical alternatives for underwater communication:

MethodFrequencyRangeData RateCost/UnitNotes
Wired tetherDC—MHzCable length115200 baud+~$10Current design. Correct for 10—20m.
Acoustic modem34—42 kHz350m+80—9600 bps$100—2,000Proven (Desert Star, ahoi). Latency, power draw, acoustic interference in dense grounds.
Blue-green laserOptical10—100mMbps$200+Needs line-of-sight and clear water. Turbid crab habitat is a problem.
Inductive couplingkHz<1mLow$20—50Good for docking connectors, not for a 10—20m link.
Periodic self-surfacingN/ASurface LoRaFull LoRa rateMechanism costNo comms hardware --- pot surfaces, talks, re-submerges.

The wired tether is not a limitation. It is the correct solution for the v1 architecture. The rest of this page explores how to make it safer, what happens when it fails, and how to eventually eliminate it.

The vertical line entanglement problem that kills whales involves hundreds of feet of thick polypropylene rope running the full water column. SmartPot’s tether is a fundamentally different object.

Traditional Buoy LineSmartPot Tether
Material3/8”—1/2” polypropylene rope~5mm 4-conductor shielded, PU jacket
Length30—100m (100—300+ feet), full water column10—20m, near-bottom only
Cross-section~10—13mm diameter~5mm diameter
Water column exposureSurface to seafloorBottom 10—20m only
Breaking strength1,800—11,300 lbsMuch lower (sized for signal/power, not hauling)
Quantity per pot1 line per pot, running full depth1 cable, short run

The entanglement risk profile is fundamentally different --- thinner, shorter, and confined to the near-bottom zone where large whales rarely feed. But “much lower risk” is not “zero risk,” particularly as fleet scales. Hence: breakaway design.

NOAA already mandates 1,700 lb weak links for traditional buoy rope under the Atlantic Large Whale Take Reduction Plan (May 2022 final rule). Commercial breakaway products exist: Break-Away Release Link (Coastline Cordage), Novabraid SSL 2.0. The engineering principle is established and the regulatory framework expects it.

SmartPot’s tether should incorporate a calibrated tensile fuse section. Design considerations:

  • The tether carries power and data. The breakaway point needs a clean disconnect --- a waterproof inline connector (IP68 rated) at the fuse point. The existing spec already includes an IP68 bulkhead connector at ~$8; this becomes the breakaway interface.
  • Breaking strength calibration. Must be low enough for a whale to snap the line, high enough for current, wave, and handling loads. Given the thin cable gauge (~5mm), the tether’s natural breaking strength may already be low enough --- the design challenge may be reinforcing the main cable and adding a calibrated weak section at the connector.
  • Contrasting color marker on the breakaway section per NOAA requirements.
  • Post-break waterproofing. Both ends of the connector must remain sealed after separation --- the buoy side to prevent water ingress, the pot side because the pot may continue operating (see energy storage tiers below).

The current failsafe chain, documented in Failure Modes:

  1. Buoy detects lost heartbeat (5-second interval), sends TETHER_FAULT alert over LoRa
  2. Submerged unit loses all power (no local battery)
  3. Door spring-returns to unlocked on power loss --- mechanical, immediate, no firmware dependency
  4. Firmware failsafe (if tether is degraded but not severed): door unlocks after 4-hour timeout

This handles catch safety --- nothing is trapped indefinitely. But it leaves a gap:

  • The pot cannot surface itself
  • The pot cannot send a last status report
  • The pot cannot actuate ballast release
  • The pot becomes GPS-tracked ghost hardware, recoverable only by the buoy’s last known position

The tiers below close that gap progressively.

Four tiers, each building on the previous. Tiers 1 and 2 are near-term. Tier 3 is the mechanical watchdog concept. Tier 4 combines everything.

Tier 1: Mechanical Spring-Return (Current Design)

Section titled “Tier 1: Mechanical Spring-Return (Current Design)”

The door defaults to unlocked on power loss via a physical spring return on the servo linkage. This is already implemented, requires zero electronics, and handles the most critical safety requirement: catch release.

Limitation: Only actuates the door. Cannot trigger ballast release, cannot send telemetry, cannot power any active response.

A 10F ultracapacitor at 5V stores 125 joules of energy. Charges continuously from the 5V rail while the tether is active. Physically small, no moving parts, rated for hundreds of thousands of charge cycles.

On tether power loss, the supercap sustains the ESP32 for 2—3 seconds --- enough to:

  1. Detect tether loss (voltage drop on input rail)
  2. Send a “last gasp” status over the tether data line (if still connected --- partial break, intermittent)
  3. Confirm door unlock
  4. Trigger ballast release command
  5. Power down gracefully

Cost: ~$3—5. Risk: Still electrical --- if the MCU is bricked, this tier fails silently.

This is the mechanical watchdog concept: when energy runs out, a latch releases, and stored mechanical energy triggers surfacing. No firmware dependency. No electronics required for the final actuation.

Components:

  • A pre-wound mechanical spring (clock spring / mainspring) held under tension by a latch
  • The latch is held closed by an electrically-maintained solenoid powered through a small capacitor
  • While the tether is active, the capacitor stays charged, the solenoid stays energized, the latch stays closed
  • When power dies, the capacitor drains through an RC circuit with a configurable time constant (30 minutes to 4 hours)
  • When the cap voltage drops below the solenoid’s hold threshold, the latch releases
  • The spring drives a mechanical linkage: door unlock + ballast release

The RC time constant is the watchdog timer. The spring is the energy source. Pure physics --- works even if the ESP32 is completely dead, the firmware is corrupted, or the PCB is cracked.

All tiers operating simultaneously:

  1. Spring-return handles immediate door unlock (mechanical, instant)
  2. Supercap provides brief electrical operation (last gasp telemetry, controlled shutdown)
  3. Watchdog latch provides mechanical failsafe (ballast release even if all electronics fail)

Two independent recovery paths. Either can trigger surfacing alone. The electrical path is faster (seconds) but fragile. The mechanical path is slower (minutes to hours) but nearly indestructible.

flowchart TD
    subgraph normal["Normal Operation"]
        TP["Tether Power (24V)"] --> BUCK["Buck Converter (5V)"]
        BUCK --> SCAP["Supercap (10F/5V)\nCharging"]
        BUCK --> SOL["Solenoid Energized\nLatch Closed"]
        BUCK --> MCU["ESP32 Running"]
        MCU -->|"heartbeat every 5s"| BUOY["Smart Buoy"]
    end

    subgraph break_event["Tether Break"]
        CUT["Tether Severed"] --> SPRING_DOOR["Door Spring-Return\n(immediate)"]
        CUT --> SCAP_DRAIN["Supercap Powers MCU\n(2-3 seconds)"]
        SCAP_DRAIN --> GASP["Last Gasp Telemetry"]
        SCAP_DRAIN --> BALLAST_CMD["Ballast Release Command"]
        SCAP_DRAIN --> MCU_DEAD["MCU Powers Down"]
    end

    subgraph watchdog["Mechanical Watchdog"]
        MCU_DEAD --> RC["RC Circuit Draining\n(configurable: 30min-4hr)"]
        RC --> LATCH["Solenoid De-energizes\nLatch Releases"]
        LATCH --> SPRING_FIRE["Pre-wound Spring Fires"]
        SPRING_FIRE --> BALLAST_MECH["Mechanical Ballast Release"]
        SPRING_FIRE --> DOOR_MECH["Mechanical Door Unlock"]
        BALLAST_MECH --> SURFACE["Pot Surfaces"]
    end

    style normal fill:#0d3b3e,stroke:#1a8a8f,color:#5ec4c8
    style break_event fill:#3b2d0d,stroke:#8f6a1a,color:#c8a85e
    style watchdog fill:#2d0d0d,stroke:#8f1a1a,color:#c85e5e

Normal operation: Tether power charges the supercap and keeps the solenoid energized. The latch stays closed. The spring stays wound.

On break: The supercap sustains the MCU for a brief window (electrical failsafe). When the MCU dies, the RC circuit begins draining. After the configured timeout, the solenoid releases, the spring fires, and the pot surfaces under mechanical power alone.

A flywheel stores kinetic energy (E = 1/2 I omega squared) in a spinning mass. In principle, a high-speed flywheel in a vacuum housing could store significant energy in a compact package.

In practice, for SmartPot’s needs:

FactorSpringFlywheel
Energy typePotential (elastic)Kinetic (rotational)
Moving parts at restNone --- stores energy staticallyMust spin continuously to store energy
Underwater operationWorks at any depth, any orientationNeeds sealed bearings, vacuum housing; drag losses
Discharge profileDiscrete release (latch and fire)Continuous power delivery
Self-dischargeEffectively zero over monthsFriction losses drain energy over hours/days
ComplexityClock spring + latch --- centuries of proven engineeringPrecision bearings + vacuum seal + generator coupling
Best forSingle high-force actuation (release a latch, fire a ballast)Continuous trickle power or energy buffering

For the watchdog application --- release a latch, actuate a ballast mechanism --- the spring wins on every axis. It stores energy indefinitely with zero losses, has no moving parts until triggered, works at any depth and orientation, and the engineering is well-understood.

The flywheel concept is more interesting for the wave energy harvester in the smart buoy (future phase) --- a flywheel as a rotational energy buffer between oscillating wave-driven motion and a generator. That is a continuous-power application where the flywheel’s strengths apply.

The most ambitious path to tether elimination: the pot frame itself becomes a compressed air tank. Sealed hollow tubing at 30 bar stores enough energy to power the SmartPot electronics for 16+ days and inflate a buoyancy bladder for self-surfacing — multiple times per charge. Fill time on deck: 2—3 minutes from a standard shop compressor.

This concept has its own design exploration page covering frame-as-tank construction, energy budgets (including higher-pressure and larger-frame scenarios yielding 30—60+ days of autonomy), pneumatic-to-electric conversion approaches, surfacing mechanisms, and recharging infrastructure: Pneumatic Architecture.

The pneumatic architecture enables a progressive reduction of the tether:

PhasePowerCommsTether
v1 (current)Tether PoE from buoyTether UART to buoy, buoy LoRa to baseFull tether (power + data)
v1.5 (near-term)Tether PoE + supercap backupTether UART + breakaway designBreakaway tether
v2 (mid-term)Compressed air to electricData-only tether (2-wire, ultra-thin, no power)Ultra-thin data tether
v3 (long-term)Compressed air to electricAcoustic modem or periodic self-surfacing for LoRa burstNo tether

v2 is the practical sweet spot: compressed air handles power and surfacing, a hair-thin data-only tether handles comms to the buoy. v3 eliminates the tether entirely — communication shifts to acoustic modems, periodic self-surfacing for LoRa bursts, or fully autonomous operation where the pot surfaces only when it decides fishing is done. See the full pneumatic architecture exploration for details on each phase.

Relevant to the v3 pneumatic architecture, where there is no wire at all:

OptionProsCons
Acoustic modemProven, 350m+ range, real-time$100+/unit, power draw, interference in dense grounds
Periodic self-surfacingNo comms hardware, uses existing LoRaBurns air per cycle, brief surface exposure
Through-water opticalVery high bandwidthNeeds line-of-sight, fails in turbid water
Inductive couplingSimple, cheap<1m range, good for docking only
No real-time commsSimplest, cheapestOperator blind until pot surfaces

For v1—v2, the wired tether is the right answer. For v3, acoustic modem or periodic self-surfacing as costs and reliability allow.

Even before breakaway and pneumatic architectures reduce or eliminate the tether, the current cable should minimize entanglement risk:

  • Minimize diameter. UART needs tiny gauge, 24V/150mA needs modest gauge --- target less than 5mm OD.
  • Marine-grade polyurethane jacket. UV, abrasion, and biofouling resistant.
  • Taut line, no slack. The tether should be under slight tension between buoy and pot to minimize loop formation.
  • Weighted at intervals to prevent mid-water bowing and loop formation.
  • Dark color to minimize visual attraction to marine life. (Trade-off: bright color aids diver/operator visibility. Dark is the default for entanglement safety; high-visibility markings at the connector points only.)
  • No loops, splices, or loose ends. All connections via waterproof inline connectors.

A recovery mode that complements self-surfacing and extends the concepts in Autonomous Deployment. The key difference: the pot never needs to surface on its own.

Two folding fins, stowed flush against the pot frame during fishing. Spring-loaded deployment --- released by command, by watchdog timer, or manually during retrieval. When deployed, the fins create lift and control surfaces that let the pot fly through the water as a towable underwater glider.

Adjustable angle of attack determines depth, drag profile, and stability.

Why Underwater Towing Beats Surface Towing

Section titled “Why Underwater Towing Beats Surface Towing”
Towing RegimeDrag ProfileEnergy Cost
Along the bottomBottom friction + sediment + hydrodynamic dragHighest
On the surface (Herd mode)Wave-making drag + wind + surface turbulenceHigh
At depth with hydrofoilsLaminar flow, no surface effects, no bottom frictionLowest

This is the same principle that makes underwater gliders (Slocum, Seaglider) dramatically more efficient than surface vessels --- operating below the wave zone eliminates the dominant drag component.

An autonomous surface vehicle navigates to the pot using RTK GPS from the buoy’s reported position. Close-range alignment uses an RFID tag on the pot as backup (RTK can drift in current). Attachment via a standardized coupling point on the pot frame --- magnetic, hook, or bayonet interface.

The same coupling interface works for both the drone and a boat-mounted retrieval arm.

One drone could tow multiple pots in a chain, extending the shepherd ASV concept from Autonomous Deployment into the subsea domain.

A mechanical arm (davit, crane arm, or custom articulated end-effector) mounted on the crabbing vessel. The base station feeds GPS/telemetry position data to guide the operator to the pot’s coordinates. Close-range identification via RFID tag on the pot.

No hydrofoil needed for this mode --- the boat has plenty of power to haul directly. This is the near-term practical version: works with a conventional crabbing vessel, no ASV required, and could retrofit to existing hauling davits.

ModePot NeedsFleet NeedsComplexityEnergy
Ropeless self-surfaceBallast release, local energyNothing extraMediumMedium (ascent only)
Surface herd (Herd mode)Ballast release + surface floatShepherd ASVMedium-HighHigh (surface tow)
Hydrofoil drone towDeployable fins + coupling pointTow drone ASVMediumLow (subsea tow)
Boat arm retrievalCoupling point + RFID tagArm on vessel + base station dataLowN/A (boat-powered)
Self-return (full autonomy)Propulsion, navigation, ballastNothingVery HighMedium (self-powered)