Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.14 KB

README.md

File metadata and controls

38 lines (31 loc) · 2.14 KB

Samsung Gear Fit 2 Pro Sensor Data Logger

This app is a single view native UI application generated by Tizen UI builder. After installation, you will see an icon named "DRG BTPPG" in your app list. This native app starts/stops a background service which collects sensor data. image

SENSOR LOGGER ENABLING:

  • First of all, our native app has to be installed in the smartwatch
  • Then after running the app (named “DRG BTPPG”) from the menu like figure-II, app screen will appear like it is in figure-III
  • The native app has a background service for collecting raw data from sensors
  • Logger service has to be activated by pressing the “Start” button from app screen
  • After starting the service, data will be collected on periodic intervals
  • Logger service can be disabled anytime via the “Stop” button from app screen
  • Background service description regarding sensor data collection can be found here

Tizen Studio

Build Project

Sign Your Own App

Building DRG BTPPG

Environment:

  1. This project is based on Tizen SDK 2.3.1 (the version we've got on SGF2 Model R-365)
  2. Build configuration: Use LLVM-4.0 with GCC-4.6 shipped with Tizen Studio Build configuration

Installation to Samsung Gear Fit 2

  1. Switch on debug mode on Gear Fit 2 via Settings -> Gear Info -> Debugging
  2. Connect SGF2 via device manager device manager
  3. Run as "Tizen native application"

Acknowledgement

This repo has been forked from taoyilee/DRG_BTPPG for the UI design part, thanks to the owner of that repo and modified to our use case.

Contact

Feel free to contact me regarding any issue of this repo