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 (http://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, automatic identification, robotics navigation,
inventory tracking, payment systems, and car immobilization. The RFID Card Reader is available in a TTL
version for microcontroller interfacing as well as a USB version for direct connection to a PC, Mac or Linux
computer.
Features
Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340)
Low-cost method for reading passive RFID transponder tags
2400 bps serial interface
Enable input allows module to be enabled/disabled by software
USB version connects directly to PC, Mac or Linux machine and requires no additional wiring
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.1 8/28/2008 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

... USB version connects directly to PC, Mac or Linux machine and requires no additional wiring  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.com ...

Page 2

... The use of multiple tags at one time will cause tag collisions and confuse the reader. The tags available in the Parallax store have a read distance of approximately 3 inches. Actual distance may vary slightly depending on the size of the transponder tag and environmental conditions of the application. Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Unique ID Unique ID Unique ID ...

Page 3

... GND G Note: Type Input Output Power Ground 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 4

... Checking the DTR box in the toolbar will enable the RFID Card Reader to send tag data to the display. Line Port Function RX Serial Receive DTR Data Terminal Ready Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) http://www.ftdichip.com/Drivers/VCP.htm Function Serial data from RFID Card Reader USB Activate/De-activate RFID Card Reader USB v2.1 8/28/2008 Page ...

Page 5

... 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 Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Test Conditions ...

Page 6

... 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 ]------------------------------------------------ Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) v2.1 8/28/2008 Page ...

Page 7

... HIGH Enable Check_List: FOR tagNum = 0 TO LastTag pntr = tagNum * READ pntr, char IF char <> tag0 THEN Bad_Char Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' low = reader on ' serial from reader ' speaker output ' lock/latch control ' 3 tags RFID bytes buffer ...

Page 8

... 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. Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' all match -- good tag ' groan ' for testing ' remove latch ...

Page 9

... FrAdj CON $0AA #CASE BS2Px TmAdj CON $607 FrAdj CON $2A #ENDSELECT Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' low = reader on ' serial from reader ' speaker output ' lock/latch control ' x 1.0 (time adjust 1.0 (freq adjust 0.265 ' x 1 ...

Page 10

... GET idx, chkChar IF (char <> chkChar) THEN Bad_Char #ENDIF NEXT GOTO Tag_Found Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' does module have SPRAM? ' RFID bytes buffer ' character to test ' from EEPROM table ' tag byte index ' character from table ...

Page 11

... Name1, Name2, Name3], idx DO 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) ' try next tag ' print message ' groan ' print name ' remove latch ' beep ' restore latch ' point to first character ...

Related keywords