Skip to content

karthickrajathedeveloper/pi5-rfid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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: sudo pip3 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

sudo python3 test.py

Author

karthickrajathedeveloper

LICENSE

MIT LICENSE

About

Raspberry pi 5 interface with RFID-RFC522

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published