msimms / OpenWorkoutTracker

A workout tracker for iOS that includes cycling, running, as well as strength exercises. Supports Bluetooth sensors.
Other
49 stars 3 forks source link

Swimming Activities #21

Open msimms opened 4 years ago

msimms commented 4 years ago

Add support for swimming activities (specifically on the watch app). This should include support for both pool and open water swims. The accelerometer can be used to count swim strokes and laps in the pool. It can also be used to determine when the user's arm is above their head, so we can filter the GPS data and only use values that were read when the watch was out of the water.

msimms commented 4 years ago

Roughed out the implementation for this. Need to collect some test data before proceeding much further.