Howdy,
I have a developed a few apps and feel pretty comfy with the SDK/API stuff at this point.
One app I have is for workouts and part of this is a continuous HR readout. However, while the app is running, the HR doesn't seem to change much (it DOES change sometimes, but not often). I know the HR system is responsive (if you go into the HR display from the main watchface, you see second-by-second changes), but I feel like when my app is running, I get HR updates about as often as a watchface does (i.e. every few minutes or so).
Is there a recommended way for reading the HR with more frequent updates? (prolly once per second, along with other updates). My watch is a FR235 with the most recently published (non-beta) firmware.
Right now, I use the Toybox.ActivityMonitor API and call getHeartrateHistory(1, true).next.heartRate
Thanks,
Gerry