Hello,
We are working on Zephyr sample app Mesh on nRF52840dongle with nRF Mesh application.
After going through the documentation and few other Q&A on the portal, I was able to make the dongle to advertise the Unprovisioned Device Beacon. And see network mesh devices in nRF mesh app and as well as in nRFConnect app. Below are the changes done in prj.conf
#CONFIG_BT_SETTINGS=y #CONFIG_SETTINGS=y
In order to understand how the sample app Mesh application works along with the nRF Mesh app (running in iOS Mobile), I have few basic queries
- Device is advertising using random address, is their any way to use fixed address ? (This is for testing purpose.)
- Device is visible under "Provision Device" section, but when select it, a popup with appear showing status as connecting.
- After that nothing has happened, , Do I need to connect the device first with nRF Connect. ?
- it remain in the same state, I had to cancel it. Did I miss any step before I tried to connect the node ?
- Upon button press, the device perform self provisioning.
- How nRF Mesh running on mobile can join to the self provisioned device.
- What steps need to be performed ?
- What step I shall perform so that the device join/connect with the phone(nRF Mesh app). Is there any guide on how sample app "Mesh" can use with nRF app.
Thanks