Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Embedded Systems

RFID Basics: And a Few New Challenges


A basic Radio Frequency Identification (RFID) system consists of: an antenna; a transceiver with a decoder; and a transponder (also known as an RFID tag). Without software to utilize the information derived from reading the tags, however, the system would have little practical value. So it is wise to include middleware as a component.

A transponder, or tag, is electronically programmed with unique information sometimes as little as an identification number so the item it is attached to can be located and tracked. Some RFID tags are much more sophisticated. Electronic passports based on RFID technology, for example, can include biometric data about the passport holder and encryption capability as well.

When an antenna is packaged with a transceiver and decoder, it becomes an RFID reader. Depending on their output power and RF frequency, readers have ranges of from an inch to 100 feet or more. When an RFID tag passes through the reader's active zone, it detects the reader's activation signal. The reader decodes the data encoded in the tag's RFID chip and the data is sent over the wired communication infrastructure to corporate, institutional, of governmental databases where it is included in databases.

In the basic system, the antenna emits RF signals to activate the tag and read and write data to it. Antennas are available in a variety of shapes and sizes depending on the application. They can be attached to any number of retail items such as clothing, inserted under the skin of livestock, or mounted on toll booths to monitor traffic passing by on a freeway.

When a steady stream of tags is expected in the application, the electromagnetic field produced by an antenna can be on all the time. But if constant interrogation is not required, the field can be activated by a sensor.

Tags vary in their technological sophistication and capabilities. Regardless of the type of tag, however, since there are always far more tags than readers in a system cost is a controlling factor. In many systems, the tags are discarded or destroyed.

Software consists of the embedded systems software that runs the hardware and middleware, which connects the local RFID system to corporate, governmental or institutional databases. In almost all RFID applications, middleware is by far the single most expensive part of the system.

Click here for Figure 1
Figure 1: RFID system components.

Passive RFID tags>
Passive RFID tags do not have internal power supply. Instead, they are powered by energy induced in the antenna by the RF signal. Most passive tags transmit by backscattering the carrier signal from the reader. The engineering challenge is to design an antenna that can collect power from the incoming signal and transmit it to the outbound backscatter signal. The response of a passive RFID tag is not necessarily just an ID number; the tag chip can contain non-volatile EEPROM for storing data.

Hitachi, Ltd. presently holds the record for the smallest passive tag. Its μ-Chip measuring 0.15x0.15mm (not including the antenna) is thinner than a sheet of paper. (7.5 micrometers). It transmits a unique 128-bit ID number hard coded into the chip as part of the manufacturing process and has a read range of 30 cm.

The lowest cost RFID tags cost about 5 cents each. Adding an antenna creates a tag that varies from the size of a postage stamp to the size of a post card. Passive tags have practical read distances ranging from about 10 cm to a few meters. Their simple design means that a printing process can be used to manufacture passive tags.

Active RFID tags Active have an internal power source, which makes them more reliable and provides a wider range of operation. Their higher reliability is derived from the tag's ability to conduct a session with a reader during which transmission errors can be detected and corrected.

Many active tags have practical ranges of hundreds of meters, and a battery life of up to 10 years. Active tags can have a range of up to 300 feet and they typically have larger memories than passive tags, as well as the ability to store additional information sent by the transceiver. Presently, the smallest active tags are about the size of a coin and sell for a few dollars.

Due to the wide range of applications RFID continues to develop based on new standards and improvements in the technology and design. A few of these challenges include HF gen 2 standards, Near Field UHF technology, as well as mature and off-the-shelf hardware and sensor technology.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.