Atmel Computer Hardware ATAK2270 User Manual

RFID Application Kit ATAK2270  
....................................................................................................................  
User Manual  
4871E–RFID–04/08  
 
Table of Contents (Continued)  
5.3 Transponder Type Software Interface Description ............................................................ 5-6  
5.3.1 TK5530/e5530 Read-only Transponder Menu .................................................... 5-6  
5.3.2 TK5552/T5552 Read/Write Transponder............................................................. 5-7  
5.3.3 TK5551 Read/Write Transponder........................................................................ 5-9  
5.3.4 T5557/ATA5567 Multifunction Read/Write Transponder................................... 5-11  
5.3.5 ATA5570 Multifunction Read/Write Transponder with Sensor Input ................. 5-15  
5.3.6 ATA5577 Enhanced Read/Write Transponder with AFE-Options ..................... 5-16  
5.4 Operating Common Transponder Features..................................................................... 5-23  
5.4.1 Password PWD Mode........................................................................................ 5-23  
5.4.2 Answer On Request AOR Mode........................................................................ 5-24  
5.4.3 Readout Manufacturer (Traceability) Data......................................................... 5-25  
ii  
RFID Application Kit ATAK2270 User Manual  
4871E–RFID–04/08  
 
Section 1  
Introduction  
1.1  
RFID Products Promoted by ATAK2270 Kit  
The RFID application kit (ordering code ATAK2270) promotes the key features of various RFID products  
from Atmel®.  
The following products are supported by the kit:  
U2270B  
Read/write base station IC  
TK5530/e5530  
TK5551  
Read-only transponder  
Standard read/write transponder  
TK5552/T5552  
T5557/ATA5567  
ATA5570  
Read/write transponder micromodule with 1-Kbit memory  
Multifunctional read/write transponder  
Multifunctional read/write transponder with sensor input  
Enhanced read/write transponder  
ATA5577  
1.2  
Included Hardware Components  
Microcontroller board with piggybacked antenna board  
Reader antenna coil 100 mm, L = 700 µH, Q = 36  
Serial communication cable RS232  
Jack connector cable for power supply  
Power supply 120V to 240V  
Installation software and documentation on CD-ROM  
Atmel Standard Products CD-ROM  
IC samples (3 pieces of each): U2270B-MFP; TK5530-HM232-PP; TK5551M-PP; TK5552A-PP;  
T555711-TAS; T555715-PAE; ATA556711-TAS; ATA556715-PAE; ATA5570-TAS; ATA5577Mxxx-xx;  
ISO Card ATA556715-PAE; Coin Tag ATA556715-PAE  
Transponder SMD antenna coil SDTR 1103, 4.77 mH, Q = 25 (Manufacturer: Predan)  
Transponder test board ATAB5570 with sensor input  
1.3  
Equipment Needed  
Host PC with Windows® 95 or higher  
RFID Application Kit ATAK2270 User Manual  
1-1  
4871E–RFID–04/08  
 
         
Section 2  
Getting Started  
Build up the RFID reader application system according to the configuration shown on the cover and in  
Figure 2-1:  
1. Plug the antenna into the socket of the interface board.  
2. Connect a serial RS232 cable between the RS232 connector and either COM1 or COM2 of the PC.  
3. Connect the supply line from the 12V power source to the jack connector. Alternatively use the  
mains SMPS.  
2.1  
Hardware Settings and Connector Positions  
The main board with the AVR® ATmega8515L controls piggiybacked reader interface and maintains the  
communication with the host. On delivery the AVR is fleshed with the current firmware and does not  
need any special programming or settings. Check that jumper J3 on the antenna interface is in the  
default position en.  
Figure 2-1. Application Board Unit  
RFID Application Kit ATAK2270 User Manual  
2-1  
4871E–RFID–04/08  
 
       
Getting Started  
Figure 2-2. Antenna Interface Board  
Figure 2-3. Application Board Top View  
2-2  
RFID Application Kit ATAK2270 User Manual  
4871E–RFID–04/08  
 
     
Getting Started  
2.2  
Software Installation  
The ATAK2270 host installation software as well as the related datasheets and documentation are pro-  
vided by the CD-ROM included in the kit. Furthermore, the up-to-date software and documentation are  
available via the web.  
Execute the setup.exe file found on the CD-ROM to launch the installation and generate the  
ATAK2270.exe program file. If the default settings are accepted during installation, the program file will  
be installed to path: X:\Programme\ATAK2270\ATAK2270.exe.  
Note:  
Administrator rights are required to install this software.  
2.2.1  
AVR Programming Guide  
The AVR base board (Figure 2-3) is equipped with two programming interfaces, ISP and JTAG allowing  
reprogramming or updating the firmware of AVR flash memory.  
ISP is a downloading method. Only six I/O lines are needed. The provided header works with the  
ATSTK500 as well as the AVR ISP In-System Programmer. Both of these are available from Atmel or  
distributors for very low cost program development. To program the flash memory and the EEPROM,  
first connect the programming tool to the MB using a six-pin ribbon connector. Make sure that proper ori-  
entation is maintained by aligning pin1. The files types accepted use Intel Hex format.  
To program a hex file into the target AVR device, select “Program AVR” and then “Connect...” from the  
“Tools” menu in AVR Studio. Once AVR Studio has been opened, connect to the STK500 or AVRISP by  
selecting “STK500 or AVRISP” in the Platform List. Then select “Connect...”. The driver for the STK500  
and AVRISP is then started, and the STK500 dialog should appear. Note that the system supports other  
programming platforms as well, like the JTAGICE or the JTAGICE mkII.  
Then select the AVR target device from the pull-down menu on the “Program” tab and locate the Intel-  
hex file to download. Select the “program” button. Repeat for the EEPROM section.  
The same steps apply when using the JTAGICE MKII.  
The JTAG Platform allows more control during software development by allowing real-time debugging of  
the source code. The JTAGICE MKII supports setting breakpoints and stepping through the code being  
executed on the target micro. This is very useful for a more complex software project such as this one.  
Fuse Settings:  
Fuse bits must be set properly for the kit to function. The only fuse bits that should be set are listed  
below.  
JTAG Interface Enabled; (JTAGEN = 0)  
Serial program downloading (SPI) enabled; (SPIEN = 0)  
Boot Flash section size = 512 words Boot start address = $FE00; (BOOTSZ = 11)  
Brown-out detection level at VCC = 2.7V; (BODLEVEL = 1)  
Int. RC OSC. 8MHz; Start-up time; 6CK + 64 ms; (CKSEL = 0100 SUT = 10)  
All others should be unchecked.  
RFID Application Kit ATAK2270 User Manual  
2-3  
4871E–RFID–04/08  
 
     
Section 3  
Description of the Application Board System  
3.1  
System Overview  
The ATAK2270 application board unit (Figure 2-3) consists of a ready-to-run standard microcontroller  
main board equipped with the Atmel AVR® microcontroller ATmega8515L, combined with a piggybacked  
antenna interface board containing the U2270B reader IC.  
The following functionality is controlled by the AVR microcontroller:  
Handling of the bi-directional data communication between the RS232 interface and the host PC  
Execution of the read and write commands to be sent to the antenna interface  
Decoding of the specific read data delivered by the antenna interface  
The source program is written in C, and the compiled hex code is loaded in the 8-kByte Flash of the  
microcontroller.  
3.2  
3.3  
Power Supply  
To operate the reader board, an external power supply in the range of DC 10V to 15V/200 mA has to be  
connected to the jack, alternatively use the mains SMPS. A bridge rectifier placed at the connector input  
is used for polarity independence.  
Antenna Interface  
The antenna interface (Figure 2-2) is supplied and controlled by the main board via header pin X2/1. The  
current power supply voltage is indicated by LED1, Power. To adapt a specific antenna coil to the reso-  
nant frequency and the Q factor, the components CANT1/CANT2 and R14 (Figure 2-2) can be changed.  
For the antenna included in the kit, the parameters are matched as follows:  
Resonant frequency:  
fres = 125 kHz 1%, adjusted by CANT1/CANT2 with jumper 3 in  
position dis  
Whole antenna quality factor:  
Q = 20, adjusted by R14  
RFID Application Kit ATAK2270 User Manual  
3-1  
4871E–RFID–04/08  
 
         
Description of the Application Board System  
3.3.1  
Frequency Tuning Mode Selection  
The reader interface has a built-in frequency tuning feature. By the host software, the resonant fre-  
quency of the LC antenna circuit can be switched in four steps. Therefore the board is equipped with two  
stages of high-voltage transistor switches to tune the resonator via switched capacitors.  
Table 3-1. The Frequency Tuning Can Be Selected Using Jumper J3  
Tuning Mode  
Disabled  
Jumper J3 Position  
1-2  
2-3  
Enabled  
In default setting Tuning Mode is activated, allowing the adjusting of antenna frequency by host menu.  
The binary control of the two tuning stages enables the selection of one out of four frequency states.  
According to the menu definition the frequency steps are designated as follows:  
High Frequency  
134.2 kHz (acc. ISO11784/85)  
Semi High Frequency  
Semi Low Frequency  
Low Frequency  
130 kHz  
125 kHz  
121 kHz  
In disabled mode, the interface operates with the fixed frequency adjusted typically to 125 kHz.  
The currently selected frequency stage is displayed on the application board by the red LEDs Tune 1  
and Tune 2 (shown in Figure 2-2, see Table 5-1 for interpretation).  
3.3.2  
RF Field Control  
The status of the RF field controlled by the microcontroller is indicated by the yellow LED RF on.  
3-2  
RFID Application Kit ATAK2270 User Manual  
4871E–RFID–04/08  
 
     
Description of the Application Board System  
Figure 3-1. Circuit Diagram of the Antenna Interface  
RFID Application Kit ATAK2270 User Manual  
3-3  
4871E–RFID–04/08  
 
