Hello,
I am developing an application for the Forerunner 235 that will check the user's heart rate at regular intervals (eg. every 5min).
So this app should stay at the front, and the view for this application is like a watch-face. I update it every 1min.
The problem is that the built-in cardio stays on at all time (I checked the green light under the watch), even if I do not require sensor access and I never read heartrate value (just for testing).
I think this is the reason why the battery goes down really quickly (from 100% to 10% in 1.5 day).
Is there a way to optimise the usage of the built-in heartrate sensor ?
Outside the application, it seems to work in intelligent mode, with regular checks and then the sensor goes off (no green light). I would like to keep this behavior.
Any suggestion?
Thank you.