Got a tough RF environment? Turn to TI’s proven LF technology

TI’s low-frequency (LF) technology has been solving tough RF challenges for more than 20 years.

Got a dirty, wet, noisy, hot or cold environment that has to withstand extreme shock or vibration?

Our LF technology is up to the challenge.

Application field–proven:

Designed and manufactured to work in and withstand some of the harshest automotive, livestock, waste and a range of industrial applications worldwide.

Half-duplex design:

Our patented, half-duplex (HDX) RF design offers a performance advantage in the most critical aspects of your LF application:

read range, tag read reliability and RF noise immunity.

Complete, high-quality product offering:

With more than 40 LF products that undergo TI’s rigorous quality manufacturing and 100 percent testing and trimming process,

our customers can rapidly deploy LF solutions that fit your needs.

Advantages of Half-Duplex (HDX) LF

How HDX works

TI’s fundamental LF design uses half-duplex (HDX) RF communication.

In an HDX system, data communicated between the RF transponder, or tag, and the reader is only traveling in one direction at a time.

The RF reader sends a signal to the tag to activate it, and subsequently shuts down to “listen” to the tag’s response.

TI’s transponders incorporate a charge capacitor, which acts like a battery.

The energy stored in the tag’s charge capacitor is used to return data to the reader via an FM signal versus an AM signal (full-duplex (FDX) systems).

In other words, HDX systems use the stored energy to respond in “radio silence” after the carrier (reader) signal is turned off.

HDX key benefits

Improved RF noise immunity:

Because the reader shuts down during the tag’s response, HDX systems are not fighting against RF noise associated with the reader.

In addition, TI’s HDX tags are frequency shift keyed.

This means the digital FM response from the tag to the reader uses two LF channels

to return the data making the tags more able to be read in noisy electromagnetic interference (EMI) environments typical of RFID applications.

Also, applications that require tags be much closer together, such as in livestock or fish tracking, can be more reliably read versus FDX systems which may miss tags.

50 percent greater read range vs. FDX:

TI’s HDX technology boosts read range by 50 percent versus FDX.

An improved read range means more flexibility in designing your LF application and less of a redundant infrastructure needed for RF antennas.

Using HDX, allows you to design much lower cost antennas and equipment compared to an FDX implementation.

“First Read” performance:

HDX systems only have to read a transponder once – a 16 bit checksum programmed into the TI chip validates the read

and ensures that it is good versus FDX systems that may have to make multiple reads on a tag, particularly in noisy RF environments.

Tag read speed: 25-30 TI HDX transponders can be read per second, which is comparable to FDX systems that do not contain a charge capacitor.

RFID FDX HDX Technology的更多相关文章

  1. RFID 基础/分类/编码/调制/传输

    不同频段的RFID产品会有不同的特性,本文详细介绍了无源的感应器在不同工作频率产品的特性以及主要的应用. 目前定义RFID产品的工作频率有低频.高频和甚高频的频率范围内的符合不同标准的不同的产品,而且 ...

  2. RFID 读写器 Reader Writer Cloner

    RFID读写器的工作原理 RFID的数据采集以读写器为主导,RFID读写器是一种通过无线通信,实现对标签识别和内存数据的读出和写入操作的装置. 读写器又称为阅读器或读头(Reader).查询器(Int ...

  3. 物联网常见通信协议RFID、NFC、Bluetooth、ZigBee等梳理

    1  概述 在上一篇文章<物联网常见通信协议与通讯协议梳理[上]-通讯协议>中,对物联网常用通信协议和通讯协议作了区分,并对通讯协议进行了分享:本文将对常用的通信协议进行剖析,重点面向市场 ...

  4. RFID Exploration and Spoofer a bipolar transistor, a pair of FETs, and a rectifying full-bridge followed by a loading FET

    RFID Exploration Louis Yi, Mary Ruthven, Kevin O'Toole, & Jay Patterson What did you do? We made ...

  5. Radio Basics for RFID

    Radio Basics for RFID The following is excerpted from Chapter 3: Radio Basics for UHF RFID from the ...

  6. RFID 仿真/模拟/监控/拦截/检测/嗅探器

    Sound card based RFID sniffer/emulator (Too tired after recon.cx to do draw the schematics better th ...

  7. RFID Reader 线路图收集

    This 125 kHz RFID reader http://www.serasidis.gr/circuits/RFID_reader/125kHz_RFID_reader.htm http:// ...

  8. Microchip 125 kHz RFID System Design Guide

    Passive RFID Basics - AN680 INTRODUCTION Radio Frequency Identification (RFID) systems use radio fre ...

  9. 射频识别技术漫谈(9)——动物标签HDX【worldsing笔记】

    半双工(HDX,Half Duplex)技术是ISO11784/11785中规定的另一种标签与读写器之间的通讯方式.读写器先打开射频场对标签充电以激活标签,然后关闭磁场,标签在读写器磁场关闭的情况下向 ...

随机推荐

  1. Arduino 使用舵机库时 其它引脚输出怪异 解决方案

    使用Servo.h时,不管你在初始化时用的是9还是10脚,都不要把这两个脚作为舵机以外的用途! 例: servo.attach(9); digitalWrite(10,1);//错,不能把第10脚用作 ...

  2. Oracle的函数返回表类型(转)

    在SQL Server中有表变量,可以在function中方便地返回,习惯SQL Server或者需要把脚本从SQL Server转到Oracle中的朋友可以都会碰到这个问题. Oracle的func ...

  3. EditText 光标不显示问题

    android:textCursorDrawable="@drawable/bg_txt_cursor" <?xml version="1.0" enco ...

  4. java解析properties文件

    在自动化测试过程中,经常会有一些公用的属性要配置,以便后面给脚本使用,我们可以选择xml, excel或者json格式来存贮这些数据,但其实java本身就提供了properties类来处理proper ...

  5. CMDB反思5

    ITSM工具规划设计 http://blog.vsharing.com/xqscool/A946789.html 相比PPT中被管的数个对象(像培训什么的也都在其中),我们的需求其实就要小得多,但是问 ...

  6. php获取上传多个文件缺失

    我们的一个页面编辑发布后台出现了图片无法上传保存的情况,经过调试对比发现,原来是file表单数量过多导致,减少file表单的数量即可上传成功.为了满足需求不减少file表单数并保证上传成功,于是更改了 ...

  7. storm流式大数据处理流行吗

    在如今这个信息高速增长的今天,信息实时计算处理能力已经是一项专业技能了,正是因为有了这些需求的存在才使得分布式,同时具备高容错的实时计算系统Storm才变得如此受欢迎,为什么这么说呢?下面看看新霸哥的 ...

  8. spark 连接 mysql 数据库

    在所有master和slave上也要在spark/conf/spark-conf.sh里面设置driver的classpath,解决编译找不到driver的问题 http://www.iteblog. ...

  9. jetty8的多实例部署(LT项目开发参考)

    LT项目使用的EIP是运行在JETTY上,此文供开发和实施参考 1.windows下 win下部署多个jetty8很简单,首先将jetty8复制多个文件夹,其次按分配的端口号修改[JETTY_HOME ...

  10. eclipse gradle 自动打包

    直接在eclipse项目中建立一个文件,文件名为build.gradle.其实还可以用eclipse再项目上面右击,export->Android->Generate Gradle bui ...