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

nRF52840 Buttonless DFU example

 I'm trying to test  button less dfu on nrf 52840 dk. i  am simply compile  that hex  ble_app_buttonless_dfu_without_bonds_s140_with_setting_page.h   file with soft device s140 or with out soft device but, 

after that i am off the power device and  power on but  i am not looking ( ble advertise )  "Nordic_Buttonless"  device name . how can we do this ?

Parents Reply
  • Did you also flash the bootlaoder? If you flash just the ble_app_buttonless_dfu example and SoftDevice (and BL settings) but not the bootloader, the bootloader will not run, and also the ble_app_buttonless_dfu  app will hit an error as it checks if a bootlaoder is present. So if you did not flash a bootoader, it is expected that you do not see any advertising. The nRF will simply be stuck in a loop where it starts, detects an error, resets, detect the error, reset, and so on.

Children
Related