Arduino RFID
This time I am interested on a particular application of this technology: My university has moved to RFID picture IDs for students and I was curious about how difficult it was to read the cards from an Arduino board. Our system is using 13.56 MHz cards, so I ventured into eBay territory. Almost anyone can type "Arduino RFID" there to get plenty of cards that allow you to read (and write) RFID tags/cards.
For those of you living in a cave, RFID is a wireless technology that allows you to both power and interact wirelessly with a card or tag that contains a digital unique identifier that optionally may include some rewritable memory too. Tags or cards themselves do not have nor need a battery but they contain a microchip and a coil to gather energy from nearby readers. That means that the card and the reader need to be pretty close for this to work (that is why the technology is dubbed as NFC or Near Field Communication).
After buying one card and waiting the usual two weeks for things to travel from China to my home using regular mail, I have tested the card with the sample software and I am pleasantly surprised on how simple this is: Reading and Writing works outside the box, though I have some problems with source code commented in perfect Chinese (a language I cannot read). Some understanding of Mifare cards is needed if you want to use the cards memory storage, as there are some security mechanisms you need to understand.
For those of you living in a cave, RFID is a wireless technology that allows you to both power and interact wirelessly with a card or tag that contains a digital unique identifier that optionally may include some rewritable memory too. Tags or cards themselves do not have nor need a battery but they contain a microchip and a coil to gather energy from nearby readers. That means that the card and the reader need to be pretty close for this to work (that is why the technology is dubbed as NFC or Near Field Communication).
After buying one card and waiting the usual two weeks for things to travel from China to my home using regular mail, I have tested the card with the sample software and I am pleasantly surprised on how simple this is: Reading and Writing works outside the box, though I have some problems with source code commented in perfect Chinese (a language I cannot read). Some understanding of Mifare cards is needed if you want to use the cards memory storage, as there are some security mechanisms you need to understand.
Comments
May you please add two Arduino examples to deal with your RFID device. I got similar device and I try to understand the attached source code and I didn't :(
Please some help
Each read or write operation can only happen once card selection and authentication has been successful.
Please bear in mind you need to know the keys for your read/write attempt to be succesful.