2013-07-01 06:14:21 +00:00
|
|
|
MFRC522-python
|
|
|
|
==============
|
|
|
|
|
2013-07-01 07:54:03 +00:00
|
|
|
A small class to interface with the NFC reader Module MFRC522 on the Raspberry Pi.
|
2013-07-01 07:45:10 +00:00
|
|
|
|
2013-09-24 19:05:36 +00:00
|
|
|
This is a Python port of the example code for the NFC module MF522-AN.
|
2013-07-01 07:45:10 +00:00
|
|
|
|
2013-09-24 19:05:36 +00:00
|
|
|
Pre Requisites
|
2013-07-01 07:45:10 +00:00
|
|
|
==============
|
|
|
|
|
|
|
|
You will need to install SPI-Py from lthiery from the following address:
|
|
|
|
|
|
|
|
https://github.com/lthiery/SPI-Py
|
|
|
|
|
|
|
|
More Info
|
|
|
|
==============
|
|
|
|
|
|
|
|
For more information visit: http://fuenteabierta.teubi.co/
|
|
|
|
|
2013-09-24 19:05:36 +00:00
|
|
|
Usage
|
2013-07-01 07:46:44 +00:00
|
|
|
==============
|
|
|
|
|
|
|
|
Just run the following command:
|
|
|
|
|
|
|
|
sudo python MFRC522.py
|