nfc-nci example (demoNFCApp) does not detect OnTagDeparture for ISO15693

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

nfc-nci example (demoNFCApp) does not detect OnTagDeparture for ISO15693

Jump to solution
838 Views
V_Palacio
Contributor IV

Hi,

Testing the demoNFCApp, I've discovered that, on poll mode, hangs when presenting and ICode card.

After some debugging, I've realized that callback OnTagDeparture is not called for the ICode card, thus the software keep waiting.

Works OK for MifareClassic and MifareDesfire.

Anyone detected this problem?

Regards,

HW: RFID PN7510 / CPU: IMX6SX

ISO15693:

Waiting for a Tag/Device...

NFC Tag Found

Type : 'Type V'
NFCID2 : 'A9 12 BA 41 00 01 04 E0 '
NDEF Content : NO, mode=1, tech=5

Not a MIFARE card

MIFARECLASSIC:


Waiting for a Tag/Device...

NFC Tag Found

Type : 'Type A - Mifare Classic'
NFCID1 : 'A6 3F D9 AD '
NDEF Content : NO, mode=1, tech=8

Mifare Authenticate command sent
Response :
40 00

Mifare Read command sent
Response :
10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

NFC Tag Lost

Waiting for a Tag/Device...

 

Labels (1)
0 Kudos
1 Solution
825 Views
V_Palacio
Contributor IV

Replying to myself... I've checked git commits for this project, and the problem was solved in December 2019

commit:  24d8f13f6e4da81ce7bc06d8a6f2fcfc5614fe61 (Fix potential ISO15693 tag presence check issue)

View solution in original post

0 Kudos
1 Reply
826 Views
V_Palacio
Contributor IV

Replying to myself... I've checked git commits for this project, and the problem was solved in December 2019

commit:  24d8f13f6e4da81ce7bc06d8a6f2fcfc5614fe61 (Fix potential ISO15693 tag presence check issue)

0 Kudos