fg1 / BLEHeartRateLogger

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

support GARMIN watch #11

Closed algila closed 3 years ago

algila commented 5 years ago

Hi, I have raspberry zero with bluez 5.43 heart rate sensor Bontrager recognized as F6:86:FE:E8:DD:70 vívoactive HR
I get the following error, may you kindly assis keeping it working ?

pi@raspberrypi:~/Downloads/BLEHeartRateLogger-master $ ./BLEHeartRateLogger.py -m F6:86:FE:E8:DD:70 -o hrm_data.db 2019-06-30 18:59:09,746 Establishing connection to F6:86:FE:E8:DD:70 2019-06-30 18:59:10,190 Connected to F6:86:FE:E8:DD:70 2019-06-30 18:59:21,431 Couldn't find the heart rate measurement handle?!

fg1 commented 5 years ago

@algila Thank you for your request. Could you provide me with the model name of your Garmin watch? Depending on your model, broadcasting of the heart-rate value over Bluetooth might not be included.

algila commented 5 years ago

Hi, It is GARMIN vivoactive HR

https://buy.garmin.com/it-IT/IT/p/538374

jones139 commented 5 years ago

I don't think that the Garmin supports that sort if BLE profile (but please say if I am wrong). My app accesses the Garmin hr data using Garmin's own api and sends the data to the phone as an http request. ( Http://github.com/openseizuredetector if it is any use to you - the android code is in the Androud_Pebble_sd repository and the garmin code in Garmin_sd)

On Mon, 5 Aug 2019, 17:38 algila, notifications@github.com wrote:

Hi, It is GARMIN vivoactive HR

https://buy.garmin.com/it-IT/IT/p/538374

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fg1/BLEHeartRateLogger/issues/11?email_source=notifications&email_token=AACLSYYH2IURZIJCFI4KLR3QDBJQPA5CNFSM4H4LFYCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3SMALQ#issuecomment-518307886, or mute the thread https://github.com/notifications/unsubscribe-auth/AACLSYZLQLI5DIXTX4FGYJDQDBJQPANCNFSM4H4LFYCA .

drkingpo commented 4 years ago

I had the same issue with a noname hr stap. I increased the Timeout from 10sec to 30sec at the handle Check section. This helped

PeterGamma commented 3 years ago

Garmin watches can now Broadcast Garmin Optical HR to Apps Like Zwift // ANT & Bluetooth:

https://www.youtube.com/watch?v=vuOcAP_7uec

fg1 commented 3 years ago

Since I do not the devices mentioned in this issue, I cannot extend or test such device by myself. Feel free to fork if you wish to add support for such device.