Verisense Matlab Examples

Software Development

The Verisense Matlab Examples are designed to allow for easy integration of the Verisense suite of sensors onto 3rd party, MATLAB based software platforms.

Description

The Verisense Matlab Examples are designed to allow for easy integration of the Verisense suite of sensors onto 3rd party, MATLAB based software platforms.

Example code is provided to guide developers on tasks such as:

  • Configuring via BLE, we currently only support a limited amount of default configurations, do get in touch with us if you require a different set of configurations 
  • Logged Sensor Data Syncing via BLE note: syncing is the retrieval of logged sensor data in a binary file fomat. this binary file can be parsed using this Java app, however users should be aware that we do not provide file parsing source code in C#

The Verisense Matlab Examples currently supports the Verisense IMU sensor and will support the soon to be released Verisense Pulse+ sensor that will capture raw GSR and PPG signals in addition to the motion based signals available with the Verisense IMU. Future iterations of the Verisense hardware platform when released will also be able to use these Verisense Matlab Examples for integration development.

Minimum Matlab Version Tested On 

Matlab 12 (Windows) Note: The provided Verisense Matlab examples uses the c# API executable example provided here to communicate with the Verisense device via BLE. While the example does support linux (tested on Ubuntu) we’ve not tested it with Matlab running on linux. 

These examples are to help users get started with using the Verisense device. The Verisense datarecordingexample is the best example to start with. 

Full Details on the Verisense Matlab examples and access to examples can be found on GitHub, see here.