All Projects → japaric → mfrc522

japaric / mfrc522

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
A platform agnostic driver to interface the MFRC522 (RFID reader/writer)

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to mfrc522

pwm-pca9685-rs
Platform-agnostic Rust driver for the PCA9685 I2C 16-channel, 12-bit PWM/Servo/LED controller
Stars: ✭ 19 (-29.63%)
Mutual labels:  no-std, embedded-hal
rdm6300
A simple library to interface with RDM6300 RFID reader.
Stars: ✭ 46 (+70.37%)
Mutual labels:  rfid
nfc-reader
A simple library that provides to use rfid card readers.
Stars: ✭ 87 (+222.22%)
Mutual labels:  rfid
Sonos RFID Controller
RFID controller for the Sonos music player
Stars: ✭ 17 (-37.04%)
Mutual labels:  rfid
controle-de-acesso
Projeto CDA - "Controle de Acesso" utilizando Golang, VueJS, PostgreSQL e MQTT
Stars: ✭ 26 (-3.7%)
Mutual labels:  rfid
flipperzero-firmware
Flipper Zero firmware source code
Stars: ✭ 2,551 (+9348.15%)
Mutual labels:  rfid
chamgo-qt
QT based GUI for Chameleon-RevE-Rebooted & Chameleon RevG - written in Golang
Stars: ✭ 34 (+25.93%)
Mutual labels:  rfid
RFID-cloner
Handy device for cloning RFID chips/cards.
Stars: ✭ 55 (+103.7%)
Mutual labels:  rfid
pyrfidhid
Python library to control Chinese USB HID 125Khz RFID Reader/Writer
Stars: ✭ 104 (+285.19%)
Mutual labels:  rfid
rfid-reader-http
PC/SC lite HTTP wrapper for reading from a remote card reader (RFID & NFC).
Stars: ✭ 27 (+0%)
Mutual labels:  rfid
barnowl
Technology-agnostic middleware for RFID, RTLS and M2M, enabling location-aware physical spaces. We believe in an open Internet of Things.
Stars: ✭ 25 (-7.41%)
Mutual labels:  rfid
esp8266-rfid-banco-de-dados
Projeto com objetivo de autenticar/autorizar usuários a partir de Tags RFID utilizando Banco de Dados
Stars: ✭ 85 (+214.81%)
Mutual labels:  rfid
PN532-HSU
PN532 HSU (UART) library for Python
Stars: ✭ 29 (+7.41%)
Mutual labels:  rfid
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+314.81%)
Mutual labels:  rfid
advlib
Open source, protocol-agnostic library for decoding ambient wireless packets. We believe in an open Internet of Things.
Stars: ✭ 90 (+233.33%)
Mutual labels:  rfid
esp-idf-rc522
C library for interfacing ESP32 with MFRC522 RFID card reader, packaged as ESP-IDF component
Stars: ✭ 60 (+122.22%)
Mutual labels:  rfid
sportiduino
Electronic timing system for orienteering and similar outdoor sports events on Arduino
Stars: ✭ 56 (+107.41%)
Mutual labels:  rfid
android-things-rc522
Android library to communicate with RFID Module RC522
Stars: ✭ 44 (+62.96%)
Mutual labels:  rfid
Mifareclassictool
An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags.
Stars: ✭ 2,698 (+9892.59%)
Mutual labels:  rfid
Core-NFC-Example
An example project which demonstrate the usage of iOS 11 Core NFC framework.
Stars: ✭ 19 (-29.63%)
Mutual labels:  rfid

This repository is no longer maintained! Last release of this repository on crates.io was v0.2.0. Ownership over the mfrc522 crate on crates.io has been transferred to @jspngh. @jspngh maintains a MFRC522 driver crate at https://gitlab.com/jspngh/rfid-rs


mfrc522

A platform agnostic driver to interface the MFRC522 (RFID reader/writer)

MFRC522

What works

  • REQuest A
  • SELECT for single size UIDs

TODO

  • Make sure this works with the spidev crate (i.e. with the Raspberry Pi)
  • Anticollision loop -- SELECT works when there's only one nearby tag
  • Authentication (MFAuthent)
  • Reading / writing data into the tag
  • Configurable timeout
  • Make the API non-blocking and compatible with the interrupt pin
  • Support double and triple size UIDs -- I don't have hardware (tags) to test this.
  • ???

Examples

There's an example for the Raspberry Pi (3) in the examples directory. The example turns an LED on when a card is nearby and turns it off when a tag in nearby. There's a video of the example here. To reproduce the example you'll have to tweak the values of the card and tag UIDs (Unique IDentifiers).

The same example has been implemented for the Blue Pill development board. You'll find the code for that example in this branch of the blue-pill repository. If that branch is gone, check the master branch.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].