Hello,
We want to have a systems with for 4 anchors and multiple tags (from 1 to 25) to range themself. We are using the product and the code base from InsightSip. Here is there implementation:
They have implemented it for only 1:1 ranging. One tag with one anchor. I believe we are facing race conditions between different responds message from anchor. The tag is not managing different anchor message but, it just takes message and calculates the range and saves it in a distance variable, and then after a software timer timeout it sends in a request message the calculated distance.
What would be the best approach to solved this issue? In some post they mentioned that we could use the frame filtering with PAN ID, link1, link2.
Are there any code examples that I could look into it?