MFRC522 (community library)

Summary

Name Value
Name MFRC522
Version 0.1.4
Installs 50699
License Unknown
Author Paul Kourany
URL https://github.com/pkourany/MFRC522_RFID_Library
Repository https://github.com/pkourany/MFRC522_RFID_Library.git
Download .tar.gz
All Versions 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0, 0.0.1

MFRC522 RFID library for Particle devices

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

RFID

Update for Libraries 2.0 by Paul Kourany, Jan 2017 - v1.0.3 Adapted for Spark Core by Paul Kourany, May 2014

v0.1.2 - SOS bug fixed, now compatible with all Particle devices

Read a card using a mfrc522 reader on your SPI interface on your Arduino

  • Pin layout should be as follows (on Spark Core):
  • MOSI: Pin A5
  • MISO: Pin A4
  • SCK : Pin A3
  • SS : Pin A2 (Configurable)
  • RST : Pin D2 (Configurable) *

Arduino RFID Library for MFRC522

Read a card using a mfrc522 reader on your SPI interface on your Arduino

  • Pin layout should be as follows (on Arduino Uno):
  • MOSI: Pin 11 / ICSP-4
  • MISO: Pin 12 / ICSP-1
  • SCK : Pin 13 / ISCP-3
  • SS : Pin 10 (Configurable)
  • RST : Pin 9 (Configurable) *

  • Pin layout should be as follows (on Arduino Mega):

  • MOSI: Pin 51 / ICSP-4
  • MISO: Pin 50 / ICSP-1
  • SCK : Pin 52 / ISCP-3
  • SS : Pin 53 (Configurable)
  • RST : Pin 5 (Configurable)

Browse Library Files