Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkern0 authored Feb 28, 2017
1 parent 2c156ca commit 6dcaa39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,17 @@ This assumes you already have Glimp setup to read from your sensor.
4. Drag and drop 'GlicemiaMisurazioni.csv' onto this exe.
![PC Usage](https://github.com/tkern0/GlimpGraph/blob/master/Images/05%20PC%20Usage.PNG)
The program will start and guide you through the rest.



# WearMerge
Merges data from an Android smartwatch with data from your phone

### Use:
1. Obtain 'GlicemiaMisurazioni.csv' following the instructions above
2. Download and install [ADB](http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378)
3. Connect your smartwatch straight to your PC
4. Open command prompt and run 'adb pull /storage/sdcard0/GlicemiaWearMisurazioni.csv'. This will copy this file to 'C:\Users\[your username]'
6. Copy 'GlicemiaMisurazioni.csv' and 'GlicemiaWearMisurazioni.csv' to the same folder as 'WearMerge.exe'
7. Run WearMerge.exe
This will create a new file called 'Merged.csv'. You can rename this to 'GlicemiaMisurazioni.csv' and upload it to dropbox/replace the file on your phone to get any data that did not sync.

0 comments on commit 6dcaa39

Please sign in to comment.