Hello,
I 've had this type of error message quite a few time recently.
I try to upload my soft to an Arduino uno
Sketch uses 5214 bytes (16%) of program storage space. Maximum is 32256 bytes.
Global variables use 103 bytes (5%) of dynamic memory, leaving 1945 bytes for local variables. Maximum is 2048 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
....
Anyone knows what I could do?
thanks