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.
i already read this example and i tried it. this example work the same like the light switch example except the uart/button?
and i didn't succeed to connect to the mesh app mobile(i did succeed to connect to the uart app mobile).
so my question: does it supposed to connect to the mesh app mobile and if it's supposed, how to do it?
Thx.
or there is example how to add UART example in nrf5 sdk into mesh light switch example? i'm using nRF5 sdk 15.2.0 and mesh sdk 3.1.0
thx
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".