Arduino Nano not working

Working on Arduino nano. Code uploading failed

1 Like

What is the error message?

First try uploading a simple blink sketch but make sure you have selected the right board (Arduino Nano) and Port (Com port of your computer to which your nano is connected).

2 Likes

invalid libraries found

1 Like

we did the blink code. checked the com,etc. message is invalid libraries found

That is now a means to obtain more information. Google with Arduino IDE invalid libraries found. I will do the same. Let see what we find.

1 Like

can you copy and paste the error in this thread?

1 Like

Is the error invalid libraries found?
Or a longer line similar to this:

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

Check this link too

1 Like

thanks for your support. its working now.

1 Like