Dear Nordic DevZone,
Greetings!
I have been trying to get working with the example ble_app_buttonless_dfu
I tried configuring for extended advertising with help from this link in SDK 15.3.0 on nRF52832 DK
devzone.nordicsemi.com/.../181595
I am using two different ways to observe the nRF52832. They are: a) "nRF Connect v3.3.0 desktop" on my windows computer, open Bluetooth Low Energy and b) Samsung S10e smart phone (having Bluetooth v5.0) with "nRF Connect APP".
My aim is to quickly get the properties of nRF52832 that it is extended advertising and CONNECT so that DFU service can be triggered from the Application (and get the bootloader to perform the DFU).
I noticed the following issues, please help:
- In addition to the above link, in this function: advertising_config_get(), I also needed to set
p_config->ble_adv_extended_enabled = true;
only then I am able see the correct properties on my smart phone that it is extended advertising. See attached pictures taken from my phone.- Is this the correct way to configure nRF52832?
- Meanwhile, the "nRF Connect v3.30 on my desktop" does not show my nRF52832 at all. Is this already fixed in the upcoming release?
- Now I press CONNECT from the smart phone "nRF Connect APP" but the connection never goes through. Am I missing some special settings to get CONNECT working with extended advertising on nRF52832?
Please help.
Thanks,
Tilak
Below picture when the ble_adv_extended_enabled = true
Below picture when the flag ble_adv_extended_enabled = false