Commit graph

3 commits

Author SHA1 Message Date
ruv
7eba8c7286 feat: 10-in-1 medical vitals suite from single mmWave sensor
examples/medical/vitals_suite.py — all 10 capabilities:
1. Heart rate (continuous)
2. Breathing rate (continuous)
3. Blood pressure estimation (HRV-based)
4. HRV stress analysis (SDNN, RMSSD, pNN50)
5. Sleep stage classification (awake/light/deep/REM)
6. Apnea event detection (BR=0 for >10s, AHI scoring)
7. Cough detection (BR spike > 2.5x baseline)
8. Snoring detection (periodic high-amplitude BR)
9. Activity state (resting/active/exercising)
10. Meditation quality scorer (BR regularity + HR + HRV)

Uses Welford online stats, zero-crossing analysis, and
variability-based state classification. Single $15 sensor.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-15 18:05:42 -04:00
ruv
4239dfa35a feat: RuView Live unified dashboard + improved examples README
ruview_live.py: single-file dashboard that auto-detects CSI and
mmWave sensors, displays fused vitals (HR, BR, BP, stress/HRV),
environment (light, RSSI, RF fingerprint), presence, and events.

Tested live: CSI 1000 frames/60s (17 Hz), light trending 7.4→6.0
lux, RSSI -57 to -72 dBm. Handles graceful degradation when
sensors are unavailable.

README: updated with unified dashboard as primary entry point,
hardware table with capabilities, expanded quick start.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-15 16:56:11 -04:00
ruv
24ea88cbe0 feat: 4 sensing examples — sleep apnea, stress, room environment
examples/sleep/apnea_screener.py — detects breathing cessation
events (>10s), computes AHI score, classifies OSA severity.

examples/stress/hrv_stress_monitor.py — real-time SDNN/RMSSD
from mmWave HR, stress level with visual bar.

examples/environment/room_monitor.py — dual-sensor (CSI + mmWave)
room awareness: occupancy, light, RF fingerprint, activity events.

examples/README.md — index with hardware table and quick start.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-15 16:50:04 -04:00