Wahoo ace wind sensor

It would be incredibly useful if you could support importing wind speed data measured by the Wahoo ACE wind sensor

Does it create a FIT or TCX file?

I have bodged together some fields/charts from the sensor. Try and find these in the public lists:
Custom field

Custom stream

Both take the wind (I think it comes in as cm/s), compare it to the ground speed at that time, then calculate what the implied headwind is in km/h. If it’s negative then you have a tailwind obvs.

I’ve not found any other uses for the data yet, but if you look at the fit file, there is a lot of stuff in there -

1 Like

You can easily create custom activity streams to pickup those fields. Have a look at the record fields for the fit file for an activity (“Original Fit File” on the activity data tab) on fitfileviewer.com:

It says “mps” in the units but those values look like mps * 1000.

You will probably need to use some Javascript to convert to actual mps:

Thanks, David! super helpfull, now i have wind speed from device

1 Like