Hi,
I know this problem occurs often, but the answers on the topics did not solve my problem.
When I put this Ethernet shield on my arduino mega 2560 I got this error:
De schets gebruikt 14.652 bytes (45%) programma-opslagruimte. Maximum is 32.256 bytes.
Globale variabelen gebruiken 631 bytes (30%) van het dynamisch geheugen. Resteren 1.417 bytes voor lokale variabelen. Maximum is 2.048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x5e
Probleem bij het uploaden naar het board. Zie http://www.arduino.cc/en/Guide/Troubleshooting#upload voor suggesties.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x5e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x5e
Despite its Mega compatible I bought this Arduino UNO
The same problem occurs again. The code that I uploaded ware the ethernet exemples.
Things I tried:
- Order board; 1 mega and 1 uno.
- Different USB cables
- Put a adapter on the boards for voltages drop
- Press reset till IDE shows uploading:
Press the reset from the ether shield alone
Press the reset from the board alone
Press both resets - Tried uploading a other sketch
(when uploading without ethernet shield no problems occurs) - Tried another PC
- Tried uploading with the ethernet cable plugged in
- Reed almost every thing when searching google with: "upload error arduino with ethernet shield"
I checked a 100 times if my COM port is selected right, selected the right board and tried every programmer that is that programmer list.
I use a windows 7 64BIT, with arduino 1.6.7 software and a PC windows 7 32BIT, with arduino 1.6.7.
The only thing I did not tried was removing a capacitor from the ethernet shield. If someone knows how this fix, thanks a 100 times. Removing the capacitor is last option, the capacitor has his reason to be there I think?
Michel