<?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's Mind &#187; Projects</title>
	<atom:link href="http://www.atomicvpp.com/wpblog/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atomicvpp.com/wpblog</link>
	<description>or 'Pardon Me, That's Just Too Random.'</description>
	<lastBuildDate>Mon, 26 Nov 2007 02:49:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>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[Geek]]></category>
		<category><![CDATA[LED Cube]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[diy]]></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>2</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 the [...]]]></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>10</slash:comments>
		</item>
	</channel>
</rss>
