Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send data from UART over mesh

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 

Related