polarofficial / polar-ble-sdk

Repository includes SDK and code examples. More info https://polar.com/en/developers
Other
483 stars 153 forks source link

UUIDs for the Polar H10 #471

Closed TobiL-commits closed 3 months ago

TobiL-commits commented 4 months ago

Platform your question concerns:

Device:

Description: Dear Polar H10 Team, at the moment, I want to read out data from my Polar H10 sensor using a python script and the bleak library. I need a UUID for my H10 device, to read the relevant sensor information and I can only find this link: https://github.com/polarofficial/polar-ble-sdk/blob/master/technical_documentation/Polar_Measurement_Data_Specification.pdf which is supposed to provide me this information. The document is not availiable anymore unfortunately. There would be also the possibility to read out the UUIDs directly from the sensor? Although I would not know how to go about it. If there is a seperate documentation to help me read data via python on my pc, or the issue needs to be handeled differently on the plattform, I would be happy to know or file another question.

Greetings Tobias

lks-dev commented 2 months ago

Hi Tobias, I am in search for the same information, but sadly all links i am currently stumbling on are broken. So if you got an solution/answer i would appreciate it, if you would share your insights. thanks. best regards luke

Victorivus commented 6 days ago

You have everything under: https://github.com/polarofficial/polar-ble-sdk/blob/master/technical_documentation/

TobiL-commits commented 6 days ago

I'm very sorry for the late answer. I missed your question. I found this document

https://github.com/polarofficial/polar-ble-sdk/blob/187098ff594e294a72759c37372b1970611b1a83/technical_documentation/Polar_Measurement_Data_Specification.pdf

You can access the old documentation by viewing the repository history (button at the top right of the repositories path). There are also some flowcharts explaining how the data is read. Hopefully you will able to progress. The new documents I didn't view yet, but the older documentation which has been deleted should be sufficient.

Greetings Tobias

lks-dev commented 6 days ago

Hi thank you two for the answers. In the meantime, we have stumbled upon the old commit referenced by @TobiL-commits, which was very helpful indeed.