Listener position - MDEK1001

Does the listener also do a ranging with anchors and make its own position available from serial port or is it just looking for ranging packets from other Tags and sending them out the port?

If it does not do any ranging, would I need to have a Tag at same location as listener to get its position or can the code be easily modified to cause it to range also?

Also, the listener can be mobile and it will just pick up ranges from any Tags within RF range of itself?

Thanks

No. Listener only listens for Group Polls from tags and extracts location information.

I have a network set up with 4 anchors and 2 tags, I added one listener via minicom connected through usb on same network. But when i do lec it doesnt give any data.

Here is the information from listener

dwm> si                                                                      
[011398.030 INF] sys: fw2 fw_ver=x01030001 cfg_ver=x00010700
[011398.030 INF] uwb0: panid=x09D9 addr=xDECAAF608B240189
[011398.040 INF] mode: bn (act,-)
[011398.040 INF] uwbmac: connected
[011398.040 INF] enc: off```

Any help is appreciated.
@zoran

Hi @eyshika
mode: bn is deprecated. Try to use this two commands:
nma (switch to anchor)
nmp (switch to passive mode)
then it should work.

Cheers
JK