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. Mysql避免全表扫描sql查询优化 .

    对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引: .尝试下面的技巧以避免优化器错选了表扫描: ·   使用ANALYZE TABLE tbl_n ...

  2. pageX,clientX,offsetX,layerX的区别

    pageX,clientX,offsetX,layerX的区别 在各个浏览器的JS中,有很多个让你十分囧的属性,由于各大厂商对标准的解释和执行不一样,导致十分混乱,也让我们这些前端攻城狮十分无语和纠结 ...

  3. Windows下Cygwin中使用NCView

    1. 使用cygwin的setup.exe安装 NetCDF, HDF5, Curl, libXaw, libICE, udunits, libexpat 和 libpng: 在选择库界面搜索:&qu ...

  4. oracle 定时任务(DBMS_JOB)

    示例如下: -- 每隔一分钟执行存储过程p1 create or replace procedure p2 as job_num number; begin dbms_job.submit(job_n ...

  5. Java中的路径问题

    Java中的路径问题 代码说明,如下: package com.merlin.test; import java.io.InputStream; public class Test { public ...

  6. 图算法之Floyd-Warshall 算法-- 任意两点间最小距离

    1.Floyd-Warshall 算法 给定一张图,在o(n3)时间内求出任意两点间的最小距离,并可以在求解过程中保存路径 2.Floyd-Warshall 算法概念 这是一个动态规划的算法. 将顶点 ...

  7. Struts Convention Plugin 流程 (2.1.6+)

    首先添加lib: <dependency> <groupId>org.apache.struts</groupId> <artifactId>strut ...

  8. Java多线程之 ThreadLocal

    一.什么是ThreadLocal? 顾名思义它是local variable(线程局部变量).它的功用非常简单,就是为每一个使用该变量的线程都提供一个变量值的副本,是每一个线程都可以独立地改变自己的副 ...

  9. gradle 及 git 环境下利用hook及gradle脚本自动添加versioncode和versionname的方法

    在 app/build.gradle 文件里添加几行代码: def gitCommitShortHash = 'git log -1 --pretty=%h'.execute([], project. ...

  10. T-SQL 变量

    T-SQL变量 变量的种类: 在T-SQL中,变量按生存范围可以分为全局变量(Global Variable)和局部变量(Local Variable) 1.全局变量是由系统定义的,在整个SQL Se ...