Ethernet Sd and Pro Mini

Hey all,

Currently I have set up the Arduino pro Mini (3v) and the Ethernet SD shield and running the SDFatInfo code with a software reset for the Ethernet. I have been playing around with some different code and different settings trying to get it to work. Any body know why/what is going on.

Current setup:

Pin 9 digital reset pin

Pin 10’s connected

Pin 4’s connected

Code:

pinMode(WIZNET_RESET_PIN, OUTPUT);

digitalWrite(WIZNET_RESET_PIN, HIGH);

delay(50);

digitalWrite(WIZNET_RESET_PIN, LOW);

delay(50);

digitalWrite(WIZNET_RESET_PIN, HIGH);

delay(100);

pinMode(10, OUTPUT); // set the SS pin as an output (necessary!)

digitalWrite(10, HIGH); // but turn off the W5100 chip!

uint8_t r = card.init(SPI_HALF_SPEED, 4); // Use digital 4 as the SD SS line


Is there a  problem with the Pro mini clock speed and the Ethernet shield ...

Serial output I recive
Code:

type any character to start

card.init failed
SD error
errorCode: 1
errorData: 0

type any character to start


Thanks all

I think the ethnet board has its own 5 to 3,3 V regulator so you should supply 5V to the Ethernet board. Please check this info on http://www.arduino.cc/cgi-bin/yabb2/YaB … 70755516/3

may i could help you if its working please tell me how you did that.