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

How to identify a non provisioned node with the Thingy mesh demo

According the the instructions for the Thingy mesh demo, it is possible to manually provision new nodes. Is it possible to identify the unprovisioned node first by sending a command to blink its LED (or similar).

Parents
  • I do not believe it is possible to do this with the Mesh demo directly, but it might be possible to achieve this by changing the code. Normally, the provisioner will need to provision & configure a node before it is able to ask the node to turn on its LED. What you could also do is to provision all nodes that have a certain UUID & filter out nodes that should not be provisioned. This is how the light switch example does it in the Mesh SDK v2.0.1.

Reply
  • I do not believe it is possible to do this with the Mesh demo directly, but it might be possible to achieve this by changing the code. Normally, the provisioner will need to provision & configure a node before it is able to ask the node to turn on its LED. What you could also do is to provision all nodes that have a certain UUID & filter out nodes that should not be provisioned. This is how the light switch example does it in the Mesh SDK v2.0.1.

Children
Related