Тёмный

Arduino Nano uploading problem || FIXED || 1 Minute 

LMA robotics
Подписаться 118
Просмотров 55 тыс.
50% 1

thanks for watching!
Don't forget to like share and subscribe
Please leave your comments below or if you have any questions. We are very grateful for your feedback and if you have any questions please comment here.
to solve this problem you need first to download this ch340g driver:
windows 10 driver:sparks.gogo.co...
windows 7 driver:github.com/Hob...
go to tools board and select arduino NANO
then tools processer and select old ATmega328P (bootloader)
and finally select the right port
Error message :
============================================================
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xfb Problem uploading to board. See www.arduino.cc/.... for suggestions.
=============================================================

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 53   
@markclark4154
@markclark4154 7 месяцев назад
Selecting the old boot loader worked for me. Thank You.
@swiftmaster6826
@swiftmaster6826 Месяц назад
thx
@nahid_MCMXC
@nahid_MCMXC 3 года назад
Duuuuude, thanks man you are my hero!
@localtechs2987
@localtechs2987 10 месяцев назад
It worked! Thanks a lot
@Stoic_Persistence
@Stoic_Persistence 21 день назад
THX, THE PROBLEM WAS THAT I HAD TO USE THE OLD BOOTLOADER
@vaishnavi141
@vaishnavi141 2 года назад
Thank you so much, this solved the error in my project!
@johnallen596
@johnallen596 9 месяцев назад
Hello, I was able to download driver before and it would work, but now it will not. Is there some kind of update or new method to download this driver?
@markanthoniemirano3486
@markanthoniemirano3486 3 года назад
thanks duuuude,. your the best man,. my problem solve.
@Skobellof-207
@Skobellof-207 10 месяцев назад
Thank you bro. i love you. you solved my problem
@Saran-wi1mv
@Saran-wi1mv 10 месяцев назад
Dude..that really worked...!
@renishsurani
@renishsurani 3 года назад
thank u so much really helpfull video
@TheNinomal
@TheNinomal 3 месяца назад
thx
@shifil_400
@shifil_400 3 месяца назад
Thank you 🙏😊
@esmazeynepsayl7538
@esmazeynepsayl7538 8 месяцев назад
I can't see any processor choice in my Arduino ide. What can I do?
@funyvooo
@funyvooo Год назад
I did exactly step by step what you did. Blinking example, checked nano, plocessor old bootloader, chrcked the port, dawnloaded your prog, Installed, and still not uploadinh. I think my Arduino Nano is broken.
@thomashuet4571
@thomashuet4571 Год назад
Tank you very much
@basilmorini2272
@basilmorini2272 4 года назад
Thank you a lot, that realy helped.
@parrot117
@parrot117 Год назад
Thanks a lot sir
@sebastienlenormand5838
@sebastienlenormand5838 11 месяцев назад
thanks a lot !
@speechlessdiary3522
@speechlessdiary3522 2 года назад
FOR PEOPLE STILL RECEIVING AN 'ERROR UPLOADING' MESSAGE, PLEASE JUST TRY TO CHANGE YOUR COM PORT. I had the same issue even after searching through most RU-vid Videos... but once I accidentally changed the COM Port, the code uploaded successfully. Anyways, thank you creator for this video.
@boomzi8812
@boomzi8812 Год назад
Your way and this creator way doesn't work to me. Pls help 😭
@ArTech-us7ih
@ArTech-us7ih 8 месяцев назад
Thanks 🙏🙏
@creativehussain7754
@creativehussain7754 Год назад
Thanks brother
@serkan.cetinkaya
@serkan.cetinkaya Год назад
There is not porccesor menu under tools bar. How can I fix it?
@matthewfreeman6187
@matthewfreeman6187 Год назад
Try updating your ide do you have 2.1.1? It's on the internet
@tomtaylor135
@tomtaylor135 3 года назад
In Linux I had to start the IDE as an Administrator to upload. Windows 10 I had to install.....CDM21228_Setup ....... Virtual device Drivers for it to work.
@finiteelement9326
@finiteelement9326 2 года назад
I am Arduino uno and facing the same issue do this trick will solve the problem on uno or it only works with nano
@lmarobotics1276
@lmarobotics1276 2 года назад
Hello, Since Arduino is an open source project there are many variant of Arduino board with different programmer chip (the chip that provide USB connectivity with the AVR microcontroller) . so you need to first check the reference of this chip … (the small circuit close to the USB connector on the Arduino Uno) for example ch340, FTDI... . then download the appropriate driver, in this video I showed an example of the ch340 driver installation process on Windows 10. So to answer your question, yes the method shown on this video will work with any type of Arduino board that uses ch340 chip . Driver links(select your operating system) FTDI: ftdichip.com/drivers/ CH340: sparks.gogo.co.nz/ch340.html _________________________________ if you still facing this error after installing the correct driver make sure to verify the USB connection between the Arduino board and the computer : 1- Check your USB cable (try to changed ). 2- Try to connect the USB on a different port . 3- and make sure to select the correct port on the Arduino IDE (tools--> port --> COMi ). if you don't know your USB port number follow those steps: 1- open (tools--> port --> COMi ) and identify the available COMs before you connect the board . 2- close the tools menu. 3- plugin the Arduino board. 4- reopen the tools port com menu if you find a new port select that one other wise you still have a problem with the USB or the driver. hope this help you solve the problem.
@ABIDIANTONIO
@ABIDIANTONIO 3 года назад
thanks
@fasilc5581
@fasilc5581 4 года назад
while installing error appearing "Driver install failure" . kindly advise me
@lmarobotics1276
@lmarobotics1276 4 года назад
hi,make sure that you installed the right driver (windows 10 driver:sparks.gogo.co.nz/ch340.html ),(windows 7 driver: codeload.github.com/HobbyComponents/CH340-Drivers/zip/master )
@lmarobotics1276
@lmarobotics1276 4 года назад
and make sure to run it as Administrator
@prosonicaudios2548
@prosonicaudios2548 Год назад
Still not fixed?
@OnyxShark46
@OnyxShark46 7 месяцев назад
No
@tegos3222
@tegos3222 3 года назад
It does not work here... Im using Arduino Uno
@matthewbeekhoo901
@matthewbeekhoo901 3 года назад
same
@MrMaco2007
@MrMaco2007 2 года назад
it is not working because you are using an arduino uno and this is the driver for the arduino nano
@gtmtoys1653
@gtmtoys1653 3 года назад
Thank you
@codcod3681
@codcod3681 4 года назад
not usefull, stk500_recv() programmer is not responding
@lmarobotics1276
@lmarobotics1276 4 года назад
hi,make sure that you installed the right driver (windows 10 driver:sparks.gogo.co.nz/ch340.html ),(windows 7 driver: codeload.github.com/HobbyComponents/CH340-Drivers/zip/master ) then select the board (Arduino nano) and processor (ATmega328p old bootloader) and make such to check you USB cable hope this is helpful and good luck. if you still getting this error after all those steps i can't really help .
@codcod3681
@codcod3681 4 года назад
@@lmarobotics1276 ill try, thanks!
@luisfelipesaldivar5100
@luisfelipesaldivar5100 4 года назад
With My arduino i don't see the option of "Old bootloader", and I have the same problem
@lmarobotics1276
@lmarobotics1276 4 года назад
hi, are you using Arduino nano ?
@luisfelipesaldivar5100
@luisfelipesaldivar5100 4 года назад
@@lmarobotics1276 yes I am, I update My Arduino IDE to the one that has that option, but even with that i wasn't able to get My Arduino nano to work
@lmarobotics1276
@lmarobotics1276 4 года назад
@@luisfelipesaldivar5100 did you installed ch340 driver,if yes first try to change USB cable and the USB port
@luisfelipesaldivar5100
@luisfelipesaldivar5100 4 года назад
@@lmarobotics1276 well, I think it's more complex than that, since I just plug mi Arduino to the computer and it worked like normal for a month or so, and then yesterday stop working ando showing that message on th IDE
@lmarobotics1276
@lmarobotics1276 4 года назад
​@@luisfelipesaldivar5100 i am sorry but i cant help you because im not sure what cause this problem i need more details on what happened before this problem appears
@gtmtoys1653
@gtmtoys1653 3 года назад
Thanks a lotss
@bouchaibbenjdida3724
@bouchaibbenjdida3724 3 года назад
good job
@samuelmiller9028
@samuelmiller9028 Месяц назад
fake
Далее
How to solve uploading code error in Arduino Nano
5:02
How to Flash/Re-flash a Bootloader on an Arduino Nano
8:02
How to fix exit status1 error in arduino
4:26
Просмотров 40 тыс.