WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,22 @@ The Rust version provides the same functionality as the Node.js CLI in a single
29
29
}
30
30
```
31
31
32
+
#### Xiaomi Band Support
33
+
34
+
Xiaomi Band versions ≤ 7 support Bluetooth heart rate broadcasting. Versions ≥ 8 are not supported.
35
+
36
+
Only Xiaomi Band 7 has been tested. Other versions (≤ 7) may work but haven't been tested with actual devices. You can share feedback in issues.
37
+
38
+
Enable in `heartio.config.json`:
39
+
40
+
```json
41
+
{
42
+
"XIAOMI_BAND": true
43
+
}
44
+
```
45
+
46
+
Note: Xiaomi Band heart rate broadcast has limited frequency (`2-6` seconds per update). Standard heart rate monitors or bands are recommended for better performance.
0 commit comments