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

Serial profile for mesh

Hi Guys,

I am using nordic nrf52840 DK.

Is serial profile and UART different ?

If so, what is serial profile in nordic and how can I integrate mesh and serial profile ?

I used UART example where I am able to send anything from UART app to the NRF52840,

I want to do the same thing with mesh also.

I want to send command like that to Mesh nodes also. Is it possible ?

How should I do it ?

I am using mesh V3.1.0

and sdk v15.2.0.

Thanks,

Vibhu. 

Parents Reply Children
  • I might be misuderstanding, but you are using the Coexistence example, right? You want to send a command from a phone to a node via UART, then this node will send to another node in the mesh network, correct? If so, you would need a client to send a message to server in mesh network.

    Phone-> Client-> Server. 

  • So If I were to send command to 3 Servers via UART I would need 3 clients and totally 6 nodes in the mesh ?

    I have 5 nodes and is it possible to use UART and mesh at the same time in all the 5 nodes individually ?

    Like, if I want to send UART command from phone app to a particular node in any of the 5 I should be able to, Is that possible ?

  • Vibhu said:
    So If I were to send command to 3 Servers via UART I would need 3 clients and totally 6 nodes in the mesh ?

    You would only need one client to send a message to the servers in the mesh network.

    Vibhu said:
    I have 5 nodes and is it possible to use UART and mesh at the same time in all the 5 nodes individually ?

    Yes, you can run both UART and mesh in all the nodes.

    Vibhu said:
    Like, if I want to send UART command from phone app to a particular node in any of the 5 I should be able to, Is that possible ?

    Yes, that is possible.

Related