I am trying to manually wire (not stack/directly connect) an ethernet shield to a Mega 2560. For me this is an intermediate step to being able to use a Mega with a SainSmart Mega Sensor shield along with an ethernet shield (all 3 together)
I have confirmed stacking the ethernet shield directly on the Mega works which should rule out my code, network and both boards
Directly connecting all of the ICSP pins (all 6) between the two result in power, link and activity lights on the ethernet shield but I get "failed to configure ethernet using DHCP"
Connecting the pins as outlined here results in the same thing (not working/failed to configure ethernet but plenty of blinky activity lights) Joe's Hacks: ADK / Ethernet Shield Problem Solved!
(MISO) 50 <-- 1 o o 2 --> +5V
(SOCK) 52 <-- 3 o o 4 --> 51 (MOSI)
RESET <-- 5 o o 6 --> GND
Any ideas? I am trying to avoid the time consuming brute force method of manually connecting everything and then unplugging things one at a time and retesting...
Thanks!