Hi.
I have been studying / playing with Arduino (a Mega 2560 board) for 6 months now.
Now I am trying to connect it to a network using a breakout board like this one.
I've read at least the following sites/pages/docs:
http://arduino.cc/forum/index.php/topic,112323.0.html
http://arduino.cc/forum/index.php/topic,110970.0.html
http://tuxgraphics.org/common/src2/article06061/eth-remote-device.pdf
http://blog.thiseldo.co.uk/?p=329
The connections between Arduino <--> ENC28J60 is as follows:
ENC28J60 Arduino
CLKOUT NC
WOL NC
SO 50
SI 51
SCK 52
CS 53
RESET RESET
VCC 3v3
Gnd Gnd
For testing I downloaded this library and tried to run the Web Server sketch to no avail.
When powered there's a red led in the breakout board that lights up but the statuses leds on the RJ 45 connector does not lights up (no matter whether I connect it to my router or my computer directly).
Questions:
- Simply connecting it to my router / computer should cause the statuses leds to blink / flash, no?
- Does anyone knows if the cable used to connect it to the computer/router makes any difference? I mean, does it need to be a crossover cable?
- Does anyone knows whether there's an easy way to test this breakout board without complicated/expensive hardware / software? (I'm starting to believe it is defective)
Any help will be appreciated.
Adriano