BLE FOTA example for Central device

Hi,

Is there any example of a Central device which is able to connect to a peripheral and update it ? Im guessing the bluetooth_central_dfu_smp sample is probably the closest one to what I want.

Thank you!

Parents Reply
  • Hi again Sigurd,

    Thanks for helping me on this. So I figure out the issue and I can send the data correctly. Seems that on the first chunk (where you send the image size and sha) I have to wait some seconds before start sending the data. Was getting error -16 (Timeout).

    Now Im on the point of sending a confirm messages for the peripheral , so it can use the new image when it reboots. Im taking a look at the PR you mentioned, really useful! Have you tried to do this also ?

    Thanks a lot!

Children
Related