Return Anchors used for positioning

Is is possible to return the anchors used in the position of a tag. I have 6 anchors, would like to optimize their location by tracking which anchors are used at each location. I am currently using a listener and moving to a Gateway using MQTT to get the data.

Hi,

yes, it’s possible. You can write a small application using the PANS library and reflash it on the tag.
In that application you register to receive location. In the callback you will receive the distances + location. That data can be then sent as user data to the server.

There have been a couple of posts on this forums related to similar topic.

Cheers,
TDK