Hello!
First of all I really watched every single article about my problem. Sadly I couldn't find any solution so I decided, asking the commiunity directly.
I just hooked up my Arduino on my motorcycle as a oszilloscope in order to find the cable that transmits the rpm's (I wanted to make a LED- RPM display). Sadly I must've touched a 14V cable. The Serial Plotter suddenly stopped. I just thought I overvolted my Arduino but even after pressing the reset button and restarting the program, the Serial Plotter didn't work. I tried reuploading but I just took forever and eventually it stopped saying "Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Uno"
Sketch uses 444 bytes (1%) 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.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa2
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
When I tried to upload, the RX LED blinked every 10 secounds and the L LED was lit all the time aswell as the ON LED.
I then tried putting a new ATMEGA in it and loading the bootloader but it just showed me:
Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Uno"
Error while burning bootloader.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
"
even the old ATMEGA (where now a pin is broken, so I can't use it anyways anymore) wouldn't load the bootloader.
I surely have selected the right port. I am using Arduino/Genuino Uno, for my ELEGOO UNO R3.
Programmer is AVRISP mkII (I don't use a Programmer, just thought this info could be helpful)
OS is Windows 7.
I then also tried installing Ardunio IDE (newest version) on an other Computer. It didn't work aswell.
I also tried loopback, which worked apperantly eventhough it always stayed in the same line!
Thanks a lot!
Yours, Lukas