MFRC522-python icon indicating copy to clipboard operation
MFRC522-python copied to clipboard

A small class to interface with the NFC reader Module MFRC522

Results 68 MFRC522-python issues
Sort by recently updated
recently updated
newest added

It appears @mxgxw has abandoned this project. Is there anyone willing and able to maintain it? Please shout "here" now ;-)

If I run `python Read.py` without sudo, it gives me an error: ``` can't open device: Permission denied Aborted ``` I can't rely on sudo privileges while reading RFID tags,...

how to control and recieve data from two rc522 readers in one raspberry?

Hi Thanks for great software. How to modify MFRC522.py and Read.py file to read from two readres ? I'm connect first to /dev/spidev0.0 (24 pin) and second /dev/spidev0.1 (25 pin)....

Hi I run "Read.py", I got below error: Can't open device: No such file or directory "SPI-Py" is intalled but when I run this: ls /dev/spi* and it returned this:...

I tried the your lib and it works great (haven't tried the reading and writing data yet). My problem is that when I use my Mifare Ultralight cards that have...

The newer version of Raspbian have switched to using dttree when enabling SPI. When you do this upgrade this library stops working. Running the Read.py example just sits there.

Out of curiosity, and because SPI-Py was previously unknown to me, I'd love to know what motivated you to chose it over py-spidev. Cheers!

i use RPi jessie and MFRC522, setup install python-dev , SPI-Py, MFRC522-python i use RFID tag it show me what i miss thank you