-
Notifications
You must be signed in to change notification settings - Fork 41
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
Sensor doesn't work with my Samsung A5 and Mi Band 3 #62
Comments
Mi Band 3 is not compatible heart rate sensor, it uses it's own proprietary protocol. |
I don't use the official MiFit app, but from what i heard, they (now) have the possibility to switch to "visible mode", as mentioned here: https://github.com/Freeyourgadget/Gadgetbridge/issues/1606 |
There should be no problem, if it uses GATT. If this was true, I would not be so confident about Xiaomi backporting it to MB 3. Currently only solution there would be using gadgetbridge's API to access the data (but I am not sure if it has one), it would serve as a decent HAL. |
Gadgetbridge added support to enable the sensor via BLE, same can be done via the MiFit. In AAT, the sensor is listed as supported, then as connected, but no data arrives. I have now tested this in anther app and it works. I have Amazefit Bip. I can see the sensor in BLE Explorer, although I am not sure it I should be able to see the data there. characteristic UUID: 00002a39-0000-1000-8000-00805f9b34fb service UUID: 0000180d-0000-1000-8000-00805f9b34fb value: 0 = 0 = �� I haven't tried master, if you made some changes... |
While reporting GATT Service and Characteristics Unfortunatly Amazefit Bip do not support the standard reporting: |
Just FYI: I can see my heart rate in the nRF Connect for Moblie app (current version from playstore). I use a Mi band 4 and activated the sensor via GadgetBridge. So it seems to be possible to interpret the data from the device. |
Oops sorry, it was the nrf toolbox I started... Still, it seems to work. |
Cool. I actually think I can see it in BLE explorer, I will try to decode it. This is the characteristics: |
@vanous: |
Cool. So this confirms: heartrate service: the measurement characteristics: |
@desperadoduck it is just a hex value which is displayed in BLE Explorer so yes, i can see the HR data changing live in BLE Explorer and also in NRF Toolbox, in HRM screen and also on Template screen. Btw. you do not need Gadgetbridge running anymore, it just enables it and it can disconnect, the sensor remains available (and might be drawing more battery too). |
That is one of challenge: in the past I tried to get HR into Runtastic or Strava. Also be careful that HR on "Mi.." are not very accurate while moving. |
I might be wrong and I do not use MiFit but rather Gadgetbridge, but i presume that they cannot disable this if you disconnect spontaneously, unless there is some delay in the band to periodically receive this packet. But in my testing (about 30 minutes activity), i had GB disconnected and HR kept arriving.
This is already done, in GB. But this should not belong to AAT imho.
This is i think not as complex as it acts as standard sensor.
Agree, everybody must decide what to invest into... |
Got it I assume you are referring to following change in Gadgetbridge: It might be interesting to get visibility on other hw capabilities ;-) |
yes
this is depending on the watch really... the command just enables this functionality... |
Hi all, I am using AAT 1.18 on latest build of LineageOS 16 for OnePlus 3t. Regards |
Hello, I just found this nice app, but sensors doesn't work on my Samsung A5 2016.
The internal samsung step counters and my mi band 3 heart rate sensor are detected through the app, but I have no BPM or RPM:
Thanks for your support!
The text was updated successfully, but these errors were encountered: