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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file RFIDFrame-0.0.1.tar.gz
.
File metadata
- Download URL: RFIDFrame-0.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eee7aaf22019a61d78ab92b616695d3ab568e9c6c7152adf3d826341cb1173de |
|
MD5 | 17607f280e33b4647b495c6f4ec0556e |
|
BLAKE2b-256 | b9dd6e0c27f7a5e67d0838b5144f44bf0d23d0401550c3aabdbfa5fdedbe2574 |
File details
Details for the file RFIDFrame-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: RFIDFrame-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f5c10b685c172025ba3661595fdbb524f13a836fb8e1fc73352426516f239e |
|
MD5 | 0a60ebf0d06a13e7af5e1383aace3b11 |
|
BLAKE2b-256 | cd435e41a86776a3ee3dfb76480882346d52cf7364b6bd46b9c3c590f8c82a91 |