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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rfidpy-0.3.tar.gz.
File metadata
- Download URL: rfidpy-0.3.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f13d00d3b4ed9b273151fd9bade86c188c4de82cf8003c4085eccbaac89ffc9
|
|
| MD5 |
c83430584d23d9271f7811dc65a8d369
|
|
| BLAKE2b-256 |
4b481dc20fabfb0b1290eece2a608aad8811c7e7599176e1ac997ca8c7b4827d
|
File details
Details for the file rfidpy-0.3-py3-none-any.whl.
File metadata
- Download URL: rfidpy-0.3-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60c8e5d7921f131418ed6047ff52bc5fad1d00a53891516d801bbfd3b18c2d80
|
|
| MD5 |
2a23f88c239ec53627b5ced783c2d45e
|
|
| BLAKE2b-256 |
a27e629a40f7f475655f8f06475b83f5bb7c7dd875b4fedb5e558faee2c58d14
|