My sketches will not upload. I have tried two Unos, multiple USB cables, multiple generic sketches. The sketches verify, the port is the Arduino port. The most obvious error that appears on all sketches is that the IDE tries to load over a 115,000 baud rate but I have Serial.begin (9600); in the sketches.
I'm using a new mini computer
The error message is:
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x61
The most obvious error that appears on all sketches is that the IDE tries to load over a 115,000 baud rate but I have Serial.begin (9600); in the sketches.
That is normal, the upload is always at 115,200 baud with the UNO, regardless of the sketch contents.
Are you using a USB 3.0 port? Sometimes that will cause problems, try a USB 2.0 port if possible.
I checked the stack500 problem on Google. One fix I hadn't performed was to hit the reset and see if the LED near pin 13 lit. It did not, meaning somehow the bootloader became corrupted. One person did say to hit the reset but didn't mention observing to see if the LED lit.
Apparently fixing the bootloader is not easy so I'll wait until tomorrow and hope I don't need help.
Hi,
Can I suggest you google
Usbtiny Usbtinyisp Avr Isp Programmer For Arduino Bootloader
It is well worth buying one, it will program your bootloader.
I have found clone Nano controllers have usually got the old bootloader in firmware, a real pain if you also have Nanos with the later bootloader.
It only takes seconds to load the latest bootloader, or in your case reload.
I, too, recommend a USBasp. You can get one for well under $5 on eBay or Amazon. Most of the inexpensive ones come with a 10-pin cable (the old Atmel standard) but the Arduino has a 6-pin connector so look for one that includes the 10-pin to 6-pin adapter or buy the adapter separately.
If you want one very quickly and have Amazon Prime, they are available for $6 to $10 with free next-day shipping.