Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The VictoR Android Software Development Kit (SDK) allows developers to communicate with a VictoR device over Bluetooth Low Energy (BLE) and Universal Serial Bus (USB) in Java. The following documentation will walk users through the workflow of connecting to a device, reading and writing data to the services of the VictoR device, and how to register for notifications should the state of the device or its services change while connected. Currently, only the Device Configuration and Device Information services are directly supported by the SDK.

...

Once the Project Structure window opens, users can add dependencies to the aar libraries.

...

Additionally, users will need to add a dependency for the Serial Java library used by the SDK. This can be done by…

  1. Modifying the settings.gradle file with the following highlighted line:

    Image Added

Device Manager

Instantiation

...