Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 19, 2024, 01:16:57 01:16


Login with username, password and session length


Pages: [1]
Print
Author Topic: Communication with RFID chips like HELP HELP  (Read 4602 times)
0 Members and 1 Guest are viewing this topic.
elwakeel
Newbie
*
Offline Offline

Posts: 7

Thank You
-Given: 2
-Receive: 1


« on: April 08, 2009, 11:09:12 11:09 »

Dear all,

I have a question and really could use your help.

At the moment I'm working on a project for RFID reader. I noticed that most of the RFID reader chips on the market are compatible with ISO14443 protocols, but they have a fifo buffer that holds the frames of the protocol. I mean, if I want to send a command like WAKEUP, or HALT, I will have to create the appropriate frame for the the command according to the ISO protocol and then transmit that frame to the fifo of the reader.

Is what I just said right?

if so, is there any library for functions that creates the frames for me, that is, for example function like this

*char WAKEUP(void); // function that creates the frame for the command WAKEUP and returns a pointer to the frame

if there, could you please point me to them?

also is there a single RFID chip that does the framing for me, for example, if I send a byte 0xDB for example, the chip will initiate a wakeup sequence.

is there a single chip that can do this ?

thanks you so much, please I need your help as I'm very close to my graduation project delivery date.
Logged
Orcino Borges
Newbie
*
Offline Offline

Posts: 23

Thank You
-Given: 13
-Receive: 18


« Reply #1 on: April 08, 2009, 01:18:51 13:18 »

TRF7960 , TRF7961
Logged
elwakeel
Newbie
*
Offline Offline

Posts: 7

Thank You
-Given: 2
-Receive: 1


« Reply #2 on: April 08, 2009, 01:49:06 13:49 »

Dear Orcino,

thanks for your reply. I have read the datasheet of the TRF7960 and have a question:

the chip has a fifo and registers for protocol and mode programmig, besides the frame transmission. What I understood is that i have to create the complete frames for different commands in the ISO14443 protocol and send them into the fifo to be transmitted, is what i understood right??

please, correct me if I'm wrong, thanks
Logged
flyback
Junior Member
**
Offline Offline

Posts: 84

Thank You
-Given: 73
-Receive: 39


« Reply #3 on: April 08, 2009, 05:18:30 17:18 »

Hello Elwakeel,
About the TRF7960, Texas sells a eval kit for it
http://focus.ti.com/docs/toolsw/folders/print/trf7960evm.html

Fortunately the source code (even in C, so must be portable to other uP) can be freely downloaded at
http://focus.ti.com/lit/sw/sloc136/sloc136.zip

Please take a look at 14443.c, they clearly describe how to fill the FIFO, per example:
....
   buf[0] = 0x8f;
   buf[1] = 0x91;         /* buffer setup for FIFO writing */
   buf[2] = 0x3d;
   buf[3] = 0x00;
   buf[4] = 0x70;
   buf[5] = select;
   buf[6] = 0x70;
   RAWwrite(buf, 12);      /* send the request using RAW writing */

Logged
elwakeel
Newbie
*
Offline Offline

Posts: 7

Thank You
-Given: 2
-Receive: 1


« Reply #4 on: April 13, 2009, 07:25:53 19:25 »

Dear All,

I have a another question about RFID. I'm using TRF7960 reader chip. My question is:

I've succeeded to program the reader registers, configured it to ISO14443-A protocol. I was able to send REQA command and got the response from the tag, I sent SELECTS command and the tag responded. now the tag is selected but I don't know how to write or read data from the memory of the tag, can anybody tell me please, how to write to some certain address in the tag or read from a certain address.

Thanks so much, please anyone with any small piece of information, reply and say it.
Logged
flyback
Junior Member
**
Offline Offline

Posts: 84

Thank You
-Given: 73
-Receive: 39


« Reply #5 on: April 16, 2009, 08:45:36 08:45 »

There are absolutely no need to post multiple identical messages. If someone can help you, he will.
Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC