It is not hard at all to edit the code to work with the ds18b20 sensors. I have a setup that is based off of franckgaga's work and I used the ds18b20 sensor.
https://github.com/serekson/arduino-rims_driver
There is a lot of added complication in mine because it has no local control and all of...
Do you remember what coefficients you got for your setup?
I have my rims tube working and I am doing some test runs with water. I based my arduino code off of your library and I am attempting to tune using the Ziegler-Nichols method. From what I am seeing I need a Kp in the 100s maybe even...
Thanks for posting your code, I am working on my own arduino controlled RIMs setup and this has been an excellent resource. I have a few questions after I read through the code.
1) You ask for the mash water volume but that doesn't appear to be taken into any of the calculations. Is this...