Usage
A visual indication of the state of the RFID Card Reader is given with the on-board LED. When the
module is successfully powered-up and is in an idle state, the LED will be GREEN. When the module is in
an active state searching for or communicating with a valid tag, the LED will be RED.
The RFID Card Reader Serial version is activated via the /ENABLE pin on the module’s 4-pin header.
When the RFID Card Reader is powered and /ENABLE is pulled LOW, the module will enter the active
state. When /ENABLE is pulled HIGH or left unconnected, the module will enter the idle state.
The RFID Card Reader USB version is activated via the DTR line of the USB Virtual COM port. When the
DTR line is set HIGH, the module will enter the active state. When the DTR line is set LOW, the module
will enter the idle state.
The face of the RFID tag should be held parallel to the front or back face of the antenna (where the
majority of RF energy is emitted). If the tag is held sideways (for example, perpendicular to the
antenna), you’ll either get no reading or a poor reading distance. Only one transponder tag should be
held up to the antenna at any time. The use of multiple tags at one time will cause tag collisions and the
reader may not detect any of them. The tags available in the Parallax store have a read distance of
approximately 4 inches. Actual distance may vary slightly depending on the size of the transponder tag
and environmental conditions of the application.
Communication Protocol
All communication is 8 data bits, no parity, 1 stop bit, and least significant bit first (8N1) at 2400 bps.
The RFID Card Reader Serial version transmits data as 5 V TTL-level, non-inverted asynchronous serial.
The RFID Card Reader USB version transmits the data through the USB Virtual COM Port driver. This
allows easy access to the serial data stream from any software application, programming language, or
interface that can communicate with a COM port.
When the RFID Card Reader is active and a valid RFID transponder tag is placed within range of the
activated reader, the tag’s unique ID will be transmitted as a 12-byte printable ASCII string serially to the
host in the following format:
Error! Objects cannot be created from editing field codes.
The start byte and stop byte are used to easily identify that a correct string has been received from the
reader (they correspond to line feed and carriage return characters, respectively). The middle ten bytes
are the actual tag's unique ID. For example, for a tag with a valid ID of 0F0184F07A, the following bytes
would be sent: 0x0A, 0x30, 0x46, 0x30, 0x31, 0x38, 0x34, 0x46, 0x30, 0x37, 0x41, 0x0D.
Interference
The Parallax RFID Card Reader, like many RF devices, may experience RF noise in its frequency range.
This may cause the reader to transmit a spurious tag response when no tag is near the unit. This will not
affect most uses of the RFID Card Reader. To avoid treating spurious responses as legitimate tags, it is
recommended to read two responses in a row within a given amount of time (for example, one second)
to ensure that you are reading a valid tag and not a “tag” generated by noise.
DC Characteristics
At V
CC
= +5.0V and T
A
= 25ºC unless otherwise noted
Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) v2.3 10/9/2014 Page 4 of 11
Parameter Symbol
Specification
Unit
Min.
Typ.
Max.
Supply Voltage V
CC
--- 4.5 5.0 5.5 V
Supply Current, Idle I
IDLE
--- --- 10 --- mA
Supply Current, Active I
CC
--- --- 100 200 mA
Input LOW voltage V
IL
+4.5V <= V
CC
<= +5.5V --- --- 0.8 V
Input HIGH voltage V
IH
+4.5V <= V
CC
<= +5.5V 2.0 --- --- V
Output LOW voltage V
OL
V
CC
= +4.5V --- --- 0.6 V
Output HIGH voltage V
OH
V
CC
= +4.5V V
CC
- 0.7 --- --- V
Absolute Maximum Ratings
Condition Value
Operating Temperature -40ºC to +85ºC
Storage Temperature -55ºC to +125ºC
Supply Voltage (V
cc
) +4.5V to +5.5V
Ground Voltage (V
ss
) 0V
Voltage on any pin with respect to V
ss
-0.3V to +7.0V
NOTICE: Stresses above those listed under “Absolute Maximum Ratings” may cause permanent damage
to the device. This is a stress rating only and functional operation of the device at those or any other
conditions above those indicated in the operation listings of this specification is not implied. Exposure to
maximum rating conditions for extended periods may affect device reliability.
RFID Technology Overview
Material in this section is based on information provided by the RFID Journal (www.rfidjournal.com).
Radio Frequency Identification (RFID) is a generic term for non-contacting technologies that use radio
waves to automatically identify people or objects. There are several methods of identification, but the
most common is to store a unique serial number that identifies a person or object on a microchip that is
attached to an antenna. The combined antenna and microchip are called an "RFID transponder" or "RFID
tag" and work in combination with an "RFID reader" (sometimes called an "RFID interrogator").
An RFID system consists of a reader and one or more tags. The reader's antenna is used to transmit
radio frequency (RF) energy. Depending on the tag type, the energy is "harvested" by the tag's antenna
and used to power up the internal circuitry of the tag. The tag will then modulate the electromagnetic
waves generated by the reader in order to transmit its data back to the reader. The reader receives the
modulated waves and converts them into digital data.
There are two major types of tag technologies. "Passive tags" are tags that do not contain their own
power source or transmitter. When radio waves from the reader reach the chip’s antenna, the energy is
converted by the antenna into electricity that can power up the microchip in the tag (typically via
inductive coupling). The tag is then able to send back any information stored on the tag by modulating
the reader’s electromagnetic waves. "Active tags" have their own power source and transmitter. The
power source, usually a battery, is used to run the microchip's circuitry and to broadcast a signal to a
reader. Due to the fact that passive tags do not have their own transmitter and must reflect their signal
to the reader, the reading distance is much shorter than with active tags. However, active tags are
typically larger, more expensive, and require occasional service.
Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) v2.3 10/9/2014 Page 5 of 11
Frequency refers to the size of the radio waves used to communicate between the RFID system
components. Just as you tune your radio to different frequencies in order to hear different radio stations,
RFID tags and readers must be tuned to the same frequency in order to communicate effectively. RFID
systems typically use one of the following frequency ranges: low frequency (or LF, around 125 kHz), high
frequency (or HF, around 13.56 MHz), ultra-high frequency (or UHF, around 868 and 928 MHz), or
microwave (around 2.45 and 5.8 GHz).
The read range of a tag ultimately depends on many factors: the frequency of RFID system operation,
the power of the reader, and interference from other RF devices. Balancing a number of engineering
trade-offs (antenna size v. reading distance v. power v. manufacturing cost), the Parallax RFID Card
Reader's antenna was designed specifically for use with low-frequency (125 kHz) passive tags with a read
distance of around 4 inches.
BASIC Stamp
®
1 Program
The following code examples read tags from a RFID Card Reader and compare the values to known tags
(stored in an EEPROM table).
' =========================================================================
'
' File....... RFID.BS1
' Purpose.... RFID Tag Reader / Simple Security System
' Author..... (c) Parallax, Inc. -- All Rights Reserved
' E-mail..... support@parallax.com
' Started....
' Updated.... 07 FEB 2005
'
' {$STAMP BS1}
' {$PBASIC 1.0}
'
' =========================================================================
' -----[ Program Description ]---------------------------------------------
'
' Reads tags from a Parallax RFID reader and compares to known tags (stored
' in EEPROM table). If tag is found, the program will disable a lock.
' -----[ Revision History ]------------------------------------------------
' -----[ I/O Definitions ]-------------------------------------------------
SYMBOL Enable = 0 ' low = reader on
SYMBOL RX = 1 ' serial from reader
SYMBOL Spkr = 2 ' speaker output
SYMBOL Latch = 3 ' lock/latch control
' -----[ Constants ]-------------------------------------------------------
SYMBOL LastTag = 2 ' 3 tags; 0 to 2
' -----[ Variables ]-------------------------------------------------------
SYMBOL tag0 = B0 ' RFID bytes buffer
SYMBOL tag1 = B1
SYMBOL tag2 = B2
Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) v2.3 10/9/2014 Page 6 of 11

28340

Mfr. #:
Manufacturer:
Parallax
Description:
RFID Transponders RFID Reader USB
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet