I hate myself. I did all of this, or so I thought. Turns out I was just mindlessly clicking the stupid bluetooth option on the top of the list because I was on autopilot. Thank you for helping me defeat avrdude!
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.
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
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 :)
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
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
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.
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.
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
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.
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.
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.
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.
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.
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 😂😂😂
Two brand new Nanos with two brand new USB cords... both recognized by Windows. None of these steps fixed the issue. Neither of my Nanos can be uploaded to via the IDE. What a terrible first Arduino experience!
Hi Wil - that stinks! Sorry to hear it. Sometimes getting things set up can be a pain, but is worth working through it. Do you see anything listed at all when you go to Tools>Port?
@@programmingelectronics I figured it out... turns out that this card was an off-brand Arduino. That caused the Arduino IDE to not be able to communicate with it when the normal "Arduino Nano" was chosen. After selecting an older driver for the IDE, it is now working. I only figured this out when I went to Amazon to return the device and discovered this tidbit in the device reviews.
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)
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?
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
OK, sounds like maybe the enclosing library folder name does not match the name of the .cpp and .h files. Under My Documents>Arduino>Libraries>USB_Host_Shield_2.0-master Maybe changing the folder name to just USB_Host_Shield_2.0 (removing the -master part)
@@programmingelectronics Yes I had already reduced the name and now I followed your advice. Now I will try to recompile the code with the original ONE. Let's hope well. :)
The solution that worked for me : (I'm using Arduino Uno) : I install the CH340 Driver on my computer also I already had installed the Arduino IDE with all stuff etc, I notice this happens when I had connected some stuff to the 0 and 1 digital ports which are tx and rx so I don't use them anymore then I was able to upload the sketch with any problems : PSDTA: you could try to change your arduino to arduino nano then in proccessor option select atmega328 old bootlioader and then select Arduino Uno again
bro hats off u saved from losing a science fair competition thanks a lot u are a legend god bless
Glad it helped!
Very helpful! I have Arduino nano. It did not work . I wen't under tools>processors and selected the old bootdrive. Now it works.
Awesome!
Oh sh.t! Thank you so much 🙏
you are a lifesaver
thanks!
Thx bro
What did you do i have a same problem
I hate myself. I did all of this, or so I thought. Turns out I was just mindlessly clicking the stupid bluetooth option on the top of the list because I was on autopilot. Thank you for helping me defeat avrdude!
Glad it helped - Thanks for the note!
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.
Only this worked for me...thank you
Thanks!!
That worked for me too. Thanks!
Thanksss!!!
OMG Thank you this worked a treat
Reinstalling the IDE software did the trick in my case. I let the Arduino connected while installing and detected the correct port. Thank you.
Thanks for sharing this!!
Worked for me. I had TX and RX pins connected.
Thanks man! Take love.
After the explanation and solutions, the narrations are the best! 😂 keep doing it it guys!
Thanks so much!
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
So glad helped! It can be hard to get unstuck sometimes!
Thank you so much bro. When I saw DONE UPLAODING my soul left me for a second
It's such a good feeling!
i got nervous when you said "it is last easy thing that you can try" but it worked luckily
Awesome! Glad it helped!
same xd I just unplugged that 2 pins... and Voila!
Same here 😂😂😂😂
Dude, you just saved my project! thanks a lot!
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
Thank you, the last option worked. I just saw it here for the first time
Glad I could help!
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
Ha! Been there :)
I'm glad it helped.
Thanks man, your suggestion to unplug TX and RX port work like a charm!
Glad it worked!
DUDE YOU JUST SAVE MY PROJECT!!! GOD BLESS YOU 😭😭😭😭 THANKS A LOT!
Sweet!!! Best of luck!
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 :)
Glad it helped!
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
Glad it helped!
Thank you sir you just saved me from a big frusturation i love youuu
Happy to help!! Thanks for the note!
Thank you, my guy. checking and changing the board worked for me
Great to hear!!
Thank you! This helped me, the port was the issue.
Glad it helped!
THANKYOU!
The reset button on the uno board did it!
Awesome! Glad it helped!
Bro fr u saved my life Tysm for helping me🙌
So glad it helped! Best of luck with Arduino!
i tried everything to upload my program but once i saw this video i did it in a second thank you
Glad I could help!
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
Thanks for adding this!!
Thanks dude! the problem was the port selection for me.
Glad I could help! Thanks for the note!
First one worked, Liked and Subscribed.
So glad it helped!
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.
That would totally throw me for a loop as well!
In case of Arduino Nano, try changing the processor to Atmega328P(old bootloader). It worked for me.
Thanks for adding this!
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.
bro u saved my project thanks dont have words for u
can you help me ?
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.
Last date to submit my project is 1st July plz help me
@@kaushalkumar-mk1kx yes I can
tell me any solution mam
Problem resolved! Thanks Man!
Glad it could help!
You just have solved my problem🥰 Thanks a lot 💗💗
Yay! Best of luck with Arduino!
This video saved my life. Thank you sooooooo much 😭
Glad it helped!
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
Thank You So Much For Helping Me You Were The Only Tutorial That I Could Find Helpful!
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
Glad it helped!!
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.
BRO YOU ARE AMAZING, BECAUSE OF YOU MY ARDUINO IS WORKING AND FULL CREDIT GOES TO YOUUU
Glad it helped - best of luck!
I had a damn shield connected. YOU ARE A PRO. THANK YOU
Happens all the time! I was doing something like that the other day. Thanks for watching!
I only had to change the Processor from “ATmega328P” to “ATmega328P (Old Bootloader) which is not in the video
Thanks for adding this!
May God bless you for helping us.
Just subscribed to all the notifications of your excellent channel
Awesome, thank you!
Great help, thanks 👍
Glad it helped!
Thanks man...You saved my project tq..
Glad we could help!
thanks dude the first step work like a charm ;]
Awesome! Glad it helped!
First it works very well for me, I recommend doing it, thank you very much :)
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.
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.
Thank you bro, your video helped me :)
Glad it helped!
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.
Thanks for adding this!
Thank you master from Chilito
Thanks for watching!
RX and TX were touching each other. Thanks for the solution.
you saved my project dude thank you very much
Glad it helped!!
thanks , its worked on first try
Great!
thank u so much. (RX and TX was connected)
So glad it helped!
Thanks alot u just fixed my problem
Glad to hear it
OMG I LOVE YOU FOR ME IT WAS THE RX AND TX THING
4th solution worked for me♥️
Great 👍
ah!! haha so all these while it was my port ah lol, thanks 3:29 got my solution. Thanks am a subscriber now
Sweet! Glad it helped!
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.
bro this video saved me
Great to hear!
this was so helpfull. tysm
Glad it helped!!
Thanks. My issue got solved too.. Great video..
Fantastic - thanks for the note!
Genious!!!!
Thank you very very much!
It is great!!
Glad to help! Thanks for the note!
you save my life :333 love youuuuuu
So helpful, just found out selected the wrong board Mini vs Pro~~~~
Awesome! Glad it helped!
thx dude i finished mine
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 😂😂😂
Love u so much , You just saved my ass 😭😭😭😭😭😭😭❤
Glad it helped!
Thanks bro
TE AMO, me daba el error porque tenia conectados los pines 0 y 1 me salvaste la vida
Contento de que haya ayudado!
Thank you so much dude
Glad it helped!!
Two brand new Nanos with two brand new USB cords... both recognized by Windows. None of these steps fixed the issue. Neither of my Nanos can be uploaded to via the IDE. What a terrible first Arduino experience!
Hi Wil - that stinks! Sorry to hear it.
Sometimes getting things set up can be a pain, but is worth working through it.
Do you see anything listed at all when you go to Tools>Port?
@@programmingelectronics I figured it out... turns out that this card was an off-brand Arduino. That caused the Arduino IDE to not be able to communicate with it when the normal "Arduino Nano" was chosen. After selecting an older driver for the IDE, it is now working. I only figured this out when I went to Amazon to return the device and discovered this tidbit in the device reviews.
@@Wil_Bloodworth Good to know! Thanks for adding this!
Thank you very much the. problem was with digital pin 0 RX.
hey dude can you tell me what are the types of jumper wires you used(its urgent pls) :(
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.
thx so much. solved problem
Glad it helped! Thanks for watching!
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)
Thanks so much Ahmed! Which plugin do you use in Visual Studio for Arduino? Have you found one specifically you like?
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?
Nice info, thanks :)
Thanks - I hope it helped!
Thank you very much.
You are welcome! Thanks so much for watching!
YOU SAVED ME!!!!!!!!!!!!!!
Glad it helped!
worked with the printer cable and different usb port. thanks
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
Same error
Thank you, i was using the wrong Port! For some reason, there were two of them
Sweet! Glad it worked Daniel!
FINALLY. I FOUND GOLD
I hope it helped!
Problem "USB_Host_Shield_2.0-master" ..................................................... ????
OK, sounds like maybe the enclosing library folder name does not match the name of the .cpp and .h files.
Under My Documents>Arduino>Libraries>USB_Host_Shield_2.0-master
Maybe changing the folder name to just USB_Host_Shield_2.0 (removing the -master part)
@@programmingelectronics Yes I had already reduced the name and now I followed your advice. Now I will try to recompile the code with the original ONE. Let's hope well. :)
hey I think you need to add fliping the microcontroller
Good call!
thanks it worked
Great! Glad it helped!
I found that sometimes the code is uploaded even if the IDE gives the "avrdude: stk500_recv(): programmer is not responding" error.
Same here!
Bro above of arduino uno is Motor diver how to remove RX and TX and how to get your port name
Thanks for the recommendation!
Big help bro ❤️
Awesome! Glad it helped!
Thank you so much... this video helped a lot.. once again thank you....
Crazy to think that RX TX pins were giving me trouble.
thank friend, very usefull
Glad it was helpful!
I don't know if this work for someone, I was trying by hours for a solution, and finally I restart my computer and works. LOL
Amazing!
thanku bro
Glad it helped!
The solution that worked for me : (I'm using Arduino Uno) :
I install the CH340 Driver on my computer also I already had installed the Arduino IDE with all stuff etc, I notice this happens when I had connected some stuff to the 0 and 1 digital ports which are tx and rx so I don't use them anymore then I was able to upload the sketch with any problems :
PSDTA: you could try to change your arduino to arduino nano then in proccessor option select atmega328 old bootlioader and then select Arduino Uno again
And if none of that works, your board is freaking fried :(
Totally fried
thank you so much! t just remove the TX RX and... DONE
Awesome! Glad it helped!
thanks thanks thanks thanks ❤❤
Glad it helped!!
what worked for me was to release the reset button after compile completed and before it tried connecting