Skip to main content

A library for communicating with RFID cards using MFRC522.

Project description

python_rfid

Description

This library implements an interface to communicate with RFID cards through an MFRC522 device. In spite of other MFRC522 libraries, this project does not depend on particular GPIO libraries written for any particular board, but instead builds upon the Linux kernel's gpio device implementation. In the same spirit, it also avoids dependance on any particular SPI implementation but uses the spidev package, which in turn depends on the Linux SPI userspace API.

Contributions

Most of the code in this project is based on on the arduino library for the MFRC522 by miguelbalboa, although it has been very heavily restructured to make better use of object oriented design. The original code and unlicense can be found at [https://github.com/miguelbalboa/rfid].

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_rfid-0.0.2.tar.gz (25.6 kB view hashes)

Uploaded Source

Built Distribution

python_rfid-0.0.2-py3-none-any.whl (28.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page