RFID reader ( Access Control )

Hello All ! :slight_smile:
I want make a Access Control with RFID reader. All types there may be used with arduin? and who is easy to use ?
P.S . sorry for my BADDDDD English :smiley:

Have you tried Googling for Arduino RFID reader?

(deleted)

Yes, I try in google and read many information, but I`m novice and I hava a few qu?stions.
Does it matter what kind of reader I use and what library load?

uboy:
Yes, I try in google and read many information, but I`m novice and I hava a few qu?stions.
Does it matter what kind of reader I use and what library load?

Yes it matters.

How I know who library to use?
example: for this

http://www.ebay.com/itm/UART-125Khz-EM4100-RFID-Card-Key-ID-Reader-Module-RDM6300-RDM630-For-Arduino-/111096572758?pt=LH_DefaultDomain_0&hash=item19dddf2b56

?
or this

http://www.ebay.com/itm/Mifare-RC522-Card-Read-Antenna-RFID-Reader-IC-Card-Proximity-Module-Kit-Blue-/130981220923?pt=AU_B_I_Electrical_Test_Equipment&hash=item1e7f16d23b

Lists a lot of NFC/RFID modules for arduino (german page) Liste aller NFC/RFID Evalboards / Arduino Shields | Regnerischer Nachmittag

uboy:
How I know who library to use?
example: for this

http://www.ebay.com/itm/UART-125Khz-EM4100-RFID-Card-Key-ID-Reader-Module-RDM6300-RDM630-For-Arduino-/111096572758?pt=LH_DefaultDomain_0&hash=item19dddf2b56

?
or this

http://www.ebay.com/itm/Mifare-RC522-Card-Read-Antenna-RFID-Reader-IC-Card-Proximity-Module-Kit-Blue-/130981220923?pt=AU_B_I_Electrical_Test_Equipment&hash=item1e7f16d23b

The first one is if you are using 125KHz EM4100 reader and cards. The second is if you are using 13MHz Mirare cards.
Two totally incompatible systems.

My idea is simple, I want just to open a door, and for that which type RFID reader should I use?

uboy:
My idea is simple, I want just to open a door, and for that which type RFID reader should I use?

It does not matter what reader you use but what ever it is you must use a library designed for that type of reader.

Check SparkFun. They have a series of RFID reader modules that are Arduino-friendly, with some code examples, and a selection of tokens and access cards. They're all of the 125kHz variety.

I've looked around a little, and while at first I thought their selection was a little spendy, I haven't found a better deal anywhere else. So apparently $25 for a module and $2 per card is a reasonable price. IME, SparkFun's prices are generally competitive, I just thought the cards would be easily found for less in qty 10 or less. Maybe you need to buy in bulk before they start getting cheap.

http://forum.arduino.cc/index.php?topic=148029.0

I hit Send to quickly.

The eBay auction mentions that it is an RDM6300 based reader, so I just did some Googling. Found a thread in this forum from earlier this year, and a few more links:

I hope some of this helps.