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

NRF52832 bootloader

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:

  1. 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?

  2. 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.

  3. is the "ble_app_button_dfu" ready to test OTA? or I have to add other codes to make it work with bootloader?

  4. is there any tutorial to teach me step by step ?

Thank you.

Related