From 7fb512d2ac89ba5c874fb5f8324c7dc898f00657 Mon Sep 17 00:00:00 2001 From: Kenneth Evans Date: Wed, 3 Oct 2018 19:00:23 -0400 Subject: [PATCH] Added README.md. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c492dc3 --- /dev/null +++ b/README.md @@ -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)