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.
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.
Ok, I already red this post: How do I access softdevice version string. Do you have an up-to-date table where we can get last information. Thanks
I don't have an up-to-date table, but I could create a up-to-date table if you want it. Regarding the SDK version, you can read it from the top of release_notes.txt
in SDK_InstallFolder\documentation\
Hello Sigure, Thanks for the answer. Yes if I can get in information it will be good. There is so many version numbers so I try to figure out. There is the SDK version, the SoftDevice version the chip revisions, the chip mark, and what else ? uVision version, MDK version. S110,S132,... numbers, version of development board (I have V0.9.0 and V1.1.0). If it could exist a single compatibility table with all version and info.
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