Arduino Zero not detect W5500 Module

Hi,
I have problem connecting Arduino Zero and W5500 Module. As far i read from this https://github.com/arduino-libraries/Ethernet/issues/37 the Arduino Ethernet 2.0.2 does support Arduino Zero and W5500.

Arduino Zero doesnt not detect W5500. I use example from arduino.
I have no problem with Arduino UNO and W5500 module.
i bought Arduino Zero from herehttps://www.cytron.io/p-arduino-zero-compatible-samd21-arm-cortex-m0-dev-board
My question is there any different between Ethernet Shield and Module?

how did you wire it?

For both Arduino UNO & Zero
SCK-13
MISO-12
MOSI-11
SS-10

Only Zero doesnt work, I already try another pin for SS also not working.

those are not SPI pins on the Zero. use the pins on the SPI header

okay, its good now. Thanks a lot.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.