Electronic Components Datasheet Search
  New Zealand  ▼
ALLDATASHEET.CO.NZ

X  

AN2319 Datasheet(PDF) 5 Page - STMicroelectronics

Part # AN2319
Description  Using the 64-bit UID in contactless RFID applications
PDF  8 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

AN2319 Datasheet(HTML) 5 Page - STMicroelectronics

  AN2319 Datasheet HTML 1Page - STMicroelectronics AN2319 Datasheet HTML 2Page - STMicroelectronics AN2319 Datasheet HTML 3Page - STMicroelectronics AN2319 Datasheet HTML 4Page - STMicroelectronics AN2319 Datasheet HTML 5Page - STMicroelectronics AN2319 Datasheet HTML 6Page - STMicroelectronics AN2319 Datasheet HTML 7Page - STMicroelectronics AN2319 Datasheet HTML 8Page - STMicroelectronics  
Zoom Inzoom in Zoom Outzoom out
 5 / 8 page
background image
AN2319
Application examples
5/8
3
Application examples
Acquiring the UID is quite easy when using high-level SRIxx tags, but additional actions are
required when using low-level SR176 memories.
After sending the INITIATE() and SELECT() command sequence to the tag(s), send a
GET_UID()
command to identify UID values.
SRIxx tags directly return the UID after receiving the GET_UID() command, while SR176
tags do not reply to this command.
If a tag is detected in the reader RF field but no reply is returned after a GET_UID()
command, it is probably a SR176 tag. In this case, the reader must read a specific memory
address to retrieve its UID as shown in Example 2.
The example shown in Section 3.2 is the body of the CRX14_Get_UID() function used in
Example 1.
3.1
Example 1: high-level mnemonic source code
This is an example of a UID acquisition loop using a high-level mnemonic source code.
UCHAR UID[8];
UCHAR blockSize, NoOfBlock, WriteblockAddress;
/********************************************
****
Manage all SRxx
********************************************/
CRX14_Set_Param(0x00);
//RF Off (accessing the Parameter Register of CRX14)
CRX14_Set_Param(0x10);
//RF On
if (CRX14_Initiate())
// (INITIATE() command)
{
CRX14_Select(Chip_ID); (SELECT() command)
CRX14_Get_UID(UID);
if((UID[7]==0xd0)&&(UID[6]==0x02))
switch (((UID[5] & 0xFC)>>2))
{
case 2: //SR176
blockSize=2; NoOfBlock=16; WriteblockAddress=4;
break;
case 3: //SRIX4K
blockSize=4; NoOfBlock=128; WriteblockAddress=7;
break;
}
}



Html Pages

1 2 3 4 5 6 7 8


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com