Hello,
I am trying to create a flutter app which tracks real-time heartrate of user for my college project. I have a fitbit inspire hr. Is it possible to get realtime heartrate data from it into my flutter app?
Answered! Go to the Best Answer.
A Fitbit OS device (any Versa or Sense) could do it. But you'd have to write some clever software to transfer the data from the watch via the companion phone to your app. It's possible but not trivial.
Best AnswerI'm afraid not. The Web API doesn't provide real-time data, but is only updated whenever the watch syncs (every 15-20 minutes?). The Device API can provide real-time data, but the Inspire can't use that.
Best AnswerA Fitbit OS device (any Versa or Sense) could do it. But you'd have to write some clever software to transfer the data from the watch via the companion phone to your app. It's possible but not trivial.
Best Answer