User:Narya/Notes/RFID
< User:Narya | Notes
Have a RFID reader. Figuring out how it works.
Info
- http://www.grantgibson.co.uk/2012/04/how-to-get-started-with-the-mifare-mf522-an-and-arduino/
- http://projects.schneidr.de/2013/05/mfrc522-and-arduino/
- http://fritzing.org/projects/display-16x2-rfid-rc522
Code
- http://www.electrodragon.com/w/File:Rfid-master.zip (RFID library, example returns the card ID)
- https://github.com/miguelbalboa/rfid (Examples for reading and writing info from/to card)
Pins
RFID | Arduino Nano |
---|---|
SDA/SS | 10 (pwm) |
SCK | 13 (LED) |
MOSI | 11 (spi) |
MISO | 12 (spi) |
IRQ | ? free |
GND | GND |
RST | 9 (pwm) |
3.3V | 3V3 |