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

how to run serial example for the mesh

HI:

I am studying mesh now.But I don't know how to run this example.I think,that proceed as follows:

1.Using provisioner example Configuration each node(element and models addr).

2.Serial send and receive data between two nodes.

Is this correct?

mRF15.0.0

mesh2.1.1

nRF53832

SES

 

Parents
  • The serial example is used if you want to provision mesh devices via the interactive pyaci script on your pc. The whole idea is to use the pc as a provisioner. You can then backup the provisioning data easily. If you have a mesh network with multiple hundreds of nodes, it is a good idea to store the provisioning data on a pc & not on a microcontroller. In addition, the pc has much more memory than a microcontroller, making it more useful for big mesh networks.

    I would recommend taking a look at the interactive pyaci script documentation & following the three different tutorials there.

Reply
  • The serial example is used if you want to provision mesh devices via the interactive pyaci script on your pc. The whole idea is to use the pc as a provisioner. You can then backup the provisioning data easily. If you have a mesh network with multiple hundreds of nodes, it is a good idea to store the provisioning data on a pc & not on a microcontroller. In addition, the pc has much more memory than a microcontroller, making it more useful for big mesh networks.

    I would recommend taking a look at the interactive pyaci script documentation & following the three different tutorials there.

Children
Related