Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 726 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 726 Bytes

Raw heartrate and accelerometer retriever app for an e-health project at LNU

The app consists of three parts:

  1. The watch app, "Reading", is installed on the watch through the Fitbit companion app on a phone.

    • Main code located at: ehealth-fitbit/fitbitLNU-app/app/index.js
  2. The Companion app is automatically added to the Fitbit companion app on a phone.

    • Code located at: ehealth-fitbit/fitbitLNU-app/companion/index.js
  3. A web server to download the raw data produced by the Watch App through the Companion App.