GithubHelp home page GithubHelp logo

RC522 about rfid HOT 6 CLOSED

miguelbalboa avatar miguelbalboa commented on June 25, 2024
RC522

from rfid.

Comments (6)

iedame avatar iedame commented on June 25, 2024

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
#define RST_PIN 9

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

from rfid.

c1p81 avatar c1p81 commented on June 25, 2024

thank you
works fine with SS_PIN=6 and RST_PIN= 7

from rfid.

WA4OSH avatar WA4OSH commented on June 25, 2024

c1p81,
It looks like your issue has been answered. Can you close this?

Konrad

from rfid.

WA4OSH avatar WA4OSH commented on June 25, 2024

Thank you

from rfid.

c1p81 avatar c1p81 commented on June 25, 2024

sorry for delay

L

2014-04-15 9:54 GMT+02:00 Konrad Roeder [email protected]:

Thank you


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-40454659
.

from rfid.

sandeepthakur10 avatar sandeepthakur10 commented on June 25, 2024

I am having the same problem.
I am using ARDUINO UNO + ETHERNET SHIELD + RFID R522
I am not able to change the reset and ss pin of RFID.
Can you please help me. I am using rfid example code from arduino example and cannt find where to the ss and rest pin in code.
Kindly suggest me a way.

from rfid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.