Differences

This shows you the differences between two versions of the page.

Link to this comparison view

interfaces:rc522 [2015/02/11 13:58]
darron [Pinout]
interfaces:rc522 [2015/03/22 21:55]
Line 1: Line 1:
-==== RFID RC522 ==== 
-<wrap right> 
-{{:interfaces:rc522.jpg?200}} 
-</wrap> 
  
-This is a very inexpensive RFID module with an MFRC522 integrated circuit 
-and a PCB antenna. 
- 
-Although the MFRC522 has I2C, serial and SPI interfaces, only SPI is 
-available on the this module. 
- 
-=== Pinout === 
- 
-<code> 
-+-------------------------------------+ 
-|              ANTENNA                | 
-|                                     | 
-| XTAL         NXPRC522               | 
-|                                     | 
-+ *SDA SCK MOSI MISO IRQ GND RST 3V3  + 
- 
-*SDA is the SPI NSS input. 
-</code> 
- 
-=== RPi === 
- 
-^Pin    ^RFID RC522 | 
-|GPIO11 | SCK | 
-|GPIO9  | MISO | 
-|GPIO10 | MOSI | 
-|GPIO7  | SDA  | 
-|GPIO8  | RST  | 
- 
- 
- 
- 
-=== Resources === 
-[[http://www.nxp.com/documents/data_sheet/MFRC522.pdf|Data-sheet]]