I am studying how to update the firmware through BLE at the moment. I used the example project of "ble_app_buttonless_dfu", but I am having many questions that I don't understand:
-
when the project is flashed into IC, I can only see the S132 part and Application part in Nrfgo studio, so where is the bootloader?
-
I did not see any bootloader related code in the source code of "ble_app_buttonless_dfu", does it mean I have to flash the bootloader code separately as the S132 code in nrfgo studio? Also, I did not find such a bootloader file.
-
is the "ble_app_button_dfu" ready to test OTA? or I have to add other codes to make it work with bootloader?
-
is there any tutorial to teach me step by step ?
Thank you.