<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Split Reaction</title>
	<atom:link href="http://www.splitreaction.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.splitreaction.com</link>
	<description>Random Acts of Engineering</description>
	<lastBuildDate>Thu, 03 Jun 2010 02:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>D.A.V.E. the Turret</title>
		<link>http://www.splitreaction.com/d-a-v-e-the-turret/</link>
		<comments>http://www.splitreaction.com/d-a-v-e-the-turret/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 02:03:46 +0000</pubDate>
		<dc:creator>ilya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=364</guid>
		<description><![CDATA[A couple of my friends and I took the mechatronics class at our university last year. For our final project we built an autonomous sentry turret capable of picking out people in a room and shooting them down. We called it the Digital Assignation &#38; Violence Entity, or D.A.V.E. for short. We think this is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">A couple of my friends and I took the mechatronics class at our university last year. For our final project we built an autonomous sentry turret capable of picking out people in a room and shooting them down. We called it the Digital Assignation &amp; Violence Entity, or D.A.V.E. for short. We think this is the latest in proactive autonomous personal defense, if you happen to be on a shoe string budget that is.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image030dsc_1389.jpg"><img class="aligncenter size-large wp-image-412" title="image030dsc_1389" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image030dsc_1389-500x374.jpg" alt="image030dsc_1389" width="500" height="374" /></a></p>
<p>Some of D.A.V.E.&#8217;s features:</p>
<ul>
<li>Finds people up to 20 feet away</li>
<li>150° scan range</li>
<li>Holds 20 foam darts at a time</li>
</ul>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/0YFD6SyEma4&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/0YFD6SyEma4&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">Since this was a class project we were expected to purchase our own supplies for anything we wanted to build. Which meant we where going to build this turret out of whatever supplies we had on hand. We made the frame out of scrapes of wood we had around. The toy gun we purchased at a 60% discount from a KB toys that was going out of business. The fabric covering the base used to be a pair of pants&#8230;</p>
<p style="text-align: left;"><span id="more-364"></span></p>
<p style="text-align: left;">
<p style="text-align: left;"><span style="color: #ffffff;">.</span></p>
<p style="text-align: left;"><strong>How it works</strong></p>
<p style="text-align: left;">Working with limited funds meant we had to make a few sacrifices right from the start. As much as we would loved to have the turret controlled by a laptop running motion tracking software we didn&#8217;t want to spend that kind of money. Instead we opted to use a distance sensor mounted on a servo as our method for finding people in a room.</p>
<p style="text-align: left;">With the distance sensor, our theory of operation went like this. Make a distance measurement, if the distance is really far (20 feet or more), assume there is no one in front of the sensor. Now rotate the sensor a few degrees and take another reading. If the new distance measurement is less then 20 feet assume that we have found a person. Now we rotate the the turret to the same angle as the sensor and open fire.</p>
<p style="text-align: left;">This technique worked really well for us when we placed the turret in a wide open area. However, when we placed it anywhere indoors it didn&#8217;t work so well. Any wall or object closer then 20 feet away from the turret was automatically seen as a target.</p>
<p style="text-align: left;">We were able to improve our target acquisition technique by having the turret do an initial scan of the area in front of it before looking for targets. This involved rotating the distance sensor 180 degrees and and taking a distance measurement at each position. This gave us a map of what the room looked like in front of the turret. This allowed the turret to ignore objects that are closer then 20 feet that were already present when the turret was turned on.</p>
<p style="text-align: left;">For example, with this new method if we take a distance measurement of a wall that is 10 feet away, we would know it&#8217;s just a wall that was there before. But when, at that same angle, we get a distance measurement of less then 10 feet we can assume that now there is a person in front of that wall.</p>
<p style="text-align: left;">This is the target acquisition method we went with in the final version of the turret. It allowed us to plop the turret on a table in any room and have the turret always adapt to it&#8217;s surroundings.</p>
<p style="text-align: left;">Of course getting the turret to work reliably took a lot more effort then we initially thought. The distance sensor worked out, but it was not without its pitfalls. More on that a little later.</p>
<p style="text-align: left;">Here are some more pictures of the turret. Click on a picture to see a larger version of it.</p>
<p style="text-align: center;"><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image029dsc_1407.jpg"><img class="size-large wp-image-411 aligncenter" title="image029dsc_1407" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image029dsc_1407-500x332.jpg" alt="image029dsc_1407" width="500" height="332" /></a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image028dsc_1411.jpg"><img class="aligncenter size-large wp-image-410" title="image028dsc_1411" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image028dsc_1411-500x332.jpg" alt="image028dsc_1411" width="500" height="332" /></a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image027dsc_1413.jpg"><img class="aligncenter size-large wp-image-409" title="image027dsc_1413" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image027dsc_1413-500x332.jpg" alt="image027dsc_1413" width="500" height="332" /></a></p>
<p>One limitation of the turret&#8217;s targeting system is that the room has to be empty during the initial scan on power up. If there is a person standing in the room during the scan, the map will become unusable when that person walks away. Also if the turret is moved or nudged after it builds the map, that&#8217;s going to make the map of the room unusable as well.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image024dsc_1422.jpg"><img class="aligncenter size-large wp-image-406" title="image024dsc_1422" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image024dsc_1422-500x332.jpg" alt="image024dsc_1422" width="500" height="332" /></a></p>
<p>Here we see the brains of the operation. An arduino clone (a USB Boarduino) runs the whole show. <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=19&amp;products_id=91" target="_blank">We purchased it from adafruit.</a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image026dsc_1419.jpg"><img class="aligncenter size-large wp-image-408" title="image026dsc_1419" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image026dsc_1419-500x332.jpg" alt="image026dsc_1419" width="500" height="332" /></a></p>
<p>Here is a closeup of the breadboard. On the breadboard is a buzzer, a Darlington transistor (which acts as a switch to control the dart propelling motor) and a miniature relay (used to control the trigger mover motor).</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image025dsc_1420.jpg"><img class="aligncenter size-large wp-image-407" title="image025dsc_1420" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image025dsc_1420-500x332.jpg" alt="image025dsc_1420" width="500" height="332" /></a></p>
<p>Wires from the breadboard lead to this breakout board which houses connectors for the rest of the turret&#8217;s electronics to connect to.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image023dsc_1918.jpg"><img class="aligncenter size-large wp-image-405" title="image023dsc_1918" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image023dsc_1918-500x332.jpg" alt="image023dsc_1918" width="500" height="332" /></a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image022dsc_1921.jpg"><img class="aligncenter size-large wp-image-404" title="image022dsc_1921" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image022dsc_1921-500x332.jpg" alt="image022dsc_1921" width="500" height="332" /></a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image021dsc_1924.jpg"><img class="aligncenter size-large wp-image-403" title="image021dsc_1924" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image021dsc_1924-500x332.jpg" alt="image021dsc_1924" width="500" height="332" /></a></p>
<p>This is the trigger motor. As it rotates it moves the trigger forward and back. The toy gun used to be semi-automatic, where one pull of the trigger equaled one shot fired. Now this motor transforms the gun into a fully automatic weapon.</p>
<p>To make the gun shoot faster we removed all the internal springs attached to the trigger. We found that we didn&#8217;t  need the springs to return the trigger to the starting position since we attached the trigger to the motor using a rigid arm.</p>
<p>We keep track of how many shot we fire thanks to a small magnet glued to the tip of the trigger and a reed switch mounted right under it. Every time the magnet passes over the reed switch we know the trigger made one complete backward-and-forward motion, or in other words, exactly one shot.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image020dsc_1926.jpg"><img class="aligncenter size-large wp-image-402" title="image020dsc_1926" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image020dsc_1926-500x332.jpg" alt="image020dsc_1926" width="500" height="332" /></a></p>
<p>The trigger motor is attached to the gun using friendly plastic. When heated to around 70 degrees Celsius, friendly plastic becomes soft and malleable like play-dough. When it cools down to room temperature it becomes an astonishingly rigid and strong plastic. We picked it up from a local art supply store, but you can find plenty of it <a href="http://www.sunshinecrafts.com/dept_view.php?DPath=JEWELRY~JWFP~JWFPPEL&amp;Page=1" target="_blank">around the </a><a href="http://www.sunshinecrafts.com/dept_view.php?DPath=JEWELRY~JWFP~JWFPPEL&amp;Page=1" target="_blank">internet</a>.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image019dsc_1929.jpg"><img class="aligncenter size-large wp-image-401" title="image019dsc_1929" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image019dsc_1929-500x332.jpg" alt="image019dsc_1929" width="500" height="332" /></a></p>
<p>A servo tilts the gun up and down. It has a custom Lego-gear servo horn which we molded out of <a href="http://www.alumilite.com/products.cfm" target="_blank">Alumilite</a>. In the end we decided not to have the gun tilt at all. We were unable to balance the gun evenly on the axis of rotation and as a result the servo didn&#8217;t have enough power to tilt the gun more than 10 degrees up or down.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image018dsc_1931.jpg"><img class="aligncenter size-large wp-image-400" title="image018dsc_1931" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image018dsc_1931-500x332.jpg" alt="image018dsc_1931" width="500" height="332" /></a></p>
<p>We removed the servo&#8217;s internal potentiometer and soldered an external one in its place. This way the gun&#8217;s tilt axis will act as the native shaft of the servo.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image017dsc_1936.jpg"><img class="aligncenter size-large wp-image-399" title="image017dsc_1936" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image017dsc_1936-500x332.jpg" alt="image017dsc_1936" width="500" height="332" /></a></p>
<p>Here is a close up of the control panel. The knob sits on a push-button <a href="http://www.goldmine-elec-products.com/prodinfo.asp?number=G16267" target="_blank">mechanical encoder</a>. You spin the knob to scroll though different menu options and push it to make a selection.  The red cancel button brings you back to the main screen. We purchased the <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=813" target="_blank">LCD screen from sparkfun</a>. Its white text on a black background is extra-fancy, just as advertised =D.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image016dsc_1941.jpg"><img class="aligncenter size-large wp-image-398" title="image016dsc_1941" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image016dsc_1941-500x332.jpg" alt="image016dsc_1941" width="500" height="332" /></a></p>
<p>Here is a closeup of the <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8504" target="_blank">ultrasonic sensor</a>. It&#8217;s attached to a servo using a bracket made out of friendly plastic.  We went with this distance sensor because it has the longest range out of all the distance sensors we looked at and it is not too expensive (only 30 bucks).</p>
<p>Using an ultrasonic distance sensor as a person tracker gave us a bit of trouble. The sensor measures distance by producing a small, high frequency sound and timing how long it takes for the sound&#8217;s echo to return back to the sensor. In theory, sound waves could get distorted or absorbed, which means that in certain envorments the sensor&#8217;s performance can be less than optimal. In practice, when we would measure the distance to something soft like a set of curtains, or a couch, our distance measurements would fluctuate wildly. Sometimes two subsequent readings to the same curtains would be as much as two feet apart.</p>
<p>Initially when we first tested the turret we would get a lot of false positive targets. While looking for a person in the room, the turret would scan over the curtains and identify them as the target. To filter out the false positives we now take multiple distance reading every time a potential target is in sight of the sensor. If the distance is constantly fluctuating we know we are pointing at a soft object. If the distance remains low we know we are pointing at a person.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image015dsc_1942.jpg"><img class="aligncenter size-large wp-image-397" title="image015dsc_1942" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image015dsc_1942-500x332.jpg" alt="image015dsc_1942" width="500" height="332" /></a></p>
<p>The rat&#8217;s nest. Breakout board on the top shelf, breadboard on the bottom. Here you can also see part of the 9.6v Ni-Cad battery pack that powers the whole turret.</p>
<p>The battery is rated at 1 amp hour, which is a fairly low amount. To save power the turret stands still until it detects movement using its passive infrared PIR motion sensor. This is the same sensor that is used in automatic light switches, the kind that turns the lights off when you leave the room. Once the PIR motion sensor reports that there is movement the turret wakes up and does an active scan with the servo mounted distance sensor to pinpoint the target.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image014dsc_1948.jpg"><img class="aligncenter size-large wp-image-396" title="image014dsc_1948" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image014dsc_1948-500x332.jpg" alt="image014dsc_1948" width="500" height="332" /></a></p>
<p>The top part of the turret disconnects from its base. This makes it convenient to take apart and transport. When the top is connected to the base, it&#8217;s held in place securely using good ol&#8217; gravity and a bit of friction.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image013dsc_1950.jpg"><img class="aligncenter size-large wp-image-395" title="image013dsc_1950" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image013dsc_1950-500x332.jpg" alt="image013dsc_1950" width="500" height="332" /></a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image012dsc_1952.jpg"><img class="aligncenter size-large wp-image-394" title="image012dsc_1952" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image012dsc_1952-500x331.jpg" alt="image012dsc_1952" width="500" height="331" /></a></p>
<p>Here is the connector that connects the base to the top part of the turret. Look how happy it is to be connected properly.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image011dsc_1953.jpg"><img class="aligncenter size-large wp-image-393" title="image011dsc_1953" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image011dsc_1953-500x332.jpg" alt="image011dsc_1953" width="500" height="332" /></a></p>
<p>Base disconnected!</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image010dsc_1955.jpg"><img class="aligncenter size-large wp-image-392" title="image010dsc_1955" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image010dsc_1955-500x332.jpg" alt="image010dsc_1955" width="500" height="332" /></a></p>
<p>More components are placed around the perimeter of the base. Here you can see the mini breakout board that the base&#8217;s electronics connect to. The base holds the components that did not fit on the turret. The top part of the turret will not turn on by itself since the power switch is part of the base.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image009dsc_1959.jpg"><img class="aligncenter size-large wp-image-391" title="image009dsc_1959" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image009dsc_1959-500x332.jpg" alt="image009dsc_1959" width="500" height="332" /></a></p>
<p>Here is the bottom of the servo that rotates the ultrasonic sensor. A <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8630" target="_blank">PIR motion sensor</a> is right in front of it.  The motion sensor is attached to the base using a mount made out of friendly plastic.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image008dsc_1960.jpg"><img class="aligncenter size-large wp-image-390" title="image008dsc_1960" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image008dsc_1960-500x332.jpg" alt="image008dsc_1960" width="500" height="332" /></a></p>
<p>This is our <a href="http://www.dealextreme.com/details.dx/sku.15149" target="_blank">5 volt voltage regulator</a>. We got it from DealExtreme. It&#8217;s pretty cheap, and works well. To the right of it is the <a href="http://www.goldmine-elec-products.com/prodinfo.asp?number=G1779" target="_blank">key switch</a>. We bought it from Electroinc Gold Mine. They sell the key switch at a discount because it&#8217;s missing the mounting nut. This wasn&#8217;t a problem for us, as we were able to make our own nut out of friendly plastic. It&#8217;s that white glob around the switch. Friendly plastic FTW, seriously.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image007dsc_1963.jpg"><img class="aligncenter size-large wp-image-389" title="image007dsc_1963" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image007dsc_1963-500x332.jpg" alt="image007dsc_1963" width="500" height="332" /></a></p>
<p>We draped fabric over the base to make it look nice. We used a staple gun to attach the fabric.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image006dsc_1965.jpg"><img class="aligncenter size-large wp-image-388" title="image006dsc_1965" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image006dsc_1965-500x332.jpg" alt="image006dsc_1965" width="500" height="332" /></a></p>
<p>Closeup of the keyhole. This is the on/off switch for the turret.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image005dsc_1969.jpg"><img class="aligncenter size-large wp-image-387" title="image005dsc_1969" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image005dsc_1969-500x332.jpg" alt="image005dsc_1969" width="500" height="332" /></a></p>
<p>Here is the bottom of the turret&#8217;s top part.  The turret rotates on a lazy susan. Inside the wooden blocks is a standard servo that rotates the turret left and right.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image004dsc_1971.jpg"><img class="aligncenter size-large wp-image-386" title="image004dsc_1971" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image004dsc_1971-500x332.jpg" alt="image004dsc_1971" width="500" height="332" /></a></p>
<p>On the bottom, there is a channel cut away for the ribbon cable to run through.</p>
<p><a style="text-decoration: none;" href="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image003dsc_1974.jpg"><span style="color: #000000;"><br />
</span><img class="aligncenter size-large wp-image-385" style="text-decoration: underline;" title="image003dsc_1974" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/05/image003dsc_1974-500x332.jpg" alt="image003dsc_1974" width="500" height="332" /></a></p>
<p>The screw sticking out the back acts as the physical end stop to make sure the turret doesn&#8217;t rotate too far left or too far right. It&#8217;s better to have the screw hit a stop then to have the servo&#8217;s internal physical limit reached.</p>
<p style="text-align: left;">Here is the parts list that shows how much it cost to build this turret.</p>
<table style="text-align: left;" border="1" cellspacing="0" cellpadding="0" width="453">
<tbody>
<tr>
<td width="139" valign="top"><strong>Part</strong></td>
<td width="65" valign="top"><strong>Cost</strong></td>
<td width="40" valign="top"><strong>Qty</strong></td>
<td width="75" valign="top"><strong>Subtotal</strong></td>
<td width="134" valign="top"><strong>Description</strong></td>
</tr>
<tr>
<td width="139" valign="top">Toy gun</td>
<td width="65" valign="top">$15</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$15.00</td>
<td width="134" valign="top">Foam dart gun</td>
</tr>
<tr>
<td width="139" valign="top">Fairchild TIP 102</td>
<td width="65" valign="top">$0.70</td>
<td width="40" valign="top">2</td>
<td width="75" valign="top">$1.40</td>
<td width="134" valign="top">Darlington Transistor</td>
</tr>
<tr>
<td width="139" valign="top">Atmel ATmega328</td>
<td width="65" valign="top">$25</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$25.00</td>
<td width="134" valign="top">Microcontroller w/ board</td>
</tr>
<tr>
<td width="139" valign="top">Sparkfun LCD-00813</td>
<td width="65" valign="top">$27</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$27.00</td>
<td width="134" valign="top">LCD Screen</td>
</tr>
<tr>
<td width="139" valign="top">Hanse Electronics SE-10</td>
<td width="65" valign="top">$10</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$10.00</td>
<td width="134" valign="top">Motion Sensor</td>
</tr>
<tr>
<td width="139" valign="top">Panasonic EVQ-WTEF2515B</td>
<td width="65" valign="top">$1</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$1.00</td>
<td width="134" valign="top">Rotary Encoder</td>
</tr>
<tr>
<td width="139" valign="top">Maxbotix LV-EZ4</td>
<td width="65" valign="top">$28</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$28.00</td>
<td width="134" valign="top">Ulstrasonic Distance Sensor</td>
</tr>
<tr>
<td width="139" valign="top">Hobbywing 5V/6V 3A UBEC</td>
<td width="65" valign="top">$10</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$10.00</td>
<td width="134" valign="top">Voltage Regulator</td>
</tr>
<tr>
<td width="139" valign="top">Standard Servos</td>
<td width="65" valign="top">$13</td>
<td width="40" valign="top">3</td>
<td width="75" valign="top">$39.00</td>
<td width="134" valign="top">Servo</td>
</tr>
<tr>
<td width="139" valign="top">Lego Motor</td>
<td width="65" valign="top">$18</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$18.00</td>
<td width="134" valign="top">Motor</td>
</tr>
<tr>
<td width="139" valign="top">9.6V NiCad Battery Pack</td>
<td width="65" valign="top">$10</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$10.00</td>
<td width="134" valign="top">Battery pack</td>
</tr>
<tr>
<td width="139" valign="top">Lazy Susan</td>
<td width="65" valign="top">$10</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$10.00</td>
<td width="134" valign="top">Swivel bearing</td>
</tr>
<tr>
<td width="139" valign="top">Radioshack 271-1721</td>
<td width="65" valign="top">$3</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$3.00</td>
<td width="134" valign="top">10k Potentionmeter</td>
</tr>
<tr>
<td width="139" valign="top">Radioshack 273-074</td>
<td width="65" valign="top">$3.50</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$3.50</td>
<td width="134" valign="top">Piezo Speaker</td>
</tr>
<tr>
<td width="139" valign="top">Plywood</td>
<td width="65" valign="top">$15.60</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$15.60</td>
<td width="134" valign="top">Robot Chassis/Base</td>
</tr>
<tr>
<td width="139" valign="top">Miscellaneous Buttons</td>
<td width="65" valign="top">$2.00</td>
<td width="40" valign="top">1</td>
<td width="75" valign="top">$2.00</td>
<td width="134" valign="top">Buttons</td>
</tr>
<tr>
<td width="139" valign="top"><strong>Total</strong></td>
<td width="65" valign="top"></td>
<td width="40" valign="top"></td>
<td width="75" valign="top"><strong>$218.50 </strong></td>
<td width="134" valign="top"></td>
</tr>
</tbody>
</table>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;"><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/d-a-v-e-the-turret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Halloween 2009</title>
		<link>http://www.splitreaction.com/halloween-2009-part-i/</link>
		<comments>http://www.splitreaction.com/halloween-2009-part-i/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 10:00:01 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Flamethrower]]></category>
		<category><![CDATA[Halloween]]></category>
		<category><![CDATA[Pumpkin]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=1221</guid>
		<description><![CDATA[
This weekend I was carving pumpkins with my girlfriend. Pumpkin carving, a soothing time to bond, relax, and justify having power tools. Rather than hacking away at a pumpkin with a dinner blade, my trusty jigsaw and dremel did most of the cuts and an exacto knife detailed. It was much less effort and the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-1220" title="Pumpkin 2009 (resized)" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/10/Pumpkin-2009-resized-499x334.jpg" alt="Pumpkin 2009 (resized)" width="499" height="334" /><br />
This weekend I was carving pumpkins with my girlfriend. Pumpkin carving, a soothing time to bond, relax, and justify having power tools. Rather than hacking away at a pumpkin with a dinner blade, my trusty jigsaw and dremel did most of the cuts and an exacto knife detailed. It was much less effort and the pumpkins came out great.</p>
<p>Being me, I wasn&#8217;t settled with a mildly dangerous tea candle. I upgraded the wick by adding part of a regular candle. This made the pumpkin burn with a much more ominous glow (Harzard +1).</p>
<p>It was good, but not great. I went down to the shop and bore a hole into the back of the pumpkin. Add one spray can and that brought the pumpkin from seasonal fire hazard to double fisted spray can/fire extiguisher dangerous (Harzard +3 Safety +2).</p>
<p>In hind sight I should have bore the hole larger. Why? Well the fuel I&#8217;m spraying there tended to puddle up in the opening and set the pumpkin on fire, thankfully the pumpkin was fresh and still moist.</p>
<p>More photos after the break<br />
<span id="more-1221"></span></p>

<a href='http://www.splitreaction.com/halloween-2009-part-i/dsc06009/' title='DSC06009'><img width="150" height="150" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/10/DSC06009-150x150.jpg" class="attachment-thumbnail" alt="" title="DSC06009" /></a>
<a href='http://www.splitreaction.com/halloween-2009-part-i/dsc06033/' title='DSC06033'><img width="150" height="150" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/10/DSC06033-150x150.jpg" class="attachment-thumbnail" alt="" title="DSC06033" /></a>
<a href='http://www.splitreaction.com/halloween-2009-part-i/dsc06050/' title='DSC06050'><img width="150" height="150" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/10/DSC06050-150x150.jpg" class="attachment-thumbnail" alt="" title="DSC06050" /></a>
<a href='http://www.splitreaction.com/halloween-2009-part-i/dsc06051/' title='DSC06051'><img width="150" height="150" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/10/DSC06051-150x150.jpg" class="attachment-thumbnail" alt="" title="DSC06051" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/halloween-2009-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saw Dust Cannon</title>
		<link>http://www.splitreaction.com/saw-dust-cannon/</link>
		<comments>http://www.splitreaction.com/saw-dust-cannon/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 10:00:27 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[Nonsense]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=1055</guid>
		<description><![CDATA[
Sawdust Cannon. from Ben Stone on Vimeo.
Hehe, now someone go build a rapid fire version.
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=260680&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=260680&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/260680">Sawdust Cannon.</a> from <a href="http://vimeo.com/benstone">Ben Stone</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Hehe, now someone go build a rapid fire version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/saw-dust-cannon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dyson Air Multiplier (seriously it&#8217;s a fan)</title>
		<link>http://www.splitreaction.com/dyson-air-multiplier-seriously-its-a-fan/</link>
		<comments>http://www.splitreaction.com/dyson-air-multiplier-seriously-its-a-fan/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 10:00:11 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[Dysen Airfoil Fan]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=1210</guid>
		<description><![CDATA[
No it&#8217;s not a stargate, believe it or not it&#8217;s a bladeless fan. This fan blows a stream out of the blue ring. The blue ring has a special airfoil shape  that can magnify the airflow up to 15x. Since it involves no blades this stream is uninterrupted. This fan seems pretty cool (if [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Dyson Fan Large" src="http://www.dyson.com/images/fans/fanLargeFaceOn.jpg" alt="" width="261" height="430" /><br />
No it&#8217;s not a <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAcQFjAA&amp;url=http%3A%2F%2Fstargate.mgm.com%2F&amp;ei=_5_WSqijN83ulAfH-63SCA&amp;usg=AFQjCNH3-0L-BCR5YC19zHiIvNeXbh8jVQ" target="_blank">stargate</a>, believe it or not it&#8217;s a <span style="text-decoration: line-through;">bladeless</span> fan. This fan blows a stream out of the blue ring. The blue ring has a special airfoil shape  that can magnify the airflow up to 15x. <span style="text-decoration: line-through;">Since it involves no blades this stream is uninterrupted</span>. This fan seems pretty cool (if $300 means nothing to you,) if you ask me I&#8217;ll stick to my propellor style fan. Mine comes with soothing fan noises and doubles as a sound effect generator.</p>
<p>It certainly has the wow factor, but hackaday.com pointed out it probably has blades in the bottom to push air into the ring. Perhaps not the same traditional style but blades still. This design is very novel, so as far as the user is concerned it&#8217;s bladeless. It&#8217;s like buying a Roomba and realizing it needs to be emptied every once and a while.</p>
<p>Dyson also developed the <a href="http://www.dyson.com/dryers/default.asp" target="_blank">Airblade</a> hand dryer (the funny looking one you  place your hand into and pull out slowly.) Plenty of videos on their <a href="http://www.dyson.com/fans/" target="_blank">site</a>.</p>
<p>[via <a href="http://toolmonger.com/2009/10/14/its-just-cool-dyson-air-multiplier/" target="_blank">Toolmonger</a>]<br />
[via <a href="http://hackaday.com/2009/10/14/it-has-blades-dysons-little-white-lie/" target="_blank">HackaDay</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/dyson-air-multiplier-seriously-its-a-fan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fallout 3 Buffout, in real life!</title>
		<link>http://www.splitreaction.com/fallout-3-buffout/</link>
		<comments>http://www.splitreaction.com/fallout-3-buffout/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 03:44:15 +0000</pubDate>
		<dc:creator>ilya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=1159</guid>
		<description><![CDATA[I made own my real life Buffout! Check it out:

It&#8217;s really easy to make. All you need is a handful of items.

Label:
Get the label from this site: http://www.weeklygeekshow.com/2009/07/fallout_cosplay_accoutrements.php
Scroll down a little until you reach the template for buffout (it&#8217;s going to be a link to a jpg file). Once you download it you&#8217;re going to [...]]]></description>
			<content:encoded><![CDATA[<p>I made own my real life Buffout! Check it out:</p>
<p style="text-align: center;"><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-white-bg.jpg"><img class="size-medium wp-image-1160 aligncenter" title="buffout white bg" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-white-bg-290x300.jpg" alt="buffout white bg" width="290" height="300" /></a></p>
<p>It&#8217;s really easy to make. All you need is a handful of items.</p>
<p style="text-align: center;"><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-assembly.jpg"><img class="size-large wp-image-1162 aligncenter" title="buffout assembly" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-assembly-375x500.jpg" alt="buffout assembly" width="375" height="500" /></a></p>
<p style="text-align: left;"><strong>Label:<br />
<span style="font-weight: normal;">Get the label from this site: <a href="http://www.weeklygeekshow.com/2009/07/fallout_cosplay_accoutrements.php" target="_blank">http://www.weeklygeekshow.com/2009/07/fallout_cosplay_accoutrements.php<br />
</a>Scroll down a little until you reach the template for buffout (it&#8217;s going to be a link to a jpg file). Once you download it you&#8217;re going to have to print it out to scale. It should come out exactly 6 inches long and 2.5 inches tall. An easy way to do this is to toss the picture into microsoft word, where it should automatically get scaled to the correct size.</span></strong></p>
<p style="text-align: left;"><strong>Bottle:<br />
<span style="font-weight: normal;">Next you need the bottle. I got mine from here, <a href="http://www.containerandpackaging.com/item.asp?item=B633" target="_blank">http://www.containerandpackaging.com/item.asp?item=B633<br />
</a>The bottle costs 70 cents but the site charges a surcharge of $10 if your order is under $50. To get around the surcharge I requested the bottle as a free sample. The store allows you to order a single free sample of any product. The only downside is that you still have to pay the $7 shipping cost. Don&#8217;t forget to get a matching lid for the bottle: <a href="http://www.containerandpackaging.com/item.asp?item=L207PS" target="_blank">http://www.containerandpackaging.com/item.asp?item=L207PS</a></span></strong></p>
<p style="text-align: left;">Now you wait. The bottle and lid should arrive at your door steps in 3 to 5 business days. This is a good opportunity to go out and buy a pack of Altoids. You&#8217;ll need them for later. </p>
<p style="text-align: left;">Once you have the bottle all that&#8217;s left to do is stick the label on. I printed my label on regular paper and used permanent <a href="http://www.amazon.com/Scotch-Double-Sided-Tape-roll/dp/B00004Z47L/ref=pd_sbs_op_1" target="_blank">double sided scotch tape</a> to adhere it to the bottle. A strip of tape at the start and end of the label will hold it on forever.</p>
<p style="text-align: left;">After you get the label on, fill the bottle with Altoids and screw the lid on, tightly. The lid you purchased has an inner liner that is going to fuse with the rim, and seal the bottle air tight; giving your Buffout that straight-from-the-factory look. Like this:</p>
<table style="width: 100%;" border="0" cellpadding="8">
<tbody>
<tr>
<td style="vertical-align:top">      <br />
<div id="attachment_1175" class="wp-caption alignnone" style="width: 265px"><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-factory-sealed.JPG"><img class="size-medium wp-image-1175 " title="buffout factory sealed" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-factory-sealed-255x300.jpg" alt="Brand new, factory sealed Buffout" width="255" height="300" /></a><p class="wp-caption-text">Brand new, factory sealed Buffout</p></div></td>
<td style="vertical-align:top">      <br />
<div id="attachment_1178" class="wp-caption alignnone" style="width: 310px"><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-out-of-bottle.JPG"><img class="size-medium wp-image-1178" title="buffout out of bottle" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/09/buffout-out-of-bottle-300x225.jpg" alt="Opened bottle of Buffout" width="300" height="225" /></a><p class="wp-caption-text">Opened bottle of Buffout</p></div></td>
</tr>
</tbody>
</table>
<p>Enjoy! These upgraded Altoids should now give you an instant +60HP, +3END and +2STR !*</p>
<h6><span style="font-weight: normal;">* Note: Altoids might not actually give real life character bonuses, other than fresh breath.</span></h6>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/fallout-3-buffout/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Petri Dish Audio Meter</title>
		<link>http://www.splitreaction.com/petri-dish-audio-meter/</link>
		<comments>http://www.splitreaction.com/petri-dish-audio-meter/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:23:48 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[LEDs]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=1045</guid>
		<description><![CDATA[
Matthew Shieh created this very interesting audio meter. Instead of the typical LM3915 VU meter, Matt  designed the amplifier to capture ambient sound from a small mic. For the interface he used a photoresistor and capacitive touch button controlled by a PIC16F716 . The photoresistor lets him dim the LEDs when it&#8217;s dark to save [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/IBmGHgWoPd0&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/IBmGHgWoPd0&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Matthew Shieh created this very interesting audio meter. Instead of the typical LM3915 VU meter, Matt  designed the amplifier to capture ambient sound from a small mic. For the interface he used a photoresistor and capacitive touch button controlled by a PIC16F716 . The photoresistor lets him dim the LEDs when it&#8217;s dark to save power. His project really shines in the write up and best of all fits into a petridish.</p>
<p><a title="Audio Meter" href="Petri Dish Audio Meter" target="_blank">read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/petri-dish-audio-meter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tron the Movie</title>
		<link>http://www.splitreaction.com/tron-the-movie/</link>
		<comments>http://www.splitreaction.com/tron-the-movie/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 03:33:04 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[most unlikely movies to ever be made]]></category>
		<category><![CDATA[tron the movie]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=946</guid>
		<description><![CDATA[
Yes they made a movie out of it. I gotta say I do like my dystopian societies.
Fellow geeks commence drooling.
Thanks andiE for finding it.
~dye
]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/a1IpPpB3iWI&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/a1IpPpB3iWI&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p>Yes they made a movie out of it. I gotta say I do like my dystopian societies.<br />
Fellow geeks commence drooling.</p>
<p>Thanks andiE for finding it.<br />
~dye</p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/tron-the-movie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Big Bad Wolf, Vortex Cannon Style</title>
		<link>http://www.splitreaction.com/big-bad-wolf-vortex-cannon-style/</link>
		<comments>http://www.splitreaction.com/big-bad-wolf-vortex-cannon-style/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 03:16:56 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[Nonsense]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=940</guid>
		<description><![CDATA[
Chris linked me to this video, it&#8217;s a vortex cannon on steroids. When a spherical mass of a fast moving fluid moves through the air,  it can form torroid shaped vortex rings, similar to blowing smoke rings. This helps the mass stay together as it moves through the air so its almost like an invisible [...]]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/IyAyd4WnvhU&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IyAyd4WnvhU&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p>Chris linked me to this video, it&#8217;s a vortex cannon on steroids. When a spherical mass of a fast moving fluid moves through the air,  it can form torroid shaped vortex rings, similar to blowing smoke rings. This helps the mass stay together as it moves through the air so its almost like an invisible ball of air.</p>
<p>Want your own? You can always buy the Airzooka<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KH3lqTNHtZM&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/KH3lqTNHtZM&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/big-bad-wolf-vortex-cannon-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workshop: Melting and Casting Metal</title>
		<link>http://www.splitreaction.com/melting-and-castin-metal-at-home/</link>
		<comments>http://www.splitreaction.com/melting-and-castin-metal-at-home/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:19:18 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[Tools and Shop]]></category>
		<category><![CDATA[aluminum]]></category>
		<category><![CDATA[foundry]]></category>
		<category><![CDATA[furnace]]></category>
		<category><![CDATA[melting]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=584</guid>
		<description><![CDATA[
Lionel Oliver has an amazing site documenting his experiments metaling and casting metal. He shows how to build a variety of furnances from a simple charcoal furnance out of bricks and dirt to more complex propane furnaces. The best part is he does this all in his backyard.
Once you can melt metal you can start [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Pouring Metal" src="http://www.backyardmetalcasting.com/bucketfurnace/bucket3_pouringingots2.JPG" alt="" width="300" height="225" /></p>
<p>Lionel Oliver has an amazing site documenting his experiments metaling and casting metal. He shows how to build a variety of furnances from a simple charcoal furnance out of <a title="Simple and Cheap" href="http://www.backyardmetalcasting.com/dirtfurnace.html" target="_blank">bricks and dirt</a> to more complex <a title="propane and propane accessories" href="http://www.backyardmetalcasting.com/bestfuel.html" target="_blank">propane furnaces</a>. The best part is he does this all in his backyard.</p>
<p>Once you can melt metal you can start recycling old things like aluminum cans or lawn chairs and forming real tools and parts.</p>
<p>Lionel even built an entire gingerly lathe using his metal foundrys.<br />
<img class="alignnone" title="Gingerly Lathe" src="http://www.backyardmetalcasting.com/lathepics2/lathe7_faceplatepattern.JPG" alt="" width="300" height="225" /><br />
<a href="http://www.backyardmetalcasting.com/lathe1.html">http://www.backyardmetalcasting.com/lathe1.html<br />
</a></p>
<p>~dye</p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/melting-and-castin-metal-at-home/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Iron Man Gauntlet</title>
		<link>http://www.splitreaction.com/iron-man-gauntlet/</link>
		<comments>http://www.splitreaction.com/iron-man-gauntlet/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 05:36:01 +0000</pubDate>
		<dc:creator>dye</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[carlitoscontraptions]]></category>
		<category><![CDATA[iron man]]></category>
		<category><![CDATA[iron man gauntlet]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=865</guid>
		<description><![CDATA[
Ilya, (one of the other editors) informed me the other day of how he found my Spanish clone. Turns out somewhere in Canada there is an electrical engineer named Carlos who hosts a pretty cool project blog Carlitoscontraptions.com. A lot of his hardware projects match ones I&#8217;ve done in the past.
I&#8217;m particularly a fan of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Iron Man Gauntlet" src="http://2.bp.blogspot.com/_940DBYqYeYo/SGb-9bpUfCI/AAAAAAAAAwk/oI3m_EvAfag/s320/ss851627.jpg" alt="" width="320" height="256" /></p>
<p>Ilya, (one of the other editors) informed me the other day of how he found my Spanish clone. Turns out somewhere in Canada there is an electrical engineer named Carlos who hosts a pretty cool project blog <a href="http://carlitoscontraptions.com" target="_blank">Carlitoscontraptions.com</a>. A lot of his hardware projects match ones I&#8217;ve done in the past.</p>
<p>I&#8217;m particularly a fan of his Iron Man repulsor gauntlet. It allows a lot of freedom in motion and it lights up as he bends his wrist. He has really good pictures and a video of it <a title="opens in new window" href="http://carlitoscontraptions.com/2008/06/i-am-ironman/" target="_blank">here</a>.</p>
<p>I have my own side project replicating the Iron Man Wrist Rocket. Its on/off because I&#8217;m using CO2 <span id=":1ih" dir="ltr">cartridges</span> to fuel it and I&#8217;ve shot them all. <img src='http://www.splitreaction.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Perhaps if I ask nicely, Carlos will want to collaborate. We can use his for the left arm and mine for the right&#8230; now all we need is an arc reactor&#8230;</p>
<p>[<a title="Iron Man Gauntlet" href="http://carlitoscontraptions.com/2008/06/i-am-ironman/" target="_blank">link</a>]</p>
<p>~dye</p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/iron-man-gauntlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
