How to speed up discovery loop process when using NFC

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

How to speed up discovery loop process when using NFC

1,110件の閲覧回数
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 件の賞賛
4 返答(返信)

866件の閲覧回数
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 件の賞賛

866件の閲覧回数
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 件の賞賛

866件の閲覧回数
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 件の賞賛

866件の閲覧回数
zhlcui
Contributor I

Hi anyone can give some advice , thanks

0 件の賞賛