A tiny Arduino/Raspberry Pi library running on ESP8266 and ESP32 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.
- Choose
Sketch->Include Library->Manage Libraries... - Type
TinyRC522into the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
- Choose
PIO Home->Libraries->Registry - Type
TinyRC522into the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinyRC522 TinyRC522See examples folder.
This libary is licensed under the MIT Licence.