Hi all,
I have an activity and I want to determine whether the measured heartbeat comes from the OHR or from a chest strap.
Is there a way to determine the source exactly?
Currently I read the heartbeat via Activity.getActivityInfo().currentHeartRate
If I use the example with the sensor
Sensor.setEnabledSensors([Sensor.SENSOR_HEARTRATE]);
Sensor.enableSensorEvents(method(:onSnsr));
I always get a value displayed – whether I use the chest strap or not.
Does anyone have any ideas or examples?
Thanks in advance
Jens