/MFRC522-python

MFRC522 RFID Reader for Raspberry Pi

Primary LanguagePythonMIT LicenseMIT

MFRC522 RFID Card Reader

MFRC522 Python Library for Raspberry Pi

  • Preparation
$ sudo nano /etc/modprobe.d/raspi-blacklist.conf
#blacklist spi-bcm2708
$ sudo apt-get install python-dev
$ git clone https://github.com/lthiery/SPI-Py.git
$ cd SPI-Py
$ sudo python setup.py install
  • Using Example
$ git clone https://github.com/rasplay/MFRC522-python.git
$ cd MFRC522-python
$ sudo python read.py