-
Notifications
You must be signed in to change notification settings - Fork 95
How to switch to next slot #15
Comments
I'm also interested in this. |
Hi key8931. Can I ask what you've tried so far to implement the 16 slot read?
|
Hi everyone, I too am interested in an anticollision protocol since I need to detect multiple UIDs at the same time. However I have had no luck at using the 16 slots, which would be the proper way to implement anticollision. For now I have found a workaround by using the Quiet state of the ISO-15693 tags (I use ICODE-SLI tags but SLIX or SLIX2 should also have this option), see figure. By setting the address flag and putting the tags to the Quiet state the tag will still respond to addressed commands as long as the inventory flag is not set. Keep in mind that this workaround will only work because in my application I know the tag UIDs beforehand, which allows me to put them to the Quiet state blindly (by sending the stay Quiet commands for all known UIDs). If you have a similar situation, I hope this method maybe useful to you. I am however still interested in a proper anticollision protocol for anyone who makes progress on this! Cheers. |
An indian guy has a video for this and also an education software based on this library. It's like the NFC cockpit software and maybe helps to solve your problem? |
Hi tueddy, thank you for the video, it did indeed give some good insights on more possibilities with this board. Unfortunately, as you said, the backend of his software is based on this library and in the video at 11:03 he specifically says using inventory slot 16 is not implemented. I may look into this a bit more when I have time. |
I also used the 'stay quiet' command as a work-around like JelleME, but yes this method won't work if you don' t know the UIDs of the multiple tags overlaying the reader. I managed to read five tags successfully (see images below) but haven't tested more than that. I used the following sequence for N number of tags: |
Hi But how did you implement it, can you show your code? |
Hi |
I work with ISO 15693, and I want to work with 16 slots and always no response, the doc says I need send EOF, but how?
The text was updated successfully, but these errors were encountered: