Problems to read some tags ICODE SLIX

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Problems to read some tags ICODE SLIX

1,478件の閲覧回数
juandedios
Contributor I

I'm developing a application RFID and I'm using tags with icode slix in iso15693 .The problem is that when my application send a slot to some tags, tag response with wrong UID. The first byte is valid but the second one is repeated several times.
For example:
I have a tag with UID E00401509A1988C2. Tag response: C219191919191919 (MSB).

I have a tag with UID E00401509A198D13. Tag response: 1319191919191919 (MSB).


Any suggestions? Thank you in advance. Best regards

タグ(2)
0 件の賞賛
返信
1 返信

1,348件の閲覧回数
Jonathan_Iglesias
NXP TechSupport
NXP TechSupport

Dear Peñas Jimenez,

In anti-collision procedure, the reader can set mask and filter out the tags upon their UID. The mask length indicates the number of significant bits of the mask value. It can have any value between 0 and 60 when 16 slots are used and any value between 0 and 64 when 1 slot is used. LSB shall be transmitted first. VICC always responds with it’s full UID to an Inventory command.

pastedImage_1.png

It looks like your application prints out just masked values (LSBs): C2h and 13h. Please use 16 slots in anti-collision and check how application behaves then. We would need to take a deep look into application if we would like to make recommendations. Otherwise, if NXP product, ICODE must respond with it’s UID always.

BR

Jonathan 

0 件の賞賛
返信