Difference between revisions of "User:Narya/Notes/RFID"
< User:Narya | Notes
(rfid getting started) |
m |
||
Line 1: | Line 1: | ||
+ | Have a [http://www.buyincoins.com/item/33006.html RFID reader]. Figuring out how it works. | ||
+ | |||
==Info== | ==Info== | ||
* http://www.grantgibson.co.uk/2012/04/how-to-get-started-with-the-mifare-mf522-an-and-arduino/ | * http://www.grantgibson.co.uk/2012/04/how-to-get-started-with-the-mifare-mf522-an-and-arduino/ |
Revision as of 00:22, 8 June 2014
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)
- https://github.com/miguelbalboa/rfid
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 |