Anybody have a wiring schematic for this chip/layout? I'm using a interface board from Futurlec which isn't set up for Arduino pins. I'm guessing we're using the SPI interface and hooking up power, but I'm pretty sure there are interrupt pins/etc as well.
I've also seen a single board layout where the ENC28J60 clock is used to run the Arduino, that's not what I'm trying to do but it certainly adds to the wiring confusion.
I've seen the sites linked in this thread and others but nobody has the wiring laid out that I've seen, can anybody point me in the right direction or help me out?
I have this device, and it does work. You simply wire up +5(set the jumper to 5v), gnd, sclk, miso, mosi, and cs. I cannot recall if the miso, mosi and sclk are level shifted from 5 to 3.3v but thay may also be ncessary, checkthe datasheet.
An interrupt out is available from the eth board, just connect to a pin if you use it(I have not yet).
Then use the alternate Ethernet Library for this hw, ENC28J60.
The alternate Eth Library desperately needs work to enable the tx/rx buffers so that >1 packet can be sent/recvd. Sadly using a $19 wiznet seems to be the cheaper, easier route.