-
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
Get heart rate from Xiaomi Mi1S wristband via Gadgetbridge #430
Comments
I'm sorry it took us (Gadgetbridge) so long to get back to this topic. What's the preferred way for Runnerup to get the data? We do not have any export to other apps yet, so we're not restricted in our decisions yet. |
can't we just re-implement the part of gadgetbridge that gets the data from
the wristband ?
or have I misunderstood
/Jonas
…On Tue, Feb 28, 2017 at 9:05 PM, Carsten Pfeiffer ***@***.***> wrote:
I'm sorry it took us so long to get back to this topic. What's the
preferred way for Runnerup to get the data? We do not have any export to
other apps yet, so we're not restricted in our decisions yet.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#430 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABYS3CxKUkiwGJOOVFMMbws9d5MYPdlks5rhH3wgaJpZM4JeQjS>
.
|
Sure, you can do that. You can also reimplement the code for all the Pebbles, the Mi Band 2 and all supported HPlus devices (e.g. Zeband). Or we can send the data to you, as CSV or whatever. |
@cpfeiffer |
I am implementing a contentprovider in Gadgetbridge: Freeyourgadget/Gadgetbridge#1138 and a HR Device in runnerup: to do exactly that. At the time of writing I am waiting for a reaction by the GB devs. The code works so far, however at some point the device stops sending measurements. Here i need input from the GB devs if that is because
I'll keep you posted. |
HI, Gadgetbridge now supports "share" an activity. Also have "3rd party realtime HR access" in settigs wich I enabled, but I don't know how this works |
The wristband apparently does not support the normal heartrate BLE method but the Gadgetbridge app can get the heartrate.
https://github.com/Freeyourgadget/Gadgetbridge/wiki/Activity-Analysis
The app does not yet have any protocol to share this data with other apps, perhaps a broadcast could be used? Or are there better methods?
The text was updated successfully, but these errors were encountered: