Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE Bootloader Example not Advertising on BLE Nano

Hello,

i'm using the BLE Nano v2 with the nrf52832 on it and a DAPLink USB-Dongle. IDE is Eclipse with gcc and SDK v14.2. My current aim is to do an OTA DFU so I tried the bootloader_secure_ble example following these steps: devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader
I've customised the leds_init() & buttons_init() function to match my board, updated the dfu_public_key.c file and flashed it together with the s132 softdevice v4.0, my application and a settings page via drag and drop. My application runs fine and I also get into dfu mode by pressing the button -> LED lights up. But there's no advertising. Also, if in dfu mode, the bootloader doesn't jump back to my application after the time specified in the sdk_config.
I don't know what I'm doing wrong, but I think it must be something essential.. Hope you can give me some help.

Thanks in advance
Markus

Parents Reply
  • Yes, it really seems to be a little bit curious. I checked other android devices before, but the same problem also occured there. I also retried the pixel tablet after checking the iPad. The iPad detected the board in bootloader mode, the pixel doesn't.

    However, nrfConnect received an update on android in the last few days, now it also works fine on the pixel c.

    Thanks for your help, though.

    Markus

Children
No Data
Related