Hello,
I’ve been testing out the Amazfit Smart Band 5, and so far, the step count and RSSI data have been received. However, I’ve encountered a slight issue with receiving the “Activity heart rate” data.
I’ve attempted to collect data using the nRF Connect App and the data collected between the app and my OpenMQTTGateway are nearly identical.
I was wondering if anyone has experience with activity heart rate monitoring. If you do, I would greatly appreciate any insights or suggestions you might have.
Setting in Zepp App
- “Discoverable mode” turned on
- “Activity heart rate sharing” turned on
Undecoded Msg (from OpenMQTTGateway)
{“id”:“F5:92:5F:7F:B0:91”,“mac_type”:0,“adv_type”:2,“name”:“Amazfit Band 5”,“manufacturerdata”:“570102ffffffffffffffffffffffffffffffff02f5925f7fb091”,“rssi”:-43,“servicedata”:“00000000”,“servicedatauuid”:“0xfee0”}
Decoded Data (from decoder)
{“id”:“F5:92:5F:7F:B0:91”,“mac_type”:0,“adv_type”:2,“name”:“Amazfit Band 5”,“manufacturerdata”:“570102ffffffffffffffffffffffffffffffff02f5925f7fb091”,“rssi”:-43,“servicedata”:“00000000”,“servicedatauuid”:“0xfee0”,“brand”:“Xiaomi/Amazfit”,“model”:“Mi Band/Smart Watch”,“model_id”:“MB/SW”,“type”:“BODY”,“acts”:true,“track”:true,“steps”:0,“device”:“Xiaomi/Amazfit Tracker”,“mac”:“F5:92:5F:7F:B0:91”}
Data from nRF Connect App