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

IOS-nRF-Connect

Testing DFU with IOS version of nRF connect.  I am able to save my image to the IPad with Itunes.  I can select the file and then start the DFU process.

Process completes and then I get a message "Please connect to this device to learn its DFU status". 

I am trying to get the logging file so I can confirm success.

Where is the option to see / save the log file?

Parents
  • Hi,

    The device will use the original Bluetooth address incremented by '1' if you start DFU in bootloader mode. Then when the application is updated, it will begin advertising with the original non-incremented address again. Because of the address change, the Ipad will not be able to reconnect automatically. Are you able to find the device again if you go back to the scan window and start scanning? If more verbose logging is needed, I would recommend you to use the *_debug bootloader projects that prints the log messages over RTT. 

  • Hello Vidar:

    I am able to reconnect to the nRF target by putting the 52832 into bootloader mode.  This works no problem.

    What I am trying to do is to get the nRF Connect log file from the IPad.  With the Android version of the nRF Connect I can view / and save the log file that is generated.  How do I do this with the IOS version?

    Please and thanks,

    Ken.

  • Hello Ken,

    I don't think nRF connect has support for logging yet, unfortunately. I could not find an option for it at least. I will have to check with the developers tomorrow if there are plans to support it.   

    Kendal Lacey said:
    I am able to reconnect to the nRF target by putting the 52832 into bootloader mode.

    Assume you get a message saying the DFU was successful? It shouldn't be necessary to enter DFU mode to re-connect if you were uploading a BLE peripheral application. Do you have other ways of checking if your application is running after DFU? LED indications, attach a programmer, and debug the app after DFU, etc.?

    Regards,

    Vidar

Reply
  • Hello Ken,

    I don't think nRF connect has support for logging yet, unfortunately. I could not find an option for it at least. I will have to check with the developers tomorrow if there are plans to support it.   

    Kendal Lacey said:
    I am able to reconnect to the nRF target by putting the 52832 into bootloader mode.

    Assume you get a message saying the DFU was successful? It shouldn't be necessary to enter DFU mode to re-connect if you were uploading a BLE peripheral application. Do you have other ways of checking if your application is running after DFU? LED indications, attach a programmer, and debug the app after DFU, etc.?

    Regards,

    Vidar

Children
Related