Does anyone know why Arduino-PID-AutoTune-Library is not working

Hello,

I am trying to use this library: GitHub - br3ttb/Arduino-PID-AutoTune-Library and I am getting the following error:

Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid

I installed other libraries and it worked. It's just this one. I don't know what to do?

Which Arduino are you using, which Arduino IDE, and how did you attempt to install the library?

I tried installing it using the "add ZIP library"

Turns out for this library I had to do it manually:

"The problem is the structure of that zip file is does not allow it to be installed via Sketch > Include Library > Add .ZIP Library. You need to do it manually:

  • Copy the folder PID_AutoTune_v0 from the downloaded zip file to {sketchbook folder}/libraries. You can find the location of your sketchbook folder at File > Preferences > Sketchbook location.
  • Restart the Arduino IDE if it's running"

problem is now resolved

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.