help pls
What is the problem ?
Is it that FastLed.h cannot be found ?
Post the code and full error message, if any, not a picture of part of it
Why are you using an hourly build of the IDE ?
Invalid library found in C:\Users\С М У\Documents\Arduino\libraries\sketch_feb18c: no headers files (.h) found in C:\Users\С М У\Documents\Arduino\libraries\sketch_feb18c
Invalid library found in C:\Users\С М У\Documents\Arduino\libraries\smu: no headers files (.h) found in C:\Users\С М У\Documents\Arduino\libraries\smu
Delete the folders in the libraries folder that do not contain libraries.
The error message tells you which ones they are
How many times are you going to post the same screenshot that tells us nothing ?
Please read the forum guidelines especially #7 & #11.
Arduino: 1.8.13 Hourly Build 2020/02/14 03:33 (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
MirroringSample:5:10: fatal error: FastLED.h: No such file or directory
compilation terminated.
exit status 1
FastLED.h: No such file or directory
Invalid library found in C:\Users\С М У\Documents\Arduino\libraries\FastLED: no headers files (.h) found in C:\Users\С М У\Documents\Arduino\libraries\FastLED
Invalid library found in C:\Users\С М У\Documents\Arduino\libraries\FastLED: no headers files (.h) found in C:\Users\С М У\Documents\Arduino\libraries\FastLED
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
hello my english is not very good and translate with googl translate.I deleted the library last night as a recommendation but nothing went fastLED Sketch but nothing has become a problem i don't know the hook is in me or ??????
Do this:
- (In the Arduino IDE) Sketch > Include Library > Manage libraries
- Wait for the download to finish.
- In the "Filter your search..." field, type "fastled".
- Press Enter.
- From the list of search results, click on "FastLED by Daniel Garcia".
- Click the "Install" button.
- Wait for the installation to finish.
- Click the "Close" button.
After that, the errors should no longer occur.
i did everything as you told me but the problem remains: ((
I don't know what the problem is
Please refer to post #6!
i tried with two regular diodes flashing shutter and i had no problems
monoto:
i tried with two regular diodes flashing shutter and i had no problems
Terrific.
If you want any help with your code, you need to begin paying attention to the many requests for information that have been posted here. Begin with posting your code, in code tags.
Ok thx
The error is caused by the Cyrillic characters in your sketchbook path: С М У
Ideally, these characters should be supported, but I don't know if there is any way for you to accomplish that. I seem to remember an existing bug report for this. I'll try to dig that up later today.
For now, my suggestion is for you to use a sketchbook folder that has a path with only ASCII characters. So do this:
- Pick the Arduino sketchbook folder you want to use (that doesn't contain Cyrillic characters anywhere in the path). This folder will be used to store the Arduino libraries you install, and also is a convenient place to store your sketches (though you are welcome to save sketches in other folders if you like).
- Create the folder if it doesn't exist.
- If you like, you can copy over the files from your previous sketchbook folder (C:\Users\С М У\Documents\Arduino)
- (In the Arduino IDE) File > Preferences
- Click the "Browse" button to the right of the "Sketchbook location" field.
- Select your new sketchbook folder.
- Click the "Open" button.
- Click the "OK" button.
Repeat the installation instructions I provided in my previous reply:
pert:
Do this:
- (In the Arduino IDE) Sketch > Include Library > Manage libraries
- Wait for the download to finish.
- In the "Filter your search..." field, type "fastled".
- Press Enter.
- From the list of search results, click on "FastLED by Daniel Garcia".
- Click the "Install" button.
- Wait for the installation to finish.
- Click the "Close" button.
After that, the errors should no longer occur.
many thanks i will try tomorrow and write to you
I renamed the directory as you told me and everything is fine. Thank you for your time and understanding