fg1 / BLEHeartRateLogger

Bluetooth Low-Energy Heart Rate Monitor data logging in Python
Other
127 stars 48 forks source link

Polar Verity Sense #18

Open jboyd79 opened 2 years ago

jboyd79 commented 2 years ago

Hello,

I can confirm script runs with Polar Verity Sense by changing line 201 from:

gt = pexpect.spawn(gatttool + " -b " + addr + " -t random --interactive")

to

gt = pexpect.spawn(gatttool + " -b " + addr + " -I")

Best Regards, John.