ENC28J60 Using Ethernet With Arduino
by udubinsky in Circuits > Arduino
13757 Views, 16 Favorites, 0 Comments
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...