Hello, I would like to print SDK version in my soft. Is there a function to get the SKD version ? Thanks.
Hello, I would like to print SDK version in my soft. Is there a function to get the SKD version ? Thanks.
Hi,
You can get the SoftDevice version by using the sd_ble_version_get() function. However, there is no SDK version function, so you need to keep track of this yourself. See the Compatibility matrix for information on what SDK version and SoftDevice version that are compatible.
The Compatibility matrix should show you the most important information you need. For the V1.1.0(Engineering C, Revision 1) I recommend using SDK 12.2, and as seen in the matrix, you then need to use S132 version 3. You can find the softdevice in the SDK12 folder, SDK_InstallFolder\components\softdevice\s132\hex
The Compatibility matrix should show you the most important information you need. For the V1.1.0(Engineering C, Revision 1) I recommend using SDK 12.2, and as seen in the matrix, you then need to use S132 version 3. You can find the softdevice in the SDK12 folder, SDK_InstallFolder\components\softdevice\s132\hex