template | title | thumbnail | tags | |
---|---|---|---|---|
true |
read IDs from NFC and RFID tags |
./thumbnail.png |
|
The RC522 is a RFID reader.
This is a template to read the unique identifier of compatible RFID tags.
- An arduino
- A RC522
- A computer
- the arduino IDE
- install the library for the RC522 from https://github.com/miguelbalboa/rfid
- use the green "Code" button to download the
.zip
of the project - in the arduino IDE use
Sketch > Include Library > Add .ZIP Library...
- use the green "Code" button to download the
The id is stored as a number inside the uid
variable. You can base yourself on that.