简体   繁体   English

如何访问 NTAG213 NFC 交互计数器?

[英]How to access the NTAG213 NFC interaction counter?

I'm working on an android app where I need to find the number of times an NFC tag was read.我正在开发一个 android 应用程序,我需要在其中找到读取 NFC 标签的次数。 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.我浏览了 NFC 论坛上的文档,对于 NTAG213**,有一个名为 MIRROR_CONF 的字段,可以使用它来确定交互计数器是否启用/禁用以及计数器的值。 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.这是我现在尝试处理这个问题的第三天。谢谢。

This is documented in section 2 of the "Advanced Features" manual of the NXP tagwriter app.这记录在NXP tagwriter 应用程序的“高级功能”手册的第 2 节中。

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.基本上,您必须使用 NFC 标签将扫描标签的设备指向某个 url,然后您可以将当前计数器值作为参数附加到该 url。

Unfortunately there seems to be no other way to access the interaction counter.不幸的是,似乎没有其他方法可以访问交互计数器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM