<?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; art exhibition</title>
	<atom:link href="http://technoetc.net/blog/tag/art-exhibition/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>Tue, 07 Sep 2010 22:38:18 +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>One Button Objects</title>
		<link>http://technoetc.net/blog/2010/07/08/one-button-objects/</link>
		<comments>http://technoetc.net/blog/2010/07/08/one-button-objects/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 23:58:11 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[art exhibition]]></category>
		<category><![CDATA[electric window]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=287</guid>
		<description><![CDATA[Back in February, I saw this call for single button, interactive objects to be displayed at an exhibition called &#8220;one button objects,&#8221; in San Francisco, as part of the Gamma4 one button game event during the 2010 Game Developers Conference.
This presented a perfect opportunity to experiment with interactivity and sensor input for my Electric Window [...]]]></description>
			<content:encoded><![CDATA[<p>Back in February, I saw this <a href="http://www.kokoromi.org/gamma4call/one-button-objects/" target="_blank">call</a> for single button, interactive objects to be displayed at an exhibition called &#8220;one button objects,&#8221; in San Francisco, as part of the <a href="http://www.kokoromi.org/gamma4/" target="_blank">Gamma4 one button game event</a> during the 2010 <a href="http://www.gdconf.com/index.html" target="_blank">Game Developers Conference</a>.</p>
<p>This presented a perfect opportunity to experiment with interactivity and sensor input for my <a href="http://technoetc.net/blog/tag/electric-window/">Electric Window 3</a> platform.</p>
<p>After sketching out several 1-button game ideas, I decided to move forward with some simple particle systems, controlled by users through their interaction with a single button added to an <em>Electric Window 3</em> fixture.  Thus was born <em>Electric Window 3B</em>:</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4121/4775866024_3b941c25a9.jpg" alt="" width="373" height="500" /></p>
<p>[ more info and VID after the break ]</p>
<p><span id="more-287"></span></p>
<p>Each time the button is pressed, a new particle (represented by a single LED) is born.  The speed of each new particle is based on the average time between previous births.  Thus, the system has a form of &#8220;memory&#8221; shaped by previous users.</p>
<p>There are several variants of the particle systems in terms of particle behavior: particles either constantly scroll across the screen and wrap around at the borders; bounce back and forth (or up and down) within the screen; or travel both up and down and side to side, creating the opportunity for collisions.  In the latter case, when the particles collide, they both die.  In all cases, the particle system only has room for so many particles, so after a certain number of births (via button presses), the system resets.  This teases users to find a balance between a &#8220;boring&#8221; system of few particles versus creating a busy/dynamic system at the risk of killing the whole thing.</p>
<p>The guiding principle was to create an engaging, evolving display from a simple set of rules and user input.</p>
<p>Here&#8217;s a video demo:</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=9847017&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ed371f&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=9847017&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ed371f&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The curators &#8212; Heather Kelly of <a href="http://www.kokoromi.org" target="_blank">Kokoromi</a> and Peter Kirn of <a href="http://www.createdigitalmusic.com" target="_blank">Create Digital Music</a>/<a href="http://www.createdigitalmotion.com" target="_blank">Motion</a> &#8212; accepted the piece into the exhibition which took place on March 11-13 2010 at the <a href="http://www.gaffta.org/" target="_blank">Gray Area Foundation for the Arts</a>.</p>
<p>I&#8217;m now planning to implement particle system animations into future <em>Electric Window 3</em> fixtures, and more generally, start adding time-based behavior and user input (both direct via buttons etc., and indirect via motion sensors, etc.) to my light fixtures.</p>
<p>It&#8217;s always great to have a specific project like this to nudge one along and try out some new ideas and add a new angle to one&#8217;s work <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4082/4775229223_daf3e7d923.jpg" alt="" width="347" height="500" /></p>
<p>This work was generously supported by the art funding program of the <a href="http://www.ottawa.ca/residents/arts/funding_awards/index_en.html" target="_blank">City of Ottawa</a>.</p>
<p><img class="aligncenter size-full wp-image-285" title="ottawa_logo_250" src="http://technoetc.net/blog/wp-content/uploads/2010/05/ottawa_logo_250.jpg" alt="ottawa_logo_250" width="250" height="105" /></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1387px; width: 1px; height: 1px;">http://www.kokoromi.org</div>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2010/07/08/one-button-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinatown Remixed 2010</title>
		<link>http://technoetc.net/blog/2010/05/18/chinatown-remixed-2010/</link>
		<comments>http://technoetc.net/blog/2010/05/18/chinatown-remixed-2010/#comments</comments>
		<pubDate>Wed, 19 May 2010 03:24:43 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[art exhibition]]></category>
		<category><![CDATA[electric window]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=279</guid>
		<description><![CDATA[Intro
Chinatown Remixed runs from May 8 to June 8, 2010, in Ottawa&#8217;s Chinatown district. This is the second year for the annual &#8220;art walking tour,&#8221; where local businesses, restaurants, and shops open their doors to collaborate with artists, providing art &#8220;exhibtions in unusual places.&#8221;
Last year, Deb and I made a &#8220;Chinatown Remixed&#8221; sign from electroluminescent [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Intro</strong></p>
<p>Chinatown Remixed runs from <strong>May 8 to June 8, 2010</strong>, in Ottawa&#8217;s Chinatown district. This is the second year for the annual &#8220;art walking tour,&#8221; where local businesses, restaurants, and shops open their doors to collaborate with artists, providing art &#8220;exhibtions in unusual places.&#8221;</p>
<p>Last year, Deb and I made a &#8220;Chinatown Remixed&#8221; sign from electroluminescent (EL) wire, where the various syllables were individually lit, trigged by pedestrian and auto traffic detected by an ultrasonic sensor (see this <a href="http://http://technoetc.net/blog/2009/05/02/my-first-arduino-project/">previous post</a> for details).  This year, the sign is hanging in <a href="http://www.umicafe.org/" target="_blank">Umi Cafe</a> (610 Somerset St. W.), although this time driven by random sequences instead of the sensor.</p>
<p>Our new contribution to this year&#8217;s event is a window installation at the <a href="http://www.orientalcharm.ca/" target="_blank">Oriental Charm</a> gift shop (653 Somerset St. W.):</p>
<p><img class="aligncenter size-medium wp-image-281" title="oriental_charm_storefront" src="http://technoetc.net/blog/wp-content/uploads/2010/05/oriental_charm_storefront-300x200.jpg" alt="oriental_charm_storefront" width="300" height="200" /></p>
<p>The installation includes a few light boxes from the <a href="http://technoetc.net/blog/2010/02/22/electric-window-4-xx/">Electric Window 4</a> series:</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4032/4619990965_79ab427d6c.jpg" alt="" width="500" height="242" /></p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3273/4619991369_314582e59c.jpg" alt="" width="500" height="391" /></p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4010/4619991485_b641b58faa.jpg" alt="" width="500" height="342" /></p>
<p>The main attraction, however, is a group of new <a href="http://technoetc.net/blog/2010/01/24/electric-window-3-03/">Electric Window 3</a> light boxes, that in addition to their usual geometric and video game -inspired patterns, display messages from <a href="http://www.twitter.com" target="_blank">Twitter</a>:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3314/4619992603_219006400d.jpg" alt="" width="349" height="500" /></p>
<p>[After the break: how it all works and pics of opening day ]</p>
<p><span id="more-279"></span></p>
<p>By tagging Twitter messages (Tweets) with the hashtag #CTRM, anyone with a Twitter account can add messages to the installation archive. Between the various animations displayed by the boxes, the boxes query Twitter for new messages (<a href="http://twitter.com/#search?q=%23ctrm" target="_blank">tagged with #CTRM</a>), and if a new message is found, the strobe lights flash and the new message is displayed across one of the boxes:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3317/4620606098_ff6f3e51cc.jpg" alt="" width="500" height="356" /></p>
<p>If no new messages are found, an older, archived message from the #CTRM stream is displayed, but without strobes: the strobes are only used to excitedly punctuate new Tweets <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>The technology</strong></p>
<p>Here&#8217;s a block diagram of the system:</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4036/4619993027_7bf52a5fbb.jpg" alt="" width="500" height="166" /></p>
<p>[ bigger version <a href="http://www.flickr.com/photos/aom/4619993027/sizes/o/" target="_blank">here</a> ]</p>
<p>Starting at the left, there are 4 LED SCREEN light boxes, each with a corresponding STROBE light (only 1 of each is shown). Each LED SCREEN light box has an <a title="Sparkfun XBee page" href="http://www.sparkfun.com/commerce/product_info.php?products_id=8664" target="_blank">XBee radio</a> which allows it to communicate wirelessly with the master CONTROLLER. When one of the LED SCREEN light boxes needs a new text string to display, it sends a request via XBee to the master CONTROLLER.</p>
<p>In addition to an XBee radio, the master CONTROLLER also has a <a title="Asynclabs' Yellowjacket WiFi board" href="http://asynclabs.com/store?page=shop.product_details&amp;flypage=flypage.tpl&amp;product_id=24&amp;category_id=11" target="_blank">WiFi chip</a> which connects wirelessly to the internet (via a wireless router provided by the venue, not shown). When the CONTROLLER receives an XBee request for a new text string, it sends a command to execute a custom PHP script hosted on my website; after a short delay, the CONTROLLER reads the contents of a txt file also hosted on the website.</p>
<p>The PHP script requests the <a href="http://twitter.com/#search?q=%23ctrm" target="_blank">#CTRM stream from Twitter.com</a>, and formats the results for display on the LED SCREEN, it also archives the messages locally on my website; if there is a new Tweet, this is placed in the txt file that the CONTROLLER reads, otherwise an archived message is placed in this txt file. The PHP script also filters the Twitter messages for a list of unapproripate keywords to avoid vulgarities.</p>
<p>If the master CONTROLLER returns a new message to the LED SCREEN, the STROBE lights are also activated for a few seconds to indicate a new message.</p>
<p>The motivation of having the LED SCREEN boxes connected wirelessly to the CONTROLLER was to be able to install the system on-site without having to run a wired serial bus between all the light boxes and the CONTROLLER. Cost was the main motivation for using multiple XBee points connected to one WiFi/ethernet point rather than adding WiFi to each LED SCREEN box. WiFi was chosen for the CONTROLLER so I didn&#8217;t have to worry about its placement relative to the internet connection.</p>
<p>Ideally, the STROBE lights would be wirelessly controlled also, but these were a last minute addition to the system &#8212; after discovering them in a local dollar store (!) &#8212; and are simply wired directly to, and controlled by, the master CONTROLLER with individual power connections; this saved the time, effort, and cost of developing a network to control them, or modifying the LED SCREEN boxes to support them as peripherals. An improvement for the next iteration, perhaps . . .</p>
<p><strong>The exhibtion</strong></p>
<p>Prior to the opening, Deb and I installed the Twitter-enabled boxes within the already-colourful window display at Oriental Charm:</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4027/4620605172_3c2e3ab81c.jpg" alt="" width="500" height="370" /></p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4048/4620605672_28b5ed0ba2.jpg" alt="" width="500" height="375" /></p>
<p>The WiFi controller is located below the display; unfortunately I didn&#8217;t take time to snap any pics of it before installing the system so I&#8217;ll have to add those later.</p>
<p>Deb designed a great instructional poster for the installation, so we hung that in the window as well:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3376/4607252301_530e912356.jpg" alt="" width="379" height="500" /></p>
<p>Here&#8217;s the <a href="http://technoetc.net/blog/2010/05/14/tweet-all-about-it-ottawa%E2%80%99s-chinatown-goes-global/">press release</a> we sent out as well, which succinctly describes what to expect from the installation.</p>
<p>On opening day, we did lots of demos, showing people how to add messages to the archive and have them displayed on the boxes:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3337/4619991957_c0a6ea448e.jpg" alt="" width="500" height="376" /></p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3411/4620604672_3b6ea3d57b.jpg" alt="" width="500" height="327" /></p>
<p>For those without a Twitter account, or a Twitter-enabled phone (of which there were many), we had a laptop on hand for people to participate through our <a href="http://twitter.com/LatestArtists" target="_blank">Twitter account</a>:</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4069/4620604870_ff1f29eacd.jpg" alt="" width="375" height="500" /></p>
<p>Overal, people got a kick out of participating by contributing their own content to the exhibit, and enjoyed the near-immediate gratification of seeing their messages appear with the strobe lights.</p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4017/4619991801_d3883c77cc.jpg" alt="" width="500" height="345" /></p>
<p><em>We</em> were amused when a friend from Toronto started sending in some &#8220;amusing&#8221; tweets.</p>
<p><strong>The exbition runs until June 8, 2010.</strong> If you&#8217;re in the Ottawa area, please check it our for yourself and add some messages! Oriental Charm is located at <strong>653 Somerset St. W.</strong>, near Bronson, right beside <a href="http://www.google.ca/url?sa=t&amp;source=web&amp;ct=res&amp;cd=2&amp;ved=0CB0QFjAB&amp;url=http%3A%2F%2Fwww.shanghaiottawa.com%2F&amp;rct=j&amp;q=shanghai+restaurant+ottawa&amp;ei=jVnzS4e9EMOblgep_Nj_DA&amp;usg=AFQjCNH5RdQnid3rIcLhVVv7MgWV_bslGQ&amp;sig2=LFA1jgb4G-eNbQjGyZH4Fw" target="_blank">Shanghai Resto</a>.  You can of course participate from anywhere, though, by Tweeting w/ #CTRM</p>
<p>Here&#8217;s a few more pics; being a lighting installation, it&#8217;s best viewed at night!</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3340/4619992185_9c69c2b0c4.jpg" alt="" width="452" height="500" /></p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3382/4620605968_0450d5dbf1.jpg" alt="" width="375" height="500" /></p>
<p><img class="aligncenter" src="http://farm5.static.flickr.com/4003/4620606480_60e9a15a92.jpg" alt="" width="500" height="327" /></p>
<p>Happy to have everything installed, we&#8217;re already working on bright ideas for next year <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We&#8217;d also like to thank the City of Ottawa for its gracious support of this project.</p>
<p><img class="aligncenter size-full wp-image-285" title="ottawa_logo_250" src="http://technoetc.net/blog/wp-content/uploads/2010/05/ottawa_logo_250.jpg" alt="ottawa_logo_250" width="250" height="105" /></p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2010/05/18/chinatown-remixed-2010/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>Tweet all about it: Ottawa’s Chinatown goes global</title>
		<link>http://technoetc.net/blog/2010/05/14/tweet-all-about-it-ottawa%e2%80%99s-chinatown-goes-global/</link>
		<comments>http://technoetc.net/blog/2010/05/14/tweet-all-about-it-ottawa%e2%80%99s-chinatown-goes-global/#comments</comments>
		<pubDate>Sat, 15 May 2010 00:36:20 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[The Latest Artists]]></category>
		<category><![CDATA[art exhibition]]></category>
		<category><![CDATA[electric window]]></category>
		<category><![CDATA[light box]]></category>
		<category><![CDATA[ottawa]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=255</guid>
		<description><![CDATA[
TWITTER ACTIVATED LIGHT BOXES ON DISPLAY AT ORIENTAL CHARM GIFT SHOP [ 653 SOMERSET ST. W., OTTAWA ] FROM MAY 8 &#8211; JUNE 8 2010
Ottawa (Ontario) – You won’t want to miss it! Ottawa’s second annual Chinatown Remixed event is happening Saturday, May 8, from 2-5 p.m.
Walk the streets of Somerset West as you take [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://farm4.static.flickr.com/3376/4607252301_530e912356.jpg" alt="" width="379" height="500" /></p>
<p>TWITTER ACTIVATED LIGHT BOXES ON DISPLAY AT ORIENTAL CHARM GIFT SHOP [ 653 SOMERSET ST. W., OTTAWA ] FROM MAY 8 &#8211; JUNE 8 2010</p>
<p>Ottawa (Ontario) – You won’t want to miss it! Ottawa’s second annual <a title="Facebook event page" href="http://www.facebook.com/group.php?gid=115260729568#!/event.php?eid=116577358367966" target="_blank">Chinatown Remixed</a> event is happening Saturday, May 8, from 2-5 p.m.</p>
<p>Walk the streets of Somerset West as you take in dazzling contemporary local art, mixed in with Chinatown’s traditional shops and restaurants.</p>
<p>One of the highlights of this year’s festival is an interactive lighting display by <a href="http://www.thelatestartists.com" target="_blank">The Latest Artists</a> &#8212; Ottawa’s dynamic artistic duo, Andrew and Deborah O&#8217;Malley.</p>
<p>The Latest Artists have created <a href="http://www.twitter.com" target="_blank">Twitter</a>-enabled light boxes. These unique pieces feature custom-built circuits and hand-made acrylic frames.</p>
<p>Using a mobile phone, audiences will be able to interact with the art by sending messages to Twitter (using the hash tag #CTRM).</p>
<p>Thanks to creative custom software, audience messages will be instantly displayed as text scrolling across the lightbox screens. Strobe lights, placed near the boxes, will flash when the message appears, altering audiences their Tweet is coming through.</p>
<p>When no one is sending a Tweet, the light boxes will display scrolling fortune cookie messages, lucky numbers, and animated geometric patterns. Previous Tweets will also be saved and randomly displayed, serving as an archive of audience experiences over the month-long event.</p>
<p>Giving audiences the ability to comment and connect through lighting art with Twitter is a novel interactive experience, providing global reach to the local Chinatown Remixed event.</p>
<p>The Latest Artists’ twitter-enabled light boxes will be on display at the Oriental Charm Gift Shop (located at 653 Somerset Street West) from May 8 &#8211; June 8, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2010/05/14/tweet-all-about-it-ottawa%e2%80%99s-chinatown-goes-global/feed/</wfw:commentRss>
		<slash:comments>0</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>Busy weekend</title>
		<link>http://technoetc.net/blog/2009/10/26/busy-weekend/</link>
		<comments>http://technoetc.net/blog/2009/10/26/busy-weekend/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:20:06 +0000</pubDate>
		<dc:creator>ao</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[DJ/VJ]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[The Latest Artists]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[art exhibition]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[ottawa]]></category>
		<category><![CDATA[toronto]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technoetc.net/blog/?p=112</guid>
		<description><![CDATA[Still collecting myself from a busy weekend past . . .

On Friday evening, Artengine&#8217;s new media Nite Ride exhibition opened, and I got to enjoy the first ride of the night, listening to Tim Hecker&#8217;s custom 5.1 channel surround soundtrack to a drive through the Gatineau Hills.
Guerilla mag has a great video from opening night [...]]]></description>
			<content:encoded><![CDATA[<p>Still collecting myself from a busy weekend past . . .</p>
<p><img class="alignnone size-full wp-image-113" title="nite_ride_500" src="http://technoetc.net/blog/wp-content/uploads/2009/10/nite_ride_500.jpg" alt="nite_ride_500" width="500" height="227" /></p>
<p>On Friday evening, <a href="http://artengine.ca/" target="_blank">Artengine</a>&#8217;s new media <a href="http://artengine.ca/programming/2009/10/niteride/index-en.php" target="_blank">Nite Ride</a> exhibition opened, and I got to enjoy the first ride of the night, listening to <a href="http://www.sunblind.net/" target="_blank">Tim Hecker</a>&#8217;s custom 5.1 channel surround soundtrack to a drive through the <a href="http://en.wikipedia.org/wiki/Gatineau_Hills" target="_blank">Gatineau Hills</a>.</p>
<p><a href="http://www.getguerilla.ca/" target="_blank">Guerilla mag</a> has a great video from opening night that gives you a much better sense of the project than my prose:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" 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/ezq9Y58AeYQ&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/ezq9Y58AeYQ&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Unfortunately I didn&#8217;t have a chance to go on the next ride for <a href="http://marlahlady.com/" target="_blank">Marla Hlady</a>&#8217;s work, but I&#8217;ll be back during the week, as <a href="http://artengine.ca/programming/2009/10/niteride/index-en.php" target="_blank">Nite Ride</a> runs until Oct. 31.</p>
<p><span id="more-112"></span></p>
<p>We had to leave the Nite Ride opening early as Deb and I had to set up for our DJ/VJ performance as <a href="http://www.thelatestartists.com" target="_blank">The Latest Artists</a> at Lotus Lounge in Ottawa later that night.  We were booked by <a href="http://www.facebook.com/event.php?eid=154342627045" target="_blank">Exposure Fridays</a> for their Halloween-themed party, and were excited to share another bill w/ <a href="http://kevanfraser.com/" target="_blank">Kevan Fraser</a>.</p>
<p>With only an hour set time, we went straight to business with dark, rolling, minimal-tech tunes accompanied by synced, abstract and spooky-themed video &#8212; our specialty <img src='http://technoetc.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Not sure if we&#8217;ll get any documentation from this one, though, but we received lots of great feedback after our set.</p>
<p>Again we had to leave early to prepare for another commitment the next morning:</p>
<p><img class="alignnone size-full wp-image-114" title="conjunction_collective_354" src="http://technoetc.net/blog/wp-content/uploads/2009/10/conjunction_collective_354.jpg" alt="conjunction_collective_354" width="364" height="552" /></p>
<p>The <a href="http://www.conjunctioncollective.com/" target="_blank">Conjunction Collective</a>&#8217;s exhibition, Civilization and its Discontents, opening on Saturday eve. in Toronto, for which I still needed to install my light portion of the show.</p>
<p>The organisers gave me free reign of the gallery basement for my lighting work, so I reprogrammed and refurbished a handful of pieces to display in the space.</p>
<p>Installation went really smooth thanks to dedicated assistance from Deb and my good friend, Dan.  The opening party was a blast, and I received lots of positive feedback about my lighting work, which was really encouraging to hear from a Toronto crowd since it was my first lighting exhibition there.</p>
<p>Deb got lots of great documentation that I&#8217;ll share soon, but in the meantime, I invite you to check out this <a title="art show pics" href="http://flickr.com/gp/j-lee/30Z4Fu" target="_blank">photo set</a> by co-organiser, <a href="http://www.ferchrissake.com/" target="_blank">Jen Lee</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoetc.net/blog/2009/10/26/busy-weekend/feed/</wfw:commentRss>
		<slash:comments>1</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>
