Skip to content
Tan Wei Wen edited this page May 26, 2022 · 3 revisions

Steps to run MultiVerisense example in Visual Studio

  1. Copy the link and clone the repository (Github Desktop is being used in the example below)

image3

image4

  1. Open the ShimmerBLEAPI.sln using Visual Studio

image1

  1. Build and deploy MultiVerisenseExample.UWP

image2

image5

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

image6

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

image8

  1. Connect and start streaming

image7

  1. Data Sync

data sync

  1. After the data sync is completed, note the bin file directory above

  2. Open command prompt and navigate to the directory where the VerisenseFileParserPC.jar is located (Shimmer-C-API > ShimmerBLE > FileParser)

cmd1

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

cmd2

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

cmd3

  1. For more details regarding the file parser and parsed file, can see file parser
Clone this wiki locally