07-18-2022 09:48
07-18-2022 09:48
Is there a way to get get HR and HRV data in intervals of 1 or 2 seconds? Which API/SDK would we use? Can we live stream the data? Thanks!
07-18-2022 13:34
Gold Fitbit Product Experts share support knowledge on the forums and advocate for the betterment of Fitbit products and services. Learn more
07-18-2022 13:34
The Web API can provide HR readings every few seconds, but is only updated whenever the watch syncs (ie, you get the data in batches).
The Device API gives you immediate access to HR readings, and it can be live-streamed via the Companion API to a server via fetch or WebSocket. But it isn't easy.
Best Answer