RFID Reader LED not turning red
joubin
Posts: 4
Hi,
I am experimenting with the Parallax serial RFID reader/writer connected to an Arduino. I ran some simple programs I found on the net, but the LED on the reader doesn't ever turn red which would indicate that the reader is ready to scan tags.
So I thought I would simplify things and take the Arduino out of the circuit. According to the reader's documentation, I ought to be able to provide power and ground to the reader and tie ENABLE to GND, causing the reader to go into active mode. But even then, the LED stays green, indicating the reader is in idle mode.
Are there any other troubleshooting steps I can take? Do I have a malfunctioning reader?
I am experimenting with the Parallax serial RFID reader/writer connected to an Arduino. I ran some simple programs I found on the net, but the LED on the reader doesn't ever turn red which would indicate that the reader is ready to scan tags.
So I thought I would simplify things and take the Arduino out of the circuit. According to the reader's documentation, I ought to be able to provide power and ground to the reader and tie ENABLE to GND, causing the reader to go into active mode. But even then, the LED stays green, indicating the reader is in idle mode.
Are there any other troubleshooting steps I can take? Do I have a malfunctioning reader?
Comments
To me, the manual seems a little ambiguous on what the LED colors might mean. But is it possible that green actually means that it's ready to scan a tag, but it turns red when it is in the process of communicating with a tag? Have you tried to get it to communicate with a tag, yet?
http://www.youtube.com/watch?v=FKHdhZuIov8
Is there a test code that I can run for this. Im using Arduino kit.
Yes, you're right. The video makes it obvious. My apologies for making useless comments. P J Allen dwells in Outer Darkness and I don't know what I'm talking about half the time.
You might send a private message to Microcontrolled and see if he has any suggestions. He's the only person I know off the top of my head who has worked with the RFIDs.
http://forums.parallax.com/member.php?54463-Microcontrolled
Don't give up. Somebody on this forum can give you a good, direct answer to your question.
Note that the documentation says that the data (following the commands) is sent in hexadecimal. That's not strictly correct. The data is sent as raw 8-bit bytes. You write it in your program as hexadecimal or decimal, but the compiler translates that into 8-bit byte values.
I have the ardurino kit http://www.amazon.com/Cana-Kit-Arduino-Starter/dp/B004G1AIJM/ref=sr_1_3?ie=UTF8&qid=1302844307&sr=8-3
this is the reader/write i bought. http://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/688/Default.aspx?txtSearch=rfid+write
and im using this tutorial http://www.gumbolabs.org/2009/10/17/parallax-rfid-reader-arduino/ and it talks about a write method.
It compiles using the ardurino and even passes it to the device. nothing happens after that.
Thanks so much
The Title's about "RFID Reader", but the Post's about "RFID R/W"
I helped another guy with what turned out to be a R/W, but it was in a BasicStamp context.
I don't do arduina so I don't have a magic arduina lib to turn you on to - it's not my bag.
Since the examples in the Reader/Writer documentation are in Parallax Basic, you might want to download the Stamp Manual so you can see what the examples mean.