Hi All,
In nRFMesh app we can see the list of names of available Bluetooth devices. Is it possible to see the list of names of available Bluetooth devices using static provisioner? I am using nRF52840 DK with nrf5_SDK_for_Mesh_v3.2.0_src SDK.nrf
Hi All,
In nRFMesh app we can see the list of names of available Bluetooth devices. Is it possible to see the list of names of available Bluetooth devices using static provisioner? I am using nRF52840 DK with nrf5_SDK_for_Mesh_v3.2.0_src SDK.nrf
Hi,
Could you elaborate what you meant by "static provisioner" ?
I mean When we using light switch example on Bluetooth mesh we can test the light switch example with two different ways
1.Using nrf Mesh app
2.A static provisioner example code.
I mean the provisioner code.
I mean When we using light switch example on Bluetooth mesh we can test the light switch example with two different ways
1.Using nrf Mesh app
2.A static provisioner example code.
I mean the provisioner code.
Hi Eisenheim,
When the device beaconing as unprovisioned device using ADV bearer (instead of GATT bearer as you do when provisioning on the phone) there is no device name. But we use URI instead.
You can find the device URI being set for the client as EX_URI_LS_CLIENT
The provisioner when scanning for provisionee will try to look for unprovisioned beacon with this URI. Please have a look at check_network_state() function.
If you have a look at NRF_MESH_PROV_EVT_UNPROVISIONED_RECEIVED event inside prov_evt_handler() you can print the information about all the beacon that the provisioner received.
You can also test with PyACI where you will see all the beacon that the provisioner find and you can choose the one you want to provision: https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.0.0/md_scripts_interactive_pyaci_doc_demo_configuration.html?cp=7_2_2_6_1_2