-
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
1 parent
9c84bbe
commit 7fb512d
Showing
1 changed file
with
11 additions
and
0 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,11 @@ | ||
# BLE Cardiac Monitor | ||
|
||
This Android app connects to a Bluetooth Low Energy (BLE) heart monitor, stores the data in a database, and plots in real time or from stored. It reads and displays both RR interval values (RR) and heart rate (HR). Most heart monitor apps only do HR. There is much more information in the RR intervals. | ||
|
||
See https://rawgit.com/KennethEvans/BLE-Cardiac-Monitor/master/app/src/main/assets/bcm.html | ||
|
||
**More information** | ||
|
||
More information and FAQ are at https://kennethevans.github.io as well as more projects from the same author. | ||
|
||
Licensed under the MIT license. (See: https://en.wikipedia.org/wiki/MIT_License) |