I want to interface Client Sensor over UART in light_switch_server code. Can you please provide sample code for it.
I am using Mesh_V4.0 and SDK 16.0
I want to interface Client Sensor over UART in light_switch_server code. Can you please provide sample code for it.
I am using Mesh_V4.0 and SDK 16.0
Hi,
Have a look at this, Including nRF5 SDK in an nRF5 SDK for Mesh example, it show how you can implement nRF5 features into Mesh examples.
Also have a look at the UART Coexistence example as a reference.
So can I use UART Coexistence example for my application ?
That example integrates UART with the light switch client example, so you can't use it directly if you want to implement UART into server example.