2014-09-25 01:27:39 -05:00
2014-04-14 11:38:09 -07:00
2013-10-20 19:31:19 +02:00
2013-11-30 15:47:23 +00:00
2013-10-20 19:04:41 +02:00
2014-09-25 01:27:39 -05:00
2013-01-27 19:28:06 +01:00

rduino RFID Library for MFRC522

This library is use to read RFID Cards through MIFARE RC522 reader using SPI interface on Arduino Board.

Pin Layout for Arduino UNO

  • MOSI: Pin 11 / ICSP-4
  • MISO: Pin 12 / ICSP-1
  • SCK : Pin 13 / ISCP-3
  • SS : Pin 10 (Configurable)
  • RST : Pin 9 (Configurable)

Pin Layout for Arduino Mega

  • MOSI: Pin 51 / ICSP-4
  • MISO: Pin 50 / ICSP-1
  • SCK : Pin 52 / ISCP-3
  • SS : Pin 53 (Configurable)
  • RST : Pin 5 (Configurable)

Installation

Clone the repository with:

git clone https://github.com/sophiekovalevsky/rfid.git

And place the repo into the your arduino libraries folder.

Credits

This library was created by Miguel Balboa.

More comming soon.

We need to document a lot.

Description
No description provided
Readme 2.2 MiB
Languages
C++ 100%