(please suggest a better category if you know one)
Hello,
i have an arduino nano clone that worked fine for a while (using the old bootloader option), but now i can't upload sketches anymore, also it seems to do nothing on powerup or when the reset button is pressed.
-The power led is on when it has power.
-Other than that, no LED is flashing on power up or if i press the reset button.
-I get an reeor message when i try to upload a sketch (right port, board and bootloader are selected)
-The rx led is blinking a bit if i try to upload something.
-It shows up in the com ports in the IDE and windows makes a sound if i connect/disconnect it.
-Nothing is connected to the board, nothing is shorted.
-I have tried standard fixes like restarting the pc, changing usb ports and cables...
I have pasted the avrdude error message down below.
What would you suggest trying?
My main question would be, if it is definitely the bootloader, or if those signs could have another reason.
How can I find out if the entire board is broken?
my ideas what could have caused it:
-
It is unlikely, but i could have accidentally connected 14V to the Vin of the arduino, i did it before on a pro micro
and it was quite spectacular with smoke and smell and visibly burned parts.
But i don't think that i did it, i was more careful this time and nothing like this seemed to have happened, no smoke, no smell, power led is on, windows and the IDE recognize the device. -
i tried something where i had a button that would give power to the arduino if pressed,
could quickly powering it on, off, on... during the booting process somehow damage the bootloader or the board?
Thanks for reading!
Arduino: 1.8.10 (Windows 10), Board: "Arduino Nano, ATmega328P (Old Bootloader)"
Sketch uses 4028 bytes (13%) of program storage space. Maximum is 30720 bytes.
Global variables use 1006 bytes (49%) of dynamic memory, leaving 1042 bytes for local variables. Maximum is 2048 bytes.
C:\Users\User\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude -CC:\Users\User\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -v -patmega328p -carduino -PCOM8 -b57600 -D -Uflash:w:C:\Users\User\AppData\Local\Temp\arduino_build_755619/battery_board_ohne_lcd.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\User\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Using Port : COM8
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=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x50
avrdude done. Thank you.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.