I have an arduino uno and eps8266 wifi shield version 1.0

I tried to connect and i was not able. This error message appeared all time.:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x58
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x58
Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/
Guide/Troubleshooting#upload pour suggestions.

Anyone can help me?

Hey Steve,

I recently had the same trouble and found my com port had changed. Look under tools and see if the com port, usually com3, is highlighted. That’s all I got.

Good luck!

Thank you wmontg5988, but i verified and i selectionned as well the good com and a good card.

@steve.maurais,

If you are trying to program an uno with the ESP attached, then you basically have two pins driving the Uno RX pin. You need to disconnect the TX coming from the ESP to allow the Uno to program.

Cheers,

Craig