<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Underground Workbench Blog</title>
	<atom:link href="http://undergroundworkbench.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://undergroundworkbench.wordpress.com</link>
	<description>Technology under the bench of a hobbyist</description>
	<lastBuildDate>Thu, 01 Dec 2011 06:53:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='undergroundworkbench.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/3b9e42d6cfe6556a6dd35a47fbbded23?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Underground Workbench Blog</title>
		<link>http://undergroundworkbench.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://undergroundworkbench.wordpress.com/osd.xml" title="Underground Workbench Blog" />
	<atom:link rel='hub' href='http://undergroundworkbench.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Projects: 555 Based Digital Voltmeter</title>
		<link>http://undergroundworkbench.wordpress.com/2011/02/21/555-based-digital-voltmeter/</link>
		<comments>http://undergroundworkbench.wordpress.com/2011/02/21/555-based-digital-voltmeter/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 12:57:55 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[Hacks n Mods]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[555 ADC]]></category>
		<category><![CDATA[555 Circuits]]></category>
		<category><![CDATA[555 Contest]]></category>
		<category><![CDATA[555 Voltmeter]]></category>
		<category><![CDATA[Dolly Single Slope ADC]]></category>
		<category><![CDATA[Electronicslab.ph/forum]]></category>
		<category><![CDATA[PhilRobotics]]></category>

		<guid isPermaLink="false">https://undergroundworkbench.wordpress.com/2011/02/21/555-based-digital-voltmeter/</guid>
		<description><![CDATA[Abstract: This project is a remake of my greatest college project, the digital voltmeter. This time I made a major modification. Instead of using a DAC for producing the ramp I used the 555 timer to produce the analog linear ramp voltage for higher resolution. Later I realized that I could greatly reduce component count [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=337&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b></b></p>
<h4><strong>Abstract:</strong></h4>
<p>This project is a remake of my greatest college project, the digital voltmeter. This time I made a major modification.</p>
<p>Instead of using a DAC for producing the ramp I used the 555 timer to produce the analog linear ramp voltage for higher resolution. Later I realized that I could greatly reduce component count by using the 555 chip itself as a single slope converter for measuring input voltages.</p>
<h4><strong>Voltmeter:</strong></h4>
<h5><em><u>Single Slope Analog to Digital Converter</u></em></h5>
<p>To understand how the voltmeter works let me introduce the concept behind a single slope analog to digital converter. </p>
<p align="center"><a href="http://undergroundworkbench.files.wordpress.com/2011/02/singleslopeconverter.png"><img style="display:inline;border-width:0;" title="single slope converter" border="0" alt="single slope converter" src="http://undergroundworkbench.files.wordpress.com/2011/02/singleslopeconverter_thumb.png?w=477&#038;h=227" width="477" height="227" /></a> </p>
<p><span id="more-337"></span>
<p>The circuit below shows a simplified single slope converter circuit, analog signal to be measured is compared with a linear ramp of definite slope (peak and period). The output of the comparator is therefore a pulse signal whose duty / pulse duration is proportional to the magnitude of the input signal.</p>
<p>To quantify the pulse duration, the output of the comparator is fed to an AND gate. This output serves as a pulse gating circuit for pulses coming from an astable multivibrator. A counter is used to count the number of pulses from multivibrator when the gating pulse is high.</p>
<p>From this we can conclude that…</p>
<p align="center">Vin proportional # of pulses</p>
<p align="center">Vin = scaling factor * (# of pulses)</p>
<p>The frequency of the multivibrator and the slope of the ramp generator are carefully selected to have a scaling factor in the range of x1, x10, x100, x1k, and so on for easier approximation of input voltage without further processing (computation).</p>
<p>A voltage divider or amplifier with controlled gain may be used at the input to limit the maximum input to be equal to the ramp’s peak voltage.</p>
<p>I selected the ramp slope to be <b>0 – 5V in 500mS</b>. Since I have a four digit display, an overflow of the display will occur on the <b>10000</b><sup>th</sup> pulse received, this is the maximum # of pulses that should occur while the ramp voltage is climbing from 0V to 5V.</p>
<p>Computing for the Astable Multivibrator frequency…</p>
<p align="center">Frequency = max # of pulses / ramp generator period</p>
<p align="center">Frequency = 10000 / 500mS</p>
<h4 align="center">Frequency = 20kHz</h4>
<p>Gain can be calculated as</p>
<h4 align="center">Gain = ramp peak voltage / max Vin voltage</h4>
<p>&#160;</p>
<div align="center">
<table border="1" cellspacing="0" cellpadding="2" width="400" align="center">
<tbody>
<tr>
<td valign="top" width="133">Ranges</td>
<td valign="top" width="133">Gain</td>
<td valign="top" width="133">Resolution</td>
</tr>
<tr>
<td valign="top" width="133">000.0 – 1000.0 mV</td>
<td valign="top" width="133">5</td>
<td valign="top" width="133">0.1mV</td>
</tr>
<tr>
<td valign="top" width="133">0.000 – 10.000 V</td>
<td valign="top" width="133">0.5</td>
<td valign="top" width="133">1mV</td>
</tr>
<tr>
<td valign="top" width="133">00.00 – 100.00 V</td>
<td valign="top" width="133">0.05</td>
<td valign="top" width="133">10mV</td>
</tr>
<tr>
<td valign="top" width="133">000.0 – 1000.0 V</td>
<td valign="top" width="133">0.005</td>
<td valign="top" width="133">100 mV</td>
</tr>
</tbody>
</table></div>
<p>&#160;</p>
<h5></h5>
<h4><b>Dolly Single Slope Analog to Digital Converter:</b></h4>
<p>I have to ask forgiveness from the entire hobby community for I know LM555 is the most popular IC when it comes to producing a reliable timing. The word “timer” used to be a precise description of this chip but everything changed when I began the remake of my project. </p>
<p>At first I intend to use this chip as a simple ramp generator for my Single Slope ADC but then I realized I could make my circuit much simpler if I reduce the number of comparators.</p>
<p>Using a chip for a different purpose is nothing new to me, and in fact I am known for this habit and this always happen when I get bored. Hehehe.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2011/02/dollysingleslopeadcmarkup2.png" target="_blank"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Dolly Single Slope ADC (Markup)" border="0" alt="Dolly Single Slope ADC (Markup)" src="http://undergroundworkbench.files.wordpress.com/2011/02/dollysingleslopeadcmarkup_thumb2.png?w=486&#038;h=302" width="486" height="302" /></a> </p>
<p>The “Dolly Single Slope ADC” is centered on the chip&#8217;s internal comparator originally intended for voltage control of the output frequency (the one whose inputs are the threshold (pin6) and the control voltage (pin5) ). An external buffer was added to prevent the loading effect of the internal divider network and present a high impedance to the input side.</p>
<p>A constant current source (LM317 but can be implemented using a simple transistor) supplies current on the capacitor to produce the ramp voltage which is compared against the input via 555’s pin6. The transistor Q5 resets the ramp when its amplitude exceeded that of the input voltage.</p>
<p>Another comparator was added because when the 555 discharges it will begin ramping up again at 1/3 of the supply voltage( 9V /3 = 3V), adding an external comparator that triggers at lower voltage (around 1V and can be less) extends the measurable range of the multimeter.</p>
<p>A larger view of the simulation result</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2011/02/image2.png" target="_blank"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="image" border="0" alt="image" src="http://undergroundworkbench.files.wordpress.com/2011/02/image_thumb2.png?w=486&#038;h=261" width="486" height="261" /></a> </p>
<h4><b>The Display:</b></h4>
<p>The display and counter module is based on 74C925 IC (of course anyone can hack a counter or a pedometer to cut the cost further). The rest of the components are trivial. </p>
<p align="center"><a href="http://undergroundworkbench.files.wordpress.com/2011/02/countermodule1.jpg" target="_blank"><img style="display:inline;border-width:0;" title="Counter Module" border="0" alt="Counter Module" src="http://undergroundworkbench.files.wordpress.com/2011/02/countermodule_thumb1.jpg?w=486&#038;h=344" width="486" height="344" /></a></p>
<br />Filed under: <a href='http://undergroundworkbench.wordpress.com/category/hobby-projects/hacks-n-mods/'>Hacks n Mods</a>, <a href='http://undergroundworkbench.wordpress.com/category/most-popular/'>Most Popular</a> Tagged: <a href='http://undergroundworkbench.wordpress.com/tag/555-adc/'>555 ADC</a>, <a href='http://undergroundworkbench.wordpress.com/tag/555-circuits/'>555 Circuits</a>, <a href='http://undergroundworkbench.wordpress.com/tag/555-contest/'>555 Contest</a>, <a href='http://undergroundworkbench.wordpress.com/tag/555-voltmeter/'>555 Voltmeter</a>, <a href='http://undergroundworkbench.wordpress.com/tag/dolly-single-slope-adc/'>Dolly Single Slope ADC</a>, <a href='http://undergroundworkbench.wordpress.com/tag/electronicslab-phforum/'>Electronicslab.ph/forum</a>, <a href='http://undergroundworkbench.wordpress.com/tag/philrobotics/'>PhilRobotics</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=337&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2011/02/21/555-based-digital-voltmeter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2011/02/singleslopeconverter_thumb.png" medium="image">
			<media:title type="html">single slope converter</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2011/02/dollysingleslopeadcmarkup_thumb2.png" medium="image">
			<media:title type="html">Dolly Single Slope ADC (Markup)</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2011/02/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2011/02/countermodule_thumb1.jpg" medium="image">
			<media:title type="html">Counter Module</media:title>
		</media:content>
	</item>
		<item>
		<title>DIY Arduino Proto-Shield</title>
		<link>http://undergroundworkbench.wordpress.com/2010/10/23/diy-arduino-proto-shield/</link>
		<comments>http://undergroundworkbench.wordpress.com/2010/10/23/diy-arduino-proto-shield/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 23:34:21 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[Hacks n Mods]]></category>
		<category><![CDATA[Hobby Projects]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[DIY Shield]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Universal PCB]]></category>

		<guid isPermaLink="false">https://undergroundworkbench.wordpress.com/2010/10/23/diy-arduino-proto-shield/</guid>
		<description><![CDATA[Personally I would say Arduino is one the best tool a hobbyist, expert or beginner, can have. Experts may find it very useful for rapid prototyping of their design ideas and beginners will surely enjoy the high level approach of programming. It is easy to learn, very straight forward, yet simple. With all of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=326&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Personally I would say Arduino is one the best tool a hobbyist, expert or beginner, can have.</p>
<p>Experts may find it very useful for rapid prototyping of their design ideas and beginners will surely enjoy the high level approach of programming. It is easy to learn, very straight forward, yet simple.</p>
<p style="text-align:left;">With all of the advantages offered by Arduino there’s one thing I don’t like with it. The pitch between <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1212632541/13#13" target="_blank">digital pin 7 and 8</a> is not standard, and I’ll bet non of the locally available prototyping boards (universal PCB) would be suitable for it.</p>
<p style="text-align:left;">&#160;<img style="float:none;margin-left:auto;margin-right:auto;" class="aligncenter" alt="" src="http://farm4.static.flickr.com/3444/3726642859_d569f7d039_o.png" /></p>
<p>*Images Courtesy of : <a href="http://brettbeauregard.com/blog/2009/07/arduino-offset-header/" target="_blank">Project Blog</a></p>
<p>&#160;</p>
<p style="text-align:left;">At first look the 0.04” offset between a standard header spacing and Arduino is barely noticeable but the problem becomes evident when you try to squeeze a standard spaced shield in. If you do this you’ll probably notice the header’s pin would slightly bend due to the offset.</p>
<p style="text-align:left;"><img style="float:none;margin-left:auto;margin-right:auto;" class="aligncenter" alt="" src="http://farm4.static.flickr.com/3437/3727447256_9e7eab3792.jpg" /></p>
<p>*Images Courtesy of : <a href="http://brettbeauregard.com/blog/2009/07/arduino-offset-header/" target="_blank">Project Blog</a></p>
<p> <span id="more-326"></span>
<p>&#160;</p>
<p>For those of who have the luxury of time, the problem can be easily addressed by developing their own shield and go through the pain of fabricating their own PCBs. </p>
</p>
<p>Many prefer to buy commercially available shields but the price of those shields maybe far off the budget of a middle class hobbyist. Some will just bend the pins and make it fit on Arduino.</p>
<p>Another solution is we can modify a prototyping board to&#160; make it compatible with Arduino. I prepared a tutorial on how it can be done.</p>
<p><strong>Step 1 – Prepare the Materials</strong></p>
<p>Materials needed for the project are, 1pc e-Gizmo EGPC-02 universal PCB,&#160; 2pcs 16&#215;1 female header, 2pcs 8&#215;1 long leaded female header, and 2pcs 6&#215;1 long leaded female header.</p>
<p>You’ll also need a super glue, soldering iron and solder, PCB drill or office cutter, and #20 or #22 stranded wires.</p>
<div>
<table border="1" cellspacing="0" cellpadding="2" width="378" align="center">
<tbody>
<tr>
<td valign="top" width="285">Description</td>
<td valign="top" width="91">Price*</td>
</tr>
<tr>
<td valign="top" width="285">
<p align="left">1pc e-Gizmo EGPC-02</p>
</td>
<td valign="top" width="91">Php 10.00</td>
</tr>
<tr>
<td valign="top" width="285">
<p align="left">2pcs 16&#215;1 female header</p>
</td>
<td valign="top" width="91">Php 30.00</td>
</tr>
<tr>
<td valign="top" width="285">
<p align="left">2pcs 8&#215;1 long leaded female header</p>
</td>
<td valign="top" width="91">Php 22.50</td>
</tr>
<tr>
<td valign="top" width="285">
<p align="left">2pcs 6&#215;1 long leaded female header</p>
</td>
<td valign="top" width="91">Php 14.50</td>
</tr>
<tr>
<td valign="top" width="285">
<p align="right">Total Price**</p>
</td>
<td valign="top" width="91"><strong>Php 77.00</strong></td>
</tr>
</tbody>
</table></div>
<p>* Prices are true as of 20101013 and may vary depending on vendor and location</p>
<p>**Total Price does not include the price of the tools that will be used and other constructing materials like solders and wires</p>
<p>&#160;</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010262.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010262" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010262_thumb.jpg?w=359&#038;h=270" width="359" height="270" /></a></p>
<p>&#160;</p>
<p><strong>Step 2 – Insert the Headers</strong></p>
<p>Insert 1 of the 16&#215;1 female header on the universal PCB starting at coordinate B-22 and the opposite end should fall at B-7.</p>
<p>Insert the other 16&#215;1 female header at the opposite side of the board starting at Q-22 and the opposite end should fall at Q-7.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010263.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010263" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010263_thumb.jpg?w=359&#038;h=270" width="359" height="270" /></a></p>
<p>&#160;</p>
<p>Insert 1 of the&#160; 6&#215;1 long leaded header on coordinate starting at R-22 and its end must fall at R-17. Skip 1 hole along column R and insert the other 6&#215;1 long leaded header at coordinate R-15, its end must fall at R-9.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010264.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010264" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010264_thumb.jpg?w=359&#038;h=270" width="359" height="270" /></a></p>
<p>&#160;</p>
<p>Solder the pins on the opposite side of the board. Don’t be bothered if you noticed that the long leaded headers are connected on the power trace. It is intentional.</p>
<p><strong>Step 3 – Insert the 8&#215;1 Long Leaded Headers</strong></p>
<p>Insert the 8&#215;1 long leaded headers on the Arduino’s Digital IO pins as shown on the diagram below.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010265.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010265" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010265_thumb.jpg?w=359&#038;h=270" width="359" height="270" /></a></p>
<p>&#160;</p>
<p><strong>Step 4 – Glue the Headers</strong></p>
<p>Insert the leads of the universal PCB we have prepared&#160; at the opposite end of Arduino (Analog Pins and Power Pins).</p>
<p>Using a super glue, glue the pins of 8&#215;1 long leaded header on the universal PCB.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010266.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010266" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010266_thumb.jpg?w=359&#038;h=270" width="359" height="270" /></a></p>
<p>&#160;</p>
<p><strong>Step 5 – Cut the&#160; Power Traces</strong></p>
<p>If you can recall, we have connected the 6&#215;1 headers on the power trace. Connection between the header’s pins must be cut, it can easily be accomplished using a PCB drill or an office cutter.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010268.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010268" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010268_thumb.jpg?w=359&#038;h=283" width="359" height="283" /></a></p>
<p>&#160;</p>
<p><strong>Step 6 – Make Connections</strong></p>
<p>Pins of the 16&#215;1 headers must be connected to the pins of the long leaded headers nearest to them.</p>
<p>We can use #22 or #20 stranded wires to make connections between the 8&#215;1 long leaded headers and the 16&#215;1 header.</p>
<p>The 6&#215;1 long leaded headers are connected to the adjacent 16&#215;1 header by soldering.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010272.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010272" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010272_thumb.jpg?w=359&#038;h=270" width="359" height="270" /></a></p>
<p>&#160;</p>
<p><strong>Step 7 – Connect the +5V and GND</strong></p>
<p>Connect Arduino’s +5V supply pin to one of the power trace (N-12 and M-12, this will become the Vcc of the Proto-Sheild).</p>
<p>Connect Arduino’s GND pin to the remaining power trace (E-8 and F8, this will become the Gnd of the Proto-Sheild).</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/5vandgndconnections.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="5V and GND Connections" src="http://undergroundworkbench.files.wordpress.com/2010/10/5vandgndconnections_thumb.jpg?w=359&#038;h=271" width="359" height="271" /></a></p>
<p>Finally we’ll have a Proto-Shield that is cheap and can be easily expanded because standard headers is provided (16&#215;1 female header) to allow stocking of additional Proto-Shields on top of it without going through the process of gluing the headers and cutting the power trace.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010276.jpg"><img style="float:none;margin-left:auto;margin-right:auto;border-width:0;" class="aligncenter" border="0" alt="10192010276" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010276_thumb.jpg?w=359&#038;h=279" width="359" height="279" /></a></p>
<p>Below is and example of how DIY Proto-Shields can be stacked. Additional shields require only soldering the long leaded headers on top of it.</p>
<p style="text-align:center;"><a href="http://undergroundworkbench.files.wordpress.com/2010/10/10192010280.jpg"><img style="border-width:0;" class="aligncenter" border="0" alt="10192010280" src="http://undergroundworkbench.files.wordpress.com/2010/10/10192010280_thumb.jpg?w=359&#038;h=270" width="359" height="270" /></a></p>
<br />Filed under: <a href='http://undergroundworkbench.wordpress.com/category/hobby-projects/hacks-n-mods/'>Hacks n Mods</a>, <a href='http://undergroundworkbench.wordpress.com/category/hobby-projects/'>Hobby Projects</a>, <a href='http://undergroundworkbench.wordpress.com/category/tutorials/'>Tutorials</a> Tagged: <a href='http://undergroundworkbench.wordpress.com/tag/arduino/'>Arduino</a>, <a href='http://undergroundworkbench.wordpress.com/tag/diy-shield/'>DIY Shield</a>, <a href='http://undergroundworkbench.wordpress.com/tag/prototype/'>Prototype</a>, <a href='http://undergroundworkbench.wordpress.com/tag/universal-pcb/'>Universal PCB</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=326&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2010/10/23/diy-arduino-proto-shield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3444/3726642859_d569f7d039_o.png" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3437/3727447256_9e7eab3792.jpg" medium="image" />

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010262_thumb.jpg" medium="image">
			<media:title type="html">10192010262</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010263_thumb.jpg" medium="image">
			<media:title type="html">10192010263</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010264_thumb.jpg" medium="image">
			<media:title type="html">10192010264</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010265_thumb.jpg" medium="image">
			<media:title type="html">10192010265</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010266_thumb.jpg" medium="image">
			<media:title type="html">10192010266</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010268_thumb.jpg" medium="image">
			<media:title type="html">10192010268</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010272_thumb.jpg" medium="image">
			<media:title type="html">10192010272</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/5vandgndconnections_thumb.jpg" medium="image">
			<media:title type="html">5V and GND Connections</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010276_thumb.jpg" medium="image">
			<media:title type="html">10192010276</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/10/10192010280_thumb.jpg" medium="image">
			<media:title type="html">10192010280</media:title>
		</media:content>
	</item>
		<item>
		<title>DIY Jumper Wires</title>
		<link>http://undergroundworkbench.wordpress.com/2010/05/23/diy-jumper-wires/</link>
		<comments>http://undergroundworkbench.wordpress.com/2010/05/23/diy-jumper-wires/#comments</comments>
		<pubDate>Sun, 23 May 2010 15:23:28 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[Hacks n Mods]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Jumper Wires]]></category>

		<guid isPermaLink="false">https://undergroundworkbench.wordpress.com/2010/05/23/diy-jumper-wires/</guid>
		<description><![CDATA[When I finally got my Arduino from e-Gizmo, I realized I need wires to connect my components onto it. During my college days I used #22 solid wires to make connection on a breadboard and this could work well for Arduino because the wire’s gauge would fit perfectly on the Arduino’s sockets. One problem I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=303&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I finally got my Arduino from e-Gizmo, I realized I need wires to connect my components onto it. During my college days I used #22 solid wires to make connection on a breadboard and this could work well for Arduino because the wire’s gauge would fit perfectly on the Arduino’s sockets.</p>
<p>One problem I anticipated with using solid wires is that the frequent insertion and pulling out of the wires would wear it especially near the ends. An alternative could be to use stranded wires but using it would be difficult when inserting the wires on the sockets.</p>
<p>After browsing the net I found a topic on how to make DIY Jumper Wires ad this gaved me an idea on how I can create my own version of the DIY Jumper Wires.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/8finalproduct.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="8 Final Product" border="0" alt="8 Final Product" src="http://undergroundworkbench.files.wordpress.com/2010/05/8finalproduct_thumb.jpg?w=353&#038;h=266" width="353" height="266" /></a></p>
<p> <span id="more-303"></span>
<p>Below are the detailed steps on creating the DIY Jumper Wires</p>
<p>Step 1: Prepare the materials</p>
<p>Materials I used are…</p>
<table border="1" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td valign="top" width="45">&#160;</td>
<td valign="top" width="277">
<p align="center">Materials</p>
</td>
<td valign="top" width="77">
<p align="center">Price</p>
</td>
</tr>
<tr>
<td valign="top" width="45">
<p align="center">1</p>
</td>
<td valign="top" width="277">40 Pins Hirel IC socket (source of the female Hirel pins)</td>
<td valign="top" width="77">
<p align="center">Php 39ea</p>
</td>
</tr>
<tr>
<td valign="top" width="45">
<p align="center">2</p>
</td>
<td valign="top" width="277">40&#215;1 Hirel Header Pins (source of the male Hirel pins)</td>
<td valign="top" width="77">
<p align="center">Php 16ea</p>
</td>
</tr>
<tr>
<td valign="top" width="45">
<p align="center">3</p>
</td>
<td valign="top" width="277">#20 Stranded Wires (multicolor)</td>
<td valign="top" width="77">
<p align="center">Php 10/m</p>
</td>
</tr>
<tr>
<td valign="top" width="45">
<p align="center">4</p>
</td>
<td valign="top" width="277">Shrinkable Tube</td>
<td valign="top" width="77">
<p align="center">Php 15/m</p>
</td>
</tr>
</tbody>
</table>
<p>* Prices are true as of 20100301 and may vary depending on vendor and location.</p>
<p>Tools I used are Wire Stripper, Soldering Iron, and a Third Hand</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/1material.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="1 Material" border="0" alt="1 Material" src="http://undergroundworkbench.files.wordpress.com/2010/05/1material_thumb.jpg?w=353&#038;h=266" width="353" height="266" /></a> </p>
</p>
<p>Step 2: Extract the pins from the connector assembly</p>
<p>Extracting the pins from the header is not so difficult and in fact there are two methods that can be used to removed the pins from its assembly. </p>
<p>The first method is to heat the pins using a soldering iron until the plastic softens and the pins will just separate or fall out of its assembly. I chose the second method, using a shear cutter we can carefully remove the pins by cutting the plastic that holds them. The second method is faster but there’s a risk of damaging the pins if you apply too much pressure on it. </p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/2malehirel.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="2 Male Hirel" border="0" alt="2 Male Hirel" src="http://undergroundworkbench.files.wordpress.com/2010/05/2malehirel_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>Same technique was used in extracting the female hirel pins out from an IC socket.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/3femalehirel.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="3 Female Hirel" border="0" alt="3 Female Hirel" src="http://undergroundworkbench.files.wordpress.com/2010/05/3femalehirel_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>Step 3: Strip the wires</p>
<p>#20 Wires of about 16cm long are cut and ends (about 3mm) are stripped. The more colors you have the better because with it you can easily identify which signal a color represent when everything are jumbled up but unfortunately there are only few colors I found from 3 of our local suppliers.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/4wirestripping.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="4 Wire Stripping" border="0" alt="4 Wire Stripping" src="http://undergroundworkbench.files.wordpress.com/2010/05/4wirestripping_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>Step 4: Tin the wires</p>
<p>To make it easier to solder the pins on the wire, wires are pre-tinned</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/5wiretinned.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="5 Wire Tinned" border="0" alt="5 Wire Tinned" src="http://undergroundworkbench.files.wordpress.com/2010/05/5wiretinned_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>Step 5: Solder the pins to the wires</p>
<p>With the help of a third hand, I was able to solder the pins on the wire very flawlessly.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/6pinssoldered.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="6 Pins Soldered" border="0" alt="6 Pins Soldered" src="http://undergroundworkbench.files.wordpress.com/2010/05/6pinssoldered_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>Step 6: Cover the solder joints with shrinkable tube</p>
<p>I cover the solder joints with a shrinkable tube of about 5mm long to protect our hands from getting scratched by pointed parts of the joint and this also adds professional look on the product we’re making. </p>
<p>At first I tried to use a candle to heat the shrinkable tube but the technique was very messy and dark residue (abo/agiw) was forming on the wire ends. Heating the shrinkable tube with a cigarette lighter worked better.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/7shrinkaletube.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="7 Shrinkale Tube" border="0" alt="7 Shrinkale Tube" src="http://undergroundworkbench.files.wordpress.com/2010/05/7shrinkaletube_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>Step 7: Storing</p>
<p>Finally I finished the DIY Connector . I used rubber bands on both ends to tie them all together.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/05/8finalproduct1.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="8 Final Product" border="0" alt="8 Final Product" src="http://undergroundworkbench.files.wordpress.com/2010/05/8finalproduct_thumb1.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<br />Filed under: <a href='http://undergroundworkbench.wordpress.com/category/hobby-projects/hacks-n-mods/'>Hacks n Mods</a>, <a href='http://undergroundworkbench.wordpress.com/category/tutorials/'>Tutorials</a> Tagged: <a href='http://undergroundworkbench.wordpress.com/tag/arduino/'>Arduino</a>, <a href='http://undergroundworkbench.wordpress.com/tag/jumper-wires/'>Jumper Wires</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=303&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2010/05/23/diy-jumper-wires/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/8finalproduct_thumb.jpg" medium="image">
			<media:title type="html">8 Final Product</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/1material_thumb.jpg" medium="image">
			<media:title type="html">1 Material</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/2malehirel_thumb.jpg" medium="image">
			<media:title type="html">2 Male Hirel</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/3femalehirel_thumb.jpg" medium="image">
			<media:title type="html">3 Female Hirel</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/4wirestripping_thumb.jpg" medium="image">
			<media:title type="html">4 Wire Stripping</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/5wiretinned_thumb.jpg" medium="image">
			<media:title type="html">5 Wire Tinned</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/6pinssoldered_thumb.jpg" medium="image">
			<media:title type="html">6 Pins Soldered</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/7shrinkaletube_thumb.jpg" medium="image">
			<media:title type="html">7 Shrinkale Tube</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/05/8finalproduct_thumb1.jpg" medium="image">
			<media:title type="html">8 Final Product</media:title>
		</media:content>
	</item>
		<item>
		<title>Projects: DIY LCD Projector</title>
		<link>http://undergroundworkbench.wordpress.com/2010/01/24/projects-diy-lcd-projector/</link>
		<comments>http://undergroundworkbench.wordpress.com/2010/01/24/projects-diy-lcd-projector/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 13:34:00 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[Hacks n Mods]]></category>
		<category><![CDATA[Hobby Projects]]></category>
		<category><![CDATA[DIY LCD Projector]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[LVDS]]></category>
		<category><![CDATA[Overhead Projector]]></category>

		<guid isPermaLink="false">http://undergroundworkbench.wordpress.com/2010/01/24/projects-diy-lcd-projector/</guid>
		<description><![CDATA[Many of us preferred watching their favorite movie on screens wider than their usual television set. One solution might be is to buy an LCD projector but most of us cannot afford those heavily priced commercial LCD Projectors. I was among those who wished I could so I decided to build one for myself. Building [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=268&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many of us preferred watching their favorite movie on screens wider than their usual television set. One solution might be is to buy an LCD projector but most of us cannot afford those heavily priced commercial LCD Projectors. I was among those who wished I could so I decided to build one for myself.</p>
<p>Building the LCD Projector is a great experience but never was easy. If this is not taken seriously, you might end up with a dead LCD module and lost a couple of bucks just like me.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/monitordismantled.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Monitor Dismantled" border="0" alt="Monitor Dismantled" src="http://undergroundworkbench.files.wordpress.com/2010/02/monitordismantled_thumb.jpg?w=361&#038;h=272" width="361" height="272" /></a></p>
<p>The principle behind the DIY LCD Projector is fairly simple. If you could remember the days when you’re using the overhead projector for your school reporting, well, the LCD Projector work very much like that same principle. The only difference is instead of using the acetate to project images, on the DIY LCD Projector, you’ll be using an LCD screen. LCD screen can then be connected to a computer to project anything you want.</p>
<p> <span id="more-268"></span>
<p>I got my LCD years ago from Tipidpc.com at around Php1500 (that time LCD monitor still cost around 10 to 15K). The seller mentioned that the displays are OK but are very dim on some parts. I quickly figured out that the problem might be with its backlighting (cold cathode). This is not a problem for my project because I won’t be using any backlight. </p>
<p>Inside the LCD monitor is a control board that converts VGA input signal into a protocol compatible with most LCD modules (LVDI protocol). There are also a few buttons for controlling the brightness, color, contrast, and also for power.</p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="LCD Back Assembly" border="0" alt="LCD Back Assembly" src="http://undergroundworkbench.files.wordpress.com/2010/02/lcdbackassembly_thumb.jpg?w=361&#038;h=272" width="361" height="272" /></p>
<p>An inverter (below, left) is also an important module inside the LCD monitor. This produces high output voltage enough to drive the small fluorescent tube also called cold cathode (below, right) inside the LCD Module.</p>
<p>&#160;<a href="http://undergroundworkbench.files.wordpress.com/2010/02/inverter.jpg"><img style="display:inline;border-width:0;" title="Inverter" border="0" alt="Inverter" src="http://undergroundworkbench.files.wordpress.com/2010/02/inverter_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> <a href="http://undergroundworkbench.files.wordpress.com/2010/02/coldcathode.jpg"><img style="display:inline;border-width:0;" title="Cold Cathode" border="0" alt="Cold Cathode" src="http://undergroundworkbench.files.wordpress.com/2010/02/coldcathode_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>Not all LCD modules can be transformed into LCD Projector. Some modules have very rigid connection of its vertical and horizontal drivers that prevents us to open the back portion to be made suitable for projection.</p>
<p>I learned that when I tried it first time. My first attempt was a total failure and I ended up with a damaged LCD Module. The flexible PCB connecting the horizontal drivers got torn apart rendering my LCD Module useless.</p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="LCD Panel Filter Removed 2" border="0" alt="LCD Panel Filter Removed 2" src="http://undergroundworkbench.files.wordpress.com/2010/02/lcdpanelfilterremoved2_thumb.jpg?w=361&#038;h=271" width="361" height="271" /></p>
<p>The good thing is I still have my control board that I can use on other compatible LCD Module.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/assemblyofvgaprotocoltranslator.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Assembly of VGA Protocol Translator" border="0" alt="Assembly of VGA Protocol Translator" src="http://undergroundworkbench.files.wordpress.com/2010/02/assemblyofvgaprotocoltranslator_thumb.jpg?w=361&#038;h=272" width="361" height="272" /></a>&#160;</p>
<p>I got my new LCD Module salvaged from an old Sager Laptop I bought for Php2000 (whole laptop)</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0639.jpg"><img style="display:inline;border-width:0;" title="100_0639" border="0" alt="100_0639" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0639_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a>&#160; <a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0637.jpg"><img style="display:inline;border-width:0;" title="100_0637" border="0" alt="100_0637" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0637_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a></p>
<p>&#160; <a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0638.jpg">It is an LCD module produced by LG Philips (Model : LP141X7-C1TO) and I was very lucky that it is compatible with my LCD control board and initial test displayed my desktop image on it.</a></p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_0638" border="0" alt="100_0638" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0638_thumb.jpg?w=445&#038;h=298" width="445" height="298" /> </p>
<p>&#160; I carefully dismantled the assembly of the LCD Module starting from the right side then removed the tape at the bottom.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0641.jpg"><img style="display:inline;border-width:0;" title="100_0641" border="0" alt="100_0641" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0641_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a>&#160; <a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0644.jpg"><img style="display:inline;border-width:0;" title="100_0644" border="0" alt="100_0644" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0644_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a></p>
<p>After all the tapes are gone, I carefully lifted the module off its metal frame and continued dismantling it. It can be easily observed that the LG Philips LCD Module has no flexible PCB that connects the vertical drivers to the horizontal driver circuits which made it ideal for DIY LCD Projector project.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0645.jpg"><img style="display:inline;border-width:0;" title="100_0645" border="0" alt="100_0645" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0645_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a>&#160; <a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0646.jpg"><img style="display:inline;border-width:0;" title="100_0646" border="0" alt="100_0646" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0646_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a></p>
<p>&#160; There are a couple of layers you’ll see after you completely dismantled everything. Starting from the back top there is the plastic frame that secures the back portion and at the same time housed the LCD Module main board. Next to it are the white plastic that reflects the light forward onto the LCD screen. There are two diffuser that sandwiched an acrylic sheet. Well, none of these elements are important because it’s only the LCD screen we’re gonna use.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0648.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_0648" border="0" alt="100_0648" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0648_thumb.jpg?w=384&#038;h=258" width="384" height="258" /></a></p>
<p>I ran a few test just to make sure my setup is still working after I did all dismantling stuffs and the picture below shows how it is look like.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0649.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_0649" border="0" alt="100_0649" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0649_thumb.jpg?w=504&#038;h=337" width="504" height="337" /></a> </p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0653.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_0653" border="0" alt="100_0653" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0653_thumb.jpg?w=359&#038;h=241" width="359" height="241" /></a></p>
<p>I housed the main control board inside an Alexan enclosure.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0650.jpg"><img style="display:inline;border-width:0;" title="100_0650" border="0" alt="100_0650" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0650_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a>&#160; <a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0654.jpg"><img style="display:inline;border-width:0;" title="100_0654" border="0" alt="100_0654" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0654_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a></p>
<p>The DIY LCD Projector worked perfectly fine especially under a dimmed light condition.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0652.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_0652" border="0" alt="100_0652" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0652_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a>&#160;</p>
<p>&#160; I added some box and fan to allow heat to circulate below the LCD screen because the project gets hell hot when operated continuously.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0657.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_0657" border="0" alt="100_0657" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0657_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a>&#160;</p>
<p>What happened next? I got my DIY LCD Projector working for 15mins&#160; but too bad when I needed to fix something I have to disassemble everything and when I powered the setup again I got the LCD Module to main control board connection inverted. This damaged my 2nd LCD and taught me another hard lesson.</p>
<p>For those who would like to try building this one, please be very careful so you wont suffer the same fate I had. Happy hacking….</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2010/02/100_0656.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_0656" border="0" alt="100_0656" src="http://undergroundworkbench.files.wordpress.com/2010/02/100_0656_thumb.jpg?w=361&#038;h=540" width="361" height="540" /></a></p>
<br />Posted in Hacks n Mods, Hobby Projects Tagged: DIY LCD Projector, LCD, LVDS, Overhead Projector <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=268&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2010/01/24/projects-diy-lcd-projector/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/monitordismantled_thumb.jpg" medium="image">
			<media:title type="html">Monitor Dismantled</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/lcdbackassembly_thumb.jpg" medium="image">
			<media:title type="html">LCD Back Assembly</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/inverter_thumb.jpg" medium="image">
			<media:title type="html">Inverter</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/coldcathode_thumb.jpg" medium="image">
			<media:title type="html">Cold Cathode</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/lcdpanelfilterremoved2_thumb.jpg" medium="image">
			<media:title type="html">LCD Panel Filter Removed 2</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/assemblyofvgaprotocoltranslator_thumb.jpg" medium="image">
			<media:title type="html">Assembly of VGA Protocol Translator</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0639_thumb.jpg" medium="image">
			<media:title type="html">100_0639</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0637_thumb.jpg" medium="image">
			<media:title type="html">100_0637</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0638_thumb.jpg" medium="image">
			<media:title type="html">100_0638</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0641_thumb.jpg" medium="image">
			<media:title type="html">100_0641</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0644_thumb.jpg" medium="image">
			<media:title type="html">100_0644</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0645_thumb.jpg" medium="image">
			<media:title type="html">100_0645</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0646_thumb.jpg" medium="image">
			<media:title type="html">100_0646</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0648_thumb.jpg" medium="image">
			<media:title type="html">100_0648</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0649_thumb.jpg" medium="image">
			<media:title type="html">100_0649</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0653_thumb.jpg" medium="image">
			<media:title type="html">100_0653</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0650_thumb.jpg" medium="image">
			<media:title type="html">100_0650</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0654_thumb.jpg" medium="image">
			<media:title type="html">100_0654</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0652_thumb.jpg" medium="image">
			<media:title type="html">100_0652</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0657_thumb.jpg" medium="image">
			<media:title type="html">100_0657</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2010/02/100_0656_thumb.jpg" medium="image">
			<media:title type="html">100_0656</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s Inside It? &#8211; Line Following Robot Tank</title>
		<link>http://undergroundworkbench.wordpress.com/2009/12/18/whats-inside-it-line-following-robot-tank/</link>
		<comments>http://undergroundworkbench.wordpress.com/2009/12/18/whats-inside-it-line-following-robot-tank/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 10:27:20 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[What&#039;s Inside It?]]></category>
		<category><![CDATA[Line Following]]></category>
		<category><![CDATA[Robot]]></category>
		<category><![CDATA[Tank]]></category>
		<category><![CDATA[Tank Robot]]></category>

		<guid isPermaLink="false">http://undergroundworkbench.wordpress.com/2009/12/18/whats-inside-it-line-following-robot-tank/</guid>
		<description><![CDATA[One day while looking around a toy store near my workplace I found this nice little line following robot tank on sale. Originally, the tank cost around Php400 but then it was sold at around a hundred less. Without thinking twice I know I had a great offer so I decided to buy the toy. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=226&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One day while looking around a toy store near my workplace I found this nice little line following robot tank on sale. Originally, the tank cost around Php400 but then it was sold at around a hundred less. Without thinking twice I know I had a great offer so I decided to buy the toy.</p>
<p>I played it for a while but then I got a little bored so I finally decided to crack it open.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/12/100_1482.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1482" border="0" alt="100_1482" src="http://undergroundworkbench.files.wordpress.com/2009/12/100_1482_thumb.jpg?w=330&#038;h=265" width="330" height="265" /></a> </p>
<p>&#160;</p>
<p>The toy is powered by four small button cells. Two of the cells power the motors while the other two power the control board.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/12/100_1481.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1481" border="0" alt="100_1481" src="http://undergroundworkbench.files.wordpress.com/2009/12/100_1481_thumb.jpg?w=335&#038;h=225" width="335" height="225" /></a> </p>
<p>&#160;</p>
<p>Opening the toy was quite a bit tricky. The track belt needs to be removed first and the middle wheels must be pulled out to reveal the two screws joining the tank’s upper body to the lower chassis.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/12/100_1484.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1484" border="0" alt="100_1484" src="http://undergroundworkbench.files.wordpress.com/2009/12/100_1484_thumb.jpg?w=447&#038;h=270" width="447" height="270" /></a></p>
<p> <span id="more-226"></span>
<p>Inside it is a little circuit board centered around an SMT IC. Guess what it is, a microcontroller? Eeeeeh!!! You’re wrong. It is controlled by a dual comparator IC which is pin to pin compatible with LM358 (the body marking says it’s “0358”).</p>
<p>Inside the gearbox are two small DC motor no bigger than a cellphone vibrator motor that differentially drive the tracked wheels and, of course, a couple of gears.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/12/100_1486mod.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1486MOD" border="0" alt="100_1486MOD" src="http://undergroundworkbench.files.wordpress.com/2009/12/100_1486mod_thumb.jpg?w=430&#038;h=325" width="430" height="325" /></a>&#160; </p>
<p>&#160;</p>
</p>
</p>
<p>Optical sensors are located at the bottom. The main part are the phototransistors (dark part) that detect the reflection (indication that the surface is not black) of the light emitted by the red LEDs (transparent part). The outputs of the comparator provide the drive signal to turn on/off the motors of the tank.</p>
<p>The main switch is also mounted on the component side of the board.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/12/100_1494.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1494" border="0" alt="100_1494" src="http://undergroundworkbench.files.wordpress.com/2009/12/100_1494_thumb.jpg?w=331&#038;h=259" width="331" height="259" /></a></p>
<p>&#160;</p>
<p>It was easy to trace the circuit’s layout since few component resides on the circuit board. Looking at the circuit, we can clearly see a window comparator that turns either of the motor off when the voltage produced by the phototransistors divider network goes beyond the window voltages (most of the time phototransistors are shorted but it opens when it senses a black line).</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/12/schematic.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="schematic" border="0" alt="schematic" src="http://undergroundworkbench.files.wordpress.com/2009/12/schematic_thumb.jpg?w=506&#038;h=352" width="506" height="352" /></a></p>
<br />Posted in What&#039;s Inside It? Tagged: Line Following, Robot, Tank, Tank Robot <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=226&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2009/12/18/whats-inside-it-line-following-robot-tank/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/12/100_1482_thumb.jpg" medium="image">
			<media:title type="html">100_1482</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/12/100_1481_thumb.jpg" medium="image">
			<media:title type="html">100_1481</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/12/100_1484_thumb.jpg" medium="image">
			<media:title type="html">100_1484</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/12/100_1486mod_thumb.jpg" medium="image">
			<media:title type="html">100_1486MOD</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/12/100_1494_thumb.jpg" medium="image">
			<media:title type="html">100_1494</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/12/schematic_thumb.jpg" medium="image">
			<media:title type="html">schematic</media:title>
		</media:content>
	</item>
		<item>
		<title>Underground Workbench is Offseason</title>
		<link>http://undergroundworkbench.wordpress.com/2009/11/20/underground-workbench-is-offseason/</link>
		<comments>http://undergroundworkbench.wordpress.com/2009/11/20/underground-workbench-is-offseason/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:50:23 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://undergroundworkbench.wordpress.com/2009/11/20/underground-workbench-is-offseason/</guid>
		<description><![CDATA[Sorry guy’s for the lack of updates. I know many of you are waiting for many of my projects but I have been very busy for the past month with my day time work and my teaching, love and personal life is a little shaky now. Probably I’d be like this for 2 more months [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=213&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sorry guy’s for the lack of updates. I know many of you are waiting for many of my projects but I have been very busy for the past month with my day time work and my teaching, love and personal life is a little shaky now. Probably I’d be like this for 2 more months to come but I’m optimistic. (-:</p>
<p>When I return I’m hoping I could finished those projects I already started. I’m also excited to start working with my thesis starting this summer.</p>
<p>Thanks for visiting my blog…</p>
<p>&#160;</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/11/diysmokeabsorber.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="DIY Smoke Absorber" border="0" alt="DIY Smoke Absorber" src="http://undergroundworkbench.files.wordpress.com/2009/11/diysmokeabsorber_thumb.jpg?w=244&#038;h=178" width="244" height="178" /></a></p>
<p>&#160;</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/11/rpsurendered.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="RPSU Rendered" border="0" alt="RPSU Rendered" src="http://undergroundworkbench.files.wordpress.com/2009/11/rpsurendered_thumb.jpg?w=244&#038;h=210" width="244" height="210" /></a></p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/11/numerickeypadonsimple.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="Numeric Keypad on SIMPLE" border="0" alt="Numeric Keypad on SIMPLE" src="http://undergroundworkbench.files.wordpress.com/2009/11/numerickeypadonsimple_thumb.jpg?w=169&#038;h=244" width="169" height="244" /></a></p>
<p>&#160;</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/11/100_1486.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="100_1486" border="0" alt="100_1486" src="http://undergroundworkbench.files.wordpress.com/2009/11/100_1486_thumb.jpg?w=244&#038;h=164" width="244" height="164" /></a></p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=213&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2009/11/20/underground-workbench-is-offseason/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/11/diysmokeabsorber_thumb.jpg" medium="image">
			<media:title type="html">DIY Smoke Absorber</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/11/rpsurendered_thumb.jpg" medium="image">
			<media:title type="html">RPSU Rendered</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/11/numerickeypadonsimple_thumb.jpg" medium="image">
			<media:title type="html">Numeric Keypad on SIMPLE</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/11/100_1486_thumb.jpg" medium="image">
			<media:title type="html">100_1486</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacks n Mods &#8211; CIA (Clock Intruder Alarm)</title>
		<link>http://undergroundworkbench.wordpress.com/2009/10/05/hacks-n-mods-cia-clock-intruder-alarm/</link>
		<comments>http://undergroundworkbench.wordpress.com/2009/10/05/hacks-n-mods-cia-clock-intruder-alarm/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:55:03 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[Hacks n Mods]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Alarm]]></category>
		<category><![CDATA[Alarm Clock]]></category>
		<category><![CDATA[Burglar]]></category>
		<category><![CDATA[Infrared]]></category>
		<category><![CDATA[monostable]]></category>
		<category><![CDATA[Photosensor]]></category>

		<guid isPermaLink="false">http://undergroundworkbench.wordpress.com/2009/10/05/hacks-n-mods-cia-clock-intruder-alarm/</guid>
		<description><![CDATA[Abstract… Can you remember the movie “Entrapment” wherein the lead actress (Katherine Zeta Jones) tried to defeat the security of the building to get a very valuable item? In the movie she had to practice very well only to cross an area guarded by invisible lasers that once the line is cut it would trigger [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=203&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4><strong>Abstract…</strong></h4>
<p>Can you remember the movie “Entrapment” wherein the lead actress (Katherine Zeta Jones) tried to defeat the security of the building to get a very valuable item? In the movie she had to practice very well only to cross an area guarded by invisible lasers that once the line is cut it would trigger the building’s alarm and that would alert the all the building’s guards. Hollywood spy movies have given those optical alarms (infrared laser) an impression of being a state of the art technology. Though in reality it is very simple, it is still one of the projects many hobbyist would love to build.</p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://www.laserfx.com/Science/s-proj6.gif" /> </p>
<p>On my CIA project I’d like to show how simple (6 components, an alarm clock, and a laser pointer) it is to build one of these devices.</p>
<p> <span id="more-203"></span><br />
<h4><strong>Schematic Diagram…</strong></h4>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/10/ciaclockintruderalarmgtx.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="CIA (Clock Intruder Alarm) gtx" border="0" alt="CIA (Clock Intruder Alarm) gtx" src="http://undergroundworkbench.files.wordpress.com/2009/10/ciaclockintruderalarmgtx_thumb.jpg?w=375&#038;h=274" width="375" height="274" /></a></p>
<p>&#160;</p>
<h4><strong></strong></h4>
<h4><strong></strong></h4>
<h4><strong>Circuit Description…</strong></h4>
<p>The circuit is basically a monostable multivibrator (active high) compost of resistors R1 and R2, capacitor C1, and the diode D1.</p>
<p>The phototransistor Q1 act as triggering device that at normal condition pulls the anode of D1 to ground when there is light (coming from a laser pointer source). This would divert all the current flowing across R1 to the ground. The value of R1 was carefully selected so it would dissipate power as low as possible since it is supplied by a singe 1.5V cell. </p>
<p>If the light entering the phototransistor Q1 is blocked, the phototransistor would open and this would allow the current to flow through D1 and therefore will charge the capacitor C1. The voltage across the capacitor will increase until it can produce enough potential to drive the transistor to turn on.</p>
<p>The transistor Q2 inverts the signal from the monostable mulivibrator and because the Alert# pin is active low this would set the clock’s alarm when it is pulled to ground.</p>
<p>If the blockage is removed, the light would trigger the phototransistor again and would pull R1 current to ground. At this point the capacitor will stop charging and will now enter discharging phase. Energy stored on the capacitor will slowly discharge through R2 and the transistor Q2. Voltage at the capacitor will slowly decay and there would be a point where it can no longer produce enough current to drive Q2. Q2 will then turn off and this would also turn off the alarm.</p>
<p>I measured the time the alarm will stop after it was triggered and I measured a considerable period of 1.5 minutes. This period can be easily increased by increasing the resistance value of R2. </p>
<p>C2 capacitance may also be increased to increase the alarm period but this would also slow the charging time down. If this happens, the sensor’s sensitivity may be affected. In order to correct this, the value of R1 can be lowered.</p>
<p>&#160;</p>
<h4><strong>Construction…</strong></h4>
<p>I first constructed my circuit on a breadboard to quickly test if my design concept will work on actual. Using breadboard also allowed me to easily trim the component’s values to achieve desirable response.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/10/breadboardgtx.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="Breadboard gtx" border="0" alt="Breadboard gtx" src="http://undergroundworkbench.files.wordpress.com/2009/10/breadboardgtx_thumb.jpg?w=383&#038;h=257" width="383" height="257" /></a> </p>
<p>After successful testing I finally decided to assemble it on top of the alarm clock’s board.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/10/assembleboardgtx.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="Assemble Board gtx" border="0" alt="Assemble Board gtx" src="http://undergroundworkbench.files.wordpress.com/2009/10/assembleboardgtx_thumb.jpg?w=376&#038;h=300" width="376" height="300" /></a></p>
<p>Care must be taken so it wont interfere with other components originally there. I also have to strip a few parts only to make the circuit fit inside.</p>
<p>&#160;</p>
<h4><strong>Bill of Materials…</strong></h4>
<table border="2" cellspacing="0" cellpadding="2" width="472">
<tbody>
<tr>
<td valign="top" width="92">
<p align="center">Circuit Code</p>
</td>
<td valign="top" width="294">
<p align="center">Component</p>
</td>
<td valign="top" width="82">
<p align="center">Price*</p>
</td>
</tr>
<tr>
<td valign="top" width="99">
<p align="center">Q1</p>
</td>
<td valign="top" width="301">WPT440F Phototransistor</td>
<td valign="top" width="87">
<p align="center">Php 15.00</p>
</td>
</tr>
<tr>
<td valign="top" width="102">
<p align="center">Q2</p>
</td>
<td valign="top" width="299">9014 General Purpose NPN Transistor</td>
<td valign="top" width="90">
<p align="center">Php 2.50</p>
</td>
</tr>
<tr>
<td valign="top" width="104">
<p align="center">R1</p>
</td>
<td valign="top" width="295">27K, 1/4W</td>
<td valign="top" width="93">
<p align="center">Php 0.25</p>
</td>
</tr>
<tr>
<td valign="top" width="105">
<p align="center">R2</p>
</td>
<td valign="top" width="293">680K, 1/4W</td>
<td valign="top" width="95">
<p align="center">Php 0.25</p>
</td>
</tr>
<tr>
<td valign="top" width="105">
<p align="center">D1</p>
</td>
<td valign="top" width="292">1N4001</td>
<td valign="top" width="96">
<p align="center">Php 1.00</p>
</td>
</tr>
<tr>
<td valign="top" width="106">
<p align="center">C1</p>
</td>
<td valign="top" width="290">1uF, 10V</td>
<td valign="top" width="97">
<p align="center">Php 1.00</p>
</td>
</tr>
<tr>
<td valign="top" width="106">
<p align="center"></p>
</td>
<td valign="top" width="288">
<p align="right"><strong>Total Price:**</strong></p>
</td>
<td valign="top" width="100">
<p align="center"><strong>Php 20.00</strong></p>
</td>
</tr>
</tbody>
</table>
<p>* Prices are true as of 20091001 and may vary depending on vendor and location.</p>
<p>** Total Price does not include the price of the tools that will be used and other constructing materials like solders and wires.</p>
<p>The total price does not include the price of the alarm clock and the laser pointer because it varies greatly depending on the vendor and location. I bought the alarm clock at an Ukay Ukay store for only Php 37.00 bringing the total project cost to Php 57.00. Daiso sells these clock for only Php 66.00. Cheap laser pointers may be bought on stores along Quiapo for as low as Php 30.00. I bought mine at Shopwise Cubao for Php 90.00 (with LED flash light).</p>
<p>&#160;</p>
<h4><strong>Conclusions…</strong></h4>
<p>I spent almost a lifetime designing circuits for high voltage sources (minimum of 5V) and never thought designing a circuit for 1.5V source would give me great challenge and more learning. At these voltages the effect of diode drops and the parasitic resistances becomes very significant.</p>
<p>Results of my simulations were far from the actual response, nevertheless my circuit worked perfectly.</p>
</p>
</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/10/finalprojectgtx.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="Final Project gtx" border="0" alt="Final Project gtx" src="http://undergroundworkbench.files.wordpress.com/2009/10/finalprojectgtx_thumb.jpg?w=369&#038;h=275" width="369" height="275" /></a> </p>
</p>
<p>Right now I have plans to assemble my CIA version 2. Yes you heard it right, I already designed version 2 and I’m very excited to blog about it. It is already working on my simulations.</p>
<p>Improvements are to use infared light instead of ordinary red LED and it is also capable of accepting a pulsed light for greater efficiency and would prolong the battery life of the light source.</p>
<br />Posted in Hacks n Mods, Most Popular Tagged: Alarm, Alarm Clock, Burglar, Infrared, monostable, Photosensor <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=203&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2009/10/05/hacks-n-mods-cia-clock-intruder-alarm/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://www.laserfx.com/Science/s-proj6.gif" medium="image" />

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/10/ciaclockintruderalarmgtx_thumb.jpg" medium="image">
			<media:title type="html">CIA (Clock Intruder Alarm) gtx</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/10/breadboardgtx_thumb.jpg" medium="image">
			<media:title type="html">Breadboard gtx</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/10/assembleboardgtx_thumb.jpg" medium="image">
			<media:title type="html">Assemble Board gtx</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/10/finalprojectgtx_thumb.jpg" medium="image">
			<media:title type="html">Final Project gtx</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacks n Mods &#8211; Time Machine</title>
		<link>http://undergroundworkbench.wordpress.com/2009/09/28/hacs-n-mods-time-machine/</link>
		<comments>http://undergroundworkbench.wordpress.com/2009/09/28/hacs-n-mods-time-machine/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:36:56 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[Hacks n Mods]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Reverse Time]]></category>

		<guid isPermaLink="false">http://undergroundworkbench.wordpress.com/2009/09/28/hacs-n-mods-time-machine/</guid>
		<description><![CDATA[Many wished they could turn back the hands of time so they could change their fate. It has become an obsession and also a frustration for many of our great minds. Albert Einstein even spent his whole career understanding how to manipulate it. Some say it is possible by travelling at speeds faster than the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=187&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many wished they could turn back the hands of time so they could change their fate. It has become an obsession and also a frustration for many of our great minds. Albert Einstein even spent his whole career understanding how to manipulate it. </p>
<p>Some say it is possible by travelling at speeds faster than the speed of light. But then physics also limits a massive body to travel or even approach speeds near that of the light. I did my own research and results were very shocking. On my realization I said to myself, what the hell’s wrong with them? If they want to turn the hands backwards all they need to do is to make it turn “counter clockwise”. Hehehehe.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/timetravel.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Time Travel" border="0" alt="Time Travel" src="http://undergroundworkbench.files.wordpress.com/2009/09/timetravel_thumb.jpg?w=298&#038;h=331" width="298" height="331" /></a></p>
<p>For details about how to disassemble a desk clock, kindly visit the blog post below…</p>
<p><a href="http://undergroundworkbench.wordpress.com/2009/09/28/whats-inside-it-analog-desk-clock/" target="_blank">What&#8217;s Inside It? Analog Desk Clock</a>&#160;</p>
<p>&#160;</p>
<p>At first I thought this would be very simple. I thought interchanging the connection of the wires connected to the solenoid would reverse its polarity and thus could make it turn counterclockwise. The solution didn’t worked because when I looked at the pulse on scope it was AC alternating its pulses every second. Interchanging the connections wont cause anything because AC don’t have polarity.</p>
<p> <span id="more-187"></span>
<p>I also tried mounting the solenoid on different orientation but the scheme didn’t worked either. I theorized that there is something with the assembly of the iron core that makes it turn in one direction. </p>
<p>Just when I almost discovered the solution myself, uncle google guided me to a link on instructibles on how to turn it backward. (darn it, why is there always someone stealing my ideas, hehehe)</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1516.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1516" border="0" alt="100_1516" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1516_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>The guy’s solution is very elegant and simple. All we need to do is to remove the iron core, flip it vertically, then assemble all the part back together again.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1517.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1517" border="0" alt="100_1517" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1517_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160; </p>
<p>Before inserting it back on the case, I ran a minor test to make sure its working before all the screws are back on.</p>
</p>
</p>
</p>
<div style="width:425px;display:block;float:none;margin-left:auto;margin-right:auto;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:40cba42a-feab-4a4b-a7de-326f9d11f414" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://undergroundworkbench.wordpress.com/2009/09/28/hacs-n-mods-time-machine/"><img src="http://img.youtube.com/vi/2m5sgTEiadI/2.jpg" alt="" /></a></span></div>
</div>
<p>Surprisingly, it worked!!! The project is now ready for full assembly.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_15091.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1509" border="0" alt="100_1509" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1509_thumb1.jpg?w=301&#038;h=227" width="301" height="227" /></a> </p>
<p>&#160;</p>
<p>Below is the video of the fully assembled time machine.</p>
</p>
<div style="width:425px;display:block;float:none;margin-left:auto;margin-right:auto;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:26698da4-cf6d-45f9-a530-3a602c60edfa" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://undergroundworkbench.wordpress.com/2009/09/28/hacs-n-mods-time-machine/"><img src="http://img.youtube.com/vi/ONESYanDWC0/2.jpg" alt="" /></a></span></div>
</div>
<br />Posted in Hacks n Mods Tagged: Hacks, Reverse Time <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=187&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2009/09/28/hacs-n-mods-time-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/timetravel_thumb.jpg" medium="image">
			<media:title type="html">Time Travel</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1516_thumb.jpg" medium="image">
			<media:title type="html">100_1516</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1517_thumb.jpg" medium="image">
			<media:title type="html">100_1517</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1509_thumb1.jpg" medium="image">
			<media:title type="html">100_1509</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s Inside It? &#8211; Analog Desk Clock</title>
		<link>http://undergroundworkbench.wordpress.com/2009/09/28/whats-inside-it-analog-desk-clock/</link>
		<comments>http://undergroundworkbench.wordpress.com/2009/09/28/whats-inside-it-analog-desk-clock/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:24:58 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[What&#039;s Inside It?]]></category>
		<category><![CDATA[Alarm Clock]]></category>
		<category><![CDATA[Desk Clock]]></category>
		<category><![CDATA[Under the Hood]]></category>

		<guid isPermaLink="false">http://undergroundworkbench.wordpress.com/2009/09/28/whats-inside-it-analog-desk-clock/</guid>
		<description><![CDATA[Last Sunday I went hunting for parts for my Clock Intruder Alert Project. Parts hunting is one of my favorite activity I enjoy most alone. You’ll often see me hopping from stores to stores and even on “Ukay Ukay”(2nd Hand Store) looking for parts without getting tired even if I spent the whole day doing it. It’s a great challenge and pleasure for me to look for the cheapest parts for my projects. 

I found my cheapest clock at Daiso for only Php 66 (actually I found the cheapest 4hrs later at an Ukay Ukay store around Araneta for only Php 37).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=176&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last Sunday I went hunting for parts for my Clock Intruder Alert Project. Parts hunting is one of my favorite activity I enjoy most alone. You’ll often see me hopping from stores to stores and even on “Ukay Ukay”(2nd Hand Store) looking for parts without getting tired even if I spent the whole day doing it. It’s a great challenge and pleasure for me to look for the cheapest parts for my projects. </p>
<p>I found my cheapest clock at Daiso for only Php 66 (actually I found the cheapest 4hrs later at an Ukay Ukay store around Araneta for only Php 37).</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1519.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1519" border="0" alt="100_1519" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1519_thumb.jpg?w=266&#038;h=295" width="266" height="295" /></a></p>
</p>
<p>&#160;</p>
<p>This nice clock has a cover that doubles as its stand.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1499.jpg"><img style="display:inline;border-width:0;" title="100_1499" border="0" alt="100_1499" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1499_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a>&#160; <a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1501.jpg"><img style="display:inline;border-width:0;" title="100_1501" border="0" alt="100_1501" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1501_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> </p>
<p> <span id="more-176"></span><br />
<h4><strong>Opening…</strong></h4>
<p>The analog desk clock has four screws that can easily be opened using standard phillips screw driver.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/screws.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Screws" border="0" alt="Screws" src="http://undergroundworkbench.files.wordpress.com/2009/09/screws_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>Inside it is a generic clock box you’ll see on most desk clock of this size.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1509.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1509" border="0" alt="100_1509" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1509_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a>&#160; </p>
<p>To open it further you must remove the Alarm and Time setting knob first.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/setknob.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Set Knob" border="0" alt="Set Knob" src="http://undergroundworkbench.files.wordpress.com/2009/09/setknob_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>&#160;</p>
<p>Then you can force it open by sliding the precision screw driver on each of the four locks. Locks are located on each sides, one on top, and one at the bottom just above the battery compartment.</p>
<p>&#160;<a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1510.jpg"><img style="display:inline;border-width:0;" title="100_1510" border="0" alt="100_1510" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1510_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> <a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_1511.jpg"><img style="display:inline;border-width:0;" title="100_1511" border="0" alt="100_1511" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1511_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> </p>
<h4><strong></strong></h4>
<h4><strong>Dissecting…</strong></h4>
<p>I have opened many of these clocks (cheap and classy, China and US made) before and noticed that the internal assembly is somewhat generic. The only difference you’ll notice is the materials that were used. Sometimes the buzzer is also mounted on board. And, placement of the stand offs may vary depending on its manufacturer.</p>
<p>None the less, if you take out a control board from one clock, chances are it will fit on another clock.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/dissected.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Dissected" border="0" alt="Dissected" src="http://undergroundworkbench.files.wordpress.com/2009/09/dissected_thumb.jpg?w=379&#038;h=286" width="379" height="286" /></a></p>
<p>&#160;</p>
<p>The control board seems less hack friendly. Only three components are mounted, namely the solenoid coil,&#160; buzzer, and the crystal resonator. The alarm is triggered by pulling the trigger pin to ground.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/labelled.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Labelled" border="0" alt="Labelled" src="http://undergroundworkbench.files.wordpress.com/2009/09/labelled_thumb.jpg?w=382&#038;h=241" width="382" height="241" /></a></p>
<p>&#160;</p>
<p>Clock are pulsed by a current alternating its direction every second across the solenoid. The whole circuitry are supplied by a single alkaline battery rated at 1.5V. </p>
<br />Posted in What&#039;s Inside It? Tagged: Alarm Clock, Desk Clock, Under the Hood <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=176&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2009/09/28/whats-inside-it-analog-desk-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1519_thumb.jpg" medium="image">
			<media:title type="html">100_1519</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1499_thumb.jpg" medium="image">
			<media:title type="html">100_1499</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1501_thumb.jpg" medium="image">
			<media:title type="html">100_1501</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/screws_thumb.jpg" medium="image">
			<media:title type="html">Screws</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1509_thumb.jpg" medium="image">
			<media:title type="html">100_1509</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/setknob_thumb.jpg" medium="image">
			<media:title type="html">Set Knob</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1510_thumb.jpg" medium="image">
			<media:title type="html">100_1510</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1511_thumb.jpg" medium="image">
			<media:title type="html">100_1511</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/dissected_thumb.jpg" medium="image">
			<media:title type="html">Dissected</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/labelled_thumb.jpg" medium="image">
			<media:title type="html">Labelled</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s Inside It? USB Flash Drive</title>
		<link>http://undergroundworkbench.wordpress.com/2009/09/22/whats-inside-it-usb-flash-drive/</link>
		<comments>http://undergroundworkbench.wordpress.com/2009/09/22/whats-inside-it-usb-flash-drive/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:17:19 +0000</pubDate>
		<dc:creator>glutnix_neo</dc:creator>
				<category><![CDATA[What&#039;s Inside It?]]></category>
		<category><![CDATA[Under the Hood]]></category>
		<category><![CDATA[USB Flash Drive]]></category>

		<guid isPermaLink="false">http://undergroundworkbench.wordpress.com/2009/09/22/whats-inside-it-usb-flash-drive/</guid>
		<description><![CDATA[I got this little flash drive as a gift on our yearly gift giving tradition. Too bad it gone bad after I have used it for over a year now. So I decided to crack it open. 

The flash drive has no screws and once you opened it, there’s no way of putting them back together again.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=155&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got this little flash drive as a gift on our yearly gift giving tradition. Too bad it gone bad after I have used it for over a year now. So I decided to crack it open. </p>
<p>The flash drive has no screws and once you opened it, there’s no way of putting them back together again.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/100_14671.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="100_1467" border="0" alt="100_1467" src="http://undergroundworkbench.files.wordpress.com/2009/09/100_1467_thumb.jpg?w=309&#038;h=262" width="309" height="262" /></a> </p>
<p>Model: </p>
<blockquote><p>Unknown (CDR King 1G Flash Drive)</p>
</blockquote>
<p>Specifications: </p>
<blockquote><p>Green Color</p>
<p>Mini Size</p>
<p>1G Bytes</p>
</blockquote>
<p> <span id="more-155"></span>
<p>The USB flash drive is powered by UT163 controller from USBest. It is running on 12Mhz Crystal with very few supplementary components.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/usbest12mhz.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="USBest 12Mhz" border="0" alt="USBest 12Mhz" src="http://undergroundworkbench.files.wordpress.com/2009/09/usbest12mhz_thumb.jpg?w=449&#038;h=267" width="449" height="267" /></a></p>
<p>&#160;</p>
<p>The flash is located at the back and fits perfectly for the small enclosure.</p>
<p><a href="http://undergroundworkbench.files.wordpress.com/2009/09/ka04072e3000disected.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="KA04-072E-3000 Disected" border="0" alt="KA04-072E-3000 Disected" src="http://undergroundworkbench.files.wordpress.com/2009/09/ka04072e3000disected_thumb.jpg?w=446&#038;h=252" width="446" height="252" /></a></p>
<p>&#160;</p>
<p>The USB flash drive has very few components and compost mainly of resistors and capacitors (probably for the controller housekeeping). A green LED is provided to indicate controller’s activity.</p>
<p>After opening it I quickly noticed the burned (and bloated) section on the controller that rendered my flash drive useless. It is no longer repairable but I was hoping data could be recovered if flash will be transferred to another good flash drive.</p>
<br />Posted in What&#039;s Inside It? Tagged: Under the Hood, USB Flash Drive <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/undergroundworkbench.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/undergroundworkbench.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/undergroundworkbench.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/undergroundworkbench.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/undergroundworkbench.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/undergroundworkbench.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/undergroundworkbench.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/undergroundworkbench.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/undergroundworkbench.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/undergroundworkbench.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/undergroundworkbench.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/undergroundworkbench.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/undergroundworkbench.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/undergroundworkbench.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=undergroundworkbench.wordpress.com&amp;blog=9077957&amp;post=155&amp;subd=undergroundworkbench&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://undergroundworkbench.wordpress.com/2009/09/22/whats-inside-it-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d38da301508865d02bb9d6598e7f3da6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">glutnix_neo</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/100_1467_thumb.jpg" medium="image">
			<media:title type="html">100_1467</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/usbest12mhz_thumb.jpg" medium="image">
			<media:title type="html">USBest 12Mhz</media:title>
		</media:content>

		<media:content url="http://undergroundworkbench.files.wordpress.com/2009/09/ka04072e3000disected_thumb.jpg" medium="image">
			<media:title type="html">KA04-072E-3000 Disected</media:title>
		</media:content>
	</item>
	</channel>
</rss>
