Arduino Nano + RFID RC522 + Ethernet shield W5100

Thread Starter

Peter Spam

Joined Sep 5, 2017
1
I have this Arduino Nano, Ethernet shield W5100 and RC522 as card reader. They are sharing pins D13, D12, D11, D10 is SS pin for W5100 D8 is SS pin for RC522. Problem is with pin D12, like it doesn't share it.

For example if I unplug D12 from W5100, RC522 reader works, if I wire it back it doesn't work anymore. W5100 works no matter if RC522 is wired or not, so problem would be somehow with pin D12.

Also SPI pionouts:
D10 - SS pin
D11 - MOSI
D12 - MISO
D13 - CLK

After so many research i think i found out that D12 pin although it's set to HIGH which get's high impedance, doesn't change at all.
Does anybody have some ideas, what I'm doing wrong right here?
 
Top