Hi,
i'm using nRF52832 there is easy way/tutorial/explanation how to make it to connect as a client to the mesh app mobile using ble_app_uart_coexist code?
Thx.
Hi,
i'm using nRF52832 there is easy way/tutorial/explanation how to make it to connect as a client to the mesh app mobile using ble_app_uart_coexist code?
Thx.
Hi,
I'm not sure what you want to do, could you elaborate? You can also read more about the UART Coexistence example here.
Hi,
The example is similar to the light switch example except that you are simulating a button press over UART. No, you won't be able find the device in the nRF Mesh app because the example don't have GATT provisioning bearer (PB-GATT) and the Proxy feature enabled.
The UART Coexistence example gives you an idea of how to add UART to the light switch example. Also have a look at "Including nRF5 SDK in an nRF5 SDK for Mesh example".
Hi,
The example is similar to the light switch example except that you are simulating a button press over UART. No, you won't be able find the device in the nRF Mesh app because the example don't have GATT provisioning bearer (PB-GATT) and the Proxy feature enabled.
The UART Coexistence example gives you an idea of how to add UART to the light switch example. Also have a look at "Including nRF5 SDK in an nRF5 SDK for Mesh example".