Position of tags from Anchor's SPI

Hi, im trying to get the position of the tag/s from an Anchor connected with SPI, i programmed the Anchor as ( ITS IMPORTANT TO KNOW THAT IM TRYING TO CONFIGURE ALL THE ANCHOR SETTINGS WITH THE API’s, NO BLE) :

cfg.initiator = 0;
cfg.bridge = 0;
cfg.common.enc_en = 0;
cfg.common.led_en = 1;
cfg.common.ble_en = 1;
cfg.common.fw_update_en = 1;
cfg.common.uwb_mode = 2;

When i do a “si” command to se the correct connection i got :

[000064.230 INF] sys: fw2 fw_ver=x01030001 cfg_ver=x00010700
[000064.230 INF] uwb0: panid=x7C7A addr=xDECA92D06C62411C
[000064.240 INF] mode: an (act,-)
[000064.240 INF] uwbmac: connected
[000064.240 INF] uwbmac: bh connected
[000064.250 INF] cfg: sync=1 fwup=1 ble=1 leds=1 init=0 upd_rate_stat=120 label=AnchorMostrador
[000064.260 INF] enc: off
[000064.260 INF] ble: addr=C5:BB:5D:CC:75:85

(PANID is correct, Mode is Correct)

So i dont know why i cant se nothing doing a “les” or “lec” ,but i can see the position of the Tag in my MQTT Server.

I have 3 more Anchors without the SPI connected.

LAST EDIT: I think that "It is not possible to get the position from an anchor, you need to read it out of a tag or a listener (effectively a passive tag). " This is true?

Solved, It is not possible to get the position from an anchor, you need to read it out of a tag or a listener (effectively a passive tag). Also can be done with a Gateway in the range of the Tag

LAST EDIT: I think that "It is not possible to get the position from an anchor, you need to read it out of a tag or a listener (effectively a passive tag). " This is true?

That’s correct.

Yves