Warning: This is not yet functional.
Basic heart rate data from Bluetooth Low Energy (BLE) peripherals to phone using Ionic 2
- iOS
- Android (4.3 or greater)
-
On Mac OS, recommend using Homebrew
brew update
thenbrew install node
-
Otherwise/alternatively download from the node website
Use Node Package Manager to install Ionic 2: npm install -g ionic cordova
If you run into trouble here, go visit the Ionic 2 install guide
Run all of the below commands within the root directory of this project.
$ cordova prepare
will install the Cordova BLE plugin
$ ionic platform add android
here you may potentially be able to replace android
with iOS
, though it is untested.
Within the root directory of this project, do
$ ionic run android
here you may potentially be able to replace android
with iOS
, though it is untested.