简体   繁体   English

在拥有NFC的Android手机上支持长距离RFID无源标签?

[英]Supported long-distance RFID passive tags on android phones with NFC?

Is there any way for an Android phone with NFC (Nexus, Galaxy, etc.) to read a passive RFID tag that was designed for longuer distances reads? 有NFC(Nexus,Galaxy等)的Android手机有没有办法读取专为长距离读取而设计的无源RFID标签? I'm interested in using a same tag that can be read by a RFID reader at a longuer distance and a Android Phone with NFC at a shorter distance. 我有兴趣使用相同的标签,可以通过RFID阅读器在较长的距离读取,而Android手机可以在较短的距离使用NFC。

Does such a tag exist? 这样的标签存在吗? Is so, how can I read and write it with the Android SDK since it's not a typical NFC tag? 是这样,我怎么能用Android SDK读取和写入它,因为它不是典型的NFC标签?

The Nexus devices with NFC all support ISO15693 tags. 具有NFC功能的Nexus设备均支持ISO15693标签。 ISO15693 tags are vicinity tags and offer maximum read distance of 1-1.5 metres (depending on the reader antenna). ISO15693标签是附近标签,最大读取距离为1-1.5米(取决于阅读器天线)。 The Nexus devices have a read range for these tags comparable with other NFC tags: a couple of cm at the most. Nexus设备具有与其他NFC标签相当的读取范围:最多几厘米。

Android supports NDEF content stored on some ISO15693 tags: the NXP ICODE range of products. Android支持存储在某些ISO15693标签上的NDEF内容: 恩智浦ICODE系列产品。 Android's Ndef technology class will take care of the reading and writing from/to such tags and automatic discovery, like for other NFC tags. Android的Ndef技术课程将负责读取和写入此类标签和自动发现,就像其他NFC标签一样。 For a non-Android reader details on how NDEF is stored on ICODE tags is described in http://www.nxp.com/documents/application_note/AN11042.pdf and http://www.nxp.com/documents/application_note/AN11032.pdf . 有关NDEF如何存储在ICODE标记上的详细信息,请参阅http://www.nxp.com/documents/application_note/AN11042.pdfhttp://www.nxp.com/documents/application_note/ AN11032.pdf

The Antenna of NFC Mobile Devices will detect only in range of Centimeters. NFC移动设备的天线将仅在厘米范围内进行检测。 4-10 cm possibly. 可能4-10厘米。

Can you please explain why you want such thing to work ? 你能解释为什么你想要这样的东西吗?

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

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