Skip to content

karthickrajathedeveloper/rfidpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Author

@karthickrajathedeveloper

LICENSE

MIT LICENSE

About

Library File for Raspberry pi 5 to interface with RFID-RC522

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published