I bought ethernet Shield today and connected it to Arduino Uno, now when I try to upldoad I get the following error, however if I remove the shield from the UNO it works fine.
Sketch uses 10,486 bytes (32%) of program storage space. Maximum is 32,256 bytes.
Global variables use 661 bytes (32%) of dynamic memory, leaving 1,387 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Is it something wrong with he ethernet shield ? Ethernet is not plugged in but even when i plug in the ethernet wire the indicators at Jack does not lit up
Dat Ha
2,9436 gold badges24 silver badges46 bronze badges
asked Nov 2, 2016 at 18:09
-
Unplug your ethernet shield. Then upload your program. Plug in your ethernet shield and check if your program is working fine. If your program is not working as expected, there may be some issues with the shield.Aircraft– Aircraft2016年11月03日 12:57:18 +00:00Commented Nov 3, 2016 at 12:57
-
I have tried that already it didn't helpedCiasto piekarz– Ciasto piekarz2016年11月03日 13:00:38 +00:00Commented Nov 3, 2016 at 13:00
-
What was not working. Your program was not working or you were getting errors uploading code.?Aircraft– Aircraft2016年11月03日 13:02:18 +00:00Commented Nov 3, 2016 at 13:02
-
Error uploading code when shield is plugged inCiasto piekarz– Ciasto piekarz2016年11月03日 13:02:52 +00:00Commented Nov 3, 2016 at 13:02
-
Upload the code and then plug in your shield. Then check if your uploaded code is working correct or not.?Aircraft– Aircraft2016年11月03日 13:04:05 +00:00Commented Nov 3, 2016 at 13:04
1 Answer 1
I fixed the problem by cleaning the soldering near the SD card slot on ISCP, see image below.
answered Nov 13, 2016 at 12:50
lang-cpp