Hi, totally new here and beginner with Arduino. Please assist

Arduino: 1.8.19 (Windows 8.1), Board: "Arduino 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.

Invalid library found in C:\Users\Andrew Lewis\Documents\Arduino\libraries\libraries: no headers files (.h) found in C:\Users\Andrew Lewis\Documents\Arduino\libraries\libraries

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x91

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x91

Problem uploading to board. See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.

Invalid library found in C:\Users\Andrew Lewis\Documents\Arduino\libraries\libraries: no headers files (.h) found in C:\Users\Andrew Lewis\Documents\Arduino\libraries\libraries

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Hi @baashaas

welcome to the arduino-forum.

You posted the compiler-log which gives some information.
This information is not sufficient.

I'm pretty sure that you agree and will follow the way how to solve your problem mimimum 200 minutes faster.
This requires to invest 20 minutes of your precious time to read how to speedup solving your problems.

Directly after registering you got presented informations how to speed up solving your problem.
You should really read it.

Hi @StefanL38

I don't know what to do

simply reading this tutorial

This tutorial guides you what kind of additional information you have to post so that somebody can really help you.

You seem to be able to read. Do it ! Read the tutorial

The output you posted shows three things:

Your sketch successfully compiled.

There is an invalid library at the location shows. Might just be an empty folder named "libraries" within the "libraries" folder. This does not indicate an error with your sketch, or that it relates to a library used in your sketch, its only a warning that an invalid library exists within the libraries folder.

The avrdude messages indicate that there is an error communicating with the Arduio UNO. There are several possible causes for this, such as specifying the wrong port under Tools > Port, a driver problem in the operating system, a wrong board selection (such as UNO unstead of UNO R4), an actual hardware problem with the UNO, etc.

can include a bad cable, or a need to reboot your sdsektop machine or fully remove all power from the arduino board for long enough.

In this circumstance, a quick check is to use the blink sketch while you get the uploading problems sorted, so you on,y looking at one issue at a time.

a7

1 Like