11-24-2017 04:43 - edited 11-25-2017 04:38
11-24-2017 04:43 - edited 11-25-2017 04:38
I created my app for sport, and I am testing for the different conditions.
I was wondering how I can use it to track my exercise and log it in the fitbit app, rather than a standalone one-time app.
- Can it be included in the exercise log for the fitbit app? If yes, can you point me to how.
- Is there a way to export the GPS log and map similar to the exercise apps?
- All the other data for the sport (distance, time, etc), should I write them out as a file?
Answered! Go to the Best Answer.
11-27-2017 12:42
11-27-2017 12:42
You can log activities using the Fitbit web api.
https://dev.fitbit.com/reference/web-api/activity/#log-activity
You can checkout the OAuth sample app here https://github.com/Fitbit/sdk-oauth
We'll hopefully make this easier in the future.
11-25-2017 11:42
11-25-2017 11:42
I'm interested in this too. Did you manage to increase the sampling period of the heartrate sensor, or does it stay at the normal non-activity period of about five seconds?
I think you may be able to add entries to the exercise log via Oauth2 and the web API (but I haven't checked).
I suspect you're on your own when it comes to GPS data; you could export it using a companion app but what happens next is probably going to be up to you.
11-27-2017 12:42
11-27-2017 12:42
You can log activities using the Fitbit web api.
https://dev.fitbit.com/reference/web-api/activity/#log-activity
You can checkout the OAuth sample app here https://github.com/Fitbit/sdk-oauth
We'll hopefully make this easier in the future.
11-28-2017 05:35
11-28-2017 05:35
Hey @JonFitbit.
I was looking into the the whole logging activity, but it seems very limiting as for what you can post, as of activity data. Distance, duration, HR, and speed for the whole activity, with no breakdown of datas.
I need to post a log of all the different sprints/waves done. So for each sprint I would have distance, speed, time.
How do you suggest I approach it? Still using it the log activity, or should I write a file on the device with all the data and access it somewhere else somehow? If so, how? If you could point me to the right direction it would be great.
08-30-2018 05:05 - edited 08-30-2018 11:25
08-30-2018 05:05 - edited 08-30-2018 11:25
@JonFitbit wrote:You can log activities using the Fitbit web api.
https://dev.fitbit.com/reference/web-api/activity/#log-activity
You can checkout the OAuth sample app here https://github.com/Fitbit/sdk-oauth
We'll hopefully make this easier in the future.
@JonFitbit Are there any plans to make logging activity easier?
It would be nice if one could activate a tracking mode, still access GPS, heart rate and other data, but the exercise would be saved together with the other activities in the Fitbit app afterwards.
08-30-2018 13:37
08-30-2018 13:37
@SunsetRunnerWould this help? If so, please vote for it!
08-31-2018 06:30
11-21-2019 09:50
11-21-2019 09:50
@agsurf5 You already know something about this?
11-21-2019 17:42
11-21-2019 17:42