How to access the NTAG213 NFC interaction counter?

南笙酒味 提交于 2019-12-11 01:05:41

问题


I'm working on an android app where I need to find the number of times an NFC tag was read. I've gone through the docs on the NFC forum and for NTAG213** there is a field called the MIRROR_CONF using which one can determine whether the interaction counter is enabled/disabled and the value of the counter. I need to access this counter programmatically. I would highly appreciated if someone could help me out with that. It's my third day trying to deal with this now.Thanks.


回答1:


This is documented in section 2 of the "Advanced Features" manual of the NXP tagwriter app.

Basically, you have to have use the NFC-tag to point the device scanning the tag, to some url and then you can append the current counter-value as a parameter to that url.

Unfortunately there seems to be no other way to access the interaction counter.



来源:https://stackoverflow.com/questions/43284612/how-to-access-the-ntag213-nfc-interaction-counter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!