rfid

详述RFID服装智能管理方案

送分小仙女□ 提交于 2020-01-03 10:25:36
1.1 方案背景 服装行业竞争越来越激烈,服装行业企业要在市场竞争中立于不败之地,必须要不断提高生产效率,缩短资金的周转时间,此时,信息化智能化的先进管理手段和管理模式变得非常重要。目前,大部分服装行业信息化建设比较落后,导致整个信息反馈不畅。在出现问题的时候,不能及时的发现和处理,导致许多环节出现窝工的情况。同时对于产品销售的情况也不能及时的掌握,导致畅销的产品断货,滞销的产品压货,从而也降低了利润。对于服装品牌商来说,品牌服装刚上市就被仿冒、窜货或者混乱的网络销售,给企业带来巨大的直接经济损失并损害了品牌形象。 超高频RFID技术利用无线射频方式进行非接触式双向通信交换数据以达到自动识别目的,具有防水、防磁、耐高温、使用寿命长、读取距离远、标签上数据可以加密、存储数据容量大、存储信息更改自如、可识别高速运动物体并可同时识别多个标签等优点。 经过几十年的发展,RFID已在各行各业得到了广泛的应用,而且正在渗透到各传统行业中,比如服装的智能管理,许多服装企业通过将RFID标签与服装相结合,可以自动、实时、智能地实现服装的管理。目前,RFID技术已逐渐成为品牌服装厂提高服装管理水平,降低管理成本,增强核心竞争力不可缺少的技术工具和手段。 1.2 方案目标 此方案的主要目的是利用RFID技术的远距离快速批量读写、唯一标识与防伪防盗的特性,实现货物的批量快速收发操作

How can I Listen for Keyboard input without Text Field Java

混江龙づ霸主 提交于 2020-01-03 03:31:09
问题 I am working on a Java application and interfacing with an RFID reader that acts as a keyboard input device. The application will be used for employee time tracking, so the employee should not see the code that his/her RFID tag contains. Currently, the application opens a jFrame that asks the employee to scan their tag. This is where I would like to listen for the keyboard input. All of the RFID tags are 10 digits, so I would like to use some kind of regex to detect when a card is scanned if

RFID algorithm to get card ID

試著忘記壹切 提交于 2020-01-02 04:59:05
问题 I receive bytes from an RFID reader when presenting a card, but I'm unable to figure out how to derive the card ID from these bytes. For example, I have a card that has these numbers printed on it: 0007625328 116,23152 . I would expect that this is the ID of that card, right? For this card, I get the following bytes from the reader (in hexadecimal representation): <42><09><01><74><00><74><5A><70> . 回答1: The decimal number 0007625328 translates to 0x00745A70 in hexadecimal representation. The

Determine card type from ATR

