About 146,000 results
Open links in new tab
  1. Resolving libraries every time - too long - IDE 2.x - Arduino Forum

    Nov 16, 2024 · The Arduino-IDE Version 2.X had a lot of performance-problems at the beginning. And there is still one thing that keeps me away from using Version 2.X. The new IDE Version …

  2. How to add an include file to IDE build path - Arduino Forum

    Nov 29, 2023 · Unlike many IDEs, the Arduino IDE does not give the programmer much access to the command line used to compile and link files, so it is tricky to add a new include path (for …

  3. Downloading index:library_index.tar.bz2 problem - IDE 2.x

    Nov 29, 2024 · Hello! Why is it constantly loading : Downloading index:library_index.tar.bz2 Where can I turn it off, because it often just loads for 1-2 hours and I can't use the translator!

  4. Error: 13 INTERNAL: Library installation failed: - Arduino Forum

    May 6, 2024 · Whenever possible, you should use Arduino IDE's " Library Manager " or " Add .ZIP Library... " features to install libraries as those are the most convenient and reliable methods.

  5. Where is the arduino IDE folder at? - SOLVED

    May 16, 2024 · This is the location where the IDE is installed if you use the Windows installer and select " Only for me (<username>) " in the dialog (which is the default). It is installed at …

  6. Grbl Library and Windows 11 - Libraries - Arduino Forum

    Aug 26, 2024 · I am having problems installing the GRBL library! Details: Windows 11 64bit. Arduino IDE Version: 2.3.2 Library to install – grbl (“grbl-master.zip”) I am trying to use the …

  7. Compilation is delayed by "downloading index: package

    Sep 25, 2023 · Through means of getting PowerShell trace, what I found is that Arduino IDE is checking for library updates, particularly the ones I am using for my current project, and each …

  8. IDE 2.3.4, Windows, portable - Arduino Forum

    Jan 5, 2025 · Hi, I am running a portable version of Arduino IDE 2.3.4 on Windows 10. In File > Preferences, I have custom Sketchbook location set to D:\\Arduino\\sketch folder. I have saved …

  9. Library no longer found - IDE 2.x - Arduino Forum

    Apr 23, 2025 · The most simple way would be to install the library again: Select Sketch > Include Library > Manage Libraries... from the Arduino IDE menus to open the " Library Manager " …

  10. How to force arduino ide to use particular library

    Feb 8, 2025 · So I am trying to use a different "MFRC522_I2C.h" library but I can't figure out how to do that. I've tried changing the name of the library used under ~/Arduino/libraries (I am …