<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tim&#039;s Mind &#187; Geek</title>
	<atom:link href="http://www.atomicvpp.com/wpblog/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atomicvpp.com/wpblog</link>
	<description>Electronics &#38; Other Hobby Projects</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:47:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LED Cube Editor</title>
		<link>http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-editor/</link>
		<comments>http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-editor/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 02:49:50 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[diy]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[LED Cube]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-editor/</guid>
		<description><![CDATA[I decided that it was too hard to write animations for my LED Cube. So I wrote a Processing program to generate the code for it. All you have to do is load the program and click on the green LEDs(circles) to turn them on and when you are done with a frame of animation [...]]]></description>
			<content:encoded><![CDATA[<p>I decided that it was too hard to write animations for <a href="http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-project/">my LED Cube</a>. So I wrote a <a href="http://processing.org/">Processing</a> program to generate the code for it. All you have to do is load the program and click on the green LEDs(circles) to turn them on and when you are done with a frame of animation you click the orange button at the bottom then the code will be printed out to the console. Then you copy the code into the firmware and upload the program to the Arduino. Here is the <a href="http://www.atomicvpp.com/LED_Cube_Editor.zip">program.</a></p>
<p><img id="image167" src="http://www.atomicvpp.com/wpblog/wp-content/uploads/2007/11/led-cube-editor.jpg" alt="LED Cube Editor" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-editor/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>LED Cube Project</title>
		<link>http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-project/</link>
		<comments>http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-project/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 01:28:48 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[LED Cube]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-project/</guid>
		<description><![CDATA[So I was watching Weekend Projects a about two and a half months ago and saw how to make a 3 by 3 by 3 LED cube. I thought, &#8220;Hey! I could do that with my Arduino!&#8221; and I did. Basically, I can turn any individual LED on or off. I started with soldering together [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2047/2055037893_52d12adf2f.jpg?v=0" alt="My LED Cube" /></p>
<p>So I was watching <a href="http://www.makezine.com/blog/archive/make_podcast/">Weekend Projects</a> a about two and a half months ago and saw how to make a <a href="http://www.makezine.com/blog/archive/2007/09/make_a_pocket_led_cube_we.html">3 by 3 by 3 LED cube</a>. I thought, &#8220;Hey! I could do that with my <a href="http://arduino.cc/">Arduino!</a>&#8221; and I did. Basically, I can turn any individual LED on or off.</p>
<p><img src="http://www.arduino.cc/en/uploads/Main/arduino_extreme_260.jpg" alt="Arduino" /></p>
<p>I started with soldering together the LEDs in layers of nine. Then I played around with how to wire up a protoboard with two Shift Registers on it and the LEDs to make a Shield for the Arduino. The first try was messy. The second try was better but not ideal. The final wiring guide may LOOK messy, but it&#8217;s basically what I used.</p>
<p>The final wiring on the protoboard from the bottom is the last photo.</p>
<p>The software was a compilation of the <a href="http://cachefly.oreilly.com/make/LEDcube.zip">original software</a> from the <a href="http://www.makezine.com/blog/archive/2007/09/make_a_pocket_led_cube_we_1.html">Weekend Projects post</a> and the <a href="http://www.arduino.cc/en/Tutorial/ShiftOut">ShiftOut example</a> on <a href="http://arduino.cc">Arduino.cc.</a> I started with the <a href="http://www.arduino.cc/en/Tutorial/ShftOut23">&#8220;Code Sample 2.3 &#8211; Dual Defined Arrays&#8221;</a> at the bottom of the ShiftOut example and slowly stirred in the original code to produce the final result. Here is the <a href="http://www.atomicvpp.com/LED_Cube_Final.pde">final code.</a></p>
<p>Here&#8217;s a <a href="http://flickr.com/photos/timballas/tags/led/">link to the Flickr photos.</a></p>
<p>P.s. On a side note, I did the layout and wiring wrong so I had to modify the code to compensate for the LEDs being connected wrong.</p>
<p><img src="http://farm3.static.flickr.com/2017/2054978199_ec70fee1de.jpg?v=0" alt="LED Cube Wiring Second Try" /> <img src="http://farm3.static.flickr.com/2171/2055762654_4d411c2307.jpg?v=0" alt="LED Cube Wiring First Try" /> <img src="http://farm3.static.flickr.com/2045/2054978235_26982eabb4.jpg?v=0" alt="LED Cube Wiring Guide Final" /> <img src="http://farm3.static.flickr.com/2308/2055035793_350c73672f.jpg?v=0" alt="LED Cube Final Wiring on Protoboard" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2007/11/25/led-cube-project/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>My Predictions For A Brighter Future</title>
		<link>http://www.atomicvpp.com/wpblog/2006/01/06/my-predictions-for-a-brighter-future/</link>
		<comments>http://www.atomicvpp.com/wpblog/2006/01/06/my-predictions-for-a-brighter-future/#comments</comments>
		<pubDate>Fri, 06 Jan 2006 10:30:30 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Fun]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2006/01/06/my-predictions-for-a-brighter-future/</guid>
		<description><![CDATA[More people reading and writing blogs. More sites and a variety of projects using wikis. More people using RSS for blog syndication, getting podcasts, getting torrents. More cross-site integration. More mashups. More people listening to and creating podcasts. More vidcasts. More people using Flickr for sharing photos. &#160;&#160;My Flickr Photos More people using BitTorrent for [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>More people reading and writing <a href="http://en.wikipedia.org/wiki/Blog">blogs.</a></li>
<li>More sites and a variety of projects using <a href="http://en.wikipedia.org/wiki/Wiki">wikis.</a></li>
<li>More people using <a href="http://en.wikipedia.org/wiki/Rss">RSS</a> for <a href="http://en.wikipedia.org/wiki/Web_syndication">blog syndication</a>, getting <a href="http://en.wikipedia.org/wiki/Podcasting">podcasts</a>, getting <a href="http://en.wikipedia.org/wiki/BitTorrent">torrents.</a></li>
<li>More cross-site integration.</li>
<li>More <a href="http://en.wikipedia.org/wiki/Mashup_%28web_application_hybrid%29">mashups.</a></li>
<li>More people listening to and creating <a href="http://en.wikipedia.org/wiki/Podcasting">podcasts.</a></li>
<li>More <a href="http://en.wikipedia.org/wiki/Vidcast">vidcasts.</a></li>
<li>More people using <a href="http://www.flickr.com/">Flickr</a> for sharing photos. &nbsp;&nbsp;My <a href="http://flickr.com/photos/timballas/">Flickr Photos</a></li>
<li>More people using <a href="http://en.wikipedia.org/wiki/BitTorrent">BitTorrent</a> for all kinds of content, free and legal content licensed under <a href="http://en.wikipedia.org/wiki/Creative_commons">Creative Commons.</a></li>
<li>A broader user-base for all of these.</li>
<li>More <a href="http://en.wikipedia.org/wiki/Hardware_hacking">hardware hacking</a> fun. &nbsp;&nbsp;To learn more about it go to <a href="http://hackaday.com/">Hack-a-Day</a>, <a href="http://makezine.com/blog/">Make Magizine</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2006/01/06/my-predictions-for-a-brighter-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toys You Can Make That Illustrate Different Science Principals</title>
		<link>http://www.atomicvpp.com/wpblog/2006/01/03/toys-you-can-make-that-illustrate-different-science-principals/</link>
		<comments>http://www.atomicvpp.com/wpblog/2006/01/03/toys-you-can-make-that-illustrate-different-science-principals/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 08:19:32 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Fun]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2006/01/03/toys-you-can-make-that-illustrate-different-science-principals/</guid>
		<description><![CDATA[Science is cool and now even more fun! link]]></description>
			<content:encoded><![CDATA[<p>Science is cool and now even more fun! <a href="http://www.scitoys.com/">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2006/01/03/toys-you-can-make-that-illustrate-different-science-principals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Young Steve Jobs On The First Issue Of Macworld Magizine</title>
		<link>http://www.atomicvpp.com/wpblog/2006/01/02/premier-issue-of-wacworld/</link>
		<comments>http://www.atomicvpp.com/wpblog/2006/01/02/premier-issue-of-wacworld/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 08:12:06 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2006/01/02/premier-issue-of-wacworld/</guid>
		<description><![CDATA[Steve Jobs looked pretty young on the cover of the first issue of Macworld magazine. link]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/dklimke/80668385/" title="photo sharing"><img src="http://static.flickr.com/41/80668385_7da09bf174_m.jpg" alt="" /></a></p>
<p></p>
<p>Steve Jobs looked pretty young on the cover of the first issue of Macworld magazine. <a href="http://www.flickr.com/photos/dklimke/80668385/">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2006/01/02/premier-issue-of-wacworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gas Can Shoulder Bags</title>
		<link>http://www.atomicvpp.com/wpblog/2005/12/29/gas-can-shoulder-bags/</link>
		<comments>http://www.atomicvpp.com/wpblog/2005/12/29/gas-can-shoulder-bags/#comments</comments>
		<pubDate>Thu, 29 Dec 2005 10:25:31 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2005/12/29/gas-can-shoulder-bags/</guid>
		<description><![CDATA[This guy made a bag you carry with a shoulder strap out of a gas can! Crazy, no? link]]></description>
			<content:encoded><![CDATA[<p>This guy made a bag you carry with a shoulder strap out of a gas can! Crazy, no? <a href="http://wrique.blogspot.com/2005/12/jerry-can-shoulder-bags.html">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2005/12/29/gas-can-shoulder-bags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 50 Best Robots Ever, According To Wired.com</title>
		<link>http://www.atomicvpp.com/wpblog/2005/12/29/the-50-best-robots-ever-according-to-wiredcom/</link>
		<comments>http://www.atomicvpp.com/wpblog/2005/12/29/the-50-best-robots-ever-according-to-wiredcom/#comments</comments>
		<pubDate>Thu, 29 Dec 2005 10:18:25 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Fun]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2005/12/29/the-50-best-robots-ever-according-to-wiredcom/</guid>
		<description><![CDATA[Wired has an article called &#8216;The 50 Best Robots Ever.&#8217; It was interesting to read about some of the lesser known ones. link]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wired.com/">Wired</a> has an article called <a href="http://www.wired.com/wired/archive/14.01/robots.html">&#8216;The 50 Best Robots Ever.&#8217;</a> It was interesting to read about some of the lesser known ones. <a href="http://www.wired.com/wired/archive/14.01/robots.html">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2005/12/29/the-50-best-robots-ever-according-to-wiredcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Online Existence</title>
		<link>http://www.atomicvpp.com/wpblog/2005/12/03/my-online-existence/</link>
		<comments>http://www.atomicvpp.com/wpblog/2005/12/03/my-online-existence/#comments</comments>
		<pubDate>Sun, 04 Dec 2005 03:26:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2005/12/03/my-online-existence/</guid>
		<description><![CDATA[My Web Site My Wiki My Short Film Wiki My Photos My Old Blog My Old Blog On Blogger This Blog My MySpace Profile My Digg Profile My 43 Things Profile My Flickr Photos My Last.FM Music Profile My (Insert Other Web Service Here)]]></description>
			<content:encoded><![CDATA[<ol>
<li>My <a href="http://www.atomicvpp.com/">Web Site</a></li>
<li>My <a href="http://wiki.atomicvpp.com/">Wiki</a></li>
<li>My <a href="http://video.atomicvpp.com/">Short Film Wiki</a></li>
<li>My <a href="http://photos.atomicvpp.com/">Photos</a></li>
<li>My <a href="http://wiki.atomicvpp.com/index.php/TheBlog-esk">Old Blog</a></li>
<ol>
<li>    My <a href="http://tim1986.blogspot.com/">Old Blog On Blogger</a></li>
<li>    This <a href="http://www.atomicvpp.com/wpblog/">Blog</a></li>
</ol>
<li>My <a href="http://www.myspace.com/timballas">MySpace Profile</a></li>
<li>My <a href="http://digg.com/users/tim1986">Digg Profile</a></li>
<li>My <a href="http://www.43things.com/person/tim1986">43 Things Profile</a></li>
<li>My <a href="http://flickr.com/photos/timballas/">Flickr Photos</a></li>
<li>My <a href="http://www.last.fm/user/tim1986/">Last.FM Music Profile</a></li>
<li>My <a href="http://www.atomicvpp.com/wpblog/">(Insert Other Web Service Here)</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2005/12/03/my-online-existence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I Make &#8220;Techno&#8221;(Yeah Right!) Music</title>
		<link>http://www.atomicvpp.com/wpblog/2005/12/03/how-i-make-technoyeah-right-music/</link>
		<comments>http://www.atomicvpp.com/wpblog/2005/12/03/how-i-make-technoyeah-right-music/#comments</comments>
		<pubDate>Sun, 04 Dec 2005 03:22:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2005/12/03/how-i-make-technoyeah-right-music/</guid>
		<description><![CDATA[Get a program called TS 404 and SimSynth or other sound generators. Now get Audacity for recording and editing. Read this tutorial that covers everything you need to know about Audacity. Get the LAME MP3 Encoder. Read this tutorial that explains how to setup your sound card to record from the sound generators and other [...]]]></description>
			<content:encoded><![CDATA[<p>Get a program called <a href="http://www.threechords.com/hammerhead/ts-404.shtml">TS 404</a>  and <a href="http://www.threechords.com/hammerhead/simsynth.shtml">SimSynth</a> or <a href="http://www.threechords.com/hammerhead/apps.shtml">other sound generators.</a></p>
<p>Now get <a href="http://audacity.sourceforge.net/">Audacity</a> for recording and editing.</p>
<p>Read <a href="http://www.mp3soundstream.com/Audacity_Tutorial_-_Free_Audio_Editing_Software.html">this tutorial</a>  that covers everything you need to know about Audacity.</p>
<p>Get the <a href="http://lame.sourceforge.net/">LAME MP3 Encoder.</a></p>
<p>Read <a href="http://blogs.msdn.com/alexbarn/archive/2005/03/01/383359.aspx">this tutorial</a> that explains how to setup your sound card to record from the sound generators and other programs. (Only do step 3)</p>
<p>Read <a href="http://audacity.sourceforge.net/manual-1.2/tutorial_basics_4.html">this short tutorial</a> on setting up Audacity and recording with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2005/12/03/how-i-make-technoyeah-right-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Todays Comic Strips</title>
		<link>http://www.atomicvpp.com/wpblog/2005/12/03/todays-comic-strips/</link>
		<comments>http://www.atomicvpp.com/wpblog/2005/12/03/todays-comic-strips/#comments</comments>
		<pubDate>Sat, 03 Dec 2005 12:47:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Comic Strips]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web Fun]]></category>

		<guid isPermaLink="false">http://www.atomicvpp.com/wpblog/2005/12/03/todays-comic-strips/</guid>
		<description><![CDATA[If Transformers were real. The Good Old Days On Penny Arcade Abducted]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://70.86.201.113/imageserv2/temporary/PBF077ADDisassemble.jpg">If Transformers were real.</a></li>
<li><a href="http://www.penny-arcade.com/comic/2005/12/02">The Good Old Days</a> On <a href="http://www.penny-arcade.com/comic">Penny Arcade</a></li>
<li><a href="http://70.86.201.113/imageserv2/temporary/PBF079ADAbduction.jpg">Abducted</a>
  </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.atomicvpp.com/wpblog/2005/12/03/todays-comic-strips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

