This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
Android SDK Feature Sync
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
- See documentation for more details
- 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 fromIForcedDataProducer
- 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