I know that there are a lot of similar topics but i couldn't get any useful info
I'm trying to upload a "basic" sketch with blinking built-in LED
When i press "upload" it shows
Upload started
Programming with: SerialFlashing with command:C:/Users/Ilya/.arduino-create/arduino/avrdude/6.3.0-arduino17/bin/avrdude.exe -CC:/Users/Ilya/.arduino-create/arduino/avrdude/6.3.0-arduino17/etc/avrdude.conf -v -patmega328p -carduino -PCOM4 -b57600 -D -Uflash:w:C:/Users/Ilya/AppData/Local/Temp/arduino-create-agent031649171/Fade.hex:i
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg WunschSystem wide configuration file is "C:/Users/Ilya/.arduino-create/arduino/avrdude/6.3.0-arduino17/etc/avrdude.conf"
Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa6
avrdude done. Thank you.
When i open up the debug window in arduino agent it shows a lot of similar outputs:
Serial Ports:
[
{
"Name": "COM4",
"SerialNumber": "A50285BIA",
"IsOpen": false,
"VendorID": "0x0403",
"ProductID": "0x6001"
}
]{
"Msg": "avrdude: stk500_recv(): programmer is not responding",
"ProgrammerStatus": "Busy"
}{
"Msg": "avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa6",
"ProgrammerStatus": "Busy"
}
I don't like lines "Serial Ports ... COM4 ... IsOpen: false" and "ProgrammerStatus Busy" maybe it is the source of my issue?
Or maybe i do it the very wrong way and i need to plug some programmer and flush arduinos firmware to make it work. I'm novice in electronics, could you please answer in detail what should i do and where everything is placed? I tried to connect "res" with "gnd" and "tx" with "rx" and made sure that loopback works and i don't know what to do then