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.
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.
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.