Skip to content

MasonAmerica/Monitor

Repository files navigation

Monitor

Heart rate monitor sample application built for the Mason Platform

Cloning

git clone https://github.com/MasonAmerica/Monitor.git

a directory Monitor will be created for this project

Building

To deploy your APK to the Mason Platform a signed APK is required

  • Signed APK

  • Debug APK

    • In Android Studio: Build > Build APK
    • Terminal/Gradle:
      • mac/linux: ./gradlew build
      • windows: gradlew build

Deploying

To deploy your signed APK to your Mason device(s) you first need to register it to the Mason Platform using the Mason CLI. Find detailed instructions on the Mason intro and quick start page.

  1. Install the Mason CLI
  2. Login: mason login
  3. Register your apk: mason register apk app-release.apk

Now you can deploy your apk!

mason deploy apk com.iheartlives.monitor 1

Docs

http:https://docs.bymason.com/

or reach out at [email protected] if you have any questions or feedback

About

iHeartLives heart rate monitor project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages