<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Dabbler &#187; Electronics</title>
	<atom:link href="http://sethjust.com/category/electronics/feed/" rel="self" type="application/rss+xml" />
	<link>http://sethjust.com</link>
	<description>If it ain&#039;t broke, fix it!</description>
	<lastBuildDate>Sun, 14 Aug 2011 18:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>RGB LED Sun with Rainbowduino</title>
		<link>http://sethjust.com/2011/04/26/rgb-led-sun-with-rainbowduino/</link>
		<comments>http://sethjust.com/2011/04/26/rgb-led-sun-with-rainbowduino/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 17:50:58 +0000</pubDate>
		<dc:creator>sethjust</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Rainbowduino]]></category>

		<guid isPermaLink="false">http://sethjust.com/?p=251</guid>
		<description><![CDATA[So my current project (outside of massive amounts of school work) is building a large, bright, RGB LED display for my college&#8217;s weekend-long end-of-year party. I&#8217;ve got three of these strips from DealExtreme, which have 30 RGB LEDs in separable strips of three LEDs. That makes for a total of 30 RGB dots, which is [...]]]></description>
			<content:encoded><![CDATA[<p>So my current project (outside of massive amounts of school work) is building a large, bright, RGB LED display for my college&#8217;s weekend-long end-of-year party. I&#8217;ve got three of <a href="http://www.dealextreme.com/p/rgb-multicolored-1-meter-30-led-6w-light-strip-dc-12v-14965">these</a> strips from <a href="http://www.dealextreme.com/">DealExtreme</a>, which have 30 RGB LEDs in separable strips of three LEDs. That makes for a total of 30 RGB dots, which is presents no problem for a <a href="http://garden.seeedstudio.com/index.php?title=Rainbowduino_LED_driver_platform_-_Atmega_328">Rainbowduino</a>.</p>
<p>My goal for this post is to record my process in putting this project together. I&#8217;m nowhere near done at the moment, but I&#8217;ll keep updating it as I go.</p>
<h2>Planning</h2>
<p>The plan for this project came together slowly &#8211; I knew that I wanted to make a large RGB LED display, and I had already bought one light strip to play with a year or so ago. I&#8217;m not sure how the Rainbowduino came across my radar, but it seemed perfect, because it could drive up to 64 RGB LEDs simultaneously, so could support up to 6 strips. However, the funding for the project chose to use 3, and I felt that that was more than enough to get the effect I was shooting for.</p>
<p>Because the strips run at 12 volts, and are each rated for 6 amps, I decided to use a spare PC power supply to provide power because it supplies a well-regulated voltage and plenty of current.</p>
<p>Finally, the Rainbowduino can operate in one of three ways: standalone mode, serial mode, or I2C mode. The second and third allow you to stream patterns to the Rainbowduino from another microcontroller or computer. However, I want this sun to stand on its own, so I&#8217;m planning on having it run in standalone mode. This means I&#8217;ll need a way of programming it with whatever patterns I want it to use. The Rainbowduino has a 6-pin ICSP plug, which will work perfectly with the AVR programmer I already have, Lady Ada&#8217;s <a href="http://www.ladyada.net/make/usbtinyisp/">UsbTinyISP</a>.</p>
<h2>Preparation</h2>
<p>To prepare for putting the whole display together, I wanted to test my LEDs, power supply and control board. I used an RGB driver based on a <a href="http://www.pjrc.com/teensy/">Teensy 2.0</a>, a few FETs and a wall-wart (which I know works well with these strips) as a simple tester for the LEDs, and found no problems. The power supply also checked out, I took apart a single 4-pin plug to get the +12V and GND wires and checked the voltage with a multimeter. The reading was good and steady, but attaching it to the Rainbowduino caused one of the power-filtering capacitors to explode (which was unexpected, given the board is rated for 12V), but removing the damaged cap fixed the problem, and soon I had it powered up and lighting LEDs. I also connected the UsbTinyISP and used <a href="http://savannah.nongnu.org/projects/avrdude">Avrdude</a> to ensure I could program the Rainbowduino. (As an aside, the Avrdude part name for the ATMEGA328P is &#8216;m328p&#8217;, which took me way too long to figure out).</p>
<p>At this point I felt comfortable that I had everything I needed to put the display together (except for some sort of mounting board. However, the end of the weekend was drawing to a close, so I had to wait to get more done.</p>
<h2>Steeling Myself</h2>
<p><a href="http://sethjust.com/wp-content/uploads/2011/04/layout.png"><img class="alignright size-medium wp-image-264" title="layout" src="http://sethjust.com/wp-content/uploads/2011/04/layout-300x220.png" alt="" width="300" height="220" /></a>Before I prepared to cut my 3 strips into 30 smaller ones, and soldered 4 wires to each one, I decided to get a picture of what the final wiring would look like. This was a job for Cadsoft&#8217;s <a href="http://www.cadsoftusa.com/">Eagle</a>, the defacto-standard for making schematics and PCB layouts. Even though I&#8217;m planning on laying out the display by hand, with wires, I felt that having a reference for wiring the matrix would be worthwhile. I built a <a href="http://sethjust.com/wp-content/uploads/2011/04/schematic.png">schematic</a> to show the control layout for the LEDs, as a matrix, which is what the Rainbowduino is designed to drive. I then built a <a href="http://sethjust.com/wp-content/uploads/2011/04/layout.png">layout</a> based on the schematic that corresponds (roughly, and not to scale) to how I&#8217;m planning to arrange the LED strips, although the footprints of all the parts are completely arbitrary. However, the pin layout of the headers on either side match the layout of those on the Rainbowduino, which will make it helpful when it comes time to connect all 120 wires.</p>
<h2>Wiring</h2>
<p><strong>Update, May 2:</strong> I&#8217;ve now finished wiring the matrix: I attached all of the strips to a piece of foamcore board using their adhesive backing and soldered all of the connections. Everything worked on the first try, and I flashed the code (rainbowduino_v1_0_4) from <a href="http://code.google.com/p/rainbowduino/downloads/list">here</a>. The demo patterns looked amazing, but sadly, shortly after powering it up (before Icould even get a video), something stopped working. Not only were the patterns not being displayed, but I couldn&#8217;t get my programmer to connect to the rainbowduino! Luckily, I emailed SeeedStudio, and one of their very helpful employe has promised me that a replacement is already on the way. Hopefully it arrives before the fifth, when I was hoping to set up the display on campus. Until it arrives, and I can replace the defective board on the display, enjoy the only two photos I took while it was working (before I flashed the new firmware onto it).</p>
<div class="aligncenter"><a href="http://sethjust.com/wp-content/uploads/2011/04/0501111603-00.jpg"><img class="size-medium wp-image-277" title="Rainbowduino Sun displaying test pattern" src="http://sethjust.com/wp-content/uploads/2011/04/0501111603-00-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://sethjust.com/wp-content/uploads/2011/04/0501111603-01.jpg"><img class="size-medium wp-image-278" title="Rainbowduino with USBTinyISP attached" src="http://sethjust.com/wp-content/uploads/2011/04/0501111603-01-300x225.jpg" alt="" width="300" height="225" /></a></div>
<p><span style="font-size: 20px; font-weight: bold;">Final words</span></p>
<p>Despite the setback with my Rainbowduino, I went ahead with getting the display ready for this weekend, where (hopefully) it will be sitting in a central place, entertaining people with colorful patterns. To do this, I used a large zip-tie to strap the ATX power supply to the back of the piece of foamcore board, and used some more zip ties to position all of the wires out of sight, as well as to securely fasten the two wires running 12V to the display. All in all it looks good, and I&#8217;m excited to load some exciting patters onto it once my new control board arrives.</p>
<p>Also, this post is still in progress &#8212; check back soon for updates! Apologies for the lack of photos, they should be coming soon.
<a href='http://sethjust.com/2011/04/26/rgb-led-sun-with-rainbowduino/schematic/' title='schematic'><img width="150" height="150" src="http://sethjust.com/wp-content/uploads/2011/04/schematic-150x150.png" class="attachment-thumbnail" alt="schematic" title="schematic" /></a>
<a href='http://sethjust.com/2011/04/26/rgb-led-sun-with-rainbowduino/layout/' title='layout'><img width="150" height="150" src="http://sethjust.com/wp-content/uploads/2011/04/layout-150x150.png" class="attachment-thumbnail" alt="layout" title="layout" /></a>
<a href='http://sethjust.com/2011/04/26/rgb-led-sun-with-rainbowduino/0501111603-00/' title='Rainbowduino Sun displaying test pattern'><img width="150" height="150" src="http://sethjust.com/wp-content/uploads/2011/04/0501111603-00-150x150.jpg" class="attachment-thumbnail" alt="Rainbowduino Sun displaying test pattern" title="Rainbowduino Sun displaying test pattern" /></a>
<a href='http://sethjust.com/2011/04/26/rgb-led-sun-with-rainbowduino/0501111603-01/' title='Rainbowduino with USBTinyISP attached'><img width="150" height="150" src="http://sethjust.com/wp-content/uploads/2011/04/0501111603-01-150x150.jpg" class="attachment-thumbnail" alt="Rainbowduino with USBTinyISP attached" title="Rainbowduino with USBTinyISP attached" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://sethjust.com/2011/04/26/rgb-led-sun-with-rainbowduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>New Keyboard — Reviewed!</title>
		<link>http://sethjust.com/2010/11/05/new-keyboard-reviewed/</link>
		<comments>http://sethjust.com/2010/11/05/new-keyboard-reviewed/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 20:29:04 +0000</pubDate>
		<dc:creator>sethjust</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[keyboard]]></category>

		<guid isPermaLink="false">http://sethjust.com/?p=187</guid>
		<description><![CDATA[Have you ever had one of those days when you bought a keyboard for no good reason? Well I did the other day, and ended up with an &#8220;Irocks Chocolate Key Style Slim Keyboard for Pc with Elegant Body&#8221;. It felt like a steal &#8212; I got it $12.99 with free two day shipping. It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sethjust.com/wp-content/uploads/2010/11/1105101317-01.jpg"><img class="size-medium wp-image-190 alignright" title="Keyboard Comparison" src="http://sethjust.com/wp-content/uploads/2010/11/1105101317-01-300x225.jpg" alt="" width="300" height="225" /></a>Have you ever had one of those days when you bought a keyboard for no good reason? Well I did the other day, and ended up with an <a href="http://www.amazon.com/gp/product/B002NR2CJ0?ie=UTF8&amp;tag=dabbler-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B002NR2CJ0">&#8220;Irocks Chocolate Key Style Slim Keyboard for Pc with Elegant Body&#8221;</a>. It felt like a steal &#8212; I got it $12.99 with free two day shipping.</p>
<p>It is now replacing an older, wireless, but more compact keyboard from the same company, which, despite serving me well, had been getting flaky in age.</p>
<p>Hit the jump for another picture and a review/comparison of the two keyboards</p>
<p><span id="more-187"></span>As I said, this keyboard is replacing my old wireless one, and offers several advantages over it. The first thing I noticed after taking it out of the box was the size: the new one is considerably bigger, allowing it room for a full, proper numpad and, arrow keys, and Home/End/PgUp/PgDn/Ins/Del keys that need a Fn key on the old keyboard.</p>
<p style="text-align: center;">The second major difference is the new key design, which they call &#8220;chocolate key&#8221;. It&#8217;s the same design as Macbook keyboards, with flat keys shaped like rounded rectangles. The combination of a new key design and layout mean that the new keyboard is a lot roomier &#8212; my hands don&#8217;t feel cramped and can move freely.<a href="http://sethjust.com/wp-content/uploads/2010/11/1105101317-03.jpg"><img class="size-medium wp-image-191 aligncenter" title="1105101317-03" src="http://sethjust.com/wp-content/uploads/2010/11/1105101317-03-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>The last thing I noticed quickly after getting the new keyboard set up is the feel of the keys. While the old, wireless keyboard has the mush feel of most laptop keyboards, the new key design has a much crisper feel and a more &#8220;clicky&#8221; feel, even though it still uses scissor-style key switches. While this makes typing slightly louder, it feels much nicer, and makes typing more enjoyable and responsive.</p>
<p>In all, the new keyboard is a welcome update. However, it won&#8217;t completely replace the old one. The biggest reason is the wireless keyboard&#8217;s range: because it will work anywhere within hearing range of the computer, I use it as a remote control for my music player.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://sethjust.com/2010/11/05/new-keyboard-reviewed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Update: Migratory Internet Junk</title>
		<link>http://sethjust.com/2010/05/27/update-migratory-internet-junk/</link>
		<comments>http://sethjust.com/2010/05/27/update-migratory-internet-junk/#comments</comments>
		<pubDate>Thu, 27 May 2010 16:54:26 +0000</pubDate>
		<dc:creator>sethjust</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[2d barcode]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[barcode scanner]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[junk]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[symbology]]></category>
		<category><![CDATA[tgimboej]]></category>

		<guid isPermaLink="false">http://sethjust.com/?p=155</guid>
		<description><![CDATA[I know it&#8217;s taken me a long time to post this, but I received my box of migratory junk on May 10! I got box INTJ-7 which had been shipped out by a nice guy from San Diego. I don&#8217;t have a lot to say now (and no pictures) but I&#8217;d like to share some [...]]]></description>
			<content:encoded><![CDATA[<p>I know it&#8217;s taken me a long time to post this, but I received my <a href="http://sethjust.com/2010/05/03/heads-up-migratory-internet-junk/">box of migratory junk</a> on May 10! I got box <a href="http://tgimboej.org/Box_Code:_INTJ-7">INTJ-7</a> which had been shipped out by a nice guy from San Diego. I don&#8217;t have a lot to say now (and no pictures) but I&#8217;d like to share some of what I got out of it. Perhaps my biggest find was right on top: a Hand Held Products IT4410 2D barcode scanner. On the <a href="http://www.honeywellaidc.com/Site.aspx/na/en/support/technical_support/retired_products/retired/?product=33" class="broken_link">product page</a> I found the <a href="http://www.honeywellaidc.com/download.aspx/44-4710+UG+.pdf?download=/data/57bcf1c7-a155-4520-9031-4fc0aac5db7f.pdf" class="broken_link">manual</a> <a href="http://dl.owneriq.net/0/01135fd7-73fa-4351-a685-a9b05408a412.pdf">manual</a> (pdf link) which explains all of its features.</p>
<p><img class="alignright size-full wp-image-163" title="hhp4410hd" src="http://sethjust.com/wp-content/uploads/2010/05/hhp4410hd.jpg" alt="HHP 4410HD Barcode Scanner" width="80" height="80" /></p>
<p>It turns out that the scanner emulates a PS/2 keyboard and will read almost any 1D or 2D barcode <a href="http://en.wikipedia.org/wiki/Barcode#Symbologies">symbology</a>. After a few hijinks with a loose ribbon cable and flaky PS/2 support on my computer I got the scanner working perfectly. I was even able to change its configuration by scanning barcodes from the manual displayed on my LCD (though I don&#8217;t know if it will work with glossy screens &#8212; mine is matte).</p>
<p>I&#8217;m planning on putting up a more complete summary of what I&#8217;ve found, but here are a few other things that caught my eye:</p>
<ul>
<li>A solenoid-controlled <a href="http://en.wikipedia.org/wiki/Proportioning_valve">proportional valve</a> for small pneumatics or hydraulics.</li>
<li>A bag of large rubber grommets, one of which I cut up to replace the feet on a table lamp.</li>
<li>Three matched stepper motors.</li>
<li>A worm-gearbox connected to a large motor with integrated optical encoder.</li>
<li>A wide variety of IR LED/phototransistor gates.</li>
<li>A pile of 1.8V, 2.5V and 3.3V voltage regulators.</li>
</ul>
<p>Stay tuned for pictures and more details on what I&#8217;m taking and what I&#8217;m going to do with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethjust.com/2010/05/27/update-migratory-internet-junk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Heads Up: Migratory Internet Junk</title>
		<link>http://sethjust.com/2010/05/03/heads-up-migratory-internet-junk/</link>
		<comments>http://sethjust.com/2010/05/03/heads-up-migratory-internet-junk/#comments</comments>
		<pubDate>Tue, 04 May 2010 04:08:18 +0000</pubDate>
		<dc:creator>sethjust</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[junk]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[tgimboej]]></category>

		<guid isPermaLink="false">http://sethjust.com/?p=152</guid>
		<description><![CDATA[If you haven&#8217;t heard of TGIMBOEJ (The Great Internet Migratory Box Of Electronics Junk), you should definitely check it out. The basic idea is that a box of random electronic junk gets shipped between makers and tinkerers, each of whom take something and contribute something to the box, and document what they end up doing. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tgimboej.org/images/8/8b/Initial_contents.jpg"><img class="alignright" src="http://tgimboej.org/images/8/8b/Initial_contents.jpg" alt="" width="240" height="180" /></a>If you haven&#8217;t heard of <a href="http://tgimboej.org/">TGIMBOEJ</a> (The Great Internet Migratory Box Of Electronics Junk), you should definitely check it out. The basic idea is that a box of random electronic junk gets shipped between makers and tinkerers, each of whom take something and contribute something to the box, and document what they end up doing.</p>
<p>To make a long story short, I was recently offered a chance to receive one of these migratory lending libraries, so expect to see something in this space about it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethjust.com/2010/05/03/heads-up-migratory-internet-junk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

