MFRC522-python
MFRC522-python copied to clipboard
A small class to interface with the NFC reader Module MFRC522
Change hardcoded reference to pin22/GPIO25 to the constant; update example code to show the entire card UID (rather than just the first four digits)
I tried to make use of this project on a non-rpi hardware with python3. These are the cleanups I applied for it. I didn't include the bits to make it...
File "Read.py", line 41, in MIFAREReader = MFRC522.MFRC522() File "/home/pi/MFRC522-python/MFRC522.py", line 135, in __init__ self.MFRC522_Init() File "/home/pi/MFRC522-python/MFRC522.py", line 406, in MFRC522_Init self.MFRC522_Reset(); File "/home/pi/MFRC522-python/MFRC522.py", line 138, in MFRC522_Reset self.Write_MFRC522(self.CommandReg, self.PCD_RESETPHASE)...
Hi! Im getting some headhaches with this I have been testing this code into my RPI MODEL B+ (2011) and works perfectly. Now i have set up same code into...
Hello I have with the READ.PY probelm and do not know how to handle it. Help and thanks for the help. /home/pi/MFRC522-python/MFRC522.py:133: RuntimeWarning: This channel is already in use, continuing...
I am Running MFRC522 -> Read.py using a Main file to continuously read RFID card. But After like 40 -45 sec it is Giving me " Too many Files Open...
Hi All; I have a problem with MFRC522. I am setting "NRSTPD" to > |sical | V | Mode | Name | wPi | BCM | > | 22 |...
Hi Any clue on how to adapt the receiver gain in your example ?
When trying to run the Write.py script, I get the following error: `Traceback (most recent call last):` `File "Write.py", line 6, in ` ` reader = SimpleMFRC522.SimpleMFRC52`2() ` File "/home/pi/MFRC522-python/SimpleMFRC522.py",...