06-10-2020 01:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-10-2020 01:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
I want to build an app that streams heart rate from the watch itself to perform some algorithims. Is that possible?

06-10-2020 01:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-10-2020 01:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Not from Charge 4. You can only get that data from the Web API.
Gondwana Software

06-10-2020 02:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-10-2020 02:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Does the Versa support this?

06-10-2020 02:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-10-2020 02:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Yes, but getting the data is pretty tricky. You can't just save it directly to a file. You have to send it to a server using fetch() or WebSocket.
But it can be done!
Gondwana Software

