Skip to content

WHOOP 5/MG deep-data roadmap: capability labels, validated decode and guarded probes #761

Description

@tigercraft4

Context

WHOOP 5/MG support has several active research and implementation threads. This issue is a roadmap/spec issue to keep the user-facing deep-data work coherent: decode what is validated, label what is unavailable, and keep experimental probes guarded.

Related / does not replace:

Proposed scope

Create a single WHOOP 5/MG deep-data roadmap that ties protocol capability, storage, analytics, and UI behavior together:

  • explicit capability labels for HR, HRV, respiration, SpO2, skin temperature, raw optical/deep buffers, IMU, battery/body status, and sync mode;
  • validated decoders persist raw/instrumentation data without pretending it is final physiology;
  • user-facing cards explain when a metric is unavailable, unsupported by current firmware, or still experimental;
  • probe paths stay default-off / diagnostic-only until validated on hardware;
  • active strap id and canonical device-family resolution are used everywhere;
  • no destructive/write commands to hardware.

Non-goals / safety constraints

  • No firmware, decompiled app code, proprietary assets, DRM circumvention, or unsafe BLE writes.
  • No invented SpO2/temperature/respiration values from weak signals.
  • No default analytics changes from unvalidated PPG/IMU estimates.
  • No medical interpretation of raw sensor streams.

Acceptance criteria

  • There is a capability model shared across Apple and Android that can explain “available / unsupported / experimental / needs data”.
  • Deep-data UI does not silently show blank SpO2/skin-temp/respiration tracks without explanation.
  • New protocol facts live in protocol packages/decoders, not scattered hardcoded hex in app UI.
  • Experimental probes are behind explicit toggles or diagnostic flows.
  • Any persisted raw/deep data has a schema and migration strategy on both platforms.

Verification

  • Protocol parsers have fixture tests and CRC/error-path coverage.
  • Swift/Kotlin decoder outputs match for shared fixture data.
  • BLE changes are compile-tested and validated on real hardware before being called complete.
  • App-target Swift changes are built locally because default CI does not compile them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions