That definately has a huge cool factor. Setups like that are the reason I am persuing a degree in Electro-Mechanical engineering.
Same problem I have. Must establish Phase 1 before I can move on to the even cooler phase 2That is RAD!:rockin:
Even if the camera is not that useful it definatly has the cool factor going. I am really starting to think that Phase 2 of my build might have to be pc based operation. Seeing some of these threads lately is inspiring. Just need to get it complete and running first then plan for phase 2
The temperature sensors are K-type thermocouples from Omega. I use MAX6675 converters and the Arduino SPI library to interface with them.
LM34 and LM35 sensors are cheap and easy to use, but building them a waterproof casing that maintains a reasonable response time is a bit of a pain (epoxy is a great, simple solution if you're willing to wait a long time for the temp to stabilize). So, I went with grounded thermocouples. Omega will custom make a ton of different configurations for rather reasonable prices. All of mine are stainless probes brazed onto stainless NPT fittings.
I may still use LM-series sensors for other projects (like a kegerator or fermentation cabinet).
*looks at 40qt leaky Igloo cooler mash tun, and feels inadequate*
Here is the Java code I have cobbled together for a PID loop that can compensate for small and large input ranges, integral limit to control windup, and has a calculation cycle time adjustment.
<<snip>>
Ok, so it's not perfect naming convention. But that's some fine code. It's well organized, easy to decipher, and likely works well.I don't approve of your style of beginning variables with a capital letter...
Another success! I think because I used PWM to throttle back the boil, my boil off rate was much reduced,