Hi,
I am using mesh SDK 4.0.0 and nRF SDK 16.0.0. I ported the ble_app_uart_coexist example from mesh SDK to build OK for pca10056 board (nRF52840) by following the instructions on Nordic Infocenter. I can successfully use the "ble_app_uart" part of the example by making BLE connection with the board but I don't see the node in nRF Mesh android app-> Add Node->'Looking for unprovisioned proxy nodes'. I assume it should show up as an unprovisioned node in the app. I have successfully run light-switch mesh example on this board previously. In this devzone case case48109 ,one reply says "The reason that you aren't seeing the device in the nRF Mesh app is probably cause it is advertising as a BLE device. The nRF Mesh app will only pick up devices that is broadcasting as a unprovisioned node." . While flashing the board, I did Erase All and then downloaded the firmware from Segger IDE. So I guess that removes any provisioning data that was on the board. I did not edit the coexist example code in any way. I only edited the DEVICE_NAME macro.
1) How do I get it to advertise as mesh node ?
2) I ported a pca10040 example to use with pca10056 board. How do I verify that the right softdevice s140 and the mesh stack is really being flashed during the download process?
Thank you
-Kunal