I have window 10- i5 7400 system with 16GB RAM. I brought a Arduino UNO R3 and i used it from last 7 month. During that period the Arduino Board was working fine and used it for demo project also. Yesterday my windows 10 gets updated and then problem in Uploading a program start happing. I try reinstall Arduino IED also but still problem persist. the problem is
When i click on UPLOAD button the error is ....
"
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM1
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=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xe4
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe4
I search on gogole regarding these and i found that their is so many chances or cause that can give these error. My observation or setup is as follows :-
Connect Arduino Uno Board and PC- Both power LED and PIN 13 LED will glow. Orange LED i.e LED connected to PIN 13, gets OFF after very 6-7 second and on immediately (in short it blinks).
I choose proper board on in Arduino IED.
I have doubt against the COM Port. In Arduino IED software only COM1 is shown sceen shot attached.
but in my device manager nothing showing regarding the Arduino. Also when i plug the Arduino to the
PC no sound or no unknow device is shown in Device Manager Tab. I don't known whether the driver
was properly installed or not.
Please help me to solve these propblem.... please...
When you plug in the Arduino to your PC - a driver is installed to emulate a serial port. I would guess that the Windows update affected the driver. Try to re-install the driver on the PC.(remove the driver while the UNO is plugged out and plug it in again after removing the driver). The proper reply to AVRDUDE for a GetSync is 0x14 followed by 0x10 and it is getting 0xE4 instead.
Hello pert,
I used same cable from last 5-6 month for uploading the code to the board so there is no faulty selection of cable i think. It will working very fine. And also i try another cable but same problem will pop-pup.
And also when i plug the cable Green LED and Orange LED will glow up.
Also i found that when i disconnected the Arduino board from my PC and then upload the code to board
the error was getting like
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x82
"But i think the actual error was something user board is not connected" something like that
Also Serial monitor window will open even if i don't connect Arduino Board to PC.
I try to re-install the driver. But for when i try to uninstall the it, the driver is not showing in Device Manager. I also try the option of "View - Show Hidden Devices" but nothing was showing regarding Board driver. Then i plugged the Arduino Uno Board to PC and again check device Manager. But nothing was showing regarding Board driver again and also the unknown device.
And also i perform the loop test. when i type a number on serial monitor and the click send button, nothing was get reply from the Board and serial monitor screen will remain blank.
Also i found that when i disconnected the Arduino board from my PC and then upload the code to board
the error was getting like
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x82
"But i think the actual error was something user board is not connected" something like that
Also Serial monitor window will open even if i don't connect Arduino Board to PC.