Can't upload to arduino


hi, have been having communication problems between computer , arduino. tried loopback test , failed, check drivers, reinstalled ide , cleck correct com port still failed (this has been happening 2 of boards) guys have way of fixing or if user problem, please tell me shouldn't . p.s. light @ pin 13 on (yellow ) , on led, tx , rx leds not on when upload, nothing blinks.
thanks in advance! :)

here's error messages:
c:\program files (x86)\arduino\arduino-builder -dump-prefs -logger=machine -hardware c:\program files (x86)\arduino\hardware -tools c:\program files (x86)\arduino\tools-builder -tools c:\program files (x86)\arduino\hardware\tools\avr -built-in-libraries c:\program files (x86)\arduino\libraries -libraries c:\users\gaming\documents\arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0x2341_0x0043 -ide-version=10805 -build-path c:\users\gaming\appdata\local\temp\arduino_build_508223 -warnings=none -build-cache c:\users\gaming\appdata\local\temp\arduino_cache_20891 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoota.path=c:\program files (x86)\arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=c:\program files (x86)\arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=c:\program files (x86)\arduino\hardware\tools\avr -verbose c:\program files (x86)\arduino\examples\01.basics\analogreadserial\analogreadserial.ino
c:\program files (x86)\arduino\arduino-builder -compile -logger=machine -hardware c:\program files (x86)\arduino\hardware -tools c:\program files (x86)\arduino\tools-builder -tools c:\program files (x86)\arduino\hardware\tools\avr -built-in-libraries c:\program files (x86)\arduino\libraries -libraries c:\users\gaming\documents\arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0x2341_0x0043 -ide-version=10805 -build-path c:\users\gaming\appdata\local\temp\arduino_build_508223 -warnings=none -build-cache c:\users\gaming\appdata\local\temp\arduino_cache_20891 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoota.path=c:\program files (x86)\arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=c:\program files (x86)\arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=c:\program files (x86)\arduino\hardware\tools\avr -verbose c:\program files (x86)\arduino\examples\01.basics\analogreadserial\analogreadserial.ino
using board 'uno' platform in folder: c:\program files (x86)\arduino\hardware\arduino\avr
using core 'arduino' platform in folder: c:\program files (x86)\arduino\hardware\arduino\avr
detecting libraries used...
"c:\program files (x86)\arduino\hardware\tools\avr/bin/avr-g++" -c -g -os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -e -cc -mmcu=atmega328p -df_cpu=16000000l -darduino=10805 -darduino_avr_uno -darduino_arch_avr "-ic:\program files (x86)\arduino\hardware\arduino\avr\cores\arduino" "-ic:\program files (x86)\arduino\hardware\arduino\avr\variants\standard" "c:\users\gaming\appdata\local\temp\arduino_build_508223\sketch\analogreadserial.ino.cpp" -o "nul"
generating function prototypes...
"c:\program files (x86)\arduino\hardware\tools\avr/bin/avr-g++" -c -g -os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -e -cc -mmcu=atmega328p -df_cpu=16000000l -darduino=10805 -darduino_avr_uno -darduino_arch_avr "-ic:\program files (x86)\arduino\hardware\arduino\avr\cores\arduino" "-ic:\program files (x86)\arduino\hardware\arduino\avr\variants\standard" "c:\users\gaming\appdata\local\temp\arduino_build_508223\sketch\analogreadserial.ino.cpp" -o "c:\users\gaming\appdata\local\temp\arduino_build_508223\preproc\ctags_target_for_gcc_minus_e.cpp"
"c:\program files (x86)\arduino\tools-builder\ctags\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=ksttzns --line-directives "c:\users\gaming\appdata\local\temp\arduino_build_508223\preproc\ctags_target_for_gcc_minus_e.cpp"
compiling sketch...
"c:\program files (x86)\arduino\hardware\tools\avr/bin/avr-g++" -c -g -os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -mmd -flto -mmcu=atmega328p -df_cpu=16000000l -darduino=10805 -darduino_avr_uno -darduino_arch_avr "-ic:\program files (x86)\arduino\hardware\arduino\avr\cores\arduino" "-ic:\program files (x86)\arduino\hardware\arduino\avr\variants\standard" "c:\users\gaming\appdata\local\temp\arduino_build_508223\sketch\analogreadserial.ino.cpp" -o "c:\users\gaming\appdata\local\temp\arduino_build_508223\sketch\analogreadserial.ino.cpp.o"
compiling libraries...
compiling core...
using precompiled core
linking together...
"c:\program files (x86)\arduino\hardware\tools\avr/bin/avr-gcc" -w -os -g -flto -fuse-linker-plugin -wl,--gc-sections -mmcu=atmega328p -o "c:\users\gaming\appdata\local\temp\arduino_build_508223/analogreadserial.ino.elf" "c:\users\gaming\appdata\local\temp\arduino_build_508223\sketch\analogreadserial.ino.cpp.o" "c:\users\gaming\appdata\local\temp\arduino_build_508223/..\arduino_cache_20891\core\core_arduino_avr_uno_0c812875ac70eb4a9b385d8fb077f54c.a" "-lc:\users\gaming\appdata\local\temp\arduino_build_508223" -lm
"c:\program files (x86)\arduino\hardware\tools\avr/bin/avr-objcopy" -o ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "c:\users\gaming\appdata\local\temp\arduino_build_508223/analogreadserial.ino.elf" "c:\users\gaming\appdata\local\temp\arduino_build_508223/analogreadserial.ino.eep"
"c:\program files (x86)\arduino\hardware\tools\avr/bin/avr-objcopy" -o ihex -r .eeprom "c:\users\gaming\appdata\local\temp\arduino_build_508223/analogreadserial.ino.elf" "c:\users\gaming\appdata\local\temp\arduino_build_508223/analogreadserial.ino.hex"
sketch uses 1888 bytes (5%) of program storage space. maximum 32256 bytes.
global variables use 188 bytes (9%) of dynamic memory, leaving 1860 bytes local variables. maximum 2048 bytes.
c:\program files (x86)\arduino\hardware\tools\avr/bin/avrdude -cc:\program files (x86)\arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -pcom3 -b115200 -d -uflash:w:c:\users\gaming\appdata\local\temp\arduino_build_508223/analogreadserial.ino.hex:i

avrdude: version 6.3, compiled on jan 17 2017 @ 12:00:53
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2014 joerg wunsch

system wide configuration file "c:\program files (x86)\arduino\hardware\tools\avr/etc/avrdude.conf"

using port : com3
using programmer : arduino
overriding baud rate : 115200
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xf5
avrdude: stk500_recv(): programmer not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf5

avrdude done. thank you.

problem uploading board. see http://www.arduino.cc/en/guide/troubleshooting#upload suggestions.

some detail not these general issue fixes below.

try avoid usb 3.0 , stick 2.0 possible.

turn off additional security testing software has been seen cause issues uploads.

supply sketch being used inside code tags ( </> )

what , how powering (schematic needed)

remove else connected board.

maybe google ch340 if clone board not part of arduino line drivers.

this post may of in future.





Arduino Forum > Using Arduino > Installation & Troubleshooting > Can't upload to arduino


arduino

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???