How to speed up discovery loop process when using NFC

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

How to speed up discovery loop process when using NFC

1,068 Views
zhlcui
Contributor I

#Hi  I am using CLRC663 To read NTAG213 TAG,and software using NXP NFC lib, and I found that it will spend about 600mS to discovery the tag, How to speed up this process.

0 Kudos
4 Replies

824 Views
fernandohcoelho
Contributor III

Hello,

It's not really a response for your trouble but it may help. I don't know how all Abstraction Layers of NXP lib were constructed so it will probably always be slower than directly access the 663. PC has a lot of drivers, there is the communication with the Arm processor and after all that the Arm processor access the 663 SPI bus (in case of the Dev Board). To many steps.

I'm working with 8 bit MCU's and I can tell you that a Discover (REQA + SELECT) doesn't take more than 30ms. 

If you are looking for speed you should  probably try this approach.

Regards,

F. Coelho

0 Kudos

824 Views
zhlcui
Contributor I

Hello F. Coelho

thanks very much. I used your methods before I select the NXP library. I think application will be externed easylly when using lib.So I port it to my mcu.

The  NXP library contains REQA + Anticollision + select

I will try your methods, Thanks a lot.

0 Kudos

824 Views
zhlcui
Contributor I

Hello F. Coelho

thanks very much. I used your methods before I select the NXP library. I think application will be externed easylly when using lib.So I port it to my mcu.

The  NXP library contains REQA 

I will try your methods, Thanks a lot.

0 Kudos

824 Views
zhlcui
Contributor I

Hi anyone can give some advice , thanks

0 Kudos