Close
0%
0%

SuperVide

A Sous Vide immersion circulator that's also so much more! Heat, cool, and flash-freeze all with one inexpensive easy to build appliance.

Similar projects worth following
What if your sous vide machine was for more than just cooking? What if it was the most versatile appliance in your entire kitchen? Enter the SuperVide. Cook delicious perfectly done meats, vegetables, and endless other dishes. But wait, there's more! Unlike other immersion circulators the SuperVide can also do things like chill your wine or beer to the perfect temperature. It can even flash-freeze a steak! That's right, no more mushy meat because your freezer isn't that great. And the "Danger Zone"? Forget about it! Even small chillers are expensive but for under $200 in parts you get a machine that can do everything. Since we're using an Arduino it is easy to connect to a laptop or any other external device and define custom recipes or monitor status remotely.

Based around powerful thermoelectric Peltier modules from Laird Technologies, the SuperVide has an operating temperature range of -10C to 100C. Peltier modules provide tremendous benefits compared to the normal heating elements used in typical sous vide designs, most notable of which is the ability to operate in reverse polarity.  

Since the modules in question operate at 12V and behave similar to standard motors most of the complexity of driving heating elements is removed.  There is no need for a complicated (and expensive!) PID module or solid state relay.  In fact an ATX power supply in the 300W range supplies more than adequate amperage to run the entire machine, with the fringe benefit of supplying 5V for our microcontroller as well.

Completing the design is a standard 10qt stock pot available at your local supermarket, rigid foam insulation and some simple hardware.  A 12V pump provides circulation and flow through the waterblock to which the Peltier modules are connected.  Temperature sensing and control are handled by an Arduino.

No advanced tools such as a 3D printer or laser cutter are needed.  Simple hand tools can be used for every aspect of construction, although a drill press does simplify some steps.  The design is highly scalable and can be made in both smaller and larger sizes.

You can also adjust your temperature gradients, set predefined cooking or cooling profiles, and monitor status via a laptop or cellphone or anything else with an internet interface!

  • 1 × Laird ThermaTEC Peltier Module
  • 1 × ATX Power Supply
  • 1 × Arduino
  • 1 × 10qt Stock Pot
  • 1 × Rigid Foam Insulation

View all 9 components

  • Water Vessel Selection

    Carl Frega08/24/2014 at 02:08 0 comments

    As I mentioned in the description I am using a standard 10qt aluminum stockpot for the main component of the water vessel.  Nothing fancy . . . just a thin pot with no handles and a basic lid.  Flimsy by most standards.

    But perfect for our purpose.  Why?  Because its easy to work with, easy to clean, non-reactive, and available literally everywhere for under $10.  I've seen sous vide designs using everything from beach coolers to custom built enclosures but there are some real issues with these approaches, especially with the unique methods we're using in this build.

    First and foremost we have inlets and outlets for water as opposed to an immersed element and simple agitation pump.  Aluminum is easy to work with, drilling a hole or two for a hose barb is a quick job.  It is also very conductive to heat, so instead of floating our thermocouples in the liquid we can tape them to the outside of the vessel with kapton tape and still get an excellent reading.  This simplifies construction AND cleaning.

  • Condensation Issues

    Carl Frega08/21/2014 at 04:29 0 comments

    Peltier modules operate by creating a temperature differential, which means if we're using them to heat our water the other side will get cold.  Really cold.  When we warm it using a heatsink and fan we're going to get condensation.

    Due to this consideration the heatsinks used are straight-finned aluminum, with a drip tray integrated underneath.  A small tube then runs to a bottle so condensation can be safely removed.  A simple liquid sensor at the top of the bottle will power down the SuperVide in case of overflow.

  • Water Additives

    Carl Frega08/21/2014 at 04:23 0 comments

    Obviously if we're going to be cooling to sub-freezing temperatures regular old water just won't do.  We also want to avoid glycol/etc due to the fact that we'll be putting FOOD in this thing!  The solution (its a joke):  pickling salt!  Pickling salt's fine granules dissolve easily and can lower water's freezing point to below -20C, which is more than sufficient for our purposes.  You will of course want to give whatever comes out a quick rinse, but you'd do that anyway!

  • Thermal Module Selection

    Carl Frega08/21/2014 at 04:18 0 comments

    After exhaustive research I settled on the ThermaTEC Series of Peltier modules from Laird Technologies.  Built for cycling applications they can handle the temperatures we desire and are designed to operate in reverse polarity mode on a frequent basis.  With a delta T rating of 64C we can achieveeven the highest temperatures that might be wanted for cooking as well as the below freezing temperatures for flash cooling.  What's even better is the cost:  at $47/unit from Digikey they don't break the bank!

  • Initial Feasibility Studies

    Carl Frega08/21/2014 at 04:02 1 comment

    Using a very simple 2A Peltier module salvaged from a minifridge intended for automotive use, I did some testing to determine practicality.  With a very minimal test rig (a coffee pot, the module itself with fan and heatsink, and a 12V power supply) I brought a liter of water to hot and cold extremes.

    The results were better than I ever could have expected.  Despite being a cheap and very underpowered module compared to the Laird ones that will be used in final project it performed wonderfully.  It achieved a maximum temperature of 69C and a low of -1C, which is quite impressive given it was never meant for such extremes (The Laird is).  As expected it took some time to reach these temperatures given the lack of insulation and low power, but it shows the design is practical.

View all 5 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates