I am intrested to build some app on Linux platform that will interact with Galaxy watch bio sensors. The need is to pull bio data like heart rate, steps etc etc to the Linux app via bluetooth connection.
The data needs to flow directly from the watch and the Linux app. Has someone done anything similar.
You probably want to grab hold of all the data available on the HAM:
You can store the data locally and then send it through bluetooth:
Alternatively you can send it through a http / post (ajax is available for web apps):
Note that you will probably depend on Tizen OS 3.+
Good luck with it all, cheers!
Original thread is HERE