Skip to content
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

Making ReadUidMultiReader.ino works #527

Closed
danbraik opened this issue Sep 12, 2020 · 1 comment
Closed

Making ReadUidMultiReader.ino works #527

danbraik opened this issue Sep 12, 2020 · 1 comment
Labels
duplicate 🤸 already exist invalid 🚫 not relevant for the library

Comments

@danbraik
Copy link

  • OS version: Linux
  • Arduino IDE version: 1.8.13
  • MFRC522 Library version: 1.4.7
  • Arduino device: Uno
  • MFRC522 device: RFID-RC522 from AZ

Hello !

I was trying to make the example ReadUidMultiReader.ino works with fiability.
It seems that the problem come from
#define SS_1_PIN 10

because it is used as SS for Arduino Uno to known that it is a slave SPI (https://www.arduino.cc/en/reference/SPI)

So I used another pin and just add in the setup:
pinMode(10, OUTPUT);

and it seems to work.

I am not sure if this is correct solution. Can someone can test it and corroborate my observation please ?

Best regards,

@Rotzbua Rotzbua added duplicate 🤸 already exist invalid 🚫 not relevant for the library labels Sep 12, 2020
@Rotzbua
Copy link
Collaborator

Rotzbua commented Sep 12, 2020

there is already a huge topic #290

@Rotzbua Rotzbua closed this as completed Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 🤸 already exist invalid 🚫 not relevant for the library
Projects
None yet
Development

No branches or pull requests

2 participants