polarofficial / polar-ble-sdk

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

Command to set polar H10 local time. #349

Closed Arthur-HITLab closed 1 year ago

Arthur-HITLab commented 1 year ago

Platform your question concerns:

Device:

Description: I'm working on a python project to read the ECG data. I'm looking for a way to set the local time using a byte array since I cant use the SDK in python. So far I can connect to the polar and read the ECG stream, but the commands to read or set the time don't work. The polar doesn't respond in any way. The command I tried was [0x02, 0x00, 0x00, 0x80] which I got from the SDK source code. I also tried to enable SDK mode on the polar by sending [0x02, 0x09], the H10 responded with [0x0f, 0x05, 0x00, 0x00, 0x00,...]. According to the docs this means that there is an invalid parameter?

JOikarinen commented 1 year ago

@Arthur-HITLab,

Unfortunately we are only able to support Android and iOS. The SDK includes source code and you can feel free to utilize / port the code in other platforms too but that is something we are not able to provide support for.