Hi all,
I have a hard time to merge Mesh Proxy Service and Nordic UART service. I am working with mesh SDK v. 3.1.0 and nRF5 SDK v. 15.2, coexistence example ble_app_uart_coexist. I have read all the posts here in the DevZone about this problematic. I know about the fact, that first step is provisioning using Mesh Provisioning Service (if I dont use PB-ADV bearer) -> restarting mesh stack and softdevice because in this moment is not supported removing of the service (only adding) -> after restarting adding Mesh Proxy service (proxy_init() function) -> now the configuration phase -> provisioning and configuration done -> now you can communicate with the models and sending messages to turn On/Off lights or whatever, depending on the models implemented. Also aware of the fact, that in the nRF5 SDK v.15.2 is supported only one advertising set -> the need to dynamically change the advertising set. Also knowing this all, it is pretty complicated to accomplish merging of these services and coexistence with mesh. I want to ask if you release such a tutorial, how to make the coexistence of the proxy service and some another ble service. I think, it would be interest in that. But it is up to you or if it is necessary for the other Nordic users.