Nexus Mobile 中的 NFC 可以读取普通 RFID 标签吗?

发布于 2024-11-05 17:20:33 字数 38 浏览 0 评论 0原文

Nexus 手机中的 NFC 可以读取普通 RFID 标签吗?

Can NFC in nexus s mobile can read ordinary RFID tags?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪痕残 2024-11-12 17:20:33

多年来出现了许多不同的 RFID 标签,但 Nexus S 无法读取所有标签。特别是 Nexus S 中的阅读器可以读取许多所谓的 HF(高频)标签。它无法读取 UHF(超高频)标签。您知道您所说的“普通”RFID 标签所使用的技术吗?

There have been many different RFID tags over the years and the Nexus S does not read them all. In particular the reader in the Nexus S can read many of what are called HF (high frequency) tags. It cannot read UHF (ultra high frequency) tags. Do you know the technology used in what you're referring to as 'ordinary' RFID tags?

拥抱没勇气 2024-11-12 17:20:33

查看 Android 开发文档中的 NFC 文档,您将找到所有支持的格式。
简而言之:
Nexus Android 手机可以读取和写入大多数可用的 NFC 标签。

我什至能够与德国护照进行通信,至少能够与加密开始的部分进行通信。

您可能在某些产品上或在访问管制区域中发现的普通 RFID 标签大部分都可以读取,但您需要大量代码和经验。
每个 ISO 协议都是不同的,最重要的是每个芯片都不同,您需要为每个芯片制造商编写唯一的代码来支持读写,因为这些命令不是 core-iso 规范的一部分。
至少在 ISO 14443 或 15693 中没有

Check out the NFC documentation at the android development docs, you'll find all supported formats.
In short words:
The Nexus android phones can read and write most NFC tags available.

I was even able to communicate with german passports, at least to that part where the encryption starts.

The ordinary RFID tags you may find on some products or in access-regulated areas can mostly be read but you'll need a lot of code and experience.
Each ISO protocol is different and on top of it each single chip is different, you need to write unique code for each CHIP manufacturer to support reading and writing because those commands are not part of the core-iso specification.
At least not in ISO 14443 or 15693

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文