Sous Vide library error

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Sous Vide library error

Post by spiritracker »

The PID Autotune library throws an error saying it is invalid. I've tried installing from zip and copying the folder to my sketchbook folder. Can someone point me to a version of the library that works? Thanks.

User avatar
adafruit_support_bill
 
Posts: 88041
Joined: Sat Feb 07, 2009 10:11 am

Re: Sous Vide library error

Post by adafruit_support_bill »

Libraries should not be copied to your sketchbook folder. Install them as described here: http://learn.adafruit.com/adafruit-all- ... nstall-use

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

That is one of the methods I used to attempt to install the library. It did not work. I got an error message saying the library is invalid. Still need direction to a library that works.

User avatar
adafruit_support_bill
 
Posts: 88041
Joined: Sat Feb 07, 2009 10:11 am

Re: Sous Vide library error

Post by adafruit_support_bill »

The PID library linked in the guide is working for everyone else.
Please post the exact text of the error message you are seeing,

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »


spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

Trying to understand what might be different in this library from others, I went back and looked at all the other libraries on my computer. They all have a library.properties file. This library doesn't have one.

User avatar
adafruit_support_bill
 
Posts: 88041
Joined: Sat Feb 07, 2009 10:11 am

Re: Sous Vide library error

Post by adafruit_support_bill »

Not sure where the prefix and suffix on your folder name is coming from. The folder name in Github is "Arduino-PID-Library-Master". I just downloaded it and it installs fine.

https://github.com/br3ttb/Arduino-PID-Library/

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

https://learn.adafruit.com/sous-vide-po ... -downloads

That is a different library than any of the ones listed in the tutorial.

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

Also, the tutorial states, "You will also need the libraries for the DS18B20 temperature sensor and RGB LCD shields, check the product & kit pages for details on those items." I was able to find and install the RGB LCD shield libraries no problem. The DS18B20 page (https://www.adafruit.com/products/642) has a link to the Dallas Temperature Control Arduino library which is currently throwing a 526 error which may or may not be resolved in a reasonable amount of time. Can you point me to another source for that library? Thanks.

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

spiritracker wrote:https://learn.adafruit.com/sous-vide-po ... -downloads

That is a different library than any of the ones listed in the tutorial.

My error, that is the first of the two listed in the tutorial. I'm having problems with the second.

User avatar
adafruit_support_bill
 
Posts: 88041
Joined: Sat Feb 07, 2009 10:11 am

Re: Sous Vide library error

Post by adafruit_support_bill »

It looks like Miles Burton has made a recent change to their Dallas Temperature Library. They have replaced "IsConversionComplete()" with "IsConversionAvailable()", so you will need to change that call in the code.

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

At the moment I am still unable to download the Dallas library. Can't get to it due to the 526 error.

Still need help with the PID Autotune library.

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

There are no instances of IsConversionComplete() in the Sous_Viduino source code.

User avatar
adafruit_support_bill
 
Posts: 88041
Joined: Sat Feb 07, 2009 10:11 am

Re: Sous Vide library error

Post by adafruit_support_bill »

At the moment I am still unable to download the Dallas library. Can't get to it due to the 526 error.
Not seeing that error here.
Still need help with the PID Autotune library.
What exactly is the problem?
There are no instances of IsConversionComplete() in the Sous_Viduino source code.
Yes, the code in the guide has been updated.

spiritracker
 
Posts: 38
Joined: Tue Dec 30, 2008 3:40 am

Re: Sous Vide library error

Post by spiritracker »

adafruit_support_bill wrote:Not sure where the prefix and suffix on your folder name is coming from. The folder name in Github is "Arduino-PID-Library-Master". I just downloaded it and it installs fine.

https://github.com/br3ttb/Arduino-PID-Library/

Try the PID Autotune Library, The second one in this list: https://learn.adafruit.com/sous-vide-po ... -downloads

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Products from Adafruit”