Skip to content

Releases: EnAccess/AirLink-Devices

v1.0.1

20 Feb 09:16
5f5de2e
Compare
Choose a tag to compare

What's Changed

Bugs

Fixed app crashes for SDK 32+

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Feb 11:53
7e6a3ec
Compare
Choose a tag to compare

Features

  • Device authorization
  • Device provisioning/registration
  • Data sync with the AirLink server (inc. timeseries)
  • Emulating entry of PayG tokens

Known issues

  1. Does not advertise for SDK > 28 (Above Android 9) - The app does not work as a BLE advertiser on devices running Android 9 or above (SDK version 28 and above).

  2. Device ID (MAC Address) keeps changing - Every time the app advertises, the Device ID (MAC Address) changes, making it difficult to keep track of the same device over time.

  3. Duplicate services added - Occasionally, the app adds redundant services (should normally be two), causing the AirLink Gateway Mobile App to be unable to read descriptors. In these cases, resetting the app solves the issue.

You might want to use the nRF Connect App for further debugging such as looking for duplicate services

  1. Advertisement packet limit - If the advertisement packet (manufacturer data) exceeds 31 bytes, the device may fail to advertise. This can be caused by writing more than 5 characters while provisioning the device.

Full Changelog: https://github.com/EnAccess/AirLink-Devices/commits/v1.0.0