Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

mfdogalindo/MFRC522-UART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFRC522-python

A small class to interface with the NFC reader Module MFRC522 through UART

Pins

RC522 Device
SDA TX
MISO RX
3.3V 3.3V
GND GND

Rework

If you have a chinese RC522 board, cut 3.3V wire to pin 32 and populate to GND

alt tag

##Usage Import the class by importing MFRC522 in the top of your script. For more info see the examples.

##Thanks To

Miguel Balboa -> https://github.com/miguelbalboa/rfid

MXGXW -> https://github.com/mxgxw/MFRC522-python