This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE command to get firmware version running on controller chip ?

Hi,

I am new to Nordic. 

We are using NRF51822 chip with S120 version of softdevice. Recently we made few changes in SDK code running on nRF51 controller chip. Is there any header file in nRF51 SDK to configure version to differentiate firmware with our changes ? We need to fetch this version from host chip using ble commands. I have gone through the documentation and found that SD_BLE_VERSION_GET is not useful for our requirement.

Thanks,

Durgesh

Parents Reply Children
  • Hi,
    My last reply was actually regarding to the nRF not the sensor. Sorry for the misunderstanding. There isn't a standard BLE command that would give you the FW version of the application that is flashed on the nRF.  sd_ble_version_get() will only return the version of the Softdevice that is flashed. For version control, I would recommend as part of the application: storing the version of the application in non volatile memory and setup a characteristic that retrieves the version. 
    Jared
Related