偶尔善良 提交于 2020-01-01 03:48:04
问题 Is it possible using ATR to determine whether I have ISO14443A or ISO14443B type card? If yes, how? 回答1: As mictter correctly explained, a real AT R only exists for ISO 7816 contact cards. I can follow the argumentation that the ISO 14443 equivalent could be the ATQA/ATQB as this is the first answer you get from tags after activation, though I would rather say that the equvalent of the ATR is a combination of ATQA + SAK + ATS (for Type A) and a combination of ATQB + Answer to ATTRIB (for Type

How to get AID for reader Host based card emulation

天涯浪子 提交于 2019-12-31 10:48:47
问题 I'm trying to do Host card emulation on an Android device using this example using ACR1281U NFC tag reader. This is the kind of application I want to make. As per the Android documentation and the example, it is required to register an AID in the Android project: <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android" android:description="@string/servicedesc" android:requireDeviceUnlock="false"> <aid-group android:description="@string/aiddescription" android:category=

How to get AID for reader Host based card emulation

ぃ、小莉子 提交于 2019-12-31 10:48:06
问题 I'm trying to do Host card emulation on an Android device using this example using ACR1281U NFC tag reader. This is the kind of application I want to make. As per the Android documentation and the example, it is required to register an AID in the Android project: <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android" android:description="@string/servicedesc" android:requireDeviceUnlock="false"> <aid-group android:description="@string/aiddescription" android:category=

Android NFC read ISO15693 RFID Tag

狂风中的少年 提交于 2019-12-30 04:32:13
问题 I am trying to read an ISO15693 RFID tag with the nfc android library: Here is more info on the Tag: http://img42.com/gw07d+ The Tag ID is read correctly but the data in the tag is not. onCreate Method: // initialize NFC nfcAdapter = NfcAdapter.getDefaultAdapter(this); nfcPendingIntent = PendingIntent.getActivity(this, 0, new Intent(this, this.getClass()).addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP), 0); onNewIntent method: if (NfcAdapter.ACTION_TAG_DISCOVERED.equals(intent.getAction()) ||

RFID简介

拟墨画扇 提交于 2019-12-29 16:51:56
  RFID是Radio Frequency Identification的缩写,即射频识别,是一种非接触式的自动识别技术,常称为感应式电子晶片或近接卡、感应卡、非接触卡、电子标签、电子条码等。RFID通过射频信号自动识别目标对象并获取相关数据,识别工作无须人工干预,作为条形码的无线版本,RFID技术具有条形码所不具备的防水、防磁、耐高温、使用寿命长、读取距离大、标签上数据可以加密、存储数据容量更大、存储信息更改自如等优点,其应用将给零售、物流等产业带来革命性变化。RFID的应用非常广泛,目前典型应用有动物晶片、汽车晶片防盜器、门禁管制、停车场管制、生产线自动化、物料管理。   RFID技术的基本工作原理并不复杂:标签进入磁场后,接收解读器发出的射频信号,凭借感应电流所获得的能量发送出存储在芯片中的产品信息(Passive Tag,无源标签或被动标签),或者主动发送某一频率的信号(Active Tag,有源标签或主动标签);解读器读取信息并解码后,送至中央信息系统进行有关数据处理。   一套完整的RFID系统, 是由阅读器(Reader)与电子标签(TAG)也就是所谓的应答器(Transponder)及应用软件系统三个部份所组成, 其工作原理是Reader 发射一特定频率的无线电波能量给Transponder, 用以驱动 Transponder电路将内部的数据(ID Code)送出

二维码和RFID

僤鯓⒐⒋嵵緔 提交于 2019-12-29 16:51:40
[二维码]   是用特定的几何图形按一定规律在平面(二维方向上)分布的黑白相间的矩形方阵记录数据符号信息的新一代条码技术,由一个二维码矩阵图形和一个二维码号,以及下方的说明文字组成,通过专用读码设备或者智能手机,就能读取二维码中的大量信息。具有信息量大,纠错能力强,识读速度快,全方位识读等特点。与 RFID相比,从一维码切换到二维码除了印刷,几乎不需要增加成本。    [RFID]   一次可同时识别多个标签;抗污染能力和耐久性强,具有穿透性和无屏障阅读、可重复使用等优点。精髓就是无线交换数据,这个数据交换过程需要两种设备来进行,一个能读写射频数据的设备,与其配套、用于存储编写数据、含天线的芯片RFID标签上的数据可反复修改,能够在企业内部进行循环使用,将一次性成本转化为长期摊销的成本。还可以在那些一维二维条码技术无法适应的恶劣环境,例如高粉尘污染、野外等环境下使用。 工作原理 RFID技术的基本工作原理并不复杂:标签进入 磁场 后,接收解读器发出的射频信号,凭借感应电流所获得的能量发送出存储在芯片中的产品信息( Passive Tag ,无源标签或被动标签),或者由标签主动发送某一频率的信号( Active Tag ,有源标签或主动标签),解读器读取信息并解码后,送至中央信息系统进行有关数据处理。 RFID标签分为被动、半被动(也称作半主动)、主动三类。 被动式

RFID技术

青春壹個敷衍的年華 提交于 2019-12-29 16:51:18
RFID是什么 ? RFID是Radio Frequency Identification的缩写,即射频识别,俗称电子标签。 什么是RFID技术 ? RFID射频识别是一种非接触式的自动识别技术,它通过射频信号自动识别目标对象并获取相关数据,识别工作无须人工干预,可工作于各种恶劣环境。RFID技术可识别高速运动物体并可同时识别多个标签,操作快捷方便。 RFID是一种简单的无线系统,只有两个基本器件,该系统用于控制、检测和跟踪物体。系统由一个询问器(或阅读器)和很多应答器(或标签)组成。 RFID的分类 RFID按应用频率的不同分为低频(LF)、高频(HF)、超高频(UHF)、微波(MW),相对应的代表性频率分别为:低频135KHz以下、高频13.56MHz、超高频860M~960MHz、微波2.4G,5.8G RFID按照能源的供给方式分为无源RFID,有源RFID,以及半有源RFID。无源RFID读写距离近,价格低;有源RFID可以提供更远的读写距离,但是需要电池供电,成本要更高一些,适用于远距离读写的应用场合。 什么是RFID的基本组成部分 ? 标签(Tag):由耦合元件及芯片组成,每个标签具有唯一的电子编码,附着在物体上标识目标对象; 阅读器(Reader):读取(有时还可以写入)标签信息的设备,可设计为手持式或固定式; 天线(Antenna):在标签和读取器间传递射频信号。