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 Reply
  • If you take a look at the latest mesh sdk, you notice that the provisioner sends out a "Link Establishment Request" to the provisionee. If you find out where this is in the code, you can tell the LED to blink when this event occurs. That way, you can figure out which node is being provisioned at a certain time. My guess is you want to do this to be able to tell which unprovisioned node you want to provision at a certain point in time. Is this a correct assumption?

Children
No Data
Related