Periodic NFC Communication between Reader and I2C Tag

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Periodic NFC Communication between Reader and I2C Tag

1,433 次查看
maxkorb
Contributor I

Hello I have this rather specific use case, where I use a NFC reader to exchange periodic information, about every 10ms between an I2C Tag and the Reader, for this i write/read the SRAM of the Tag in Mirrored Mode, this communication can't be longer than 2ms at most.

 

The problem i'm facing is i have to turn off the RF Field between communications, and every time i turn off the field i have to do the whole anticollision loop again which takes roughly 5ms, which for my use case is too long.

 

Now my question, is it possible to communicate with the Tag without this anticollision loop, and if so how would you do that?

 

Hardware used is a:

NTAG I2C Plus 2K

0 项奖励
回复
2 回复数

1,424 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Maxkorb:

 

NTAG I2C Plus is a state machine based IC. From below state diagram you can see that full anticollision procedure needs to be followed that tag enters ACTIVE state, where it can accept other commands than REAQ, WUPA, SEL_CL1, SEL_CL2.

Sorry, there is no way to skip anticollision process on NTAG I2C plus. (but on NTAG 21X it is possible to skip one part).

danielchen_0-1647615205503.png

 

 

Regards

Daniel

1,409 次查看
maxkorb
Contributor I

Thank you i for this info.

I took a look at this NTAG 21X, but i seems like it has no way to communicate with an microcontroller inform of a wired connection. Which i would need.

0 项奖励
回复