Hello! 

There are many android wear devices with built-in heart rate monitor. I 
know, that we can get calculated Heart Rate using something like this:

SensorManager mSensorManager = 
((SensorManager)getSystemService(SENSOR_SERVICE));Sensor mHeartRateSensor = 
mSensorManager.getDefaultSensor(Sensor.TYPE_HEART_RATE);mSensorManager.registerListener(this,
 mHeartRateSensor, SensorManager.SENSOR_DELAY_NORMAL);

Are there any ways to get Raw data from sensor? I want to know the value on the 
sensor, not the heart rate.


thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4e2eeff4-5eb9-4016-9eda-b9b8cad4b720%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to