How to get heart rate beat-to-beat interval?

Former Member
Former Member
How do I get the heart rate R-R value? The sensor class only seems to give a simple BPM value.
  • I believe that you need to write code to talk to the heart rate monitor over ANT+ to get access to that data. To do that you'd need to get access to the ANT+ Heart Rate Monitor device profile (on thisisant.com). Of course you could always ask SHARKBAIT_AU since he has already done this.

    Travis
  • Former Member
    Former Member over 10 years ago
    I believe that you need to write code to talk to the heart rate monitor over ANT+ to get access to that data. To do that you'd need to get access to the ANT+ Heart Rate Monitor device profile (on thisisant.com). Of course you could always ask SHARKBAIT_AU since he has already done this.

    Travis

    Thanks - I was hoping to do this from within an activity, and I don't believe any of the code types that support direct ANT connectivity are allowed.
  • Right. You can't access the Ant module from a data field.

    Travis