Skip to main content

Raspberry pi 5 interface with RFID(MFR522)

Project description

rfidpy

The rfidpy library is designed to facilitate the interface between Raspberry Pi 5 and RFID technology.

Usage

Raspberry pi 5 interface with RFID (MFRC522) reader.

Requirements

Make sure to install the following libraries before using rfidpy:

These libraries are mandatory for the proper functioning of rfidpy.

Installation

To install rfidpy, you can use the following command: pip install rfidpy

Sample Program

Here's a simple example of how to use the rfidpy library in a Python program:

from rfidpy import SimpleMFRC522

reader = SimpleMFRC522()

while True:
    id, text = reader.read()
    print(id)

Run program

python3 test.py

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

rfidpy-0.3.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

rfidpy-0.3-py3-none-any.whl (6.9 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