Hi, everybody!
Trying to connect ENC28J60 module to me Mega and no success.
Using latest EtherCard library from github.
After
if (ether.begin(sizeof Ethernet::buffer, mymac, 53) == 0) {
Serial.println(P("Failed to access Ethernet controller")); }
else { Serial.println(P("Ethernet is fine and up"));}`
I'm getting "Failed to access Ethernet controller".
DHCP Failed also.
Leds on enc28j60 are working. Link is on and Ack is blinking.
Tried to use external power supply for 3.3V, the same result.
It seems like SPI is not initialised.
Please help