Skip to content

Releases: NordicSemiconductor/Android-nRF-Mesh-Library

nRF Mesh v1.0

26 Jun 09:41
01acf0c
Compare
Choose a tag to compare

New features

  • Includes node control features such as turning on/off generic light server model. this contains GenericOnOffGet, GenericOnOffSet, GenericOnOffSetUnacknowledged and GenericOnOffStatus
  • Resetting node.
  • Setting configuration src address for the provisioner.
  • Saving application keys.

Bug Fixes and improvements

  • Possible null pointer exception when creating a message in the AccessLayer that can only contain an opcode but no parameters.
  • AppKeyIndex being assigned in an extended class instead of the base class causing the appkeyindex to be zero, which eventually failed on parsing status message relating to GenericOnOffStatus
  • Redundant app key index/app key causing a wrong app key to be added to a non configured device.
  • Parsing output/input action values in provisioning capabilities - This was causing provisioning to fail on my-newt based mesh examples as they happen to contain multiple output action values.
  • Incorrect parcelable implementation across models, that was causing the models to have incorrect data when passing a model using an Intent.
  • Improvements related to writing to shared preferences
  • Other minor ui and stability improvements

nRF Mesh v0.2

12 Jun 16:07
024c4fb
Compare
Choose a tag to compare
nRF Mesh v0.2 Pre-release
Pre-release

Release of nRF Mesh for Android version 0.2

Bug fixes

  • Fixed node reordering
  • Fixed element reordering
  • Fixed model reordering
  • Intermittent crashes when scanning for provisioned nodes
  • Added scanner timeout in the mesh service for reconnection during provisioning
  • Removed static instance of the SDK to avoid holding on to the Context reference
  • Removed hard coded app key index

Improvements

  • Users may now continue configuring if the device fails to reconnect upon completing provisioning
  • Adding multiple app keys
  • Binding multiple app keys

nRF Mesh v0.1

07 Jun 10:21
384ffb0
Compare
Choose a tag to compare
nRF Mesh v0.1 Pre-release
Pre-release

Initial Alpha release of nRF Mesh for Android. This initial version contains features.

  1. Supports provisioning with OOB Numeric
  2. Adding App Key
  3. Binding added app keys to Models
  4. Setting publish address
  5. Subscribing/Unsubscribing to and from group addresses