Android Question BLE and heart rate

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

how do I get the heart rate of my Xiaomi Band 6?

This is my log:

B4X:
Logger verbunden mit:  samsung SM-A725F
--------- beginning of main
--------- beginning of system
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
Found: Mi Smart Band 6, E0:84:27:16:FA:1B, RSSI = -57, (MyMap) {1=[B@c425ecf, -1=[B@43fa05c, 9=[B@51b7f65, 2=[B@aa4343a, 0=[B@eb018eb}
connecting
Disconnected
Found: , 61:DD:C3:80:02:3B, RSSI = -97, (MyMap) {3=[B@4f21719, 22=[B@473a3de, -1=[B@cde99bf, 0=[B@659d88c}
connecting
Disconnected
Found: Mi Smart Band 6, E0:84:27:16:FA:1B, RSSI = -57, (MyMap) {1=[B@7c2c242, -1=[B@6290253, 9=[B@d5d7790, 2=[B@499f889, 0=[B@23ec08e}
connecting
Disconnected
** Activity (main) Pause event (activity is not paused). **
** Service (starter) Destroy (ignored)**
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
Found: , 51:B9:D8:42:10:3F, RSSI = -92, (MyMap) {1=[B@c425ecf, 10=[B@43fa05c, -1=[B@51b7f65, 0=[B@aa4343a}
connecting
Discovering services.
Connected
iPhone
@��
** Activity (main) Pause event (activity is not paused). **
** Service (starter) Destroy (ignored)**
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
Found: Mi Smart Band 6, E0:84:27:16:FA:1B, RSSI = -54, (MyMap) {1=[B@c425ecf, -1=[B@43fa05c, 9=[B@51b7f65, 2=[B@aa4343a, 0=[B@eb018eb}
connecting
Disconnected
Found: , BC:7E:8B:C3:53:0B, RSSI = -98, (MyMap) {-1=[B@4f21719, 0=[B@473a3de}
connecting
Disconnected
Found: , BC:7E:8B:C3:53:0B, RSSI = -99, (MyMap) {-1=[B@730ad24, 0=[B@252e08d}
connecting
Found: S97d60fe28cba37edC, 84:EE:03:3E:85:BF, RSSI = -88, (MyMap) {1=[B@8a0a8a8, -1=[B@9bb2fc1, 2=[B@d865366, 9=[B@67ec6a7, 0=[B@aba754}
connecting
Found: Mi Smart Band 6, E0:84:27:16:FA:1B, RSSI = -60, (MyMap) {1=[B@50a06fd, -1=[B@8143ff2, 9=[B@3472643, 2=[B@dc5e4c0, 0=[B@57515f9}
connecting
** Activity (main) Pause event (activity is not paused). **
Disconnected
Disconnected
Disconnected
** Service (starter) Destroy (ignored)**
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
Found: , 57:C8:4A:06:0C:A7, RSSI = -91, (MyMap) {1=[B@c425ecf, 10=[B@43fa05c, -1=[B@51b7f65, 0=[B@aa4343a}
connecting
Discovering services.
Connected
iPhone
@��
** Activity (main) Pause event (activity is not paused). **

BTW: The phone is Android 12, not IPhone (the log shows "IPhone")
 

Attachments

  • Screenshot_20220115-195803.jpg
    Screenshot_20220115-195803.jpg
    350.4 KB · Views: 115
Top