An open API service indexing awesome lists of open source software.

https://github.com/cpranzl/mfrc522_i2c

MFRC522 RFID reader/writer I2C driver in Python 3
https://github.com/cpranzl/mfrc522_i2c

i2c mfrc522 rfid

Last synced: 5 months ago
JSON representation

MFRC522 RFID reader/writer I2C driver in Python 3

Awesome Lists containing this project

README

          

# 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
```bash
python3 -m pip install mfrc522_i2c
```