Author Topic: HomeBrew Stir Plate  (Read 5477 times)

Daleeburg

  • Newbie
  • *
  • Posts: 5
HomeBrew Stir Plate
« on: November 21, 2012, 03:41:13 pm »
Howdy all, new to arduino here and wanted to run a project past you.  I am a pretty active home brewer.  One of the important parts of home brewing is making yeast happy so that they make my beer alcoholic.  The best way to make yeast happier before dropping them in a high gravity (lots of sugar) wort (beer before it is alcoholic) is to give them lots of friends to help out with the work.  Ideally you take the yeast and stick it in a lightly sugared solution and mix it for a day while it makes more yeast.  The best ways to mix yeast is to use a stir plate, the catch is that stir plates run about $90-$120 usd, which makes it a little out of the reach of most beginner/intermediate home brewers.

Here is where the Digispark comes in.  From my understanding it has at least 2 PWM outputs and 2 analog inputs and the VIN pin can take 7-35v.  I would like to use 1 analog input to control one of the PWM outputs.  I figure I can use the circuit and coding found here (http://itp.nyu.edu/physcomp/Tutorials/HighCurrentLoads) with some slight modifications to control a 12v computer fan that has magnets glued to it.  Mount it all in a box, power it with a 12v 1000ma wall wort and I have a stir plate.  The best part is that based on my research I can get all the parts for under $40-$50 (including the digispark!).  A second stir plate could be added to the same box by using the second analog input and pwm output with very little additional cost.

I am hoping that by removing complicated PWM circuitry and using a low cost device like the Digispark, this stir plate would be cheap and easy enough for not so technical home brewers to build.

Do you think this would work or is there something I am missing?
« Last Edit: November 21, 2012, 03:41:13 pm by Daleeburg »

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
HomeBrew Stir Plate
« Reply #1 on: November 22, 2012, 09:24:08 pm »
$40-50 - I\'d think you can do it for even less than that - $12 (one digispark with shipping) + $3.50 (mosfet shield) + ~$4 for a power adapter and ~$4 for a fan - I guess with a nice case, magnets, glassware it could be $40.

Anyway - you\'re certainly on the right track - the Mosfet shield will do just this instead of the circuit and you could set the speed with a potentiometer hooked to an analog input or you could set it over USB from the computer. I think it\'d be a pretty straightforward project. Nice idea!

Bluebie

  • Sr. Member
  • ****
  • Posts: 486
HomeBrew Stir Plate
« Reply #2 on: November 22, 2012, 11:22:35 pm »
You could even get fancy and use one of those little computer fans which has a speed sense wire, and control the fan\'s speed to a precise RPM. http://arduino.cc/en/Reference/PulseIn is used to measure the pulses on the speed sense tachometer wire.

Those cpu fans are brushless motors: the fan itself is a magnet which is spun by some electromagnets on the hub - you might even be able to remove rotating fan part and press the electromagnets under it up against the glass to spin the magnetic mixing lump directly. Might be worth testing! Otherwise be careful you don\'t have trouble confusing the electronics in the fan by adding extra magnets.

Daleeburg

  • Newbie
  • *
  • Posts: 5
HomeBrew Stir Plate
« Reply #3 on: December 09, 2012, 08:54:42 pm »
Thanks for the responses and the ideas! (sorry for the slow reply)

Is there anyway to look at the shields available for the spark?  I remember seeing them in the order form, but i dont see any way to look at them from the home page.

Sergio

  • Newbie
  • *
  • Posts: 9
HomeBrew Stir Plate
« Reply #4 on: December 10, 2012, 02:50:11 am »