Hi,
I started to evaluate the Instaburst feature. I use light_switch_client example, but I am unable to provision the device once I enable this feature.
Below are the logs.
Have you made any other changes to the example other than enable the instaburst feature?
Did you check out Nordic Advertiser Extensions (Instaburst) documentation?
Do you get any error codes? From you log, it looks like the device is provisioned succesfully: "Succesfully provisioned".
Which Mesh SDK version are you using?
It is BLE Mesh v5.0.0 along with nRF5_SDK_17.0.2_d674dde.
There is no error code I have but the provisioning is halted after this log "Sending network transmit set".
I expect this at the provisioner side.
Does not look like you get any asserts on the device side. Have you tried provisioning with another phone? What version of nRF Mesh app are you using?
Can you also tell me what device you are using? A custom board or a DK?
I have use Oneplus Nord2 and Samsung Galaxy A31 with App version 3.1.6.
As per the documentation, Instaburst feature is only enabled for nrf52832 (PCA10040), and that is why I an using that.
And the phone is stopping on the same place on both phones? Are you able to provision the device if instaburst is disabled with both phones?
Yes, both the phones stop at the same place. Also, yes when I disable the instaburst, both the phones are able to provision the device.
Is it possible to upload your project so I can try to reproduce it over here?
Hi Mttrinh,
Here is the attached light_switch example with instaburst enabled.
Can you give me your whole project? I can't seem to build the project.