Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interfaces:rc522 [2015/02/11 13:58]
darron [Pinout]
interfaces:rc522 [2015/03/22 21:55] (current)
Line 1: Line 1:
 ==== RFID RC522 ==== ==== RFID RC522 ====
 <wrap right> <wrap right>
-{{:interfaces:rc522.jpg?200}}+{{:interfaces:rc522-2.jpg?200}}
 </wrap> </wrap>
  
Line 8: Line 8:
  
 Although the MFRC522 has I2C, serial and SPI interfaces, only SPI is Although the MFRC522 has I2C, serial and SPI interfaces, only SPI is
-available on the this module.+available on this module.
  
 === Pinout === === Pinout ===
Line 20: Line 20:
 + *SDA SCK MOSI MISO IRQ GND RST 3V3  + + *SDA SCK MOSI MISO IRQ GND RST 3V3  +
  
-*SDA is the SPI NSS input.+*SDA is the SPI NSS (slave select) input.
 </code> </code>
  
 === RPi === === RPi ===
  
-^Pin    ^RFID RC522 | +^Pin   ^ALT  ^RFID RC522 
-|GPIO11 | SCK | +|GPIO8 |CE0  | SDA  
-|GPIO9  | MISO | +|GPIO11|SCLK | SCK 
-|GPIO10 MOSI +|GPIO10|MOSI | MOSI 
-|GPIO7  SDA  | +|GPIO9 |MISO | MISO | 
-|GPIO8  | RST  | +         | IRQ  
- +|GND       | GND  | 
- +|GPIO25|     | RST  | 
 +|3V3       | 3V3  |
  
 === Resources === === Resources ===
 [[http://www.nxp.com/documents/data_sheet/MFRC522.pdf|Data-sheet]] [[http://www.nxp.com/documents/data_sheet/MFRC522.pdf|Data-sheet]]