Description of the Application Board System  
3.3.3  
Antenna Interface Parts List  
U1  
U2  
U2270 B  
LM7808  
SO16  
TO220  
3.3.3.1 Diodes  
D1  
D2  
D3  
D4  
D5  
D6  
D7  
DZ1  
BAS21  
BAS21  
BAS21  
BAS21  
BAS21  
BAS21  
BAS21  
BZX84C  
SOT23  
SOT23  
SOT23  
SOT23  
SOT23  
SOT23  
SOT23  
SOT23  
5.6V  
3.3.3.2 LEDs  
LD1  
LD2  
LD3  
LD4  
TLMC3100 (green)  
TLMT3100 (red)  
TLMT3100 (red)  
TLMA3100 (yellow)  
PLCC2  
PLCC2  
PLCC2  
PLCC2  
3.3.3.3 Transistors  
T1  
T2  
BF820  
BF820  
SOT23  
SOT23  
3.3.3.4 Resistors  
R1  
R2  
R3  
R7  
R8  
R9  
R10  
R11  
R12  
R13  
R14  
R15  
R16  
R17  
R18  
R19  
R20  
R21  
R22  
3.6 kΩ  
360Ω  
10 kΩ  
1 kΩ  
68 kΩ  
43 kΩ  
1 kΩ  
390 kΩ  
75 kΩ  
100 kΩ  
24Ω  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
0805  
1 kΩ  
3.6 kΩ  
1.5 kΩ  
100Ω  
1 kΩ  
3.6 kΩ  
1.5 kΩ  
100Ω  
3-4  
RFID Application Kit ATAK2270 User Manual  
4871E–RFID–04/08  
 
 
Description of the Application Board System  
3.3.3.5 Capacitors  
CANT1  
1.8 nF II 120 to 180 pF/100V  
330 (270) pF/100V  
150 pF/100V  
330 pF/100V  
10 µF/16V  
COG  
CANT2  
CTUNE1  
CTUNE2  
C3  
COG radial  
COG 0805  
COG 0805  
radial  
C4  
22 µF/16V  
radial  
C5  
22 µF/16V  
radial  
C6  
220 nF  
0805  
C7  
C8  
C9  
6.8 nF/100V  
2.2 nF/100V  
4.7 nF  
0805  
0805  
0805  
3.3.3.6 Miscellaneous  
SUB-D 9-pole socket  
3-pole connector for coil  
Gold-pin block for jumper (1 × 3-pole)  
2 gold-pin block 1 × 18-pole (used for pin connector to the main board)  
The antenna coil included in the kit measures the following parameters related to 125 kHz:  
Inductance  
L = 700 µH  
d = 100 mm  
n = 60  
Coil diameter  
Winding number  
Wire diameter  
dw = 0.25 mm  
RFID Application Kit ATAK2270 User Manual  
3-5  
4871E–RFID–04/08  
 
