Skip to content

An RFID Framework that should allow you to interface with MFRC522 devices in python.

Notifications You must be signed in to change notification settings

vproHacks/RFIDFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

RFIDFrame

An RFID Framework that should allow you to interface with MFRC522 devices in python.

Installation

Use this command pip install RFIDFrame

Using It

There are 2 main parts to utilizing the library.

Arduino

Get the .ino file from the ESP_CODE Library. Upload this to your ESP device using the arduino software.

Python

Load up the file into your project library. It uses Selenium as a dependancy. Import it into your application using this command and there is a sample as to use it as well.

from RFIDFrame.RFID import get_uid_long

uid_long = get_uid_long(ip)

About

An RFID Framework that should allow you to interface with MFRC522 devices in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published