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
Release files for rfidpy 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rfidpy-0.3.tar.gz | 6.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rfidpy-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.1 kB
Release files / rfidpy-0.3.tar.gz
| Download URL | rfidpy-0.3.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f13d00d3b4ed9b273151fd9bade86c188c4de82cf8003c4085eccbaac89ffc9
|
|
BLAKE2b-256 checksum How to use checksums |
4b481dc20fabfb0b1290eece2a608aad8811c7e7599176e1ac997ca8c7b4827d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.5
|
Release files / rfidpy-0.3-py3-none-any.whl
| Download URL | rfidpy-0.3-py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
60c8e5d7921f131418ed6047ff52bc5fad1d00a53891516d801bbfd3b18c2d80
|
|
BLAKE2b-256 checksum How to use checksums |
a27e629a40f7f475655f8f06475b83f5bb7c7dd875b4fedb5e558faee2c58d14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.5
|