Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

FIT SDK Documentation

Rank

Total Posts: 1

Joined 0

PM

Hello,
I have downloaded FIT SDK and read FIT documentation. Is there any SDK additional documentation? I read "FIT SDK Introductory Guide" so I thought there might be any "FIT SDK Guide" with additional information. I am mostly interested on the 'C' SDK but any documentation con help!
Thanks a lot!      
Avatar
Rank

Total Posts: 7

Joined 2012-02-22

PM

The Introductory Guide has some details about tailoring the profile for C, I would suggest first looking at the demo apps in c/examples.

Compile and step through encode & decode and you should get a feel for how to work with the SDK. One thing that is *very* confusing right now, in the file fit_config.h you need to redefine the constant FIT_LOCAL_MESGS to something larger, say 16. We will get this fixed up so the example is nicer out of the box.

The other thing I would suggest is look in the examples folder and examine the .csv for file types pertaining to your application. There are a lot of fields and messages to digest and the examples are useful to see how they fit together.