0

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

Ethernet is not plugged in

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
8
  • 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. Commented Nov 3, 2016 at 12:57
  • I have tried that already it didn't helped Commented Nov 3, 2016 at 13:00
  • What was not working. Your program was not working or you were getting errors uploading code.? Commented Nov 3, 2016 at 13:02
  • Error uploading code when shield is plugged in Commented 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.? Commented Nov 3, 2016 at 13:04

1 Answer 1

0

I fixed the problem by cleaning the soldering near the SD card slot on ISCP, see image below.

enter image description here

answered Nov 13, 2016 at 12:50

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.