Ethernet2 library not working on Arduino Zero

Hi there,

I am trying to use the Wiz550io with my Arduino Zero board, using the Ethernet2 library. Unfortunately, I got the error message "Failed to configure Ethernet using DHCP". I am using the DhcpAddressPrinter example provided by the library. Is the Arduino Zero not compatible with the Wiz550io? Because I tried with the same example with the Arduino UNO and It worked fine.

Any thoughts?

Thanks!

Please provide a wiring diagram of the wires between the Arduino and the Wiz55io module. On the Zero the SPI pins are NOT on pin 11 to 13.

That was the problem, thanks! I was using the wrong pins. It works now