RFID-RC522 RF IC Card Sensor Module 203517: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
===Arduino Sketch=== |
===Arduino Sketch=== |
||
* http://www.grantgibson.co.uk/blog/2012/04/how-to-get-started-with-the-mifare-mf522-an-and-arduino/ |
* http://www.grantgibson.co.uk/blog/2012/04/how-to-get-started-with-the-mifare-mf522-an-and-arduino/ |
||
* https://github.com/miguelbalboa/rfid |
|||
Pin mapping |
|||
<pre> |
<pre> |
||
Reset > Pin 5 |
|||
SS or SDA > Pin 10 |
|||
MOSI > Pin 11 |
|||
MISO > Pin 12 |
|||
SCK > Pin 13 |
|||
Ground > Ground |
|||
3.3v > 3.3v |
|||
</pre> |
|||
<pre> |
|||
</pre> |
</pre> |
||
Latest revision as of 20:26, 11 June 2013
http://dx.com/p/rfid-rc522-rf-ic-card-sensor-module-blue-silver-203517
Programs
MSP430
Arduino Sketch
- http://www.grantgibson.co.uk/blog/2012/04/how-to-get-started-with-the-mifare-mf522-an-and-arduino/
- https://github.com/miguelbalboa/rfid
Pin mapping
Reset > Pin 5 SS or SDA > Pin 10 MOSI > Pin 11 MISO > Pin 12 SCK > Pin 13 Ground > Ground 3.3v > 3.3v