This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Send data from UART over mesh

I need to send and receive data from the UART of many nodes to the UART of one specific node. I use is the nrf52840 PDK with segger-studio. Is there a sample available to do this?

Parents
  • We don't have an example does exactly what you ask.

    It's possible to modify the light switch example to do so. You can have just one server and serveral clients to send data to that one server. It's simply to set the publication address of the client to the unicast address of the server, or the subscription address of the server.

    Note that it's not obligated to use the client-server model. You can always use access layer directly to send and receive data.

Reply
  • We don't have an example does exactly what you ask.

    It's possible to modify the light switch example to do so. You can have just one server and serveral clients to send data to that one server. It's simply to set the publication address of the client to the unicast address of the server, or the subscription address of the server.

    Note that it's not obligated to use the client-server model. You can always use access layer directly to send and receive data.

Children
Related