Skip to content

Bug Fixes and Bluetooth LE Refactor

Compare
Choose a tag to compare
@mbientlab mbientlab released this 16 May 19:12
· 47 commits to master since this release

v3.0.32 fixes a few bugs with the API and refactors the underlying Android BLE usage.

Changes

  • Corrected attribute definition for MMA8452Q acceleration data
    • Fixes using the acceleration data wtih data processing and logging
  • Fixed bug with using data forwarding to create feedback loops in a data processing chain
  • Refactored underlying Bluetooth LE usage to incorporate the Bolts Framework
    • Internal BLE api and implementation extracted as a stand alone class in the BleToolbox project