Hi there,
I've recently bought Forerunner 745 and got disappointed by the fact that there is a "bad" irregular hear rate alarm feature. Actually, it allows to set a top level starting from 100 bpm only however I really need to set it from 80 (kindly don't ask why).
So now I'm looking for any way / hack to get what I want. I've deployed the Garmin development environment and now trying to create my own app to achive this.
I've already sorted out how to recieve the current heart rate and vibrate the watch if it is greater than 80 bpm. It works fine in the emulator but I don't know how to get it working on the watches in spite of my app is copied to the watches.
In a nutshell, I need a simple background app which monitors my heart rate and start vibrating when it gets > 80 in 24/7.
Can you please give me some architecture ideas how to do it: what kind of app it should be, which methods to use? P.S. I don't need a special watch face, only background mode all the time.