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

Running the BLE bootloader example

Hello,

I have been trying to make the BLE bootloader example works without succes. I am getting stuck after uploading the Softdevices and the Bootloader.

Step by step (Version - nRF5_SDK_11.0.0_89a8197):

  • First I upload the proper Softdevice - s130
  • Then I upload the Bootloader: nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10028\dual_bank_ble_s130\arm5_no_packs
  • Now the MasterControl panel doesn´t detect any "DfuTarg". As far as I understood, if there is no code, the bootloader will start automatically, if not at the start push the button 4, true?

Any help will be wellcome. Thank you for your time,

Javier

Parents
  • Hello Bjørn,

    I have tried with nRF51822QFAAH00 (0x0072).

    • First with the nRFgo Studio I have flashed the device, and then uploaded the: nRF5_SDK_11.0.0_89a8197/components/softdevice/s130/hex/s130_nrf51_2.0.0_softdevice.hex

    • In KeiluVision I have opened nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10028\dual_bank_ble_s130 In project option, in the utilities Tab for the nrfjprog.exe I have added the following line: --program "#H" -f NRF51 And then in the code modified the pins of LED´s to: Led1 3 / Led2 4 / Led3 6 / Button4 7

    The reason of those changes is because those are the PINs I have acces to. Uploaded the code, and again the MCP doesn´t detect the Board and LED1 and 2 are on. LED3 is off. I have tried with the Button....nothing at all

    Javier

Reply
  • Hello Bjørn,

    I have tried with nRF51822QFAAH00 (0x0072).

    • First with the nRFgo Studio I have flashed the device, and then uploaded the: nRF5_SDK_11.0.0_89a8197/components/softdevice/s130/hex/s130_nrf51_2.0.0_softdevice.hex

    • In KeiluVision I have opened nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10028\dual_bank_ble_s130 In project option, in the utilities Tab for the nrfjprog.exe I have added the following line: --program "#H" -f NRF51 And then in the code modified the pins of LED´s to: Led1 3 / Led2 4 / Led3 6 / Button4 7

    The reason of those changes is because those are the PINs I have acces to. Uploaded the code, and again the MCP doesn´t detect the Board and LED1 and 2 are on. LED3 is off. I have tried with the Button....nothing at all

    Javier

Children
No Data
Related