<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Parts Vending Machine</title>
	<atom:link href="http://www.kellbot.com/2010/01/parts-vending-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kellbot.com/2010/01/parts-vending-machine/</link>
	<description>Tinysaurs and Hacking and Nonsense</description>
	<lastBuildDate>Mon, 07 May 2012 11:42:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jason Olshefsky</title>
		<link>http://www.kellbot.com/2010/01/parts-vending-machine/comment-page-1/#comment-7631</link>
		<dc:creator>Jason Olshefsky</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/2010/01/parts-vending-machine/#comment-7631</guid>
		<description>If I do actually steal this idea, I&#039;ll be sure to give you credit.  Although I begin to wonder how I&#039;d limit a machine to &lt;50 items and what I&#039;d fill it with.  If it&#039;s something I can think of, I probably already have it, and I suspect other electronics makers are the same way.</description>
		<content:encoded><![CDATA[<p>If I do actually steal this idea, I&#8217;ll be sure to give you credit.  Although I begin to wonder how I&#8217;d limit a machine to &lt;50 items and what I&#039;d fill it with.  If it&#039;s something I can think of, I probably already have it, and I suspect other electronics makers are the same way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.kellbot.com/2010/01/parts-vending-machine/comment-page-1/#comment-7580</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/2010/01/parts-vending-machine/#comment-7580</guid>
		<description>Metrix Create:Space in Seattle has a vending machine for parts &amp; crunchies, they might be able to help.
http://metrixcreatespace.com/
http://everythinginthesky.com/post/223770618/this-thursday-oct-15-metrix-create-space-will</description>
		<content:encoded><![CDATA[<p>Metrix Create:Space in Seattle has a vending machine for parts &amp; crunchies, they might be able to help.<br />
<a href="http://metrixcreatespace.com/" rel="nofollow">http://metrixcreatespace.com/</a><br />
<a href="http://everythinginthesky.com/post/223770618/this-thursday-oct-15-metrix-create-space-will" rel="nofollow">http://everythinginthesky.com/post/223770618/this-thursday-oct-15-metrix-create-space-will</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.kellbot.com/2010/01/parts-vending-machine/comment-page-1/#comment-7568</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/2010/01/parts-vending-machine/#comment-7568</guid>
		<description>Haven&#039;t seen it in person, but since a vending machine really isn&#039;t much more than a bunch of motors, solenoids, lights and switches, consider rebuilding the controller from scratch.  It can be a fun project and by selling the original boards as spares it can probably fund itself and maybe even lunch for you and your crew.  This may spark your imagination, even though it&#039;s a student project and therefore a bit overdone:

http://ece.colorado.edu/~ecen4610/expof08/VENDETTA_PDR.ppt

If you decide to use a coin box or bill acceptor, see the interface spec at http://www.vending.org/technical/MDB_3.0.pdf which describes the interface to bill acceptors and coin boxes.  Other than a tiny amount of electrical interfacing, it&#039;s nothing that standard microcontroller UARTs including the ATMEGA haven&#039;t been doing for decades.

You may have the good fortune of happening upon a machine with separate CPU and driver boards.  If you do, that&#039;s a good thing because interfacing will mean little more than reverse-engineering the existing board and doing a bit of wiring.  If you&#039;re not so fortnate, there are motor control shields for Arduino that have more functionality and less I/O than what you&#039;d need but have the advantage of being prefabricated and ready-to-use.  To fit within your I/O budget you may wish to borrow ideas from the painfully obvious US Patent 6,008,597 and/or link multiple Arduinos together somehow.  Or you might need to assemble your own shield with some power MOSFETs to reclaim I/O for other purposes.

Of course, the details of the hack depend on what carcass you have in front of you and how much time and money you&#039;re willing to sink into it.</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t seen it in person, but since a vending machine really isn&#8217;t much more than a bunch of motors, solenoids, lights and switches, consider rebuilding the controller from scratch.  It can be a fun project and by selling the original boards as spares it can probably fund itself and maybe even lunch for you and your crew.  This may spark your imagination, even though it&#8217;s a student project and therefore a bit overdone:</p>
<p><a href="http://ece.colorado.edu/~ecen4610/expof08/VENDETTA_PDR.ppt" rel="nofollow">http://ece.colorado.edu/~ecen4610/expof08/VENDETTA_PDR.ppt</a></p>
<p>If you decide to use a coin box or bill acceptor, see the interface spec at <a href="http://www.vending.org/technical/MDB_3.0.pdf" rel="nofollow">http://www.vending.org/technical/MDB_3.0.pdf</a> which describes the interface to bill acceptors and coin boxes.  Other than a tiny amount of electrical interfacing, it&#8217;s nothing that standard microcontroller UARTs including the ATMEGA haven&#8217;t been doing for decades.</p>
<p>You may have the good fortune of happening upon a machine with separate CPU and driver boards.  If you do, that&#8217;s a good thing because interfacing will mean little more than reverse-engineering the existing board and doing a bit of wiring.  If you&#8217;re not so fortnate, there are motor control shields for Arduino that have more functionality and less I/O than what you&#8217;d need but have the advantage of being prefabricated and ready-to-use.  To fit within your I/O budget you may wish to borrow ideas from the painfully obvious US Patent 6,008,597 and/or link multiple Arduinos together somehow.  Or you might need to assemble your own shield with some power MOSFETs to reclaim I/O for other purposes.</p>
<p>Of course, the details of the hack depend on what carcass you have in front of you and how much time and money you&#8217;re willing to sink into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Weir</title>
		<link>http://www.kellbot.com/2010/01/parts-vending-machine/comment-page-1/#comment-7567</link>
		<dc:creator>Gregory Weir</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/2010/01/parts-vending-machine/#comment-7567</guid>
		<description>Rose-Hulman, the college I attended, has a web-accessible soda machine.  You can see its website with contact information at http://soda.cs.rose-hulman.edu/</description>
		<content:encoded><![CDATA[<p>Rose-Hulman, the college I attended, has a web-accessible soda machine.  You can see its website with contact information at <a href="http://soda.cs.rose-hulman.edu/" rel="nofollow">http://soda.cs.rose-hulman.edu/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eagleapex</title>
		<link>http://www.kellbot.com/2010/01/parts-vending-machine/comment-page-1/#comment-7565</link>
		<dc:creator>eagleapex</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/2010/01/parts-vending-machine/#comment-7565</guid>
		<description>I&#039;ve seen a very expensive vending machine at te airport like this one: http://gizmodo.com/5031695/best-buy-vending-machine-haunts-dallasfort-worth-airport
I&#039;m sure the machine is expensive too. Have you tried contacting a local vendor for a used one?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen a very expensive vending machine at te airport like this one: <a href="http://gizmodo.com/5031695/best-buy-vending-machine-haunts-dallasfort-worth-airport" rel="nofollow">http://gizmodo.com/5031695/best-buy-vending-machine-haunts-dallasfort-worth-airport</a><br />
I&#8217;m sure the machine is expensive too. Have you tried contacting a local vendor for a used one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