Section 4  
Basic Transponder Functionality Getting Started  
4.1  
System Installation  
1. Install the host software according to the instructions in Section 2.2.  
2. Connect the application board unit with the host PC using the RS232 serial cable included in the kit.  
3. Connect a 12V (AC or DC) power supply to the board using the jack connector cable. The power-on  
status is indicated by green LEDs labelled Power located, one each, on the interface and main  
board.  
4. Start the host software on the host PC. If the program was installed to the default location, it is  
located at: X:\Programme\ATAK2270\ATAK2270.exe.  
5. After the start window has appeared, select the COM port and the transponder version to be used.  
4.2  
Checking Simple Transponder Function  
1. Select the transponder type to be used.  
2. Place transponder close to the base-station antenna.  
3. Enter the transponder’s configuration details such as bit rate, coding, ID-code length, and signature.  
(For non-specialized applications, use the default settings).  
4. Click on Configure Transponder (this function programs selected settings into configuration block  
5. Choose the Write tab to program the indicated data blocks of the transponder  
6. Select Program Transponder.  
7. To read out the transponder, click on the Read button in the Read tab to show the transponder code.  
RFID Application Kit ATAK2270 User Manual  
4-1  
4871E–RFID–04/08  
 
       
Section 5  
Host Software  
Figure 5-1. Start Window of the ATAK2270 Host Software  
5.1  
Software Structure  
The software included supports the following Atmel transponder types:  
TK5530/e5530 read-only  
TK5551 read/write  
TK5552/T5552 read/write (1 kBit)  
T5557/ATA5567 multifunctional read/write  
ATA5570 multifunctional read/write with sensor input  
ATA5577 Advanced multifunctional read/write  
All transponder types and their particular features and functions can be controlled by the same host soft-  
ware. The features specific to the different transponder types are set individually using the appropriate  
configuration window for that transponder.  
Note:  
This software does not evaluate all settings offered by the various transponder types. If an unsupported fea-  
ture is selected in the software, a message will be displayed.  
RFID Application Kit ATAK2270 User Manual  
5-1  
4871E–RFID–04/08  
 
     
Host Software  
5.2  
Start Window  
The host software menu bar has five menus: Setup, Option, Application, Exit, and Info.  
5.2.1  
Setup  
Select the appropriate transponder in the Setup -> Transponder menu (Figure 5-2). The user interface  
displayed depends on the transponder chosen.  
Figure 5-2. Transponder Menu  
In the submenu COM-Port, select the RS232 serial port used to communicate with the RFID application  
kit (COM-Port). (To check that communication is established between the PC and the application board,  
press F12 on the PC keyboard. If the correct COM port is selected, all the LEDs will light up; if the LEDs  
do not light, change the COM port.)  
Figure 5-3. COM-Port Menu  
5.2.2  
Options  
The submenu Tuning offers two different tuning modes: manual tuning (High to Low Frequency) or Auto-  
tuning (Figure 5-4). To enable the autotuning feature, set jumper J3 on the antenna interface to en (see  
Table 3-1).  
In manual tuning mode, the user can choose from four frequency stages – Low, Semi Low, Semi High,  
and High – typically between 121 kHz to 134.2 kHz. In autotuning mode, the software scans through the  
four frequency steps until a transponder is read out; if no response is received, a failure message is dis-  
played. The currently selected frequency stage is indicated on the application board, binary encoded by  
the Tune1 and Tune2 LEDs (for interpretation, see Table 5-1).  
5-2  
RFID Application Kit ATAK2270 User Manual  
4871E–RFID–04/08  
 
       
Host Software  
Figure 5-4. Tuning Menu  
Table 5-1. Tuning Stage LED Indication  
Tune2  
Tune1  
Frequency  
High  
0
0
1
1
0
1
0
1
Semi High  
Semi Low (default)  
Low  
Select the submenu RF-Field to switch the antenna’s RF field ON or OFF. The current status is indicated  
by the yellow LED, RF On, on the interface board. ON is the default value.  
Clicking Demoboard Reset resets the application board and returns all changes in the option menu to  
the default values. The reset can also be triggered by pressing F12.  
Figure 5-5. RF-Field Menu  
5.2.3  
Application  
Figure 5-6. Application Menu  
RFID Application Kit ATAK2270 User Manual  
5-3  
4871E–RFID–04/08