I'm experiencing with DS1307 RTC module and installed the libraries. Arduino IDE cannot find the library "TimeLib.h" eventhough it exists. Any help is appreciated.
images included.
I'm experiencing with DS1307 RTC module and installed the libraries. Arduino IDE cannot find the library "TimeLib.h" eventhough it exists. Any help is appreciated.
images included.
This is not an in-built library. You have to download it from here and install.
Hi @monem_dhn.
There is a bug in the sketch compiler that causes it to fail to find the library when it is installed under a path that contains this sort of character.
The workaround will be to configure Arduino IDE to use a different path to store libraries. I'll provide instructions you can follow to do that:
A
-z
, 0
-9
, _
, -
, .
are safe).c:\Users\monem\OneDrive\المستندات\Arduino
to the folder at the path of the new sketchbook location you set in the Arduino IDE preferences.Once you have finished performing the instructions above, try compiling your sketch again. Hopefully the compilation will be successful this time.
Thank you. The problem solved. I appreciate.
You are welcome. I'm glad it is working now.
Regards,
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.