简体   繁体   English

支持 NFC 和蓝牙的 ISO 14443 智能卡/标签,用于 iPhone 配对

[英]NFC and Bluetooth enabled ISO 14443 smartcard/tag for iPhone pairing

Although iPhones have NFC hardware, the iOS APIs do not allow the access to this NFC hardware that is needed to read the contactless (RFID) chips embedded in ISO 14443 smartcards and tags.尽管 iPhone 具有 NFC 硬件,但 iOS API 不允许访问此 NFC 硬件,而该 NFC 硬件需要读取 ISO 14443 智能卡和标签中嵌入的非接触式 (RFID) 芯片。 Newer iPhone models can read NFC in a very limited manner.较新的 iPhone 型号可以以非常有限的方式读取 NFC。

Is anyone aware if there is an ISO 14443 smartcard or tags with Bluetooth.有人知道是否有 ISO 14443 智能卡或带蓝牙的标签。 The iPhone app would initiate via NFC, receive the Bluetooth address, pair Bluetooth with the card and phone, then resume all further communication between phone and card via Bluetooth. iPhone 应用程序将通过 NFC 启动,接收蓝牙地址,将蓝牙与卡和手机配对,然后通过蓝牙恢复手机和卡之间的所有进一步通信。

Kind regards, Justin亲切的问候,贾斯汀

The superficial similarity of wireless communication does not indicate the substantial differences on lower levels:无线通信表面上的相似并不代表更低层次上的实质性差异:

NFC tags have no power source of their own, instead they exploit the radio waves used for communication and are always the slave of the communication. NFC 标签没有自己的电源,而是利用用于通信的无线电波,并且始终是通信的从属设备。

Bluetooth (even LE) is a powerful and complex (peer-level) protocol, which requires a dedicated power supply - there is no other way to achieve sending power of 10 to 100 mW.蓝牙(甚至 LE)是一种强大而复杂的(对等级)协议,它需要专用电源——没有其他方法可以实现 10 到 100 mW 的发送功率。 It is surely possible to wire something together understanding both protocols, but the plain vanilla tag can't achieve this.肯定可以将一些东西连接在一起理解这两种协议,但是普通的 vanilla 标签无法实现这一点。

Have you been tying this reader ?你一直在绑这个读者吗?

This is standard smart-card reader.这是标准的智能卡读卡器。 It is connected to iPhone via Bluetooth and support both - contact and contactless cards.它通过蓝牙连接到 iPhone,并支持接触式和非接触式卡。

Theoretically You can create an NFC tag with pairing information, but you will need an application to activate NFC module of iPhone to read tag's NDEF payload.理论上你可以创建一个带有配对信息的 NFC 标签,但是你需要一个应用程序来激活 iPhone 的 NFC 模块来读取标签的 NDEF 负载。

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

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