<?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>Kevin Darrah</title>
	<atom:link href="http://www.kevindarrah.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kevindarrah.com</link>
	<description>Dedicated to design...</description>
	<lastBuildDate>Wed, 29 May 2013 03:51:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The 8x8x8 RGB LED Cube Project</title>
		<link>http://www.kevindarrah.com/?p=1424</link>
		<comments>http://www.kevindarrah.com/?p=1424#comments</comments>
		<pubDate>Thu, 17 Jan 2013 02:01:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.kevindarrah.com/?p=1424</guid>
		<description><![CDATA[Click Here to see the entire photo library! This project was featured on a TV show called &#8220;Right this Minute&#8221; on March 18 2013 Click HERE to see the clip on their site! Get the Eagle Project HERE! Get the PDF Schematic HERE! The schematic pdf is Huge!  Probably easier to just download Eagle to view the files. Get [...]]]></description>
				<content:encoded><![CDATA[[[Show as slideshow]]
<h4><a href="http://www.kevindarrah.com/?page_id=1450">Click Here</a> to see the entire photo library!</h4>
<h3>This project was featured on a TV show called &#8220;Right this Minute&#8221; on March 18 2013</h3>
<h2>Click <a href="http://www.rightthisminute.com/video/build-your-own-rgb-8x8x8-led-cube" target="_blank">HERE</a> to see the clip on their site!</h2>
<p><iframe src="http://www.youtube.com/embed/guppB4cK3oU" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/bMMaZA-kk-8" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/wVYXAR1GWxU" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/zS5oZPJVh_o" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/xmScytz9y0M" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/NPrfpSjUa44" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/I0sgqgUwIAQ" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<h1>Get the Eagle Project <a href="http://www.kevindarrah.com/download/8x8x8/8x8x8Cube31613.zip" target="_blank">HERE</a>!</h1>
<h1>Get the PDF Schematic <a href="http://www.kevindarrah.com/download/8x8x8/Cube_sch_3_16_13.pdf" target="_blank">HERE</a>!</h1>
<address>The schematic pdf is Huge!  Probably easier to just download <a href="http://www.cadsoftusa.com">Eagle</a> to view the files.</address>
<h1>Get the PinOut Helper <a href="http://www.kevindarrah.com/download/8x8x8/8x8x8RGB WiringHelper.pdf" target="_blank">HERE</a>!</h1>
<h1></h1>
<h1>**Arduino Code**</h1>
<h3>rev 7  <a href="http://www.kevindarrah.com/download/arduino_code/RGB_CubeV7_cleanup.ino" target="_blank">HERE</a>!</h3>
<h3>rev 11 <a href="http://www.kevindarrah.com/download/8x8x8/RGB_CubeV11_speed.ino" target="_blank">HERE</a>!</h3>
<h3>rev 12 <a href="http://www.kevindarrah.com/download/8x8x8/RGB_CubeV12_BitwiseFix.ino" target="_blank">HERE</a>!</h3>
<h4>Revision Notes:</h4>
<p>Rev 7 &#8211; First released code.  This is what you see running in the demo video, and all the tutorial videos</p>
<p>Rev 11 &#8211; Fixed a bug in the Bit Angle Modulation, See the video How it Really Works for more information</p>
<p>Rev 12 &#8211; Fixed the Bitwise Operation to set pins LOW.  I was doing it PORTX &amp;= 0&lt;&lt;pinNumber, it should be PORTX &amp;= ~(1&lt;&lt;pinNumber)  The wrong way was ANDing every pin in the port with 0, where is the new way ANDs only the pin you want to turn OFF with 0 and the rest with 1.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2><strong>Parts List to build an Arduino Controlled 8x8x8 RGB LED Cube</strong></h2>
<p>x512 RGB LEDs &#8211; I bought these from ebay.com from <a href="http://www.ebay.com/itm/100pcs-x-5mm-4-pin-RGB-Diffused-Common-Anode-LED-Red-Green-Blue-/261083069774?ssPageName=ADME:L:OC:US:3160" target="_blank">this link</a></p>
<p>- In case that link is dead, here is a screen shot from the page when I bought them:</p>
<p><img class="ngg-singlepic ngg-left alignleft" alt="Screen Shot 2013-01-20 at 2.54.44 PM" src="http://www.kevindarrah.com/wp-content/gallery/frontpage/Screen Shot 2013-01-20 at 2.54.44 PM.png" width="480" height="174" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The Power Supply &#8211; I bought <a href="https://www.jameco.com/webapp/wcs/stores/servlet/Product_10001_10001_689784_-1" target="_blank">this one</a>; its a 120VAC to 5VDC@10A.  I wish I would have went a little bigger.  The power supply kind of &#8216;whines&#8217; as you light all of the LEDs up at once.  Probably a 15-20Amp supply would have been better</p>
<p>x10 Proto Boards &#8211; <a href="http://www.futurlec.com/Protoboards.shtml" target="_blank">On this page</a>  I always get the 777, which I think is the best out there!</p>
<p>x200 NPN 2N3904 Transistors &#8211; <a href="http://www.futurlec.com/TransGen2N.shtml" target="_blank">On this page</a></p>
<p>x401 1kOhm 1/4W resistors &#8211; <a href="http://www.futurlec.com/Res14W.shtml" target="_blank">On this page</a>   -One extra to pull up the Blank Pin, see the theory video for more info</p>
<p>x328 100Ohm 1/4W resistors &#8211; <a href="http://www.futurlec.com/Res14W.shtml" target="_blank">On this page</a></p>
<p>x8 P-Channel MOSFETs IRF9Z34N &#8211; <a href="http://www.futurlec.com/TransMosIRF.shtml" target="_blank">On this page</a></p>
<p>x25 Shift Registers 74HC595 &#8211; <a href="http://www.futurlec.com/IC74HC00Series.shtml" target="_blank">On this page</a></p>
<p>x1 10kOhm Resistor- <a href="http://www.futurlec.com/Res14W.shtml" target="_blank">On this page</a> - For the arduino reset pull up</p>
<p>x30 (at least) 0.01uF capacitors &#8211; <a href="http://www.futurlec.com/CapCer.shtml" target="_blank">On this page</a> - Put one of these on VCC to Ground for every IC &#8211; keep close to the power pin, also one in series with DTR pin on arduino standalone circuit from DTR to reset, pin-mapping cheat-cheat <a href="http://www.kevindarrah.com/download/PINouts.xlsx" target="_blank">here</a></p>
<p>x1 16MHz crystal &#8211; <a href="http://www.futurlec.com/ICCrystalsMain.shtml" target="_blank">On this page</a> - I always get the low profile version</p>
<p>x2 22pF capacitors - <a href="http://www.futurlec.com/CapCer.shtml" target="_blank">On this page</a> - Used on the crystal pins to ground for the arduino standalone</p>
<p>x1 ATMEGA328P-PU with Arduino Bootloader &#8211; <a href="https://www.sparkfun.com/products/10524">from here</a>, or program the bootloader yourself and get the micro <a href="http://www.futurlec.com/ICAtmel.shtml">from here</a></p>
<p>- I would also sprinkle in a few big capacitors on the supply rails near the Sources of the P-Channel MOSFETs.  I used a couple 100uF electrolytic caps.</p>
<p>- The wire I used was 22AWG solid insulated wire from RadioShack.  If I did it again, I would have searched for bare wire instead to save on all the stripping.</p>
<h2> Taking a look back at how I got here&#8230;</h2>
<p>It&#8217;s kind of interesting to see what I said I was going to do versus what I actually built!</p>
<p><iframe src="http://www.youtube.com/embed/7j9Jg05Uyvw" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/6Oh6bMqhS38" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/52BtcCJwO6k" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<p><iframe src="http://www.youtube.com/embed/u-C4XQryv3U" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></p>
<h3></h3>
<h3></h3>
<p><script type="text/javascript">// <![CDATA[
google_ad_client = "ca-pub-6097317947464913"; /* 8x8x8_ad */ google_ad_slot = "9812967162"; google_ad_width = 336; google_ad_height = 280;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevindarrah.com/?feed=rss2&#038;p=1424</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4x4x4 LED CUBE</title>
		<link>http://www.kevindarrah.com/?p=81</link>
		<comments>http://www.kevindarrah.com/?p=81#comments</comments>
		<pubDate>Thu, 23 Jul 2009 02:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.kevindarrah.com/?p=81</guid>
		<description><![CDATA[&#160;]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignleft size-full wp-image-398" title="1" src="http://www.kevindarrah.com/wp-content/uploads/2009/07/1.jpg" alt="" width="580" height="435" /><img class="alignleft size-medium wp-image-399" title="2" src="http://www.kevindarrah.com/wp-content/uploads/2009/07/2-300x225.jpg" alt="" width="580" height="435" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevindarrah.com/?feed=rss2&#038;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
