28140 Parallax Inc, 28140 Datasheet

READER MODULE RFID

28140

Manufacturer Part Number
28140
Description
READER MODULE RFID
Manufacturer
Parallax Inc
Datasheets

Specifications of 28140

Rf Type
Read Only
Frequency
125kHz
Features
Single 5V Power Supply
Package / Case
Module
Product
Microcontroller Accessories
Data Bus Width
8 bit
Clock Speed
125 KHz
Interface Type
USB
Operating Supply Voltage
5.5 V
Board Size
46.99 mm x 69.22 mm x 21.84 mm
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
RFID Card Reader, Serial (#28140)
RFID Card Reader, USB (#28340)
Introduction
Designed in cooperation with Grand Idea Studio (www.grandideastudio.com), the Parallax Radio
Frequency Identification (RFID) Card Readers provide a low-cost solution to read passive RFID
transponder tags up to 4 inches away. The RFID Card Readers can be used in a wide variety of hobbyist
and commercial applications, including access control, user identification, robotics navigation, inventory
tracking, payment systems, car immobilization, and manufacturing automation. The RFID Card Reader is
available in two versions: A TTL-level serial interface for use with a microcontroller and a USB interface
for direct connection to a computer.
Features
Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340)
Low-cost method for reading passive, 125 kHz RFID transponder tags
Two easy-to-use versions: Serial interface for microcontrollers and USB for direct connection to
PC, Macintosh, or Linux machines
Bi-color LED for visual indication of status
Web Site: www.parallax.com
Forums: forums.parallax.com
Sales: sales@parallax.com
Technical: support@parallax.com
v2.2 3/22/2010 Page 1 of 11
Office: (916) 624-8333
Fax: (916) 624-8003
Sales: (888) 512-1024
Tech Support: (888) 997-8267

Related parts for 28140

28140 Summary of contents

Page 1

... Two easy-to-use versions: Serial interface for microcontrollers and USB for direct connection to PC, Macintosh, or Linux machines Bi-color LED for visual indication of status Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax ...

Page 2

... Note: Type Input Output Power Ground Use the following example circuit for connecting the Parallax RFID Card Reader: Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Function System power. +5V DC input. Module enable pin. Active LOW digital input. Bring this pin LOW to enable the RFID reader and activate the antenna ...

Page 3

... COM port’s DTR line. Checking the DTR box in the toolbar will activate the RFID Card Reader. Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Function Serial output to host. 2400 bps, 8 data bits, no parity, 1 stop bit. ...

Page 4

... Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Unique ID Unique ID ...

Page 5

... Due to the fact that passive tags do not have their own transmitter and must reflect their signal Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Test Conditions ...

Page 6

... Revision History ]------------------------------------------------ ' -----[ I/O Definitions ]------------------------------------------------- SYMBOL Enable = 0 SYMBOL SYMBOL Spkr = 2 SYMBOL Latch = 3 ' -----[ Constants ]------------------------------------------------------- SYMBOL LastTag = 2 ' -----[ Variables ]------------------------------------------------------- Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' low = reader on ' serial from reader ' speaker output ' lock/latch control ' 3 tags v2.2 3/22/2010 Page ...

Page 7

... IF char <> tag7 THEN Bad_Char pntr = tagNum * READ pntr, char IF char <> tag8 THEN Bad_Char pntr = tagNum * READ pntr, char Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' RFID bytes buffer ' from EEPROM table ' pointer to char in table ' character from table ...

Page 8

... BS2, BS2E, BS2PE T1200 CON 813 T2400 CON 396 Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' all match -- good tag ' groan ' for testing ' remove latch ' beep ' restore latch ' low = reader on ' serial from reader ...

Page 9

... VAR Byte(10) #ELSE chkChar VAR Byte #ENDIF tagNum VAR Nib Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340 1.0 (time adjust 1.0 (freq adjust 0.265 ' x 1 0.665 ' x 6. 0.166 ' does module have SPRAM? ' RFID bytes buffer ...

Page 10

... GOSUB Show_Name HIGH Latch FREQOUT Spkr, 2000 */ TmAdj, 880 */ FrAdj LOW Latch GOTO Main Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' tag byte index ' character from table ' valid tags ' turn of RFID reader ' lock the door! ' activate the reader ...

Page 11

... READ idx, char IF (char = 0) THEN EXIT DEBUG char idx = idx + 1 LOOP RETURN Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' point to first character ' read character from name ' if 0, we're done ' otherwise print it ' point to next character v2.2 3/22/2010 Page ...

Related keywords