Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Android SDK Feature Sync

Compare
Choose a tag to compare
@mbientlab mbientlab released this 15 Dec 01:21
· 19 commits to master since this release

SDK v0.3.0 syncs many of the features from Android SDK v3.3 and updates the Bluetooth LE code for .NET console apps on the Fall Creators Update.

This release also adds another build that targets .NET Standard 2.0. Keep in mind that the .NET Standard build is platform agnostic i.e. only the API for the MetaWear protocol is provided. Developers will need to plugin their own Bluetooth LE and I/O code.

Changes

  • Added build targeting .NET Standard 2.0
  • Added support for anonymous routes
  • Cache discovered BLE characteristics
  • Added support for tap, low/high-g, orientation, flat, and motion detection on the BMI160 and BMA255 accelerometers
  • Have IAnalogDataProducer extend from IForcedDataProducer
  • Added options to configure the BMI160 digital filters
  • Updated the Delay component to support 16 byte data
  • Modified InitializeAsync to throw an exception if it times out
  • Added TimeForResponse property