Introduction: ENC28J60 Using Ethernet With Arduino
WOW, I've been working hard to make this one work, flowing guides and schematics and Arduino libraries...
This is the only way i made it work for me, using the EtherCard Library after carefully flowing the Arduino pinout schematics.
ENC28J60 Arduino Uno
VCC ==> 3.3v
GND ==> GND
RST ==> Reset
SCK ==> D13
SO ==> D12
SI ==> D11
CS ==> D10
CLK ==> D8
Hope it will work for you too...
Share
Recommendations

We have a be nice policy.
Please be positive and constructive.
Comments
Ahh you saved me. I was struggling to get the ethernet to work, turns out I had it wired incorectly, your wiring did the job thanks.