Has anyone successfully read the heart rate sensor from the Moto 360?
mSensorManager = ((SensorManager)getSystemService(SENSOR_SERVICE));
mHeartRateSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_HEART_RATE);
I am getting an error that states "SensorManager﹕ sensor or listener is null"
I know the Gear Live uses a different ID other than Sensor.TYPE_HEART_RATE...I'm wondering if that's the case with the Moto 360.
I tried a sensor value of 65538 which reports itself as a "Wellness Sensor" but that does not appear to return data either.
Any advice would be appreciated.