MFRC522-python | small class to interface with the NFC reader
kandi X-RAY | MFRC522-python Summary
kandi X-RAY | MFRC522-python Summary
Important notice: This library has not being actively updated in almost four years. It might not work as intended on more recent Raspberry Pi devices. You might want to take a look to the open pull-requests and forks to see other implementations and bug-fixes.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Transmits a card to a card .
- Performs a card authentication .
- Writes the contents of a card to the block .
- Translates the PCC RC2 registers .
- This function is used to get the tag of a card .
- Stop reading .
MFRC522-python Key Features
MFRC522-python Examples and Code Snippets
Community Discussions
Trending Discussions on MFRC522-python
QUESTION
I've been messing around with Raspberry Pi and RFID and found this tutorial:
https://pimylifeup.com/raspberry-pi-rfid-rc522/
Everything went fine with the installation but when I'm running the script it presents an error.
This is the problem:
...ANSWER
Answered 2019-Feb-24 at 00:32I had the same issue for at least 2 hours... now i found out, that the IRQ channel of RC522 has to be soldered to pin 18 of raspberry PI... I also renewed the soldered pins on the rc522, now it works fine.. seems to be a mechanic issue, no software problem..
This also helps: https://github.com/ondryaso/pi-rc522
Befor (error msg):
QUESTION
I have a RPi2 (Python 2.7) with two RFID readers. One reader is an USB SERIAL hex Gigatek MF7 (connected to a serial port) and the other is the RFID-RC522 (connected to GPIO pins). The RC522 is wired correctly following the instructions found on pimylifeup.com/raspberry-pi-rfid-rc522. Both readers work and read tags but their output strings are different for the same tag.
I know the data structure (Serial ASCII) and baud Rate: 9600,N,8,1, to read from the Gigatek - link. My script reads the 12 char string from a serial port and extracts the UID reply_rfid_1[1:9]
from it:
ANSWER
Answered 2019-Jul-12 at 11:39I have tried a different approach following the instructions at raspberrypi-spy.co.uk/2018/02/rc522-rfid-tag-read-raspberry-pi using the library github.com/mxgxw/MFRC522-python. The output UID using this library for the tag I have is:
QUESTION
I am working with RC-522 RFID Reader for my project. I want to use it for paying transportation fee. I am using python and used the code in: https://github.com/mxgxw/MFRC522-python.git
On python script Read.py, Sector 8 was read with the use of this code:
...ANSWER
Answered 2017-Jul-11 at 15:43You can use .split(",") to specify the delimiter ",".
Something like that:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MFRC522-python
You can use MFRC522-python like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page