User Manual

www.adeept.com
Step 3. SPI Code
To test the module in Python, you need to load a SPI wrapper. Before that, you need to install python-dev.
Install python-dev:
$ sudo apt-get install python-dev
In order to read data from the SPI bus in Python, you need a set of routines; a suitable one is SPI-Py,
which is available at github.
To install it, clone the git repository SPI-Py. This is the source code for the SPI python library to be used.
$ git clone https://github.com/adeept/SPI-Py.git
Install the SPI-Py module:
$ cd SPI-Py
$ sudo python setup.py install
Step 4. Test the RC522 RFID Reader Module
$ git clone https://github.com/adeeptMFRC522-python
$ cd MFRC522-python
$ sudo python Read.py
Now, when you place the 13.56M IC card close to the RC522 RFID Reader module, the ID number will
appear on the terminal.
Buy this RC522 Module on ebay
References
https://github.com/adeept/SPI-Py
https://github.com/adeept/MFRC522-python