I connected my Mini W5100 FTCBlock card to an Arduino NANO and used the DHCPAddressPrinter example sketch from the Arduino library. I got it working great in minutes. However, my project grew beyond the NANO, so I had to switch to an Arduino MEGA2560. A week later and countless hours of watching You Tube tutorials and reading many technical specs and articles and it still will not work. I have a Ethernet shield that I can connect to the MEGA2560 and it works well. The end game is to use a MEGA 2560 PRO and the Mini W5100 so the interconnections are soldered wires. I want to avoid mechanical connections for vibration and corrosion reasons.
What is the deal with the compatibility between these boards? I have tried every possible interconnection twice. I have put in delays to allow time for connectivity. I have pinMode 53 to OUTPUT and even digitalWrite it LOW and still no communication. Is there a special library?
I could really use some help.....