<?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 &#187; ilya</title>
	<atom:link href="http://www.splitreaction.com/author/ilya/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>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>Lexan Mini ITX PC</title>
		<link>http://www.splitreaction.com/lexan-mini-itx-pc/</link>
		<comments>http://www.splitreaction.com/lexan-mini-itx-pc/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:14:16 +0000</pubDate>
		<dc:creator>ilya</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://react2.dreamhosters.com/?p=45</guid>
		<description><![CDATA[

Have you ever wanted a computer that you can leave on 24/7 and not even notice that it is on when you walk into the room? I know I have.  Now I finally built one that is so quiet you can&#8217;t hear if it&#8217;s on or not even if you stand next to it.
As a [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/03/dsc_0359_small.jpg"><img class="alignnone size-large wp-image-17" title="lexan mini itx pc back" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/03/dsc_0359_small-1024x680.jpg" alt="lexan mini itx pc back" width="500" height="332" /></a></p>
<p>Have you ever wanted a computer that you can leave on 24/7 and not even notice that it is on when you walk into the room? I know I have.  Now I finally built one that is so quiet you can&#8217;t hear if it&#8217;s on or not even if you stand next to it.</p></div>
<div class="mceTemp">As a bonus, it is only the size of a large book,<span class="description"> has a 1.6Ghz dual core atom processor, and idles at 19C (or whatever the room temperature happens to be).</span></div>
<div class="mceTemp"><span class="description"><br />
</span></div>
<p>Here is a video to give you an idea of how small the computer is.<br />
<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/Lx8mf3Gw704&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/Lx8mf3Gw704&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Notice how it makes almost no noise when it&#8217;s on. If you walked into the room you wouldn&#8217;t be able to tell that there is a computer there too.</p>
<p><strong>Cooling</strong></p>
<p>The <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813121359&amp;Tpk=D945GCLF2" target="_blank">dual core Atom motherboard</a> used to have a small fan on it that cooled the graphics processor. That was removed and a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835185078" target="_blank">140mm Scythe fan</a> was placed on top of the entire motherboard.  Why such a ridiculously large fan? Because it&#8217;s quiet. Rate at 10dB, it is the quietest fan that I have found for sale and it happened to be 140mm big. So I worked with it, and it turned out to do an amazing job at cooling the whole computer.</p>
<p>I was worried at first. While this big fan does move a lot of air, it moves it over a large area. The original 10mm fan sat directly on the chipset heat sink, providing localized cooling, which I was afraid the big fan might not match. I&#8217;m glad it worked out well in the end when I finally assembled everything and tried it out.</p>
<p>The <a href="http://www.mini-box.com/picoPSU-90-80W-power-kit?sc=8&amp;category=1097" target="_blank">80 watt Pico power supply</a> I used is over 95% efficient and produces almost no heat.</p>
<div id="attachment_18" class="wp-caption alignnone" style="width: 460px"><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/03/dsc_0360_small.jpg"><img class="size-large wp-image-18" title="lexan mini itx pc front" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/03/dsc_0360_small-1024x680.jpg" alt="Front side of the Lexan mini ITX computer" width="450" height="299" /></a><p class="wp-caption-text">Front side of the Lexan mini ITX computer</p></div>
<p>The front of the computer has the power button. No USB ports or sd card readers. I was satisfied with just having 4 USB ports in the back. I used this computer as a media PC. I have a projector connected to it as well as a wireless mouse and keyboard.</p>
<div id="attachment_16" class="wp-caption alignnone" style="width: 460px"><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/03/dsc_0340_p_small.jpg"><img class="size-large wp-image-16" title="lexan mini itx pc top" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/03/dsc_0340_p_small-1024x680.jpg" alt="Top of the Lexan mini ITX computer" width="450" height="299" /></a><p class="wp-caption-text">Top of the Lexan mini ITX computer</p></div>
<p>And finally, <strong>The stats:</strong></p>
<ul>
<li>Dual core 1.6Ghz Atom processor</li>
<li>Integrated video card</li>
<li>1 Gig ram</li>
<li>80 Gig hard drive</li>
<li>80 Watt Power supply</li>
<li>Awesome lexan case</li>
<li>Under $250</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/lexan-mini-itx-pc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DIY Power Supply</title>
		<link>http://www.splitreaction.com/diy-power-supply/</link>
		<comments>http://www.splitreaction.com/diy-power-supply/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 04:15:20 +0000</pubDate>
		<dc:creator>ilya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.splitreaction.com/?p=551</guid>
		<description><![CDATA[

Today we take a look at re-purposing computer power supplies.
If you&#8217;re anything like me you probably have a small stash of computer power supplies lying around in the corner of your room. You saved them just in case your computer&#8217;s supply dies but now they are turning into clutter and a magnet for dust bunnies. [...]]]></description>
			<content:encoded><![CDATA[<p><img id="greasedLightboxPrefetch" alt="" /><img id="greasedLightboxPreload" alt="" /></p>
<div id="greasedLightbox"><img id="greasedLightboxImage" alt="" /></div>
<p>Today we take a look at re-purposing computer power supplies.</p>
<p>If you&#8217;re anything like me you probably have a small stash of computer power supplies lying around in the corner of your room. You saved them just in case your computer&#8217;s supply dies but now they are turning into clutter and a magnet for dust bunnies.  Now I&#8217;ve finally found a use for at least one of them:  to use as a bench power supply.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/dsc_2013.jpg"><img class="alignnone size-large wp-image-560" title="dsc_2013" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/dsc_2013-500x332.jpg" alt="dsc_2013" width="500" height="332" /></a></p>
<p>Here is the end result. A small box that sits on top of my desk. It has 4 posts: Ground, 3.3volts, 5volts and 12volts. Hit the jump for more details.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/dsc_2030.jpg"><img class="alignnone size-large wp-image-561" title="dsc_2030" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/dsc_2030-500x332.jpg" alt="dsc_2030" width="500" height="332" /></a></p>
<p>Here is the power box again. It has a toggle switch to turn it on and off and a LED light that glows when it&#8217;s turned on.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0152.jpg"><img class="alignnone size-large wp-image-562" title="img_0152" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0152-500x375.jpg" alt="img_0152" width="500" height="375" /></a></p>
<p>If we follow the cable we see that it leads to the original computer power supply. Only it has been slightly modified. The cables have been cut off and instead the chassis has been fitted with a plug. The plug has 7 pins, which are used for 12v, 5v, 3.3v, Switch, and 3 pins for Ground. Each wire of the power supply has a specific voltage. Here are the wires I soldered to the plug:</p>
<p>RED wire &#8211; 12 volts</p>
<p>ORANGE wire &#8211; 5 volts</p>
<p>YELLOW wire - 3.3 volts</p>
<p>GREEN wire - Switch</p>
<p>BLACK wire - Ground</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0154.jpg"><img class="alignnone size-thumbnail wp-image-559" title="img_0154" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0154-150x150.jpg" alt="img_0154" width="150" height="150" /></a> <a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0153.jpg"><img class="alignnone size-thumbnail wp-image-558" title="img_0153" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0153-150x150.jpg" alt="img_0153" width="150" height="150" /></a></p>
<p>Some more pictures. Inside the box are just wires soldered to the binding posts, LED, and the Switch.</p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0153-plug-close-up.jpg"><img class="alignnone size-large wp-image-563" title="img_0153-plug-close-up" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0153-plug-close-up-500x376.jpg" alt="img_0153-plug-close-up" width="500" height="376" /></a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0179.jpg"><img class="size-medium wp-image-600 alignleft" title="img_0179" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0179-300x225.jpg" alt="img_0179" width="300" height="225" /></a> Close up on the connector. It was bought from Futurelec.com.  The power supply wires used to come out of that hole, now there is a plug mounted there.  The hole turned out to be just the right size, I got really lucky.</p>
<p><a href="http://www.futurlec.com/XLR-MIC.shtml"><img class="alignnone size-full wp-image-573" title="7 pin jack" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/micsock07m.jpg" alt="7 pin jack" width="123" height="117" /></a><a href="http://www.futurlec.com/XLR-MIC.shtml"><img class="alignnone size-full wp-image-574" title="7 pin plug" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/xlrmic07f.jpg" alt="7 pin plug" width="200" height="117" /></a></p>
<p><a href="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0176.jpg"><img class="alignnone size-large wp-image-601" title="img_0176" src="http://www.splitreaction.com/wp/wp-content/uploads/2009/06/img_0176-500x375.jpg" alt="img_0176" width="500" height="375" /></a></p>
<p>Here is what you&#8217;d find inside of the breakout box. The switch on the black box turns the main power supply on and off. The power supply has this feature built in already. All that was needed to be done was to wire the green wire to the Switch along with Ground. When the Green wire is connected to Ground, the power supply turns on. When the Green wire is left disconnected, the power supply turns off. Normally the motherboard does this, but by connecting the wire to the Switch I can turn the power supply on from the black breakout box without having to bend down and turn on the Switch on the power supply itself.</p>
<p>If you&#8217;re thinking about building your own power supply out of a computer supply I recommended this <a href="http://web2.murraystate.edu/andy.batts/ps/powersupply.htm" target="_blank">tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.splitreaction.com/diy-power-supply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
