I know there're many posts related to this and there're many solutions provided in those posts already, but again I am posting this because none of those solutions works for me.
So, I have a Arduino Uno with the ATMEGA328p that I can't upload sketch onto, when I try to upload I get:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
I have tested the below:
- It worked before -- so something happened while it's being used, sadly I don't know when this issue starts to exist.
- My computer works with other Arduino uno boards, exactly the same model. I also tested the broken board with other computers in multiple platform (Mac, windows, ...) -- so it's not the IDE, it's the board
- The board passes the loopback test -- so it's not a hardware problem (or very unlikely, as the serial communication is still working, I assume)
- I tried burning new bootloader, the bootloader is burnt successfully -- so now I have no clues why it is still not working
The reason why I haven't put it to be recycled yet is it passed the loopback test, so I think the problem is somewhere in firmware/software and can be fixed. But I don't have any idea where to start investigating. Any idea on where the problem might be or where to start looking into is very appreciated.
Cheers,