Skip to main content

A Framework for MFRC522 RFID Devices in Python

Project description

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.

import RFIDFrame as rf

uid_long = rf.RFID.get_uid_long(ip)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RFIDFrame-0.0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

RFIDFrame-0.0.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page