Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages