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

Reading the application version, bootloader version of a device connected through bluetooth.

Hi,

I am using nrf52 DK board.

After uploading my bootloader and application on a device that is connected through bluetooth with my board, i want to know the application version and the bootloader version that has been uploaded. This is being done to check if the bootloader and Application that have been uploaded are correct or not.

I am writing a python program to read the Information from the device.

I think this uses the Device Information Service but i don't know how to use that. Need help.

Thank you!

Related