-
Couldn't load subscription status.
- Fork 21
Quick Start Guide
Tan Wei Wen edited this page May 26, 2022
·
3 revisions
- Copy the link and clone the repository (Github Desktop is being used in the example below)


- Open the ShimmerBLEAPI.sln using Visual Studio

- Build and deploy MultiVerisenseExample.UWP


- Scan the devices, if the device is already paired, proceed to step 6

- Pair the Verisense device through bluetooth settings (the default pairing key is 123456)

- Connect and start streaming

- Data Sync

-
After the data sync is completed, note the bin file directory above
-
Open command prompt and navigate to the directory where the VerisenseFileParserPC.jar is located (Shimmer-C-API > ShimmerBLE > FileParser)

- Run
java -jar VerisenseFileParserPC.jar <path> <optional arguments>in the command prompt

- After the parsing is completed, a new folder containing the parsed files is added

- For more details regarding the file parser and parsed file, can see file parser