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

iOS DFU Writing to characteristic failed

I'm using the iOS latest iOSDFULibrary pods to import to my app. However, after I using DFUServiceIniciator service the log just show as attach.DFUQuestionLog.m

The only different with the Nordic iOS toolbox is the following line : 10: Packet Receipt Notif Req (Op Code= 8, Value = 12) request sent. Moreover, I used Nordic iOS toolbox did succeed to OTA the device.

My question is that is it the possible that the the DFUServiceInitiator didn't found the total characteristics in my App?

And if there is possible to fix ATT error, how would I change the iOSDFULibrary?

Thanks~

Update: full DFU log. /Users/dennislan/Desktop/DFUQuestionFullLog.m

Parents
  • Hi Dennis, I got the log. It seems it's not the issue with service discovery or switching between application and bootloader. I suspect the bootloader crashed in the middle of the process. I would need to see the sniffer trace to understand what went wrong.

    You can also try to catch the log when you do DFU with nRFToolbox and compare to see what makes the difference.

Reply
  • Hi Dennis, I got the log. It seems it's not the issue with service discovery or switching between application and bootloader. I suspect the bootloader crashed in the middle of the process. I would need to see the sniffer trace to understand what went wrong.

    You can also try to catch the log when you do DFU with nRFToolbox and compare to see what makes the difference.

Children
No Data
Related