Getting raw PPG from sensor Galaxy Watch 6 Classic

Hi!
I recently bought a galaxy watch 6 and I would like to know a few things about making an application in Android Studio

1 - Can I access the heart rate sensor, that is, can I access the raw data from the smartwatch i said earlier? if yes, how can i do it?
2 - I suppose i can do it in Kotlin or Java

With Watch Face Studio you can access the Heart Rate as a TAG. as in this code lab exercise

For Android you use Health Services on the watch to access data.

You use Android Studio and Jet Pack for Wear app development. That discussion need to be done in one of the Android Developer discussion groups.

Ron
Samsung Developer Relations

Thank you very much Ron, now I understand why I couldn’t access the sensor with the function “private val sensorManager: SensorManager = context.getSystemService(Context.SENSOR_SERVICE) as SensorManager
private val heartRateSensor: Sensor? = sensorManager.getDefaultSensor(Sensor.TYPE_HEART_RATE)”

Do you recommend any specific forum?

Sorry, but I don’t know the Android forums there seems to be many but so hard to find.

Ron
Samsung Developer Relations

Hi, you may one to start with this

Or i found this