Hi,
I'm working on a project where i need to send data like this way :
PC(Terminal) -> node (app_uart_get()) -> relay node 1 -> relay node 2 -> node(app_uart_put())->PC(Terminal).
I already merged light switch example with uart example but now i'm stuck on how sending data from UART over mesh.
Any idea on how to do that?
Thank you