Hello everyone, I am a total beginner to Arduino, though I am a C programmer.
I have written a straightforward code in the IDE, it compiles fine but gives this error when it is uploading.
I don't know why.
Please your help would be very much appreciated.
System wide configuration file is "C:\Users\DELL\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Using Port: COM3
Using Programmer : Arduino
Overriding Baud Rate: 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xd9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xd9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xd9
avrdude: stk500_recv(): programmer is
...
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xd9
avrdude done. Thank you.
Failed uploading: uploading error: exit status 1