Skip to content

cpranzl/mfrc522_i2c

Repository files navigation

MFRC522 RFID reader/writer I2C driver in Python 3

The MFRC522 is a highly integrated reader/writer IC for contacless communication at 13.56 MHz. The MFRC522 reader supports ISO/IEC 14443 A/MIFARE and NTAG.

Overview

This library provides a Python interface to the MFRC522.

Installation

python3 -m pip install mfrc522_i2c