Components and supplies
Breadboard (generic)
Arduino Leonardo
RFID reader (generic)
Jumper wires (generic)
Tools and machines
Soldering iron (generic)
Solder Wire, Lead Free
Apps and platforms
Arduino IDE
Project description
Code
Our implementation of the code
arduino
The only dependency outside of the Arduino IDE standard library is the MFRC522 RFID library by Miguel Balboa, which can be found on github (https://github.com/miguelbalboa/rfid). The pins defined at the top correspond to our schematics. Beyond that, the code is straightforward and the comments explain each step of the execution.
Downloadable files
Instructions on how to build the device
The only difference between our design and the schematics is that, instead of the sensor RST pin being connected to digital pin 2 on the Leonardo, we linked it to the reset pin in the ICSP block (it is indicated in the pinout diagram linked). Credits: Schematics: https://www.circuito.io/app?components=9442,11286,761981 Leonardo Pinout: https://www.tumblr.com/pighixxx/44858834224/arduino-leonardo-pinout-v2
Instructions on how to build the device
Comments
Only logged in users can leave comments