Hi, I try to use my MPU6050 with an Arduino code but when I upload it I have this error :
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xac
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x20
Problem uploading to board. See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x30
I tried everything, I chose the right Arduino and COM ...
Tank u for your help
xfpd
August 4, 2022, 10:29am
2
That happens to everyone. Make sure the "insert" USB sound happens, or look at the hardware manager. IDE >> TOOLS >> PORT and TOOLS >> BOARD
b707
August 4, 2022, 11:44am
3
Test your cable. You only should use data-cable for sketch uploading, the power cables are not suitable.
I think it is good because It appears on in IDE :
I just noticed something !
Is it normal that at the back of the Arduino UNO the pins TX and RX are soldered together ?
xfpd
August 4, 2022, 2:39pm
8
Would you upload a picture here? I am just curious to see the solder bridge (or if the copper pads touch).
there is this little metal bridge between them :
should I unsolder them ?
xfpd
August 4, 2022, 6:51pm
10
If you can get a full refund from the seller, try that first. If this board made it through QC, there is no telling what else they missed. If it is out of warranty, and you know how to solder well, use some solder wick (braided copper) to get only enough solder off to "un-bridge" the two pins.
[edit] A closer look seems to show the pins are touching. Maybe you only need to clip the tips of the pins so they do not touch? [/edit]
1 Like
I just unsoldered the two pins and it is working perfectly !
How crazy !
Anyway, thank you for your help
2 Likes
system
Closed
February 1, 2023, 8:44am
12
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.