Hello There,
I am trying to run the blink LED example on my arduino nano (cloned version). The IDE that i am using is 1.8.18 running. After making the following selections:
- Board: Arduino Nano
- Port: COM24
-Processor: ATMEGA328P(OldBootloader)
What i have done:
- Testing Port by connecting and Arduino UNO to the same COM24 and running the same code. Arduino UNO works fine.
- Using a different USBA-MicroB cable on Arduino Nano, it doesn't work
Below is the full entire output after selecting "show verbose output during upload":
`Sketch uses 924 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
C:\Users\M74485\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude -CC:\Users\M74485\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -v -patmega328p -carduino -PCOM24 -b57600 -D -Uflash:w:C:\Users\M74485\AppData\Local\Temp\arduino_build_908543/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\M74485\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Using Port : COM24
Using Programmer : arduino
Overriding Baud Rate : 57600
`
I know this is a common issue that have been resplved by other members but the majority of them are fixing this issue by either:
- going backwards a version
- removing and installing again the driver
any suggest on this matter?