rfid

Arduino RFID Library for MFRC522

UNLICENSE License

Downloads
78
Stars
2.8K
Committers
80

Bot releases are visible (Hide)

rfid - Latest Release

Published by Rotzbua 10 months ago

rfid -

Published by Rotzbua almost 3 years ago

rfid -

Published by Rotzbua about 3 years ago

bump version to 1.4.9

rfid -

Published by Rotzbua almost 4 years ago

rfid - doc update

Published by Rotzbua about 4 years ago

rfid - doc update

Published by Rotzbua over 4 years ago

rfid -

Published by Rotzbua about 5 years ago

rfid -

Published by Rotzbua over 5 years ago

rfid -

Published by Rotzbua over 5 years ago

see changes.txt

IMPORTANT: v1.4.X will be last version under license "unlicense"

rfid -

Published by Rotzbua over 5 years ago

see changes.txt

IMPORTANT: v1.4.X will be last version under license "unlicense"

rfid -

Published by Rotzbua about 6 years ago

see changes.txt

IMPORTANT: v1.4.X will be last version under license "unlicense"

rfid - 1.4.0

Published by Rotzbua over 6 years ago

see changes.txt

Backport fix for esp, other fixes/features moved to 2.x (planned)

IMPORTANT: v1.4.X will be last version under license "unlicense"

rfid -

Published by Rotzbua over 7 years ago

see changes.txt

rfid -

Published by Rotzbua over 7 years ago

  • Updated "AccessControl.ino", bugs fixed and alterate Wipe button polling method without using other library @beyondszine reviewed by @omersiar
  • Updated README notice about port for esp8266 @mmmmar
rfid -

Published by Rotzbua over 7 years ago

  • Added new example "rfid_read_personal_data.ino" @ryand1011
  • Updated example "rfid_write_personal_data.ino" code style to Arduino IDE @Rotzbua
  • Removed (temp.) Teensy from travis build script because fails @Rotzbua
rfid -

Published by Rotzbua over 7 years ago

  • Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
  • Fixed UINT8_MAX error @Rotzbua
rfid -

Published by Rotzbua over 7 years ago

  • Added ESP8266 to library.properties
rfid -

Published by Rotzbua over 7 years ago

  • Fixed compiler warning in MFRC522Extended @Rotzbua
  • Removed unused function @Rotzbua
rfid -

Published by Rotzbua over 7 years ago

  • Warning: Source has moved to folder src!
  • Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting
  • Added RATS (Request for Answer To Select) @JPG-Consulting
  • More information see https://github.com/miguelbalboa/rfid/pull/271 @JPG-Consulting
rfid -

Published by Rotzbua over 7 years ago

  • Removed need for reset pin #275 @tkoester
  • Added SPI speed option + Various minor changes #276 @tuyethoa08041997
  • Updated documentation, travis build script and small code change @Rotzbua