-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find BLE heart rate monitor #975
Comments
GadgetBridge is not supported directly, need to be implemented in the app as a separate "protocol". |
Hmm, I'm not sure that describes my use case. That looks like it's for devices that would require gadgetbridge to forward the data to runnerup. But this watch supports BLE operation - I can stop gagetbridge and still see it's data in BLExplorer. The service UUID (posted above) matches the GATT identifier at [1] for heart rate monitors. [1] - https://www.bluetooth.com/specifications/gatt/services/ |
I am not sure what is needed - can you debug? |
Sure - I don't knwo what would be most helpful. I don't know how helpful this will be, but here's some logcat output during various actions.
If there's anything more useful to capture, let me know. I'll also look for more info on the BLE capabilities of the device, since this doesn't look promising. |
I've done some more investigation - according to gadgetbridge folks, these devices are normal BLE heart rate monitors. In the past they worked with OpenTracks (but then OpenTracks removed/disabled their BLE setup screen). My initial post contains the wrong characteristic, it should've been I skimmed the BLE code in RunnerUp and confirmed that the UUID I'm seeing from the device match, but so far don't know it doesn't appear in the scan. |
Thanks for the feedback. |
I check the this issue with miband 3.
after changed it, I got the HR values very normally. |
RunnerUp doesn't find my BLE heart rate monitor. BLExplorer shows the device, it has a Heart Rate section with these values:
The device is an Amazfit Bip configured according to [1].
Should this work?
[1] - https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Heart-Rate-data-sharing
The text was updated successfully, but these errors were encountered: