Fix avrdude: stk500_recv(): programmer is not responding

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ค. 2024
  • Want to learn more? Check out our courses! bit.ly/33F6QlE
    **Get the code, transcript, challenges, etc for this lesson on our website**
    bit.ly/33F6Ima
    We designed this circuit board for beginners!
    Kit-On-A-Shield: amzn.to/3lfWClU
    SHOP OUR FAVORITE STUFF! (affiliate links)
    ---------------------------------------------------
    Get your Free Trial of Altium PCB design Software
    www.altium.com/yt/programming...
    We use Rev Captions for our subtitles
    bit.ly/39trLeB
    Arduino UNO R3:
    Amazon: amzn.to/37eP4ra
    Newegg: bit.ly/3fahas8
    Budget Arduino Kits:
    Amazon:amzn.to/3C0VqsH
    Newegg:bit.ly/3j4tISX
    Multimeter Options:
    Amazon: amzn.to/3rRo3E0
    Newegg: bit.ly/3rJoekA
    Helping Hands:
    Amazon: amzn.to/3C8IYXZ
    Newegg: bit.ly/3fb03X1
    Soldering Stations:
    Amazon: amzn.to/2VawmP4
    Newegg: bit.ly/3BZ6oio
    AFFILIATES & REFERRALS
    ---------------------------------------------------
    ►Audible Plus Free trial: amzn.to/3j5IGrV
    ►Join Honey- Save Money bit.ly/3xmj7rH
    ►Download Glasswire for Free:bit.ly/3iv1fql
    FOLLOW US ELSEWHERE
    ---------------------------------------------------
    Facebook: / programmingelectronics...
    Twitter: / progelecacademy
    Website: www.programmingelectronics.com/
    FIX AVRDUDE: STK500_RECV(): PROGRAMMER IS NOT RESPONDING | SOLVED
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
    avrdude: stk500_recv(): error message from Arduino IDE
    Is this some kind of joke? Who is AVR Dude, and what does he have against me trying to upload a sketch to my Arduino? If you’re getting this error when trying to upload code to your Arduino board - it can be REALLY frustrating!
    I wish I could say this happens because of 1 single problem - but this error pops up for many reasons… In this lesson we are going to go through a “laundry list” of possible solutions. We’ll start at the most common and easiest, and move on to more detailed troubleshooting tasks if those don’t work.
    By the end of this lesson, AVR Dude should be hitting the road, and your code will be loading on your Arduino board.
    SO WHO IS THIS AVR DUDE AND WHAT IS AVRDUDE: STK500_RECV() ERROR?
    AVRDude is a utility used by the Arduino IDE. It stands for AVR Downloader Uploader and it allows you to load your code onto your Arduino board. The avrdude: stk500_recv() error is caused by a generic connection error between your computer and the Arduino, and can result from many different issues.
    Many thanks to “The Guy with The Hat” from the Arduino Stack Exchange for compiling a great list of fixes that we’ll walk through in detail here. So let’s start with our laundry list…
    POTENTIAL FIXES
    Try disconnecting and reconnecting the USB cable. Yes - that simple!
    Your Arduino board should have a reset button on it. Press the reset button and see if you can upload without the avrdude: stk500_recv() error.
    Close the Arduino IDE, and reopen it again - believe it or not, this can work!
    Make sure you have the right Arduino board selected. In the Arduino IDE, go to Tools - Board, and from the lists select the Arduino board you are using.
    select Arduino Board from Arduino IDE
    Check to make sure you have the correct port selected. In the Arduino IDE, go to Tools - Port and select the port corresponding to your board. (On a PC it will start with COM, on a MAC it should start with cu.usb)
    select Arduino Port from Arduino IDE
    If you’re not sure which is the right port, simply take note of all the ports listed, disconnect your Arduino board from the USB cable, and then check the port menu again. Whichever port is missing, is the port your board was Arduino was using.
    The Receive (RX) and Transmit (TX) pins on the Arduino (pins 0 and 1) are used when uploading sketches on your Arduino board. If you have any connections to those pins, pull them out before you upload to the board.
    If you have an Arduino shield attached to your Arduino board, remove the shield and try uploading again. This is related to the last step, as the shield may have a circuit interfering with the transmit and receive pins.
    STILL GETTING AVRDUDE: STK500_RECV() ERROR?
    Time to start troubleshooting! If none of the easy stuff works fret! We still have some options to try! What we’ll do is try to figure out the point of failure.
    It could be the Arduino Board, the computer, or the USB cable.
    TEST THE USB CABLE
    Try using a different USB cable and see if you can upload without the avrdude: stk500_recv() error. I know this seems like an unlikely failure point, but you might be surprised how often USB cables fail.
    TEST ANOTHER ARDUINO BOARD
    TEST A DIFFERENT COMPUTER
    CONTINUED…
    bit.ly/33F6Ima

