01-21-2020 00:09
01-21-2020 00:09
I'm developing a university project about alerting the Arrhythmia of the heart rate in real time.If it possible to pull or fetch the real time heart rate data when we're running, so we can use that data to alert the emergency to the user on the web application. Is the fitbit Ionic possible to work with this?
Answered! Go to the Best Answer.
01-21-2020 01:33
01-21-2020 01:33
for real time alerts, I would rather measure hrm data and do the calclations in the watch app,
web API would always be slower, plus it is aggregated, so not suitable for your usecase.
There is an example app that wild be useful for you here : https://dev.fitbit.com/build/tutorials/examples/
01-21-2020 01:33
01-21-2020 01:33
for real time alerts, I would rather measure hrm data and do the calclations in the watch app,
web API would always be slower, plus it is aggregated, so not suitable for your usecase.
There is an example app that wild be useful for you here : https://dev.fitbit.com/build/tutorials/examples/
01-21-2020 02:02
01-21-2020 02:02
Thank you for your advise.Can we fetch the heart rate data realtime through the web API and show the realtime heart rate on my website during the activity, is it possible?
01-21-2020 11:39
01-21-2020 11:39
The Web API is not real-time. It only updates when the watch syncs.