Render live movement graph from child sensor telemetry #10

Open
opened 2026-09-02 15:26:01 +02:00 by emidab · 0 comments
Owner

Summary

Render a movement graph on the parent device from the child device's gyroscope/accelerometer telemetry (child phone resting on the bed → baby movement visible).

What to do

  1. Ingest the child's sensor telemetry stream on the parent
  2. Compute a movement/signal metric from accel/gyro
  3. Render a live movement graph
  4. Handle sensor stream interruptions (child moving phone, etc.)

Acceptance criteria

  • Movement graph updates from child sensor telemetry
  • Movement metric computation is unit-tested
  • Visualization widget has golden tests
  • Handles missing/stale sensor data clearly

Notes

  • Depends on transport and child-side telemetry
  • Metric derivation separate from widget for testability
## Summary Render a movement graph on the parent device from the child device's gyroscope/accelerometer telemetry (child phone resting on the bed → baby movement visible). ## What to do 1. Ingest the child's sensor telemetry stream on the parent 2. Compute a movement/signal metric from accel/gyro 3. Render a live movement graph 4. Handle sensor stream interruptions (child moving phone, etc.) ## Acceptance criteria - [ ] Movement graph updates from child sensor telemetry - [ ] Movement metric computation is unit-tested - [ ] Visualization widget has golden tests - [ ] Handles missing/stale sensor data clearly ## Notes - Depends on transport and child-side telemetry - Metric derivation separate from widget for testability
emidab added this to the v0.1 — MVP: P2P baby monitor milestone 2026-09-02 15:28:32 +02:00
emidab added the
area: parent
size: m
priority: medium
labels 2026-09-02 15:28:33 +02:00
emidab added a new dependency 2026-09-02 15:35:39 +02:00
emidab added a new dependency 2026-09-02 15:35:39 +02:00
emidab added a new dependency 2026-09-02 15:35:46 +02:00
Sign in to join this conversation.
No description provided.