A simple heart rate monitor
Go to file
Greg 94638e9710 Add appicon.png and license information. 2019-12-11 09:59:19 -05:00
.gitignore Add stub android implementation. 2019-10-28 12:46:57 -04:00
LICENSE Add appicon.png and license information. 2019-12-11 09:59:19 -05:00
README.md add README.md 2019-11-27 11:56:23 -05:00
appicon.png Add appicon.png and license information. 2019-12-11 09:59:19 -05:00
go.mod Update git.wow.st/gmp/ble version (now uses Blessed library). 2019-12-10 09:49:13 -05:00
go.sum Update git.wow.st/gmp/ble version (now uses Blessed library). 2019-12-10 09:49:13 -05:00
main.go Update git.wow.st/gmp/ble version. Fix peripheral name label. 2019-12-06 16:24:57 -05:00
os_android.go Larger font on Android. 2019-11-22 16:44:26 -05:00
os_darwin.go Larger font on Android. 2019-11-22 16:44:26 -05:00

README.md

HRM

An example heart rate monitor app for Android and MacOS using git.wow.st/gmp/ble and Gio.

MacOS:

go get git.wow.st/gmp/hrm
cd ~/go/src/git.wow.st/gmp/hrm
go build
./hrm

Android:

The gogio command from gioui.org/cmd/gogio must be installed to build an Android APK.

go get git.wow.st/gmp/hrm
cd ~/go/src/git.wow.st/gmp/hrm
gogio -target android .
adb install -r hrm.apk