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

Disconnecting the Target device from the nRF52 DK after performing dfu over ble

Hi,

I am using a nRF52 DK board and programming in python.

After performing a successful DFU over BLE i want my Target device to be disconnected from the nRF board so that i can check if the device is advertising again or not.

Is there a function or statement in python that helps disconnecting from a device connected through BLE?

Parents Reply
  • Hi,

    I am using the __main__.py program in nrfutil which is used to perform DFU over BLE. 

    I need to upgrade the firmware of a custom board through my nRF52 DK board.

    After upgrading the firmware, I need to do a few other things for which i need the element to be disconnected from the nRF52 board.

    I am able to perform DFU through BLE but i am not able to disconnect from the element.

    Is there a function that allows us to disconnect from the device which is connected through BLE?

Children
Related