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_app_buttonless_dfu example not working SDK15

Hi all

i am using SDK15, nrf52832 dev kit and s132 version 5

I followed the below steps:

1)Flash  the softdevice

2)Update the generated dfu_public_key in secure_bootloader_dfu, build  and flash this to dev kit(flashed through segger IDE)

3)In  ble_app_buttonless_dfu example I did change some changes as below:            

#ifndef NRF_DFU_BLE_REQUIRES_BONDS
#define NRF_DFU_BLE_REQUIRES_BONDS 1
#endif

4)Build the ble_app_buttonless_dfu (after above config)

5)used below command for creating Zip file

nrfutil pkg generate --hw-version 52 --application-version 1 --application ble_app_buttonless_dfu.hex --sd-req 0xA8 --key-file private.key app_dfu_package.zip

6)The created file i copied to mobile and through nrf app i can able to Update the application to Dev kit, but after this the buttonless_app code is not working(it is not advertising),

Can anyone help me for this, what mistake i am doing?

Next i tried to generate the bootloader_setting from the application and then i merged this with application code and followed the step 5 and 6, then also it is not working, kindlu suggest me for this..

Thanks in advance

Regards

kashinath

 

Parents Reply Children
No Data
Related