There will be a gap between the shield and the Arduino.
edit: Insure the pins on the RJ45 connector are not touching the USB housing. They look very close to touching in that pic.
I put in the code that you gave me http://s1.directupload.net/images/130416/oqfcgooz.png
and lift the ethernet shield a little bit up so there is space between the pins.
As you can see the left sketch uploadet successfully and the right not.
Any ideas?
I removed the ethernet shield completely from the arduino.
Removed and inserted the usb cable at the arduino.
started the arduino program and tried to upload the sample codes
got the same result as in the picture of my previous post
I removed the ethernet shield completely from the arduino.
Removed the usb cable at the arduino.
Put the ethernet shield on top of arduino and controlled that there is enough space between the ethernet shield and the arduino
inserted the usb cable at the arduino
started the arduino program and tried to upload the sample codes
got the same result as in the picture of my previous post
In both cases the blink example works but the other sample code did not work.
What do you mean with the bootloader how can I repair/reinstall the bootloader?
Edit:
Think will send the 2 boards back and get an original arduino uno + original arduino ethernet.
Sainsmart seems to be not so good.
I got a crazy result.
I compiled/uploadet it nearly 15 times.
1-14. error as in the screenshot that I postet
15. upload works and serial monitor shows me "tick".
Don't know whats the reason for.
Just like lottery
I use Arduino 1.0.4 on Mac OS X 10.8.3
maybe its a Mac problem?
I got a crazy result.
I compiled/uploadet it nearly 15 times.
1-14. error as in the screenshot that I postet
15. upload works and serial monitor shows me "tick".
Don't know whats the reason for.
Just like lottery
Was that with the ethernet shield attached, or without it? Maybe a power problem? The w5100 is a bit power hungry compared to the Arduino processors.
I got a crazy result.
I compiled/uploadet it nearly 15 times.
1-14. error as in the screenshot that I postet
15. upload works and serial monitor shows me "tick".
Don't know whats the reason for.
Just like lottery
Was that with the ethernet shield attached, or without it? Maybe a power problem? The w5100 is a bit power hungry compared to the Arduino processors.
It was attached.
This is a good idea with the power.
You need to find out if this is a hardware or software issue. Remove the ethernet shield and test all the code again, starting with that last code I posted. The SPI test with the Ethernet.begin() will compile, upload, and run without the shield attached. It will just fail, and print 0.0.0.0 for an ip. But that will determine if it is the ethernet library or the shield.
SurferTim:
You need to find out if this is a hardware or software issue. Remove the ethernet shield and test all the code again, starting with that last code I posted. The SPI test with the Ethernet.begin() will compile, upload, and run without the shield attached. It will just fail, and print 0.0.0.0 for an ip. But that will determine if it is the ethernet library or the shield.
Ok i tried the last example
and got a similar result.
The ethernet was not attached.
Sounds like it may be a power issue. If it is that unreliable, it is either a bad connection from the computer to the usb port on the Arduino, or power. Check both.
SurferTim:
Sounds like it may be a power issue. If it is that unreliable, it is either a bad connection from the computer to the usb port on the Arduino, or power. Check both.