Is there any good tutorial about the Android-BLE-Library Nordic library ?
I have only found the examples, but you need to dig in the code to learn how to use.
Is there any good tutorial about the Android-BLE-Library Nordic library ?
I have only found the examples, but you need to dig in the code to learn how to use.
Hi
There are no official tutorials or guides for the Android-BLE-Library unfortunately.
For the older version of the BLE library we had a usage description here which might still prove helpful, but there are some small inconsistencies there compared to the latest version:
onDeviceDisconnected was replaced with onServicesValidated, and a new param was added to the writeCharacteristic method, so keep this in mind when reading through it.
For the latest version of the library the only 'documentation' per se is the samples, including Android-BLE-Blinky and the included examples in the library repository.
Best regards
Torbjørn
Hi
There are no official tutorials or guides for the Android-BLE-Library unfortunately.
For the older version of the BLE library we had a usage description here which might still prove helpful, but there are some small inconsistencies there compared to the latest version:
onDeviceDisconnected was replaced with onServicesValidated, and a new param was added to the writeCharacteristic method, so keep this in mind when reading through it.
For the latest version of the library the only 'documentation' per se is the samples, including Android-BLE-Blinky and the included examples in the library repository.
Best regards
Torbjørn