Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Adding device identifier to BLE DFU application

I am using bootloader based on Nordic secure bootloader example. I would like to add possibility to identify device after entering BLE DFU. I was thinking about device MAC address however this solution won't work with Apple devices as they don't have access to device address. I would like also to avoid editing Nordic libraries. Is there any possibility to achieve this or I am forced to edit DFU libraries?

Parents Reply
  • Hi Sigurd,

    I would like to identify nRF52 device from BLE central. Phone is sending request to device to enter DFU what cause the device to disconnect and reboot as DFU device. In case of two devices in DFU mode with same name Apple mobile is not able to recognize its device. I would like phone to recognize the device to which should it send new application.

    As far as I know DFU library doesn't provide way to customize name per device.

Children
Related