Raspberry Pi‎ > ‎SANKI Device‎ > ‎

RFID-RC522


RFID-RC522


Hardware

 
https://sites.google.com/a/imediabank.com/sanki/project/sanki-device/rfid-rc522/rfid%20wiring.png?attredirects=0
 
https://sites.google.com/a/imediabank.com/sanki/project/sanki-device/rfid-rc522/Diagrama_Conexion.jpeg?attredirects=0
 


Pin Connect

Please Click the above Pin Connect Image.

Examples

          This example is an example for RC522, Please read the reference link below.

Install SPI

  • $ sudo apt-get install python-dev
  • $ git clone https://github.com/lthiery/SPI-Py.git
  • $ cd SPI-Py
  • sudo python setup.py install

Sample Program


  • $ sudo python MFRC522.py

Reference