Skip to content

A tiny Arduino library for managing Mifare Classic 1K S50 tags on RC522 module.

License

Notifications You must be signed in to change notification settings

Exocet22/TinyRC522

Repository files navigation

TinyRC522

A tiny Arduino/Raspberry Pi library for managing Mifare Classic 1K S50 tags on RC522 module. The tag's data is managed as a single continuous data block for a simple use.

Installation

Using the Arduino IDE Library Manager

  1. Choose Sketch -> Include Library -> Manage Libraries...
  2. Type TinyRC522 into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

Using PlatformIO Library Manager

  1. Choose PIO Home -> Libraries -> Registry
  2. Type TinyRC522 into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

Using Git

cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinyRC522 TinyRC522

Examples

See examples folder.

License

This libary is licensed under the MIT Licence.

About

A tiny Arduino library for managing Mifare Classic 1K S50 tags on RC522 module.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages