<?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>It&#039;s more fun to compute . . . &#187; Technology</title>
	<atom:link href="http://technoetc.net/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoetc.net/blog</link>
	<description>Andrew O&#039;Malley&#039;s electronic art, music, and technology blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 03:26:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The LEDs are on the wall</title>
		<link>http://technoetc.net/blog/2010/07/22/the-leds-are-on-the-wall/</link>
		<comments>http://technoetc.net/blog/2010/07/22/the-leds-are-on-the-wall/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 04:05:03 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[eyebeam]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[nyc]]></category>
		<category><![CDATA[pcb]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=308</guid>
		<description><![CDATA[I&#8217;ve officially begun my residency at Eyebeam Art + Technology Center in NYC:

[ Eyebeam bio ]
Working with Hernani Dias on the Re:Farm project (see my previous post for some more info about the Re:Farm project), my first objective is to create the PCB for the Re:Farm On The Wall module, a data visualization module using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve officially begun my residency at <a href="http://www.eyebeam.org" target="_blank">Eyebeam Art + Technology Center</a> in NYC:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://technoetc.net/blog/wp-content/uploads/2010/07/eyebeam_bio_500.jpg" alt="" /></p>
<p style="text-align: center;">[ Eyebeam <a href="http://eyebeam.org/people/andrew-o%E2%80%99malley" target="_blank">bio</a> ]</p>
<p>Working with <a href="http://eyebeam.org/people/hernani-dias" target="_blank">Hernani Dias</a> on the <a href="http://www.refarmthecity.org/" target="_blank">Re:Farm</a> project (see my <a href="http://technoetc.net/blog/2010/07/14/making-in-nyc/">previous post</a> for some more info about the Re:Farm project), my first objective is to create the PCB for the <a href="http://www.refarmthecity.org/wiki/index.php?title=On_the_wall" target="_blank">Re:Farm On The Wall</a> module, a data visualization module using an LED display to present data away from the computer screen.</p>
<p>[ details after the break ]</p>
<p><span id="more-308"></span></p>
<p>Here&#8217;s Hernani&#8217;s original sketch for displaying the soil moisture level from 6 sensors:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4119/4816058635_8c9a9d9437.jpg" alt="" /></p>
<p>This design uses 7 LEDs to display the soil moisture level for each of 6 sensors (42 in all).  The design concept has been formalized as seen below:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4082/4816823196_f16c6f2e7e.jpg" alt="" /></p>
<p>The module still has 7 LEDs for each sensor (or farm/garden), but with the addition of LEDs between the groups (for a total of 48) to create a complete circle which can be used with other templates, such as the one below, for visualizing other data such as temperature or humidity:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4101/4816199209_de0cc1c8a7.jpg" alt="" /></p>
<p>Ideally, the board will also incorporate a stepper motor to drive a needle (like a speedometer) for an additional data channel.</p>
<p>I&#8217;m going to first concentrate on the LED display.  Since the board will make use of an ATMEGA microcontroller (Arduino) chip and an XBee radio (to receive the data), real estate on the approx. 3&#8243; x 3&#8243; board is already a bit tight, so I am currently researching <a href="http://en.wikipedia.org/wiki/Charlieplexing" target="_blank">Charlieplexing</a>, an LED driving scheme which allows N*(N-1) LEDs to be directly driven by N pins of the microcontroller.  8 data pins from the microcontroller  can thus be used to control the 48 LEDs since Charlieplexing with 8 pins allows control of up to 8*7=56 LEDs.</p>
<p>At <a href="http://thenexthope.org/" target="_blank">The Next HOPE</a> conference this past weekend (blog post about the conference forthcoming), <a href="http://jimmieprodgers.com/" target="_blank">Jimmie P. Rogers</a> was demo&#8217;ing and selling his <a href="http://jimmieprodgers.com/kits/lolshield/" target="_blank">LoL (Lots of LEDs) Shields</a> for the <a href="http://www.arduino.cc" target="_blank">Arduino</a>.  He has a great <a href="http://jimmieprodgers.com/2009/12/my-development-process/" target="_blank">post</a> about his work with Charlieplexing which I&#8217;m currently consulting.  Talk about serendipity!</p>
<p>In a way, the overlap between the needs of Hernani&#8217;s project and my own interests in lighting and internet-enabled lighting fixtures is serendipitous as well.  It&#8217;s great to be working on a project that is seemingly so diverse from my own projects, yet has so much overlap on the technical side.</p>
<p>It&#8217;s also been interesting to observe Hernani&#8217;s design approach/philosophy which stems from his graphic design background.  It seems like everything starts from the aesthetic: the documentation for the project has some of the <a href="http://www.refarmthecity.org/wiki/index.php?title=On_vacations" target="_blank">nicest component diagrams</a> I&#8217;ve seen; and even his <a href="http://www.refarmthecity.org/blog/wp-content/refarm-timeline-201011.pdf" target="_blank">calendar</a> is created in Illustrator <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2010/07/22/the-leds-are-on-the-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printed circuit board (PCB) etching</title>
		<link>http://technoetc.net/blog/2010/05/14/printed-circuit-board-pcb-etching/</link>
		<comments>http://technoetc.net/blog/2010/05/14/printed-circuit-board-pcb-etching/#comments</comments>
		<pubDate>Sat, 15 May 2010 01:46:55 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[art exhibition]]></category>
		<category><![CDATA[electric window]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[pcb]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=258</guid>
		<description><![CDATA[Scope
This post assumes some knowledge of PCB etching methods and is an account of my experience with the toner transfer method. If this is new to you, you may have to get Googling on a few of things mentioned here. That said, I&#8217;ve linked to the sites I found most useful during the process.
Intro
Up until [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Scope</strong></p>
<p>This post assumes some knowledge of PCB etching methods and is an account of my experience with the toner transfer method. If this is new to you, you may have to get <a href="http://google.com" target="_blank">Googling</a> on a few of things mentioned here. That said, I&#8217;ve linked to the sites I found most useful during the process.</p>
<p><strong>Intro</strong></p>
<p>Up until now, I&#8217;ve been hand wiring all the the circuits for my <a href="http://technoetc.net/blog/2010/01/24/electric-window-3-03/" target="_self">Electric Window</a> series.</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4060/4286843618_b5f2cfa4a5.jpg" alt="" width="500" height="322" /></p>
<p>It&#8217;s a fairly straightforward process to build the circuit on a piece of protoboard, and for an <em>Electric Window 3</em> circuit, it takes about two hours. The bottleneck of this process is preparing all the connecting wires (shown in white in the above photo) and ensuring all the interconnections are correct, ie, connecting the right components to the right pins of the microprocessor and the power and ground points.</p>
<p>While I find this process efficient/adequate for one-off circuits and prototypes, it gets monotonous when making multiple copies of the same circuit.</p>
<p>For our recent contribution to the <a href="http://technoetc.net/blog/2010/05/14/tweet-all-about-it-ottawa%E2%80%99s-chinatown-goes-global/" target="_self">Chinatown Remixed</a> exhibition, Deb and I (working as <a href="http://www.thelatestartists.com" target="_blank">The Latest Artists</a>) envisioned a series of <em>Electric Window 3</em> light boxes, displaying various animations along with text from <a href="http://www.twitter.com" target="_blank">Twitter</a> via a wireless internet connection. I decied to use this as an opportunity to finally learn how to etch PCBs.</p>
<p>I&#8217;d previously been intimidated by the PCB etching process for similar reasons as Collin from Make:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/tWnfnt2rNO0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/tWnfnt2rNO0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>There seemed to be a steep learning curve, as I&#8217;d yet to use electronic CAD software such as <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CBcQFjAA&amp;url=http%3A%2F%2Fwww.cadsoftusa.com%2F&amp;rct=j&amp;q=eagle+pcb&amp;ei=M_rtS_vrPIT78AaCyNT9Cg&amp;usg=AFQjCNGPkUWNMDaMFcZm11VlafsTOeTtYg&amp;sig2=7B2uXLl9hMfK8gVAjWpwhg" target="_blank">Eagle</a>, and the actual etchning process seemed finicky and messy.</p>
<p>After watching Collin&#8217;s video, a few others on YouTube, and reading some on-line tutorials (found via Google), I decided to attempt etching with the toner transfer method, since I already have a laser printer and clothes iron.</p>
<p>[ More after the break . . . ]</p>
<p><span id="more-258"></span></p>
<p><strong>Schematic capture and circuit layout</strong></p>
<p>The first order of business was to electronically capture the schematic and create the board layout.</p>
<p>I knew I&#8217;d be creating a single-sided board for the sake of simplicity, so I created a rough layout by hand &#8212; based on my existing hand-drawn schematic (not shown) &#8212; to get an idea of where the components should best be and which microprocessor pins were best to avoid crossing wires and/or requring jumpers:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1229/4607196389_92121176b5.jpg" alt="" width="500" height="375" /></p>
<p>As I said, rough, but it was enough to get going.</p>
<p>While there are plenty of software alternatives, free and otherwise, for schematic capture and PCB layout, I decided to go with <a href="http://www.cadsoftusa.com/" target="_blank">Eagle</a> because a) it&#8217;s free to use for 3&#8243; x 4&#8243; boards, and b) there&#8217;s an abundance of resources/help out there for it.</p>
<p>I used this helpful <a href="http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=108" target="_blank">tutorial</a> and <a href="http://www.opencircuits.com/SFE_Footprint_Library_Eagle" target="_blank">parts library</a> from <a href="http://www.sparkfun.com" target="_blank">Sparkfun</a> to get going with the program, and soon enough I had my first CAD schematic:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1356/4607807676_4b103058a1.jpg" alt="" width="500" height="294" /></p>
<p>I then moved onto the PCB layout portion and used the auto-route feature to start the intimidating process of trace layout. With a bit of additional tweaking by hand, I had a layout I was happy with. I originally designed the board to be 3&#8243; x 1.5&#8243; but that resulted in tight traces and traces running really close to microprocessor pin connections. Being unsure of the tolerances/accuracy of the etching process to come, I decided to give the circuit more margin and ended up with a 3&#8243; x 2&#8243; board:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1154/4607806934_8fab7f4866.jpg" alt="" width="500" height="329" /></p>
<p><strong>Toner transfer</strong></p>
<p>Although I&#8217;d repeatedly read that glossy or photo paper was best to print the circuit for transfer onto the copper board, I didn&#8217;t have any of these fancy papers on hand, and didn&#8217;t want to make a trip to the store if I didn&#8217;t have to. So I decided to try it with regular paper.</p>
<p>I readied my otherwise unused clothses iron:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1063/4607196313_6efb6e2b79.jpg" alt="" width="500" height="300" /></p>
<p>Naturally I didn&#8217;t turn it on until resting it on its back, and I wish more turorials were explicit about whether or not you should have water in there or not. The answer is no.</p>
<p>I cut my copper board to size and used a sponge to clean it with isopropyl alchohol (a 70% solution from the drug store).</p>
<p>I grabbed a scrap piece of wood to do the ironing on:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1173/4607807734_a0ff793786.jpg" alt="" width="500" height="307" /></p>
<p>and it didn&#8217;t work. After several attempts to iron the circuit pattern onto the pattern from regular paper, it just wouldn&#8217;t stick. Whenever I&#8217;d move the iron around, the paper would slip and the result would be a smugged circuit pattern on the copper board.</p>
<p>I really didn&#8217;t want to make a run to the store for special paper, so I consulted Google instead. I found this great <a title="good PCB tutorial" href="http://www.riccibitti.com/pcb/pcb.htm" target="_blank">article</a> explaining how you can use glossy magazine paper, the principle being that the laser toner doesn&#8217;t stick very well to it, thus making it easy to transfer onto the copper &#8212; the same principle behind using special glossy or photo paper I&#8217;d previously read about.</p>
<p>I set to work with the cheaper and more easily available magazine paper I already had around, trimming it to fit my printer before making a few prints of the circuit:</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4027/4607806870_e970da94fb.jpg" alt="" width="500" height="375" /></p>
<p>Back to the ironing board:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3399/4607807084_90642c2841.jpg" alt="" width="500" height="269" /></p>
<p>and it stuck! The paper stuck pretty much immediatly after applying heat with the iron, and I was able to move the iron around and evenly heat the entire circuit. Soon I could see the traces through the paper:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm2.static.flickr.com/1276/4607196261_0c9067a795.jpg" alt="" width="500" height="375" /></p>
<p>I let the board cool a bit, then put it in a sink of warm water. The magazine paper came off very easily, and the traces didn&#8217;t budge or scratch away. I&#8217;d read that you need to let the paper soak for 5-10 minutes before it&#8217;ll come off the board, but I found with the magainze paper it only needed to soak for 2 or 3.</p>
<p>I&#8217;d also read that you need to press really hard while ironing, and iron for 5 or more minutes. I&#8217;m not sure so much force and time are required with the magazine paper technique, as I ended up with a few smudged traces:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3309/4607196563_6f520e6c27.jpg" alt="" width="500" height="348" /></p>
<p>Specifically, there were a few pads that had shorted together on the transfer:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1201/4607196635_068c29de3e.jpg" alt="" width="500" height="204" /></p>
<p>Using an X-Acto knife, I was easily able to scrape spaces between the pads before etching.</p>
<p><strong>Etching</strong></p>
<p>Now the fun part: etching with chemicals!</p>
<p>I decided to use ferric chloride since I didn&#8217;t want to mix my own etchant with ammonium persulphate and water, or the like.</p>
<p>I bought some handy etching trays with corner spouts at the local electronics store, and with some chemical resistant gloves, got set up in the utility sink:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1188/4607807068_b9080eb102.jpg" alt="" width="375" height="500" /></p>
<p>Rubber gloves on from this point: I filled one tray with water for rinsing, and I poured about a centimetre (0.4&#8243;) of etchant into the other one. I put the circuit board, traces up (more about this later), in the etchant, and let it soak for about 15 minutes. Not much seemed to be happening, so I decided to try the scrubing technique described in Sonodrome&#8217;s great tutorial video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/frsDN7usyCs&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/frsDN7usyCs&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>It worked like a charm, the exposed copper started to come off the board, while the circuit traces held up well, even against fairly rigorous scrubbing. Caution needed to be taken at this step to avoid splashing etchant around, though!</p>
<p>Here&#8217;s the etched board with the toner still in tact. I think it looks silver/white from remaining fibres of the magazine paper:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3358/4607807364_6efb37f53f.jpg" alt="" width="500" height="311" /></p>
<p>Next I used isopropyl alchohol and a sponge (seperate from the one I used to scrub with etchant) to clean off the toner. Some of the pads had smugged edges, faithful to the smudged transfer image, but the board had no short or open circuits:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1298/4607807428_4dd8531d9b.jpg" alt="" width="500" height="311" /></p>
<p><strong>Drilling and assembly</strong></p>
<p>I trimmed to board to length, and drilled the holes. Since I aready have a <a href="http://www.dremel.com/Pages/default.aspx" target="_blank">Dremel</a> tool, I bought the Dremel drill press attachment and a package of small bits. I also bought the Dremel keyless chuck to accomodate the smaller bits.</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3347/4607196419_a9201052ed.jpg" alt="" width="375" height="500" /></p>
<p>Despite not being carbide bits, as recommended by many tutorials for drilling PCBs, they worked fine, and didn&#8217;t break or noticeably dull.</p>
<p>Lastly, I populated and soldered the board:</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4010/4607196867_9313a168dd.jpg" alt="" width="500" height="346" /></p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3587/4607196953_d2b93c4c37.jpg" alt="" width="500" height="375" /></p>
<p>Not the most photogenic, but totally functional <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I wanted to tin the board, but the local shop where I got my supplies didn&#8217;t have any tinning materials.</p>
<p><strong>Initial impressions</strong></p>
<p>So, did I save any time!?</p>
<p>Let&#8217;s compare. I takes me 2 hours to make this circuit from protoboard. I&#8217;m familiar enough with the circuit that I don&#8217;t need to keep refering to the schematic, the real time taking tedium of this method is cutting all the connecting wires.</p>
<p>To learn Eagle and create the PCB layout, I spent about 6 hours. Since this was my first time through the process, I&#8217;m not sure how much of this time I should count against the protoboard method.</p>
<p>Etching and drilling, including the necessary clean-up of nasty chemicals was about an hour the first time through. Again, part of a learning process.</p>
<p>Soldering the circuit took only around fifteen minutes, though.</p>
<p>For one circuit board, this definately didn&#8217;t save any time.</p>
<p><strong>Rinse and repeat</strong></p>
<p>I needed 3 more boards for the Chinatown Remixed installation, so I did all these in a second etching session.</p>
<p>I made a few modifications to the layout, to run the traces clearer of the microprocessor pads, and to move the programming header (bottom centre) away from the LED screen connector (upper left) to make it easier to program the board when attached to the LED screen (glad I didn&#8217;t make all 4 like this!).</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1430/4607807576_8d4109513c_o.jpg" alt="" width="485" height="303" /></p>
<p>Here&#8217;s the 3 boards after ironing the toner transfer to the copper:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1262/4607806796_cb631e49ed.jpg" alt="" width="500" height="291" /></p>
<p>I did the 3 boards seperately instead of together on one larger boards to experiment with the timing of various steps of the process. This time around, some of my traces broke, so I repaired these with a black Sharpie marker.</p>
<p>All the boards etched successfully, including the portions repaired by the Sharpie. Next, I drilled them: all the small holes first, followed by large holes; I did this in case I accidentally drilled a large hole with a small bit, allowing me to enlarge it if necessary.</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1044/4607196119_c6242b7117.jpg" alt="" width="500" height="258" /></p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3399/4607806756_5ba827e71e.jpg" alt="" width="500" height="250" /></p>
<p><strong>Next impressions</strong></p>
<p>So, did I save any time across multiple boards?</p>
<p>The answer is yes! Although, for this circuit I only saved about 15 minutes per board compared to the protoboarding method (not including the time spent learning Eagle). However, I assume there would be more time savings with more complex boards.</p>
<p>That said, I do feel that I saved <em>labour</em>. Soldering each circuit together on a protoboard, making sure to correctly wire each connection requires considerable mental attention, in contrast to the &#8220;dumb labour&#8221; required to etch and drill the boards, followed by the comparatively easy task of populating the boards without having to handwire all the interconnections.</p>
<p>Another advantage to the PCB method was that Deb and I could work in parallel to solder the boards together.</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4072/4607196099_958fd2fe11.jpg" alt="" width="500" height="352" /></p>
<p>I also imagine I&#8217;ll shave some time off as I become more proficient with the process, so I&#8217;ll definately continue to etch my own PCBs!</p>
<p><strong>Some tips</strong></p>
<p>I would highty recommend the use of glossy magazine paper for printing your circuit designs on: it&#8217;s cheap/free; you probably have some already; and it comes off in water very easily and quickly.</p>
<p>If you use glossy magazine paper, I found that a lot of ironing pressure wasn&#8217;t required, just be firm. I also found it only took about 3-4 minutes (for a 3&#8243; x 2&#8243; board) to do the transfer. More time can actually start to smudge the transfer, as discussed above. You&#8217;ll have to experient with this.</p>
<p>High speed steel (HSS) bits seem to work fine. I ordered some additional bits from <a href="http://www.digikey.com" target="_blank">Digikey</a> for drilling the PCBs, since I&#8217;ve read so many times that anything other than carbide bits will dull very quickly when drilling PCBs. I&#8217;ve found the HSS bits to work well so far. Bare in mind I&#8217;ve only done about a half dozen boards. However, I have yet to break a bit and the bits are much cheaper than carbide. I just bought a bunch of bits to compensate for any dulling. For the price of one carbide bit, I was able to buy 3 HSS bits.</p>
<p>If you are not agitating (ie, constantly moving) the board in etchant, place the board traces up. I&#8217;ve heard that putting the traces face down enlists gravity to help remove the etched copper, but I found the ridges on the bottom of my etching tray started to leave lines on my circuit when I didn&#8217;t agitate.</p>
<p><strong>The finished product</strong></p>
<p>If you&#8217;ve read this far, you&#8217;re probably curious about the final product these circuit boards belong to!</p>
<p>They&#8217;re used to drive LED displays from <a href="http://www.sureelectronics.net/" target="_blank">Sure Electronics</a>, for a series of Electric Window 3 light boxes in a public art installation.</p>
<p>The following picture shows 3 of the Sure displays cascaded, and the driver circuit with an <a title="Sparkfun XBee page" href="http://www.sparkfun.com/commerce/product_info.php?products_id=8664" target="_blank">XBee radio</a> attached:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3032/4607806550_c7177e9257.jpg" alt="" width="500" height="387" /></p>
<p>The XBee is used to wirelessly query a WiFi-enabled master controller (not shown) for strings of text to display, from Twitter; this <a href="http://technoetc.net/blog/2010/05/14/tweet-all-about-it-ottawa%E2%80%99s-chinatown-goes-global/" target="_self">post</a> has a clear explanation of the final installation.</p>
<p>The black, rectangular connector on the bottom-left of the driver circuit mates directly with the LED display, as shown below:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1438/4607196041_045b199aab.jpg" alt="" width="500" height="375" /></p>
<p>The dangly bit on the bottom left is the power connector.</p>
<p>Next these units were installed in custom-made, acrylic enclosures:</p>
<p>Here&#8217;s some &#8220;still on the bench&#8221; shots of the finished boxes:</p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1183/4607806606_9e7384c332.jpg" alt="" width="500" height="250" /></p>
<p><img class="aligncenter" src="http://farm2.static.flickr.com/1421/4607806572_64f5b4ab4b.jpg" alt="" width="500" height="235" /></p>
<p>The deadline for this project didn&#8217;t permit time for better photos of the final boxes before installation on-site, so stay tuned for more pics and videos.</p>
<p>Thanks for checkin&#8217; all this out, all the best with your circuit etching endeavors!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2010/05/14/printed-circuit-board-pcb-etching/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Interactive Audio/Visual Installation</title>
		<link>http://technoetc.net/blog/2009/12/14/interactive-audiovisual-installation/</link>
		<comments>http://technoetc.net/blog/2009/12/14/interactive-audiovisual-installation/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 03:01:59 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Latest Artists]]></category>
		<category><![CDATA[art exhibition]]></category>
		<category><![CDATA[drum machine]]></category>
		<category><![CDATA[google sketchup]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=178</guid>
		<description><![CDATA[Just finished a proof-of-concept video for an interactive audio/visual installation, where the audience become the performers in a room-sized drum machine with blinking lights and sychronized video:

The audio is straight from a drum machine, triggering the video in real time which is done in Processing; this initial draft shows that this is just the tip [...]]]></description>
			<content:encoded><![CDATA[<p>Just finished a proof-of-concept video for an interactive audio/visual installation, where the audience become the performers in a room-sized drum machine with blinking lights and sychronized video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8183634&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=8183634&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The audio is straight from a drum machine, triggering the video in real time which is done in <a href="http://www.processing.org" target="_blank">Processing</a>; this initial draft shows that this is just the tip of the iceberg for what&#8217;s possible . . .</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/12/14/interactive-audiovisual-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLR Podcast</title>
		<link>http://technoetc.net/blog/2009/11/25/clr-podcast/</link>
		<comments>http://technoetc.net/blog/2009/11/25/clr-podcast/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:41:36 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[DJ/VJ]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[techno]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=153</guid>
		<description><![CDATA[Came across this nice interview w/ Chris Liebing enthusing about digital dj&#8217;ing technology:

Although I didn&#8217;t learn anything new technology-wise, I was very pleased to learn about his great series of techno podcasts.
[ Via Dubspot's blog. ]
]]></description>
			<content:encoded><![CDATA[<p>Came across this nice interview w/ Chris Liebing enthusing about digital dj&#8217;ing technology:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/xmkLNavD3mM&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/xmkLNavD3mM&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Although I didn&#8217;t learn anything new technology-wise, I was very pleased to learn about his great series of techno <a href="http://clr.net/podcast/" target="_blank">podcasts</a>.</p>
<p>[ Via Dubspot's <a href="http://dubspot.squarespace.com/" target="_blank">blog</a>. ]</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/11/25/clr-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kraftwerk sitcom</title>
		<link>http://technoetc.net/blog/2009/11/13/kraftwerk-sitcom/</link>
		<comments>http://technoetc.net/blog/2009/11/13/kraftwerk-sitcom/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:55:38 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[kraftwerk]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=151</guid>
		<description><![CDATA[For whatever reason, I find the following combination of Kraftwerk&#8217;s seriousness mixed with a laugh track and a chiché plot hilarious:

]]></description>
			<content:encoded><![CDATA[<p>For whatever reason, I find the following combination of Kraftwerk&#8217;s seriousness mixed with a laugh track and a chiché plot hilarious:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/A-haWSy43Ks&amp;hl=en_US&amp;fs=1&amp;color1=0x5d1719&amp;color2=0xcd311b" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/A-haWSy43Ks&amp;hl=en_US&amp;fs=1&amp;color1=0x5d1719&amp;color2=0xcd311b" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/11/13/kraftwerk-sitcom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Classic quote</title>
		<link>http://technoetc.net/blog/2009/10/28/classic-quote/</link>
		<comments>http://technoetc.net/blog/2009/10/28/classic-quote/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 03:53:10 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[synthesizers]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=118</guid>
		<description><![CDATA[The work of production is really reduction.
From this video:

Found via Innercityvison&#8217;s blog.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>The work of production is really reduction.</p></blockquote>
<p>From this video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/QfhVbHj4mPs&amp;hl=en&amp;fs=1&amp;color1=0xcc2550&amp;color2=0xe87a9f" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/QfhVbHj4mPs&amp;hl=en&amp;fs=1&amp;color1=0xcc2550&amp;color2=0xe87a9f" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Found via <a href="http://www.innercityvisions.com/" target="_blank">Innercityvison</a>&#8217;s <a href="http://blog.innercityvisions.com/" target="_blank">blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/10/28/classic-quote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I couldn&#8217;t agree more</title>
		<link>http://technoetc.net/blog/2009/10/23/i-couldnt-agree-more/</link>
		<comments>http://technoetc.net/blog/2009/10/23/i-couldnt-agree-more/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:20:11 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=110</guid>
		<description><![CDATA[People are finding it easy to publish something without any controls. And this is the problem with the internet in general. There is so much information, and no one knows if it&#8217;s true or not. It&#8217;s just there. It&#8217;s an information monster.
From Resident Advisor&#8217;s recent interview w/ Ricardo Villabolos.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>People are finding it easy to publish something without any controls. And this is the problem with the internet in general. There is so much information, and no one knows if it&#8217;s true or not. It&#8217;s just there. It&#8217;s an information monster.</p></blockquote>
<p>From Resident Advisor&#8217;s recent <a href="http://www.residentadvisor.net/feature.aspx?1128" target="_blank">interview</a> w/ Ricardo Villabolos.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/10/23/i-couldnt-agree-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedded solutions</title>
		<link>http://technoetc.net/blog/2009/10/05/embedded-solutions/</link>
		<comments>http://technoetc.net/blog/2009/10/05/embedded-solutions/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 23:00:25 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=35</guid>
		<description><![CDATA[
Here&#8217;s a fantastic survey of embedded computing platforms, covering everything from Arduino to plug-and-play modular systems:
http://www.partly-cloudy.com/misc
Makes for a really handy reference!
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-39" title="circuit_boards_01" src="http://technoetc.net/blog/wp-content/uploads/2009/10/circuit_boards_01.jpg" alt="circuit_boards_01" width="500" height="375" /></p>
<p>Here&#8217;s a fantastic survey of embedded computing platforms, covering everything from <a href="http://arduino.cc" target="_blank">Arduino</a> to plug-and-play modular systems:</p>
<p><a href="http://www.partly-cloudy.com/misc/" target="_blank">http://www.partly-cloudy.com/misc</a></p>
<p>Makes for a really handy reference!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/10/05/embedded-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 2nd Arudino project</title>
		<link>http://technoetc.net/blog/2009/06/01/my-2nd-arudino-project/</link>
		<comments>http://technoetc.net/blog/2009/06/01/my-2nd-arudino-project/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 00:06:28 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Latest Artists]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[cube gallery]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=28</guid>
		<description><![CDATA[After encouraging results with my first Arudino project, Deb and I teamed up with Arduino again for our entry in Cube Gallery&#8217;s Nocturne show, a group exhibition dedicated to the beauty of the night sky.
As the only electronic artists in the show, we built a triptych of animated light boxes representing the stars of Orion&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>After encouraging results with my <a href="http://technoetc.net/blog/?p=14" target="_self">first Arudino project</a>, Deb and I teamed up with Arduino again for our entry in <a title="Cube Gallery" href="http://www.cubegallery.ca" target="_blank">Cube Gallery</a>&#8217;s Nocturne show, a group exhibition dedicated to the beauty of the night sky.</p>
<p>As the only electronic artists in the show, we built a triptych of animated light boxes representing the stars of Orion&#8217;s Belt.</p>
<p><img class="alignnone size-full wp-image-43" title="orions_belt_01" src="http://technoetc.net/blog/wp-content/uploads/2009/10/orions_belt_01.jpg" alt="orions_belt_01" width="500" height="305" /></p>
<p><span id="more-28"></span></p>
<p><img class="alignnone size-full wp-image-44" title="orions_belt_02" src="http://technoetc.net/blog/wp-content/uploads/2009/10/orions_belt_02.jpg" alt="orions_belt_02" width="500" height="264" /></p>
<p>Using an <a href="http://www.arduino.cc" target="_blank">Arduino</a> to control a <a title="TLC5940 product page" href="http://focus.ti.com/docs/prod/folders/print/tlc5940.html" target="_blank">TLC5940</a> LED driver chip with Alex Leone&#8217;s awesome <a title="TLC5940 library" href="http://www.arduino.cc/playground/Learning/TLC5940" target="_blank">library</a>, I wrote the software for the project to &#8220;randomly&#8221; fade a set of 16 LEDs inside each fixture, creating an ever changing field of fast/slow, long/short, many/few twinkling stars.</p>
<p>Here&#8217;s the ubiqitous &#8220;Arduino + LEDs in a breadboard&#8221; shot &#8212; testing the driver chip:</p>
<p><img class="alignnone size-full wp-image-45" title="orions_belt_05" src="http://technoetc.net/blog/wp-content/uploads/2009/10/orions_belt_05.jpg" alt="orions_belt_05" width="500" height="375" /></p>
<p>After successful breadboarding, custom Arduino + driver chip boards were soldered together:</p>
<p><img class="alignnone size-full wp-image-46" title="orions_belt_03" src="http://technoetc.net/blog/wp-content/uploads/2009/10/orions_belt_03.jpg" alt="orions_belt_03" width="500" height="261" /></p>
<p><img class="alignnone size-full wp-image-47" title="orions_belt_04" src="http://technoetc.net/blog/wp-content/uploads/2009/10/orions_belt_04.jpg" alt="orions_belt_04" width="500" height="375" /></p>
<p>After a lot of sawing, sanding, and painting, the frames were stuffed with the LEDs and mirrors for the final products:</p>
<p><img class="alignnone size-full wp-image-48" title="orions_belt_06" src="http://technoetc.net/blog/wp-content/uploads/2009/10/orions_belt_06.jpg" alt="orions_belt_06" width="500" height="428" /></p>
<p><img class="alignnone size-full wp-image-49" title="orions_belt_07" src="http://technoetc.net/blog/wp-content/uploads/2009/10/orions_belt_07.jpg" alt="orions_belt_07" width="500" height="499" /></p>
<p>&#8220;Nocture&#8221; runs @ <a href="http://www.cubegallery.ca" target="_blank">Cube Gallery</a> from 20 May to 30 June 2009.</p>
<p>Here&#8217;s the official write-up for the pieces:</p>
<blockquote>
<p class="MsoNormal">THE BELT OF ORION</p>
<p class="MsoNormal">
<p class="MsoNormal">The Latest Artists (Andrew + Deborah O’Malley), May 2009</p>
<p class="MsoNormal">17” x 17” x 5” (x3)</p>
<p class="MsoNormal">Wood, mirrors, LEDs, custom electronics</p>
<p class="MsoNormal">With gracious support from the <a title="OAC" href="http://www.arts.on.ca/index.html" target="_blank">Ontario Arts Council</a></p>
<p class="MsoNormal">
<p class="MsoNormal">Orion, often referred to as &#8220;The Hunter,&#8221; is a prominent constellation – one of the largest, most conspicuous, and most recognizable in the night sky. Its name refers to Orion, a hunter in Greek mythology. Orion&#8217;s brilliant stars are found on the celestial equator and are visible throughout the world. THE BELT OF ORION, known by many names across ancient cultures, is comprised of three stars: Zeta Orionis, Epsilon Orionis and Delta Orionis.</p>
<p class="MsoNormal">
<p class="MsoNormal">Zeta Orionis is a triple star some 800 light years distant in the constellation Orion. Zeta Orionis is the left-most star. The primary star is a hot blue supergiant with an absolute magnitude of -5.25. It is the brightest class O star in the night sky with a visual magnitude of 1.70. It has two bluish 4th magnitude companions.</p>
<p class="MsoNormal">
<p class="MsoNormal">Epsilon Orionis is the middle star. A large blue star, it is the 30th brightest star in the sky. As a blue-white supergiant it is one of the most luminous stars known. Within the next million years, this star may turn into a red supergiant and explode as a supernova. It is surrounded by a molecular cloud, NGC 1990, which it brightens to make a reflection nebula. Its stellar winds may reach up to 2000 km/s, causing it to lose mass about 20 million times more rapidly than the Sun.</p>
<p class="MsoNormal">
<p class="MsoNormal">Delta Orionis, is a star some 900 light years distant in the constellation Orion. Delta Orionis is the right-most star at the western end of Orion&#8217;s belt. Delta Orionis has a magnitude 7 star about 52&#8243; away from the main component and an even fainter star in between. The main component itself is also double, consisting of a class B giant and a smaller, but hotter class O. The stars orbit each other every 5.73 days. These two stars are both about 70,000 times as luminous as the Sun with a mass of some 20 solar masses.</p>
<p class="MsoNormal">(Source: <a href="http://www.wikipedia.com" target="_blank">Wikipedia</a>)</p>
</blockquote>
<p>Naturally, animated light sculptures are best documented with a video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6625940&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=6625940&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00adef&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Seems the temptation to combine Arduino with LEDs was just too great <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 2912px; width: 1px; height: 1px;">
<div style="margin: 1ex;">
<div>
<p align="center"><span style="font-family: Tahoma; font-size: x-large;"><strong>THE BELT OF ORION</strong></span></p>
<p align="justify"><span style="font-family: Tahoma; font-size: medium;"><strong>Orion</strong></span><span style="font-family: Tahoma; font-size: small;">, often referred to as &#8220;The Hunter,&#8221;  is a prominent </span><a href="http://en.wikipedia.org/wiki/Constellation" target="_blank"><span style="font-family: Tahoma; font-size: small;">constellation</span></a><span style="font-family: Tahoma; font-size: small;"> – one of the largest, most conspicuous, and  most recognizable in the night sky. Its name refers to </span><a href="http://en.wikipedia.org/wiki/Orion_%28mythology%29" target="_blank"><span style="font-family: Tahoma; font-size: small;">Orion</span></a><span style="font-family: Tahoma; font-size: small;">,  a hunter in </span><a href="http://en.wikipedia.org/wiki/Greek_mythology" target="_blank"><span style="font-family: Tahoma; font-size: small;">Greek mythology</span></a><span style="font-family: Tahoma; font-size: small;">. Orion&#8217;s brilliant stars are found on the </span><a href="http://en.wikipedia.org/wiki/Celestial_equator" target="_blank"><span style="font-family: Tahoma; font-size: small;">celestial equator</span></a><span style="font-family: Tahoma; font-size: small;"> and are visible throughout the world. </span><span style="font-family: Tahoma; font-size: medium;"><strong>THE  BELT OF ORION</strong></span><span style="font-family: Tahoma; font-size: small;">, known by many  names across ancient cultures, is comprised of three stars: <strong><em>Zeta  Orionis, </em></strong></span><a href="http://en.wikipedia.org/wiki/Epsilon_Orionis" target="_blank"><span style="font-family: Tahoma; font-size: small;"><strong><em>Epsilon  Orionis</em></strong></span></a><span style="font-family: Tahoma; font-size: small;"> and<strong> </strong></span><a href="http://en.wikipedia.org/wiki/Delta_Orionis" target="_blank"><span style="font-family: Tahoma; font-size: small;"><strong><em>Delta Orionis</em></strong></span></a><span style="font-family: Tahoma; font-size: small;"><strong><em>. </em></strong></span></p>
<p align="justify"><span style="font-family: Tahoma; font-size: medium;"><strong>Zeta Orionis</strong></span><span style="font-family: Tahoma; font-size: small;"> is a </span><a href="http://en.wikipedia.org/wiki/Multiple_star" target="_blank"><span style="font-family: Tahoma; font-size: small;">triple  star</span></a><span style="font-family: Tahoma; font-size: small;"> some 800 light years distant  in the </span><a href="http://en.wikipedia.org/wiki/Constellation" target="_blank"><span style="font-family: Tahoma; font-size: small;">constellation</span></a><span style="font-family: Tahoma; font-size: small;"> </span><a href="http://en.wikipedia.org/wiki/Orion_%28constellation%29" target="_blank"><span style="font-family: Tahoma; font-size: small;">Orion</span></a><span style="font-family: Tahoma; font-size: small;">. Zeta Orionis is the left-most star. The primary  star is a hot </span><a href="http://en.wikipedia.org/wiki/Blue_supergiant" target="_blank"><span style="font-family: Tahoma; font-size: small;">blue supergiant</span></a><span style="font-family: Tahoma; font-size: small;"> with an absolute magnitude of -5.25. It is  the brightest </span><a href="http://en.wikipedia.org/wiki/Stellar_classification#Class_O" target="_blank"><span style="font-family: Tahoma; font-size: small;">class O</span></a><span style="font-family: Tahoma; font-size: small;"> </span><a href="http://en.wikipedia.org/wiki/Star" target="_blank"><span style="font-family: Tahoma; font-size: small;">star</span></a><span style="font-family: Tahoma; font-size: small;"> in the night sky with a visual magnitude of  1.70. It has two bluish 4th magnitude companions. </span></p>
<p align="justify"><span style="font-family: Tahoma; font-size: medium;"><strong>Epsilon Orionis</strong></span><span style="font-family: Tahoma; font-size: small;"> is the middle star. A large blue </span><a href="http://en.wikipedia.org/wiki/Star" target="_blank"><span style="font-family: Tahoma; font-size: small;">star</span></a><span style="font-family: Tahoma; font-size: small;">,  it is the </span><a href="http://en.wikipedia.org/wiki/List_of_brightest_stars" target="_blank"><span style="font-family: Tahoma; font-size: small;">30th brightest</span></a><span style="font-family: Tahoma; font-size: small;"> star in the sky. As a </span><a href="http://en.wikipedia.org/wiki/Blue_supergiant" target="_blank"><span style="font-family: Tahoma; font-size: small;">blue-white supergiant</span></a><span style="font-family: Tahoma; font-size: small;"> it is </span><a href="http://en.wikipedia.org/wiki/List_of_most_luminous_stars" target="_blank"><span style="font-family: Tahoma; font-size: small;">one of the most  luminous stars known</span></a><span style="font-family: Tahoma; font-size: small;">. Within  the next million years, this star may turn into a </span><a href="http://en.wikipedia.org/wiki/Red_supergiant" target="_blank"><span style="font-family: Tahoma; font-size: small;">red supergiant</span></a><span style="font-family: Tahoma; font-size: small;"> and explode as a </span><a href="http://en.wikipedia.org/wiki/Supernova" target="_blank"><span style="font-family: Tahoma; font-size: small;">supernova</span></a><span style="font-family: Tahoma; font-size: small;">. It is surrounded by a </span><a href="http://en.wikipedia.org/wiki/Molecular_cloud" target="_blank"><span style="font-family: Tahoma; font-size: small;">molecular cloud</span></a><span style="font-family: Tahoma; font-size: small;">, </span><a href="http://en.wikipedia.org/w/index.php?title=NGC_1990&amp;action=edit&amp;redlink=1" target="_blank"><span style="font-family: Tahoma; font-size: small;">NGC 1990</span></a><span style="font-family: Tahoma; font-size: small;">,  which it brightens to make a </span><a href="http://en.wikipedia.org/wiki/Reflection_nebula" target="_blank"><span style="font-family: Tahoma; font-size: small;">reflection  nebula</span></a><span style="font-family: Tahoma; font-size: small;">. Its stellar <a name="0.1__Hlt230420294"></a><a name="0.1__Hlt230420295"></a> winds may reach up to 2000 </span><a href="http://en.wikipedia.org/wiki/Velocity" target="_blank"><span style="font-family: Tahoma; font-size: small;">km/s</span></a><span style="font-family: Tahoma; font-size: small;">, causing it to lose </span><a href="http://en.wikipedia.org/wiki/Mass" target="_blank"><span style="font-family: Tahoma; font-size: small;">mass</span></a><span style="font-family: Tahoma; font-size: small;"> about 20 million times more rapidly than the Sun.</span></p>
<p align="justify"><span style="font-family: Tahoma; font-size: medium;"><strong>Delta Orionis</strong></span><span style="font-family: Tahoma; font-size: small;">, is a </span><a href="http://en.wikipedia.org/wiki/Star" target="_blank"><span style="font-family: Tahoma; font-size: small;">star</span></a><span style="font-family: Tahoma; font-size: small;"> some 900 light years distant in the </span><a href="http://en.wikipedia.org/wiki/Constellation" target="_blank"><span style="font-family: Tahoma; font-size: small;">constellation</span></a><span style="font-family: Tahoma; font-size: small;"> </span><a href="http://en.wikipedia.org/wiki/Orion_%28constellation%29" target="_blank"><span style="font-family: Tahoma; font-size: small;">Orion</span></a><span style="font-family: Tahoma; font-size: small;">.  Delta Orionis is the right-most star at the western end of Orion&#8217;s belt.  Delta Orionis has a </span><a href="http://en.wikipedia.org/wiki/Apparent_magnitude" target="_blank"><span style="font-family: Tahoma; font-size: small;">magnitude</span></a><span style="font-family: Tahoma; font-size: small;"> 7 star about 52&#8243; away from the main component  and an even fainter star in between. The main component itself is also  double, consisting of a class B giant and a smaller, but hotter class  O. The stars orbit each other every 5.73 days. These two stars are both  about 70,000 times as </span><a href="http://en.wikipedia.org/wiki/Luminosity" target="_blank"><span style="font-family: Tahoma; font-size: small;">luminous</span></a><span style="font-family: Tahoma; font-size: small;"> as the </span><a href="http://en.wikipedia.org/wiki/Sun" target="_blank"><span style="font-family: Tahoma; font-size: small;">Sun</span></a><span style="font-family: Tahoma; font-size: small;"> with a mass of some 20 </span><a href="http://en.wikipedia.org/wiki/Solar_mass" target="_blank"><span style="font-family: Tahoma; font-size: small;">solar masses</span></a><span style="font-family: Tahoma; font-size: small;">.</span></p>
<p align="justify"><span style="font-family: Tahoma; font-size: small;"><em>(Source: Wikipedia)</em></span></p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/06/01/my-2nd-arudino-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 1st Arduino project</title>
		<link>http://technoetc.net/blog/2009/05/02/my-first-arduino-project/</link>
		<comments>http://technoetc.net/blog/2009/05/02/my-first-arduino-project/#comments</comments>
		<pubDate>Sat, 02 May 2009 17:00:45 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Latest Artists]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[art exhibition]]></category>
		<category><![CDATA[el wire]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=14</guid>
		<description><![CDATA[
I decided my participation in Ottawa Chinatown&#8217;s first Chinatown Remixed exhibition made for a great opportunity to try my hand at this whole Arduino thing.  Given the front window of a local business in which to showcase a project, I envisioned an illuminated sign interacting with the pedestrian traffic out on the sidewalk.

With a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-15 alignnone" title="chinatown_remixed_01" src="http://technoetc.net/blog/wp-content/uploads/2009/10/chinatown_remixed_01.jpg" alt="chinatown_remixed_01" width="500" height="435" /></p>
<p>I decided my participation in <a title="Ottawa Chinatown" href="http://www.ottawachinatown.ca/" target="_blank">Ottawa Chinatown&#8217;</a>s first <a title="Chinatown Remixed Facebook group" href="http://www.facebook.com/group.php?gid=115260729568" target="_blank">Chinatown Remixed</a> exhibition made for a great opportunity to try my hand at this whole <a href="http://arduino.cc" target="_blank">Arduino</a> thing.  Given the front window of a local business in which to showcase a project, I envisioned an illuminated sign interacting with the pedestrian traffic out on the sidewalk.</p>
<p><span id="more-14"></span></p>
<p>With a helping hand from Deb, we built a sign from electroluminescent wire and used a first Arudino to control the various words and syllables of the exhibition title, &#8220;Chinatown Remixed.&#8221;</p>
<p><img class="size-full wp-image-16 alignnone" title="chinatown_remixed_02" src="http://technoetc.net/blog/wp-content/uploads/2009/10/chinatown_remixed_02.jpg" alt="chinatown_remixed_02" width="500" height="375" /></p>
<p>A second Arduino was paired with an <a title="Sensor product page @ Sparkfun" href="http://www.sparkfun.com/commerce/product_info.php?products_id=639" target="_blank">ultrasonic sensor</a> to create a proximity sensor placed outside the restaurant to detect pedestrians and send this information wirelessly to the sign inside (with an FM <a title="FM xmitter page @ Sparkfun" href="http://www.sparkfun.com/commerce/product_info.php?products_id=8946" target="_blank">transmitter</a> + <a title="FM receiver page @ Sparkfun" href="http://www.sparkfun.com/commerce/product_info.php?products_id=8950" target="_blank">receiver</a> and the <a title="VirtualWire documentation" href="http://www.open.com.au/mikem/arduino/VirtualWire.pdf">VirtualWire</a> library).</p>
<p><img class="size-full wp-image-17 alignnone" title="chinatown_remixed_03" src="http://technoetc.net/blog/wp-content/uploads/2009/10/chinatown_remixed_03.jpg" alt="chinatown_remixed_03" width="500" height="375" /></p>
<p>The sidewalk activity detected by the sensor was used to trigger sequence changes to the words/syllables lit up on the sign.  The governing concept of the project was to build an animated sign that was literally remixed by the community.</p>
<p>Here&#8217;s the official write-up that accompanied the piece on site:</p>
<blockquote><p>“CHINATOWN REMIXED”</p>
<p>Interactive light installation</p>
<p>60” x 30”</p>
<p>Plexiglass, electroluminescent wire, custom electronics</p>
<p>This interactive lighting installation is activated by a custom-built, wireless motion sensor, which responds to nearby pedestrian and auto traffic.  This motion triggers a random rearrangement of the sign’s syllables.</p>
<p>Aesthetically referencing traditional neon signage – found in abundance in Shanghai and “Chinatowns” around the world – the reflection of neighborhood activity is combined with an element of chance to create a play on words and meaning.  The installation remixes the role of signage between informative and ambiguous.</p>
<p>For info on other works or to inquire about light commissions of all kinds, please visit www.aomalley.org.</p>
<p>Andrew + Deborah O’Malley</p>
<p>May, 2009</p>
<p>With the gracious support of the <a title="OAC" href="http://www.arts.on.ca/index.html" target="_blank">Ontario Arts Council</a>.</p></blockquote>
<p>Unfortunately I don&#8217;t have any pics of the build process, and the installed piece proved quite difficult to document, thanks to competing lighting levels and a lot of glare.  Here&#8217;s a short video of the sign in action, though:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6902558&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=6902558&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00adef&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Not bad for a first Arduino project, sure beats a couple flashing LEDs <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In all fairness, my <a href="http://technoetc.net/blog/2008/12/01/custom-light-sequencer/" target="_self">previous experience</a> with PIC microcontrollers and electronics obviously came into play with this project; combining that with the streamlined Arduino programming environment and vast array of libraries, tutorials, and examples, it feels like my embedded computing experience went from fighting traffic in a clunker to whizzing down the highway in a sports car.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/05/02/my-first-arduino-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
