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
- Host: GitHub
- URL: https://github.com/cpranzl/mfrc522_i2c
- Owner: cpranzl
- License: gpl-3.0
- Created: 2021-06-19T14:59:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T13:06:18.000Z (over 1 year ago)
- Last Synced: 2025-08-26T06:39:59.986Z (10 months ago)
- Topics: i2c, mfrc522, rfid
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```