Arduino MEGA auto-reset fix

The Arduino MEGA I got had and issue with automatic reset during sketch upload. The error message in the Arduino IDE looked something like this:

<pre>avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51

I had to hit Reset button just before uploading a sketch. This issue was due to some sort of defect in the Reset capacitor. The fix is very simple: just solder a 100nF capacitor on top of the defect one.

(via)

If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed.

15 thoughts on “Arduino MEGA auto-reset fix”

  1. Hi
    I have a DFROBOT Arduino Mega (identical to arduino mega specs) with auto-reset problem, but it’s a bit different in RESET_EN location, I do not know where to solder the 100nF capacitor.
    I’d appreciate any help.
    Thanks.

  2. hi
    I have the same problem auto-reset \ and every time i want to run a new sketch I have to press reset botton for a while and maybe it works or not
    my best regards for who can help me

  3. Hello!

    It works!!!!

    You saved my day man!
    I have a complete circuit on a stripboard with Mega, everything is tangled up. And I cannot upload my sketch. Uh..shi** it thougt. I have to do it again – i thought i burned or short circuited the Mega somehow.

    And then I followed your advice and soldered a 100uF cap over. Perfect!
    I uploaded on the first try…

    Thanx again

  4. You are THE MAN!!!

    Google comes up with hundreds of hits on this problem but this is the only solution that fixes it!

    If you are ever in East Sussex I’ll buy you a pint!

    1. I don’t think this issue applies to your Arduino Mini Pro, because it does not have an FTDI chip and you need to have a programmer in order to program it or just use another Arduino to program the Mini Pro.

  5. Hi,

    I’m using Arduino Mega 2560 and have the same uploading problem.

    Hope you can provide solution on where to solder the suggested capacitor.

    Thanks in advance for the help!searched really long for this problem>.<

    Regards,
    Lee

      1. sadly it does not work for me. Will try to use external programmer, thanks for the help!

        Need the Luck there!thanks!=)

  6. I had the same problem,
    but im used to seeing USB glitches.
    when i looked into this problem i discovered that the device wasnt selected in the Adruino sketch ide and the sellected com port had disapeared.
    i remounted the usb lead – the port reappeared
    and sellected the mega board again.
    program compiled no problems

Leave a Reply to Arvydas Cancel reply

Your email address will not be published. Required fields are marked *