Hello.
Please understand that I'm not good at english.
I can't put device to buttonless example.
Execution environment :
- nrf-sdk 13.1.0
- softdevice 4.0.2
- nrf52832
- macOS
sequence :
- flash softdevice : nrfjprog --program s132_nrf52_4.0.2_softdevice.hex -f nrf52 --sectorerase
- build public_key.c + bootloader_secure_ble = bootloader_secure_ble.hex
- flash bootloader_secure_ble.hex
- build experimental_ble_app_buttonless_dfu : ble_app_buttonless_dfu.hex
- flash ble_app_buttonless_dfu.hex
then, I can't find an entry in list that DEVICE_NAME is "Nordic_Buttonless".
but, instead of steps 4~5, If I do the following, Nordic_Buttonless App will work. - ble_app_buttonless_dfu.hex + private.key = ble_app_buttonless_dfu.hex.zip
- DFU through the Android app nRF Connect.
then, I can find a "Nordic_Buttonless".
Q1. In above and below methods, I want to know how to do it in the above method.
Q2. - mergehex -m ble_secure_bootloader.hex ble_app_buttonless_dfu.hex -o output.hex
- flash output.hex
then, I can't find a "Nordic_Buttonless".
Why not?