Has anyone successfully read the heart rate sensor from the Moto 360?
mSensorManager = ((SensorManager)getSystemService(SENSOR_SERVICE)); mHeartRateSensor =
I am doing the same on my Moto 360 and I get the sensor and the heart rate. Did you put the permission for the body data:
uses-permission android:name="android.permission.BODY_SENSORS"
in your Manifest.xml?