This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Device not connecting after DFU OTA

Hi,

I am running the BLE DFU example. I am able to perform the DFU OTA implementation successfully. The problem I am facing is that, once the application has been updated successfully, the device gets disconnected and starts advertising with new name. But when I am trying to connect to it, its disconnecting again and again.

I am using the hrm zip file for updating. The device after updating advertises as Nordic_HRM.But I am not able to connect to it.

Parents
  • Ok, first run pip unistall nrfutil to remove v3.3.0, then install nrfutil v0.5.2 from source, i.e. run the following command in the pc-nrfutil-0_5_2 folder that you unzipped

    python setup.py install
    

    after that you should be able to run it from source with this command

    python nordicsemi/__main__.py
    
Reply
  • Ok, first run pip unistall nrfutil to remove v3.3.0, then install nrfutil v0.5.2 from source, i.e. run the following command in the pc-nrfutil-0_5_2 folder that you unzipped

    python setup.py install
    

    after that you should be able to run it from source with this command

    python nordicsemi/__main__.py
    
Children
No Data
Related