Please can any one tell me that how to recognize the sdk version of that we are used it can be predict from softdevice version? for ex. •S132 SoftDevice v2.0.0 is used in sdk11.0.0.
Please can any one tell me that how to recognize the sdk version of that we are used it can be predict from softdevice version? for ex. •S132 SoftDevice v2.0.0 is used in sdk11.0.0.
Hi,
Take a look at the Compatibility matrix for information on what SDK version and SoftDevice version that are compatible. You can also read the SoftDevice version you are currently using with the sd_ble_version_get() function. If you don’t know what SDK version you currently have, you can read it from the top of release_notes.txt
in SDK_InstallFolder\documentation\
Hi,
Take a look at the Compatibility matrix for information on what SDK version and SoftDevice version that are compatible. You can also read the SoftDevice version you are currently using with the sd_ble_version_get() function. If you don’t know what SDK version you currently have, you can read it from the top of release_notes.txt
in SDK_InstallFolder\documentation\