Hi,
I want to add a secured OTA(Button Less) in ble_peripheral\ble_app_template.
Is there any proper tutorial/document/example for this?
Thanks!
Hi,
I want to add a secured OTA(Button Less) in ble_peripheral\ble_app_template.
Is there any proper tutorial/document/example for this?
Thanks!
Yes, please make sure you have included the same include paths in your project as in the buttonless project.

I have fixed the above issue by adding a directory in the header files.
Now I have followed these steps to create a merge hex file.
I am trying to upload the merge.hex file and getting the following issue.

I have uploaded file form cmd but BLE is not advertising and not showing any response.
For my application, I am getting this error.

This error is reported because your central is trying to update an existing bond on your device, please see this post for a work-around: https://devzone.nordicsemi.com/f/nordic-q-a/51274/bonding-doesn-t-work-after-deleting-bond-info-on-nrf-connect
Muqarrab said:I am trying to upload the merge.hex file and getting the following issue.
Please use the Programmer app in nRF connect for desktop instead. It replaces nRFGO studio.