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

below is the stack trace for the error am facing when am trying to run the Read.py script.. Traceback (most recent call last): File "Read.py", line 41, in MIFAREReader =...

You can just paste in your .py file, and the Read.py code is down below. ## MFRC522.py ``` #!/usr/bin/env python # -*- coding: utf8 -*- # # Copyright 2014,2018 Mario...

When I try to run Read.py it shows this error. I'm using Banana Pi M1. Does anyone know how to resolve this issue?

I've followed this tutorial (https://www.piddlerintheroot.com/rfid-rc522-raspberry-pi/) to the T, and I keep getting the error " Traceback (most recent call last): File "Read.py", line 41, in MIFAREReader = MFRC522.MFRC522() File "/home/pi/MFRC522-python/MFRC522.py",...

Hello. I am going through the frustration of having this error come up every time I run a program with this module, it shows up this pointing me in the...

This patch updates code to match Python3 version, and fix the function api problem of new SPI-Py PKG in https://github.com/mxgxw/MFRC522-python/issues/69

Welcome to the MFRC522 data read example Press Ctrl-C to stop. Traceback (most recent call last): File "Read.py", line 51, in (status, TagType) = MIFAREReader.MFRC522_Request(MIFAREReader.PICC_REQIDL) File "/home/pi/MFRC522.py", line 243, in...

As in topic. Anybody know how can I write to the card new key? Key is used for example in MFRC522_Auth method.

Hi, Can I write in the Sector 0 with the chinese changeable UID cards? Seems not possible with this library but not impossible by hardware.