I'm new to Arduino and I've purchased an Arduino Uno Rev3. I had been using it to take some input from potentiometers, and using some motor controllers when my computer crashed and now I am unable to upload new code to my Arduino. The previous code still functions perfectly and it even reads to the serial monitor the changing potentiometers value and outputs. I have tried redownloading the IED, using a different cable and a different computer, (it only had the web version) but the code does not upload. The ON, TX and L lights are on when plugged in however the L is dimmer than the others. The specific error when I attempt to upload the Blink example is:
FQBN: arduino:avr:uno
Using board 'uno' from platform in folder: C:\Users\joauk\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\joauk\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Detecting libraries used...
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard" "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E\\sketch\\Blink.ino.cpp" -o nul
Generating function prototypes...
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard" "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E\\sketch\\Blink.ino.cpp" -o "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard" "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E\\sketch\\Blink.ino.cpp" -o "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E\\sketch\\Blink.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core: C:\Users\joauk\AppData\Local\Temp\arduino\cores\arduino_avr_uno_8a7ae4c10ba1be0a8b161e7332dcc388\core.a
Linking everything together...
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E/Blink.ino.elf" "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E\\sketch\\Blink.ino.cpp.o" "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E/..\\..\\cores\\arduino_avr_uno_8a7ae4c10ba1be0a8b161e7332dcc388\\core.a" "-LC:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E" -lm
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E/Blink.ino.elf" "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E/Blink.ino.eep"
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E/Blink.ino.elf" "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E/Blink.ino.hex"
"C:\\Users\\joauk\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\joauk\\AppData\\Local\\Temp\\arduino\\sketches\\63E18C78C9A03000F7F5A09E605CEA2E/Blink.ino.elf"
Sketch uses 924 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
"C:\Users\joauk\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\joauk\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-PCOM6" -b115200 -D "-Uflash:w:C:\Users\joauk\AppData\Local\Temp\arduino\sketches\63E18C78C9A03000F7F5A09E605CEA2E/Blink.ino.hex:i"
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:\Users\joauk\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Using Port : COM6
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude: ser_drain(): read error: The I/O operation has been aborted because of either a thread exit or an application request.
avrdude done. Thank you.
Any help would be great
Thank you