Crates.io | polar-arctic |
lib.rs | polar-arctic |
version | 0.1.1 |
source | src |
created_at | 2022-07-08 02:40:04.774339 |
updated_at | 2022-09-13 23:21:55.485455 |
description | An app for displaying and storing data from the Polar H10 |
homepage | https://github.com/BeaconBrigade/polar-arctic |
repository | https://github.com/BeaconBrigade/polar-arctic.git |
max_upload_size | |
id | 621585 |
size | 138,117 |
polar-arctic
polar-arctic
is a cross platform application for reading heart rate, ECG and acceleration data from the Polar H10.
GUI is made using iced, plotters and
plotters-iced. The back-end is built using arctic
Use cargo install
to get this binary and run it from anywhere. Note: when specify file paths for output, all paths are interpreted relatively. For example the path ~/ecg.csv
will literally look for a directory titled ~
, which it won't find and it will crash. Similarly, you can't use /
to start at the root of the file system. Use the menu, and data screen help buttons
for more information.