ความคิดเห็น • 283

  • @suneathhossain8054
    @suneathhossain8054 10 หลายเดือนก่อน

    Worked for me. I had TX and RX pins connected.
    Thanks man! Take love.

  • @dremstor
    @dremstor 11 หลายเดือนก่อน +2

    After the explanation and solutions, the narrations are the best! 😂 keep doing it it guys!

  • @RL-ws5wl
    @RL-ws5wl 2 ปีที่แล้ว +52

    There is another reason. When you use Arduino Nano, try to select a different "Processor" ATmega328P, ATmega328P (Old Bootloader), and upload again. Even if I buy Arduino Nano in 2021, I still have to choose the old bootloader to use it.

  • @aisharaza965
    @aisharaza965 2 ปีที่แล้ว +10

    after struggling for a month or so, your video saved my life, the best solution ever found to fix this error code.thanks a lot

  • @GabTheGamer-YT
    @GabTheGamer-YT 7 หลายเดือนก่อน

    Thank You So Much For Helping Me You Were The Only Tutorial That I Could Find Helpful!

  • @alejandrocontreras2797
    @alejandrocontreras2797 2 ปีที่แล้ว +27

    Dude, you just saved my project! thanks a lot!

    • @bobharrison9620
      @bobharrison9620 2 ปีที่แล้ว

      I had this problem early on and installed a new set of drivers and all worked fine. Worked through a few bugs with this man's help. I got a test running for a TM1637 display that was running but it has this AVRdude problem. I don't really understand how my test was running,power was flowing but it had the error code. No cable ,board problem checked with a different setup but why it would run load this but code out. ? . And Sir Thank you for talking me off a leadge. . One little step but a long way to go for a rookie. Bob

  • @MassimilianoCuba
    @MassimilianoCuba 2 ปีที่แล้ว +4

    DUDE YOU JUST SAVE MY PROJECT!!! GOD BLESS YOU 😭😭😭😭 THANKS A LOT!

  • @aljazskvarca
    @aljazskvarca 2 ปีที่แล้ว +21

    Very helpful! I have Arduino nano. It did not work . I wen't under tools>processors and selected the old bootdrive. Now it works.

    • @programmingelectronics
      @programmingelectronics  2 ปีที่แล้ว +3

      Awesome!

    • @DiTsi
      @DiTsi ปีที่แล้ว +2

      Oh sh.t! Thank you so much 🙏

    • @senox7
      @senox7 4 หลายเดือนก่อน +1

      you are a lifesaver
      thanks!

  • @Dragon_Flamez
    @Dragon_Flamez 6 หลายเดือนก่อน +1

    Thank you so much bro. When I saw DONE UPLAODING my soul left me for a second

  • @kenaqshal4058
    @kenaqshal4058 6 หลายเดือนก่อน +1

    Thanks man, your suggestion to unplug TX and RX port work like a charm!

  • @kuntii1881
    @kuntii1881 2 ปีที่แล้ว +2

    You just saved my life man, THANK YOU

  • @alexsanderkavun3095
    @alexsanderkavun3095 2 ปีที่แล้ว +3

    Thank you, the last option worked. I just saw it here for the first time

  • @juanvaldez714
    @juanvaldez714 ปีที่แล้ว +2

    Reinstalling the IDE software did the trick in my case. I let the Arduino connected while installing and detected the correct port. Thank you.

  • @abdelrahmanemoji3796
    @abdelrahmanemoji3796 2 ปีที่แล้ว +13

    i got nervous when you said "it is last easy thing that you can try" but it worked luckily

  • @jereyseba
    @jereyseba ปีที่แล้ว +1

    First it works very well for me, I recommend doing it, thank you very much :)

  • @diptanshumalviya7547
    @diptanshumalviya7547 8 หลายเดือนก่อน

    hello , Sir i recently bought the arduino2560 Borad , I want to make a try to program the board using the Arduino UNO as ISP and mega3560 as programmar . I followed some instruction through a website , after then my mega2560 starting show stk500 error. and when burn bootloader trough the arduino uno as isp it saying device signature expeced 1e 98 01, and my mega keep changing the Device signature. Then i bought USBasp programmar still there is problem to upload on my mega i cannot do it sir please help

  • @Aleckael
    @Aleckael 2 ปีที่แล้ว +1

    THANKYOU!
    The reset button on the uno board did it!

  • @saijayanth3193
    @saijayanth3193 2 ปีที่แล้ว

    Thank you so much... this video helped a lot.. once again thank you....

  • @keyurborad8550
    @keyurborad8550 2 ปีที่แล้ว +1

    Hi dude, Thanks a lot .. the last method worked for me. I had connected tx and rx while uploading the program and this hampered it to be uploaded

  • @user-ds2kg8df2i
    @user-ds2kg8df2i 11 หลายเดือนก่อน

    BRO YOU ARE AMAZING, BECAUSE OF YOU MY ARDUINO IS WORKING AND FULL CREDIT GOES TO YOUUU

  • @Kakazzzii
    @Kakazzzii 6 หลายเดือนก่อน +1

    Thank you sir you just saved me from a big frusturation i love youuu

  • @rusticagenerica
    @rusticagenerica 8 หลายเดือนก่อน

    I had a damn shield connected. YOU ARE A PRO. THANK YOU

    • @programmingelectronics
      @programmingelectronics  8 หลายเดือนก่อน

      Happens all the time! I was doing something like that the other day. Thanks for watching!

  • @premsaisiddi24680
    @premsaisiddi24680 2 ปีที่แล้ว +3

    Bro ur osssum I worried that my arduino uno board is showing like this but after seeing ur viedo it has been sloved u have said that 1 pin and 0 pin should not connect to anyone that's what I did thank u bro u helped me a lot
    Super extraordinary

  • @s.vinaysunder8642
    @s.vinaysunder8642 6 หลายเดือนก่อน

    hey dude can you tell me what are the types of jumper wires you used(its urgent pls) :(

  • @rusticagenerica
    @rusticagenerica 8 หลายเดือนก่อน

    May God bless you for helping us.

  • @rusticagenerica
    @rusticagenerica 8 หลายเดือนก่อน

    Just subscribed to all the notifications of your excellent channel

  • @rasselmaennchen.1281
    @rasselmaennchen.1281 8 หลายเดือนก่อน +1

    OMG I LOVE YOU. My problem was that I had 2 wires in the TX and RX, but no other board was connected, so I thought it doesnt matter. Saved me so much time :)

  • @joanvazquezfarias9105
    @joanvazquezfarias9105 8 หลายเดือนก่อน +1

    Thank you bro, your video helped me :)

  • @mirmir9095
    @mirmir9095 2 ปีที่แล้ว +1

    thanks dude the first step work like a charm ;]

  • @srijanmanna3099
    @srijanmanna3099 2 ปีที่แล้ว

    you saved my project dude thank you very much

  • @do7a65
    @do7a65 2 หลายเดือนก่อน +1

    You just have solved my problem🥰 Thanks a lot 💗💗

  • @youngja-diary
    @youngja-diary 2 ปีที่แล้ว +8

    This video saved my life. Thank you sooooooo much 😭

  • @StevenVeldt
    @StevenVeldt 2 หลายเดือนก่อน

    I disconnected my Arduino board from the breadboard and it uploaded successfully with nothing connected to the Arduino. Wonder if there was a short somewhere like he said with the TxRx pins. Thank you for the help.

  • @martingogaming1777
    @martingogaming1777 6 หลายเดือนก่อน

    Thank you very much the. problem was with digital pin 0 RX.

  • @mm.f262
    @mm.f262 2 ปีที่แล้ว +1

    Thanks dude! the problem was the port selection for me.

  • @thecreativeacharyan8493
    @thecreativeacharyan8493 3 หลายเดือนก่อน +1

    i tried everything to upload my program but once i saw this video i did it in a second thank you

  • @nick54thegreat
    @nick54thegreat 2 ปีที่แล้ว

    worked with the printer cable and different usb port. thanks

  • @JustinHollandFitness
    @JustinHollandFitness 2 ปีที่แล้ว

    Where can I get the drivers for Mac? That’s the only thing left I can think of and I didn’t install any drivers.

  • @dimolade
    @dimolade ปีที่แล้ว

    i tried everything and it still doesent work and its brand new, it has a 3.5" TFT Shield and even if i remove that it doesent work but im using the usb cable and not the other one so could that be the reason?

  • @ViniciusClaro2012
    @ViniciusClaro2012 2 ปีที่แล้ว +3

    Genious!!!!
    Thank you very very much!
    It is great!!

  • @NanditasChandanAlay
    @NanditasChandanAlay ปีที่แล้ว +1

    Problem resolved! Thanks Man!

  • @Chan-ln5zh
    @Chan-ln5zh 8 หลายเดือนก่อน +1

    Problem was in the Bluetooth board. Need to unplug it

  • @tmonkey3323
    @tmonkey3323 4 หลายเดือนก่อน +1

    another tip:
    make sure that the cable is fully inserted into the arduino board, the power might already be transmitted even if its not fully inserted but the data will be not
    and if your cable doesnt go all the way in you have to try with another cable

  • @crispy6687
    @crispy6687 2 ปีที่แล้ว +1

    Thanks man...You saved my project tq..

  • @souryasoni2050
    @souryasoni2050 7 หลายเดือนก่อน

    Sir I have done everything but the same problem is repeating
    avrdude will make me cry

  • @Abbacchio_
    @Abbacchio_ 2 หลายเดือนก่อน +1

    thx dude, 2 hours trying to fix this error, and I just needed to push the USB cable a little more, I deserve your best insults

  • @parul2581
    @parul2581 2 ปีที่แล้ว +2

    bro u saved my project thanks dont have words for u

    • @kaushalkumar-mk1kx
      @kaushalkumar-mk1kx 2 ปีที่แล้ว

      can you help me ?

    • @kaushalkumar-mk1kx
      @kaushalkumar-mk1kx 2 ปีที่แล้ว +1

      I am uploading the program in arduino so this error is showing
      Arduino: 1.8.15 (Windows Store 1.8.49.0) (Windows 10), Board: "Arduino Uno"
      Sketch uses 3966 bytes (12%) of program storage space. Maximum is 32256 bytes.
      Global variables use 364 bytes (17%) of dynamic memory, leaving 1684 bytes for local variables. Maximum is 2048 bytes.
      An error occurred while uploading the sketch
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xdf
      avrdude: stk500_recv(): programmer is not responding
      avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xdf
      This report would have more information with
      "Show verbose output during compilation"
      option enabled in File -> Preferences.

    • @kaushalkumar-mk1kx
      @kaushalkumar-mk1kx 2 ปีที่แล้ว

      Last date to submit my project is 1st July plz help me

    • @parul2581
      @parul2581 2 ปีที่แล้ว

      @@kaushalkumar-mk1kx yes I can

    • @kaushalkumar-mk1kx
      @kaushalkumar-mk1kx 2 ปีที่แล้ว

      tell me any solution mam

  • @sandrahernandezramirez2889
    @sandrahernandezramirez2889 ปีที่แล้ว +1

    you save my life :333 love youuuuuu

  • @sanjaydalvi6635
    @sanjaydalvi6635 ปีที่แล้ว +1

    Thanks. My issue got solved too.. Great video..

  • @peterthinks
    @peterthinks ปีที่แล้ว +2

    I had a power only USB cable on my desk (no data lines in it). Drove me nuts for days! I cut it up and threw it out when I figured that out.

  • @hariseldon2577
    @hariseldon2577 11 หลายเดือนก่อน +1

    If you have an external connection from the board to say a 5v stepper motor then you might be drawing too much power from the 5v pin. Just disconnect the power to the motor upload the code then reconnect it to the board. Best not to use the Nano as a power supply in the first place.

  • @alanchoquemamani3054
    @alanchoquemamani3054 2 ปีที่แล้ว +1

    Thanks alot u just fixed my problem

  • @Brandonleetrader
    @Brandonleetrader หลายเดือนก่อน +1

    First one worked, Liked and Subscribed.

  • @Godinary
    @Godinary ปีที่แล้ว +2

    ah!! haha so all these while it was my port ah lol, thanks 3:29 got my solution. Thanks am a subscriber now

  • @boraa1283
    @boraa1283 ปีที่แล้ว

    RX and TX were touching each other. Thanks for the solution.

  • @FreddotheWheelchairGuy
    @FreddotheWheelchairGuy ปีที่แล้ว +1

    This is driving me nuts. I have tried EVERYTHING in this video and it is still not working. I even ordered another Aduino Uno so I could replace the cable and Arduino - the most frustrating thing is - the new Arduino was working!! I made the LED flash and I thought, great, that was the problem, but now BOTH of them have stopped working and I get the AVRdude error with both of them. WHY?!
    Please help

  • @CopycatLiu
    @CopycatLiu 2 ปีที่แล้ว +1

    So helpful, just found out selected the wrong board Mini vs Pro~~~~

  • @mitchel0n
    @mitchel0n 2 ปีที่แล้ว +1

    TE AMO, me daba el error porque tenia conectados los pines 0 y 1 me salvaste la vida

  • @lakshayinnovator2010
    @lakshayinnovator2010 11 หลายเดือนก่อน +1

    thx dude i finished mine

  • @Bianchi77
    @Bianchi77 ปีที่แล้ว +1

    Nice info, thanks :)

  • @petrescuadrian
    @petrescuadrian 2 หลายเดือนก่อน +1

    I think people should also know that there are differences between nano from arduino and nano from other manufacturers. I never had problemes with boards from arduino. From other manufacturers I had the same issue with uploding code.

  • @igortmkrtchn5033
    @igortmkrtchn5033 ปีที่แล้ว +1

    Have this issue constantly (Nano on MacOS).
    All the parameters are correct and everything else is also correct for the following reason:
    - I disconnect USB and try 2-3 time to load sketch with no Arduino connected. Then I connect USB back and it works!
    - but the next load attempt fails again.
    So I have to disconnect USB and press Load button a few time then reconnect each time I need to load a new sketch!
    This is ridiculous.
    Most of the issues discussed in the video is regarding constant failures - when it does not work at all, but here I have a floating issue.
    And with a known temporal fix.

    • @programmingelectronics
      @programmingelectronics  ปีที่แล้ว

      Those kinds of issues drive me nuts too! When everything is the same, but sometimes it works and sometimes it doesn't ...
      Hard to diagnose, do you get the same fickle behavior on different computers? Have you tried swapping the USB cable? Maybe it's on it's way out? IDK - it's a frustrating one to endure.

  • @Marcelo-dx8nb
    @Marcelo-dx8nb 2 ปีที่แล้ว +2

    Love u so much , You just saved my ass 😭😭😭😭😭😭😭❤

  • @keisuketakahashi3597
    @keisuketakahashi3597 4 หลายเดือนก่อน +1

    this was so helpfull. tysm

  • @ulisesdiale4004
    @ulisesdiale4004 2 ปีที่แล้ว +1

    Thank you so much dude

  • @devansharora2719
    @devansharora2719 ปีที่แล้ว +2

    In case of Arduino Nano, try changing the processor to Atmega328P(old bootloader). It worked for me.

    • @programmingelectronics
      @programmingelectronics  ปีที่แล้ว +1

      Thanks for adding this!

    • @zebgelatchi
      @zebgelatchi ปีที่แล้ว

      Wasted an aftenoon trying to download to a Nano. Changed to Old Bootloader in processor and EEEHH HAAHH it worked first attempt ! Thank you, Thank you sir.

  • @ilker_prime3445
    @ilker_prime3445 8 หลายเดือนก่อน +1

    thanks , its worked on first try

  • @accentuatedsound5087
    @accentuatedsound5087 5 หลายเดือนก่อน +1

    Great help, thanks 👍

  • @prakashahire5970
    @prakashahire5970 ปีที่แล้ว +1

    Thanks bro

  • @nikolamilosevic7316
    @nikolamilosevic7316 2 ปีที่แล้ว +1

    I had that problem and on the end solution was that I didn't pushed usb port usb nano to the end. I wanted to cry when I realised what was problem that I was fixing for over hour 😂😂😂

  • @vertogenltd-variablepitchv1168
    @vertogenltd-variablepitchv1168 ปีที่แล้ว

    yes it worked thanks

  • @jowzirasheed
    @jowzirasheed ปีที่แล้ว +1

    Big help bro ❤️

  • @BROM9383
    @BROM9383 2 ปีที่แล้ว +1

    thx so much. solved problem

  • @lemonlover5011
    @lemonlover5011 ปีที่แล้ว +1

    THANK YOU SO MUCH

  • @manishmaurya1
    @manishmaurya1 ปีที่แล้ว +1

    4th solution worked for me♥️

  • @marvelouskinggaming4962
    @marvelouskinggaming4962 ปีที่แล้ว +1

    Bro above of arduino uno is Motor diver how to remove RX and TX and how to get your port name

  • @ayaaa3112
    @ayaaa3112 หลายเดือนก่อน

    but i need the RX and TX pin, what should i do

    • @programmingelectronics
      @programmingelectronics  หลายเดือนก่อน

      You might try this...
      Prior to uploading your sketch, remove whatever you have attached to those pins, then after upload, re-attach the stuff.

  • @curiousman4614
    @curiousman4614 ปีที่แล้ว +2

    YOU SAVED ME!!!!!!!!!!!!!!

  • @user-dt7ce5wv3n
    @user-dt7ce5wv3n ปีที่แล้ว +1

    hey I think you need to add fliping the microcontroller

  • @jwelectric52
    @jwelectric52 2 ปีที่แล้ว +1

    Thank you very much.

  • @danielhorodenko8587
    @danielhorodenko8587 ปีที่แล้ว +1

    Thank you, i was using the wrong Port! For some reason, there were two of them

  • @AhmedWissam
    @AhmedWissam 2 ปีที่แล้ว +1

    Another solution: use another arduino uno as ISP and make sure u hit "upload using a programmer"
    U can reflash a new bootloader and try again
    Another solution : it happens that i cant upload using the legacy ide but i can with atmel studio(with visual micro extension)

    • @programmingelectronics
      @programmingelectronics  2 ปีที่แล้ว +1

      Thanks so much Ahmed! Which plugin do you use in Visual Studio for Arduino? Have you found one specifically you like?

  • @carlosolivares2673
    @carlosolivares2673 2 ปีที่แล้ว +1

    thank friend, very usefull

  • @jithandrani
    @jithandrani ปีที่แล้ว +1

    bro this video saved me

  • @static5567
    @static5567 2 ปีที่แล้ว

    Hi I tried everything and it doesn’t work please I really need help 😭😭😭

  • @cjdevries1214
    @cjdevries1214 2 ปีที่แล้ว +1

    thanks it worked

  • @velocityx5680
    @velocityx5680 ปีที่แล้ว

    i uploaded it once it took me 3 tries to upload but it was done and now i want to upload another program but i cant upload now no matter how many times i try

  • @TanmaY_Integrates
    @TanmaY_Integrates 3 หลายเดือนก่อน

    It only shows one port ine my pc (windows) COM1

  • @theredstonehive
    @theredstonehive 2 ปีที่แล้ว +1

    I found that sometimes the code is uploaded even if the IDE gives the "avrdude: stk500_recv(): programmer is not responding" error.

  • @ETSolutions
    @ETSolutions 2 ปีที่แล้ว

    my error is same, but reason seems different, every time i upload the Boot after that once can upload the program second time it give me error. " programmer is not responding". if i load thee boot again, progam again one time can be upload after that same error. can you help me what is the problem

    • @oOVOIDOo
      @oOVOIDOo 3 หลายเดือนก่อน

      Same error

  • @sleipnirish1
    @sleipnirish1 ปีที่แล้ว +1

    thanks thanks thanks thanks ❤❤

  • @ademiltondasilvaleite4381
    @ademiltondasilvaleite4381 ปีที่แล้ว

    Tive problemas de ERRO ( AVRdude - STK500 unknown protocol) ao carregar um Sketch qualquer após a instalação do IDE, tentei de tudo…(DRIVERS, re-instalação da IDE em várias tentativas ) mas a solução foi a seguinte: Fui no Gerenciador de Dispositivo do Windows na configuração de PORTAS (COM e LPT) selecionei com o botão direito do mouse sobre a Arduino Uno ( COM3) na opção Propriedades/Configuração de Portas/Avançada/no. da Porta COM e alterei de COM3 para COM10. Depois fui no IDE Software e alterei para COM10 ( Arduino UNO) e dei um Boot no PC. Pronto agora carrega certinho os Sketchs e roda os programas normalmente. O detalhe que me chamou a atenção para o conflito foi: no IDE Software não aparecia na frente da porta COM, o nome (Arduino UNO) só aparecia COM3….ai conclui que havia um conflito qualquer nesta porta. Este erro te deixa maluco porque parece um defeito de Hardware mas não é, trata se apenas de um de conflito entre algum dispositivo desconhecido e o Arduino Uno na porta que normalmente é escolhida como COM3 (Arduino Uno ) pela configuração do IDE.
    Espero ter ajudado vocês ( Portuguese Language)

  • @nisargpatil2998
    @nisargpatil2998 ปีที่แล้ว

    thank
    you very much.........................

  • @darkflame9525
    @darkflame9525 2 ปีที่แล้ว +1

    FINALLY. I FOUND GOLD

  • @Moreoverover
    @Moreoverover ปีที่แล้ว

    What about if the error pops up when running the code and the uploading is successful?

    • @programmingelectronics
      @programmingelectronics  ปีที่แล้ว

      Hmmmm - is the code working on the board then? That is, if you upload a sketch and it says the upload is successful - is the board actually running the sketch?

    • @Moreoverover
      @Moreoverover ปีที่แล้ว

      @@programmingelectronics Yes, it works, but weirdly if I activate one motor with my keyboard it starts to act weird (probably due to floating pin for some reason) and everything starts to fail and I get the avrdude error. This only happens after a very long time of running the program. It goes away when I replug the USB cable. Is the problem that the USB cable I use is too long or gets disconnected suddenly?

    • @programmingelectronics
      @programmingelectronics  ปีที่แล้ว

      @@Moreoverover This is a great question.... Are you using pins 0 or 1 for anything?

    • @Moreoverover
      @Moreoverover ปีที่แล้ว

      @@programmingelectronics No, I wish. Our project is so big that all of digital pins are occupied except for D1 and D0 of course.

  • @nickas222
    @nickas222 2 ปีที่แล้ว +1

    if something is connected to analog outputs and power i get this error

    • @programmingelectronics
      @programmingelectronics  2 ปีที่แล้ว

      Interesting! If you just have something connected to an analog pin, can you still upload?

    • @nickas222
      @nickas222 2 ปีที่แล้ว

      @@programmingelectronics in my case no you need to disconect

  • @chungmai8659
    @chungmai8659 2 ปีที่แล้ว +1

    thank you so much! t just remove the TX RX and... DONE

  • @parul2581
    @parul2581 2 ปีที่แล้ว +2

    thanku bro

  • @steveyoutube1709
    @steveyoutube1709 10 หลายเดือนก่อน

    what worked for me was to release the reset button after compile completed and before it tried connecting

  • @uvccomics1506
    @uvccomics1506 หลายเดือนก่อน

    I tried all solutions, but no one worked. I cant burn bootloader, because it throws the same error avrdude: stk500_recv(): programmer is not responding!
    Arduino UNO