Hi there all
Scoured the forum, and tried various things, but still having issues. Wondering if anyone can help.
I can't seem to upload any sketches to my Arduino UNO (MEGA328)
I've installed the driver CH341SER and i've got the right com port selected.
In the IDE I've selected Arduino UNO, COM 3 and Arduino as ISP. I've tried other boards as well, and they error out straight away.
The messages i'm getting are
"
Using Port : COM3
Using Programmer : stk500v1
Overriding Baud Rate : 19200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03"
I think its written to it once, but I haven't managed to get it to work again.
There is a red on light, and thats about it! There was another light on originally, but I think its written to it once, and now that light has gone off. Just can't seem to write to the Uno again?!
I've uninstalled Java, tried resetting. Tried it on my Mac as well and have the same issue...
Any ideas?