polarofficial / polar-ble-sdk

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

documentation #435

Closed jacobostapenko closed 4 months ago

jacobostapenko commented 5 months ago

Platform your question concerns:

Device:

Description: hi, i'm just trying to get started with using this sdk in python and i'm a little confused on documentation. is there explicit documentation somewhere for how to use this library once its installed? Goal is to connect to verity sense and extract ppg data

jimmyzumthurm commented 5 months ago

Hi @jacobostapenko Polar only supports iOS and Android targets with this SDK, so you cannot install this as it is and use with Python. Some people have ported part of the SDK functionality to python : https://github.com/stuartlynne/pypolartest That could be used as a base to extend the functionality to Verity Sense, but I have never tried that