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.
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
- Download: Tizen Developer Download
Environment:
- This project is based on Tizen SDK 2.3.1 (the version we've got on SGF2 Model R-365)
- Build configuration: Use LLVM-4.0 with GCC-4.6 shipped with Tizen Studio
- Switch on debug mode on Gear Fit 2 via Settings -> Gear Info -> Debugging
- Connect SGF2 via device manager
- Run as "Tizen native application"
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.
Feel free to contact me regarding any issue of this repo