Flowtter / py-acr122u

A library to use the acr122u at its full potential.
MIT License
50 stars 12 forks source link
acr122u atr mifare mifare1k nfc nfc-card-reader nfc-reader python smartcard smartcard-reader

PY-ACR122U

PyPI - Version PyPI - License PyPI - Downloads PyPI - Python Version PyPI - Wheel

This is a python library for the ACR122U NFC reader

Installation

pip install py122u

Usage


from py122u import nfc

reader = nfc.Reader()
reader.connect()
reader.print_data(reader.get_uid())
reader.info()