-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RC522 #6
Comments
MISO (12), MOSI (11) and SCK (13) pins may be shared. SS must be exclusive (pin 10), so in your sketch: #define SS_PIN 10 // change here if sketch is using #define RFID rfid(SS_PIN, RST_PIN); // or here otherwise Change SS_PIN from 10 (pin used by the ethernet shield SS as you may see here: http://shieldlist.org/arduino/ethernet-v5) to any other digital pin. It should work. More reference regarding SPI may be found here: http://arduino.cc/en/Reference/SPI |
thank you |
c1p81, Konrad |
Thank you |
sorry for delay L 2014-04-15 9:54 GMT+02:00 Konrad Roeder notifications@github.com:
|
I am having the same problem. |
i would like to use the rfid reader rc522 with the Ethernet Shield on Arduino but they share the digital pin 11,12 and 13. It's possible to change the rfid reader pins in your library (maybe changing PCD_TRANSCEIVE and others)????
thank you
Luca Innocenti from Italy
The text was updated successfully, but these errors were encountered: