2024-10-15 12:46 AM
Hello everyone,
I am working on a project that requires identifying the RSSI of all surrounding tags.
If "tag 6361" is not placed, the remaining three tags can be recognized and their RSSI can be obtained. However, after placing "tag 6361", only "tag 6361" can be recognized, and the other three tags cannot communicate.
The RSSI of the four tags is: tag "66E9" has an RSSI of 101, tag "635A" has an RSSI of 28, tag "681D" has an RSSI of 73, and tag "675A" has an RSSI of 1736.
May I ask how to make these four labels recognized simultaneously?
Solved! Go to Solution.
2024-10-16 11:00 PM
Hello He,
I recommend to debug using method 1) to see if the outer tags are answering.
For NFCV tags you may want to use rfalNfcvPollerSleepCollisionResolution() which should avoid stronger tags covering weaker tags.
BR, Ulysses
2024-10-15 03:50 AM
Hello He2,
I see typically two possibilities why such effects are appearing:
Best Regards, Ulysses
2024-10-16 06:58 PM
Hello Ulysses,
We use TYPE-5 tags, and the reader's function is to obtain the UUID of all surrounding tags and the RSSI of that tag.
Best Regards, He
2024-10-16 07:28 PM
Hello Ulysses,
May I ask how to modify the chip to eliminate the impact of placing the "6361" label?
Best Regards, He
2024-10-16 11:00 PM
Hello He,
I recommend to debug using method 1) to see if the outer tags are answering.
For NFCV tags you may want to use rfalNfcvPollerSleepCollisionResolution() which should avoid stronger tags covering weaker tags.
BR, Ulysses