-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Fitness Recorder | ||
|
||
An Android application for reading heart rates from MI Band 2. | ||
|
||
## Current Features | ||
|
||
- Read realtime heart rate data from MI Band 2 | ||
- Store and export data (Exported database file can be opened by SQLite clients like [SQLite Browser](https://sqlitebrowser.org/), [DataGrip](https://www.jetbrains.com/datagrip/), etc.) | ||
|
||
Please forgive the shortcomings in this project, which are probably caused by my lack of Android development knowledge and experience currently. Suggestions and contribution for improvements are certainly welcome. | ||
|
||
## Remark | ||
|
||
- For longtime measurement, __DO ALLOW__ the app to run in background. (You may need to enable this permission manually, especially for highly customized Android OS like Flyme and MIUI, otherwise the background service may be killed by the system without any notification.) | ||
- It is suggested to "stop measurement" before exporting data. | ||
|
||
## Acknowledgement | ||
|
||
- Leo Soares, [Mi Band 2, Part 1: Authentication](https://leojrfs.github.io/writing/miband2-part1-auth/) | ||
- Volodymyr Shymanskyy, [Mi Band 2 python test](Mi Band 2 python test) | ||
- Andrey Nikishaev, [How I hacked my Xiaomi MiBand 2 fitness tracker—a step-by-step Linux guide](https://medium.com/@a.nikishaev/how-i-hacked-xiaomi-miband-2-to-control-it-from-linux-a5bd2f36d3ad) | ||
- 陈利健, [Android BLE开发详解和FastBle源码解析](https://www.jianshu.com/p/795bb0a08beb) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters