Skip to content

Quick Start Guide For Verisense

Tan Wei Wen edited this page Jun 9, 2022 · 4 revisions

Steps to run API examples in Android Studio

  1. Import the ShimmerAndroidAPI repository to Android Studio with the Project from Version Control as shown.

image

  1. Clone the repository by copying the link and paste it into Android Studio.

image

image

  1. Once done, close Android Studio and open the folder where the repository is downloaded. Click the settings.gradle file and open with Android Studio.

image

  1. Switch to branch AA-269.

  2. Gradle files will sync automatically, wait until all files are downloaded.

  3. Run and deploy ShimmerServiceExample on your Android device. If having any problems, please see FAQ here.

image

  1. Connect to a Verisense device (Only paired devices can be connected)

paired devices

  1. If the device is not paired, pair it first through the Android Bluetooth settings

  2. Start streaming the selected device

streaming

  1. Run data sync. After the data sync is completed. A bin file is being created at the directory

bin file path

image

  1. The binary file can be parsed using this file parser

file parser

Clone this wiki locally