This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NordicSemiconductor /Android-BLE-Library

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.

Parents
  • 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

Reply
  • 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

Children
No Data
Related