Contents

Polar F6 Exercise Extraction Tool

Purpose

The f6-split-tool is a little helper tool to extract the exercise data in RAW data files from Polar F6 and F11* heartrate monitors on Linux (It might also work with other Polar F-series models like F55; user feedback and RAW data is welcome). The RAW data can be captured by using SonicLink and the rs200-decoder tool by Jani Hursti. The split tool is neccessary to make the gathered data usable for SportsTracker / PolarViewer by Stefan Saring.

News

2012-01-10, Version 0.1.0:

2008-09-16, Version 0.0.3:

Usage

First you need to transmit the data from your heartrate monitor to your computer using the rs200-decode tool:

 $ rs200_decode -m -b -o dump.bin
After that, use the f6-split-tool to extract the exercises from the previously gathered dump:
 $ f6-split-tool watch dump.bin
where watch is either --f6 for F6 or --f11 for F11.
This will generate individual binary files for each exercise. The files are named according to the date of the corresponding exercise. The exercise files will also contain the total cumulative exercise duration as well as the cumulative calories burned (this is added by the f6-split-tool). The *.frd files can then be imported into SportsTracker/PolarViewer.

Download & Installation

The tool has no dependencies. The installation follows the standard installation procedure. The program is free software and licensed under the GNU GPL v2. Download the tarball below.

Current version:

Older versions:

Unpack the tarball and build the program. After that, the tool is ready to use.

 $ tar xf f6-split-tool-x.y.z.tar.gz
 $ cd f6-split-tool-x.y.z/
 $ ./configure
 $ make
 # make install

Bugs

There are no known bugs. If you find any bugs, please drop me a note (see below).

Comments

If you have comments, suggestions or improvements, feel free to get in touch with me.