iPatch
*bump* I guess everyone is getting drunk because it is Memorial Day weekend.
Heh, you caught me! Sorry for the delay (and this response is more terse than I'd like); here are quick answers..
iPatch
I read on the the kegbot blog that there is a new production kegboard in development? Should I wait for this new production kegboard, or should I build a kegbot using existing equipment?
The Kegboard is based on Arduino; what the blog posts show is a carrier board that I'd like to produce (but haven't, yet) for the Arduino. You can definitely build a Kegboard without one of these, the board just makes it easier (cleaner wiring, etc).
iPatch
If I build using existing equipment which parts do I need to order, and where do I need to order the parts?
Most of the Kegboard parts can be purchased from
Sparkfun.com (there are plenty of other places, some cheaper; just giving the most convenient.)
The main component is the Arduino board, which supports two flowmeter inputs:
http://www.sparkfun.com/commerce/product_info.php?products_id=666
Or, you could buy an Arduino Mega, which has more inputs (and can support up to 6 flowmeters):
http://www.sparkfun.com/commerce/product_info.php?products_id=9152
You will need a pull-up resistor (1-2.2kOhm - sparkfun, or radioshack) for each flowmeter you plan on connecting.
Search the forum for flowmeter info; long story short, check out the "SwissFlow" meter on eBay - it is the easiest meter to find, and others have had success with it.
You will want something to connect the meter output, meter power+gnd, and Arduino input all together. (This is what the aforementioned carrier board would make simple.) One way to do this is to buy a small breadboard, and run some wires between it, the Arduino, and the meter(s):
http://www.sparkfun.com/commerce/product_info.php?products_id=7916
Alternatively, you could buy and assemble an Arduino ProtoShield -- basically a blank carrier board -- to which you could then solder wires and discrete parts:
http://www.sparkfun.com/commerce/product_info.php?products_id=7914
I'll post some pictures of these configurations if I can find them.
iPatch
I came across a parts list here but was not sure of the exact quantity parts needed because I have a two tap setup, I am assuming I just need double the total # of parts, right?
One Arduino, two flowmeters, two pull up resistors, breadboard/wires/connections for those - that'd be the minimum to get going.
iPatch
Are there any other parts I need to get kegbot software up and running, or does the kegbot software run on the Arduino, I am assuming I need something to run the python interpreter, ie a computer of some sort.
Correct. The role of the Kegboard is limited to shipping data to a more powerful host computer, a conscious design choice (I need to write a blog post explaning this.) So you need to attach the Kegboard to something.
One option I've been using lately is to use a cheap ($200-$300) netbook as the Kegbot core machine. I have the netbook set up near my keg; this connects to the kegboard, and also my USB serial LCD. I run Google Chrome in fullscreen mode on my
sfo.kegbot.org page, which automatically updates as drinks are poured. Plus, it gives me audio right there at the tap as well (kegbot sound server - also undocumented, blog post soon!)
iPatch
Like I said, I am really new to all this stuff, so any help would be greatly appreciated, I am willing and eager to learn, and wouldn't mind updating the wiki with accurate parts list with links, so noobs like me could follow along.
Thanks! I'm update the "howto build a kegbot" guide in response to this thread, since it has been lacking for a while. In the spirit of "release early, release often", here's a very preliminary (outline-quality) look:
http://kegbot.org/docs/kegbot-howto/index.html
mike