8 years, 9 months ago.

DFUService

Why when i try to Update firmware by fota with (nfrMasterControlPanel) the applycation show me: connecting, after some seconds: starting bootloader endlessly. I have used BLE_HeartRate, and i have added in the main:

  1. include "DFUService.h" DFUService dfu(ble); while (1) { ble.waitForEvent(); } Why?

I have same problem, eventually I solve this problem by changing platfform. check your platfform, nrf 51822 "FOTA", or nrf 51 DK "FOTA"

posted by Taeyeop Kim 05 Aug 2015

I put on my nrf51 "BLE_Default_Bootloader_App_DK" as initial image, i select "BLE_HeartRate" as application, i select nrf51 DK FOTA as BOARD, i dowload the application.hex i open master control panel on android and i put the new applicationFOTA on the board, is correct?!

posted by Enrico Pastarini 05 Aug 2015

thanks a lot for reply

posted by Enrico Pastarini 05 Aug 2015

i put the new initial image on nrf51dk, but i can't update with FOTA

posted by Enrico Pastarini 05 Aug 2015
Be the first to answer this question.