Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 675 Bytes

File metadata and controls

32 lines (21 loc) · 675 Bytes

OpenISO

Open-source isometric training app using the Tindeq Progressor force sensor.

Early stage. Currently connects to the Progressor over BLE and streams live force data.

Status

  • BLE scan, connect, and subscribe to Tindeq Progressor
  • Parse weight + timestamp from notification stream
  • Compute MVC from raw data
  • Session recording and history
  • Visualization (TUI / Web UI)?
    • Visualize power in power/time plot

Requirements

  • Rust (2024 edition)
  • A BLE adapter
  • Tindeq Progressor

Usage

cargo run

Scans for a Progressor, connects, tares, and prints live force readings.

License

MIT