<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>plasticbit</title>
	
	<link>http://www.plasticbit.com</link>
	<description>what a difference a bit makes</description>
	<lastBuildDate>Mon, 05 Apr 2010 08:50:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/plasticbit" /><feedburner:info uri="plasticbit" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Getting 2 Xbee Series 2 modules working with Arduino &amp; Processing</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/FqF-spuOczI/</link>
		<comments>http://www.plasticbit.com/2010/04/05/arduino-processing-and-2-xbee-series-2-modules/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 08:47:47 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arduino xbee]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=228</guid>
		<description><![CDATA[
A while ago I picked up a pair of Series 2 Xbee modules, an Arduino Xbee shield, and a Xbee USB Explorer.  My first mistake was buying the Series 2 Xbees (AKA Zig 2.5), which are more complicated to setup. I had trouble getting this setup working, since the documentation is sparse, and forum post [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/2010/04/05/arduino-processing-and-2-xbee-series-2-modules/"><img src="http://www.plasticbit.com/wp-content/uploads/2010/04/dsc_0005_crop.jpg" alt="dsc_0005_crop" title="dsc_0005_crop" width="500" height="200" class="alignnone size-full wp-image-231" /></a></p>
<p>A while ago I picked up a pair of Series 2 Xbee modules, an Arduino Xbee shield, and a Xbee USB Explorer.  My first mistake was buying the Series 2 Xbees (AKA Zig 2.5), which are more complicated to setup. I had trouble getting this setup working, since the documentation is sparse, and forum post info is fragmented &#8211; so I figured I&#8217;d share how I got it working.<span id="more-228"></span></p>
<p>My hardware setup was one Xbee plugged into the Xbee Explorer, connected to the computer (for sending data with Processing), and one plugged into an Arduino (to control LEDs and servos)</p>
<p>Even for simple Xbee to Xbee communication over serial, you&#8217;ll need to flash the firmware of both units using the X-CTU software from Digi. Blah. This is a PC only software so you&#8217;ll need a Windows machine, or a virtual machine running on a Mac. Ugh. You&#8217;ll also need to be connected to the web to download the firmware files. Fun times.</p>
<p>I found that if I plugged each Xbee into the USB Explorer, then plugged that into the PC, it could read and write to the devices. To make sure it was communicating, I&#8217;d hit &#8216;Test / Query&#8217; in the PC Settings tab.  The default Baud of 9600 should work for a brand new Xbee, since it comes set at 9600 (more on setting the baud later). </p>
<p>There are a couple of things you will need to configure on each Xbee they can talk to each other.</p>
<p>Select Modem Config tab. Click Read to pull in the current values from the Xbee.</p>
<p>For the Xbee that would be on the Arduino:</p>
<p>I set the firmware type to be flashed as an End Device (ZNet 2.5 Router / End Device AT), by selecting that from the dropdown.<br />
Set the ID (PAN ID) to whatever number &#8211; both Xbees need to have the same PAN ID to be able to talk. I used 999.<br />
Copy down the values shown in SH and SL. These are unique identifiers for this Xbee. <br />
Check &#8220;Always update firmware&#8221;, then hit Write. This will flash the firmware.<br />
My Xbees seemed to reset / reboot when X-CTU told them to, so I didn&#8217;t even need to unplug them to reset them.</p>
<p>Now swap out the Xbee to the one that would be plugged into the Computer:</p>
<p>This Xbee will be configured as a Coordinator.<br />
Set the firmware type as a Coordinator (ZNET 2.5 Coordinator AT)<br />
Set the PAN ID to the same number as the ID you set on the other Xbee<br />
Set DH to the SH value you copied<br />
Set DL to the SL value you copied.<br />
The DH and DL values tell this Coordinator Xbee to talk directly (and only) with your one other Xbee. I believe this is a unicast system. <br />
Check &#8220;Always update firmware&#8221;, then hit Write. </p>
<p>The Coordinator should be connected to the computer using the USB Explorer, and the End Device Xbee should be plugged into the Xbee Shield. With external power hooked up to the Arduino, make sure the jumpers are set to Xbee (not  USB) When you hit reset on the End Device, you should see a green LED on the Coordinator labelled RSSI light up for a little while. And the End Device Xbee should have a blinking orange LED (twice a sec) If you&#8217;re lucky, it will work. Very possibly it won&#8217;t</p>
<p>You should now be done with the hardware config (unless I forgot about something critical) &#8211; important to note is that the Xbees are setup for 9600 baud. You&#8217;ll want to setup your Arduino and Processing sketches to the same value or nothing will work.</p>
<p>You can now output your serial data to the Coordinator Xbee and the End Device will receive it and pipe it to the Arduino transparently. There are plenty of examples / posts on  the web on how to send serial  from Processing to Arduino, so I won&#8217;t cover that.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>To set a higher baud rate, change the value in the Modem Config screen of X-CTU. I had trouble getting a definitive answer on the top speed of the Xbee, but from my research 38400 seemed safe. You won&#8217;t need to Update the firmware, so uncheck that, then hit Write.</p>
<p>Do the same for the other Xbee, and set the variables accordingly in Arduino / Processing etc.  Note that now you&#8217;ve changed the device&#8217;s baud rate, in order for X-CTU to talk to it any more, you&#8217;ll need to change to the appropriate value in the &#8216;PC Settings&#8217; tab.Hit &#8216;Test / Query&#8217; to see if it works.</p>
<p>Things to note:<br />
If you find yourself unable to communicate with an Xbee after flashing the firmware, the Xbees may have reset to their default 9600 Baud rate, or you may have changed it intentionally. Try switching X-CTU back to 9600 (or to whatever value you set) and hit &#8216;Test / Query&#8217;</p>
<p>You&#8217;ll want matching Firmware versions (1047 with 1247) (1041 with 1241)</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/FqF-spuOczI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2010/04/05/arduino-processing-and-2-xbee-series-2-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2010/04/05/arduino-processing-and-2-xbee-series-2-modules/</feedburner:origLink></item>
		<item>
		<title>Soft but Sharp</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/vgQ3DehweVw/</link>
		<comments>http://www.plasticbit.com/2009/02/09/soft-but-sharp/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 06:26:31 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=223</guid>
		<description><![CDATA[
Abstract thing I came up with late at night recently while auditioning &#8216;beachy&#8217; trance tunes for my next mix. I&#8217;m into where it&#8217;s going.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/2009/02/sundown_byproduct2_desktop_crop.jpg" class="lightview" rel="gallery[223]" title="sundown_byproduct2_desktop_crop"><img src="http://www.plasticbit.com/wp-content/uploads/2009/02/sundown_byproduct2_desktop_crop-500x200.jpg" alt="sundown_byproduct2_desktop_crop" title="sundown_byproduct2_desktop_crop" width="500" height="200" class="alignleft size-thumbnail wp-image-222" /></a>
<p>Abstract thing I came up with late at night recently while auditioning &#8216;beachy&#8217; trance tunes for my next mix. I&#8217;m into where it&#8217;s going.</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/vgQ3DehweVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2009/02/09/soft-but-sharp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2009/02/09/soft-but-sharp/</feedburner:origLink></item>
		<item>
		<title>XD Brown Bag Promo, February</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/9ju9OM7RbUw/</link>
		<comments>http://www.plasticbit.com/2009/02/05/xd-brown-bag-promo-february/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 22:31:02 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[xd]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=212</guid>
		<description><![CDATA[
Design for Adobe XD&#8217;s February Brown Bag talk. This month, user researcher Dave Zuverink will be talking about the challenge of scaling the web experience to work on some of the smaller screens out there &#8211; mobile devices. I&#8217;m a little disappointed I couldn&#8217;t get the name of the talk changed to include the word [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/2009/02/bb_08_mobilebrowsing_outlined2.jpg" class="lightview" rel="gallery[212]" title="bb_08_mobilebrowsing_outlined2"><img src="http://www.plasticbit.com/wp-content/uploads/2009/02/bb_08_mobilebrowsing_outlined2-500x200.jpg" alt="bb_08_mobilebrowsing_outlined2" title="bb_08_mobilebrowsing_outlined2" width="500" height="200" class="alignleft size-thumbnail wp-image-211" /></a>
<p>Design for Adobe XD&#8217;s February Brown Bag talk. This month, user researcher Dave Zuverink will be talking about the challenge of scaling the web experience to work on some of the smaller screens out there &#8211; mobile devices. I&#8217;m a little disappointed I couldn&#8217;t get the name of the talk changed to include the word &#8217;scaling,&#8217; but you can&#8217;t have everything!</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/9ju9OM7RbUw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2009/02/05/xd-brown-bag-promo-february/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2009/02/05/xd-brown-bag-promo-february/</feedburner:origLink></item>
		<item>
		<title>Driven by the Bassline</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/intYju1rNjc/</link>
		<comments>http://www.plasticbit.com/2009/02/03/driven-by-the-bassline/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 05:45:17 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=209</guid>
		<description><![CDATA[I&#8217;m trying to encourage myself to spend more time designing outside of work. Also, I&#8217;m trying to break my bad habit of doing more consuming and collecting of design than doing design itself.  It&#8217;s time to take those inspirations and generate, driven by some bad ass basslines. Womp womp womp.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/2009/02/bassline.jpg" class="lightview" rel="gallery[209]" title="bassline_thumb"><img src="http://www.plasticbit.com/wp-content/uploads/2009/02/bassline_thumb.jpg" alt="bassline_thumb" title="bassline_thumb" width="500" height="200" class="alignleft size-full wp-image-198" /></a><P>I&#8217;m trying to encourage myself to spend more time designing outside of work. Also, I&#8217;m trying to break my bad habit of doing more consuming and collecting of design than doing design itself.  It&#8217;s time to take those inspirations and generate, driven by some bad ass basslines. Womp womp womp.</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/intYju1rNjc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2009/02/03/driven-by-the-bassline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2009/02/03/driven-by-the-bassline/</feedburner:origLink></item>
		<item>
		<title>In the Beginning – Old Skool Breaks DJ Mix</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/aQvN8xrlJIA/</link>
		<comments>http://www.plasticbit.com/2009/01/30/in-the-beginning-old-skool-breaks-dj-mix/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 17:29:25 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[spyhunter]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=175</guid>
		<description><![CDATA[
In the beginning, there were lo-fi mixtapes, bottles of Vicks Vaporub and the rush that came from being there, back then. In the Beginning, there were Breaks. Celebrating the origins of the breaks genre with some bangin old school UK hardcore style tunes. Subscribe or download.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=179235648" ><img src="http://www.plasticbit.com/wp-content/uploads/2009/01/inthebeginning.jpg" alt="inthebeginning" title="inthebeginning" width="500" height="200" class="alignleft size-full wp-image-174" /></a>
<p>In the beginning, there were lo-fi mixtapes, bottles of Vicks Vaporub and the rush that came from being there, back then. In the Beginning, there were Breaks. Celebrating the origins of the breaks genre with some bangin old school UK hardcore style tunes. <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=179235648">Subscribe</a> or <a href="http://www.djspyhunter.com/blog/podpress_trac/web/1771/0/DJ_Spyhunter-In_the_Beginning_there_were_Breaks.mp3">download</a>.</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/aQvN8xrlJIA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2009/01/30/in-the-beginning-old-skool-breaks-dj-mix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.djspyhunter.com/blog/podpress_trac/web/1771/0/DJ_Spyhunter-In_the_Beginning_there_were_Breaks.mp3" length="89663364" type="audio/mpeg" />
		<feedburner:origLink>http://www.plasticbit.com/2009/01/30/in-the-beginning-old-skool-breaks-dj-mix/</feedburner:origLink></item>
		<item>
		<title>Stop Motion VuMeter 01</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/JiNRhj_OJ0Q/</link>
		<comments>http://www.plasticbit.com/2009/01/16/stop-motion-vumeter-01/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 18:33:54 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[motion]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=167</guid>
		<description><![CDATA[
Continuing the theme of VuMeters, this proof of concept is the start of an ongoing project to create a fun, interactive stop-motion VuMeter. This non-interactive example is pretty simple, with a stack of sugar cubes responding to the low end of the audio spectrum. Ideally I would like to have a lot of stacks, integrated [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/flash/stopmovu01/StopMoVu01.html" ><img src="http://www.plasticbit.com/wp-content/uploads/2009/01/stopmovu01.jpg" alt="stopmovu01" title="stopmovu01" width="500" height="200" class="alignnone size-full wp-image-166" /></a>
<p>Continuing the theme of VuMeters, this proof of concept is the start of an ongoing project to create a fun, interactive stop-motion VuMeter. This non-interactive example is pretty simple, with a stack of sugar cubes responding to the low end of the audio spectrum. Ideally I would like to have a lot of stacks, integrated with other stop-motion design elements, as well as some realtime footage composited in. The music is Flack Su &#8211; T-Break (Beta Remix). The napping feline is <a href="http://flickr.com/photos/djspyhunter/sets/72157607028979652/">our cat MIDI</a></p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/JiNRhj_OJ0Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2009/01/16/stop-motion-vumeter-01/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2009/01/16/stop-motion-vumeter-01/</feedburner:origLink></item>
		<item>
		<title>Unseen Series 01</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/u1a-PCFx5Og/</link>
		<comments>http://www.plasticbit.com/2009/01/15/unseen-series-01/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 08:13:12 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=158</guid>
		<description><![CDATA[
It&#8217;s easy to get stuck in the same day-to-day routines. People seem to be hardcoded to lock into systems, patterns and habits, which often leads to the inability to see beauty in everyday experiences. So I&#8217;m kicking off a new series I&#8217;ve had on my mind for a while, entitled &#8216;Unseen&#8217; that incorporates inspirations from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/2009/01/hair01_final_1440x900.jpg" class="lightview" rel="gallery[158]" title="hair01_final_1440x900"><img src="http://www.plasticbit.com/wp-content/uploads/2009/01/hair01_final_1440x900-500x200.jpg" alt="hair01_final_1440x900" title="hair01_final_1440x900" width="500" height="200" class="alignnone size-thumbnail wp-image-157" /></a>
<p>It&#8217;s easy to get stuck in the same day-to-day routines. People seem to be hardcoded to lock into systems, patterns and habits, which often leads to the inability to see beauty in everyday experiences. So I&#8217;m kicking off a new series I&#8217;ve had on my mind for a while, entitled &#8216;Unseen&#8217; that incorporates inspirations from the mundanity of life</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/u1a-PCFx5Og" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2009/01/15/unseen-series-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2009/01/15/unseen-series-01/</feedburner:origLink></item>
		<item>
		<title>Xd Brown Bag Promo, January</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/OircMIDO7wc/</link>
		<comments>http://www.plasticbit.com/2009/01/06/xd-brown-bag-promo-january/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 22:04:58 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[xd]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=150</guid>
		<description><![CDATA[Winter holiday is over and it&#8217;s time to get back to work. Things are a bit slow on PlasticBit since I&#8217;m working on a big project (more on this as it develops), but here&#8217;s the latest in the XD Brown Bag Poster series. Marc Dennert is presenting his experiences with pushing the limits on Flex [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/2009/01/bb_07_flexskins_print2.jpg" class="lightview" rel="gallery[150]" title="bb_07_flexskins_print2"><img src="http://www.plasticbit.com/wp-content/uploads/2009/01/bb_07_flexskins_print2-500x200.jpg" alt="bb_07_flexskins_print2" title="bb_07_flexskins_print2" width="500" height="200" class="alignnone size-thumbnail wp-image-149" /></a><P>Winter holiday is over and it&#8217;s time to get back to work. Things are a bit slow on PlasticBit since I&#8217;m working on a big project (more on this as it develops), but here&#8217;s the latest in the XD Brown Bag Poster series. Marc Dennert is presenting his experiences with pushing the limits on Flex skinning.</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/OircMIDO7wc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2009/01/06/xd-brown-bag-promo-january/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2009/01/06/xd-brown-bag-promo-january/</feedburner:origLink></item>
		<item>
		<title>Aurora and Apocalypse</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/mQ0Q69Tr1V8/</link>
		<comments>http://www.plasticbit.com/2008/12/23/aurora-and-apocalypse/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:48:57 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[found]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=146</guid>
		<description><![CDATA[I&#8217;m fairly sure I&#8217;m not the only designer that collects interesting stuff that they find lying around. It could be a footprint on a discarded napkin , a printing mistake in a newspaper, or the aged surface of a diner tabletop. And sometimes these are unique enough that they wind up in your designs. 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/2008/12/emulsion4e.jpg" class="lightview" rel="gallery[146]" title="emulsion4e"><img src="http://www.plasticbit.com/wp-content/uploads/2008/12/emulsion4e-sm.jpg" alt="emulsion4e" title="emulsion4e" width="500" height="200" class="alignnone size-thumbnail " /></a><P>I&#8217;m fairly sure I&#8217;m not the only designer that collects interesting stuff that they find lying around. It could be a footprint on a discarded napkin , a printing mistake in a newspaper, or the aged surface of a diner tabletop. And sometimes these are unique enough that they wind up in your designs. </p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/mQ0Q69Tr1V8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2008/12/23/aurora-and-apocalypse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2008/12/23/aurora-and-apocalypse/</feedburner:origLink></item>
		<item>
		<title>Video Vectorizer 01</title>
		<link>http://feedproxy.google.com/~r/plasticbit/~3/N1uzuCmdpr0/</link>
		<comments>http://www.plasticbit.com/2008/12/18/video-vectorizer-01/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 21:32:27 +0000</pubDate>
		<dc:creator>Kim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[interactive]]></category>

		<guid isPermaLink="false">http://www.plasticbit.com/?p=123</guid>
		<description><![CDATA[Continuing on the theme of playing with camera input, I thought it might be interesting to do a live &#8216;halftone screen&#8217; style effect. The video input is broken into a grid of line segments with line thickness is based on brightness, palette is greyscale. More versions of this to come. Click my ugly mug to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasticbit.com/wp-content/uploads/flash/VideoVectorizer01/VideoVectorizer01.html"><img src="http://www.plasticbit.com/wp-content/uploads/2008/12/vectorizer01.png" alt="vectorizer01" title="vectorizer01" width="500" height="200" class="alignnone size-full wp-image-125" /></a><P>Continuing on the theme of playing with camera input, I thought it might be interesting to do a live &#8216;halftone screen&#8217; style effect. The video input is broken into a grid of line segments with line thickness is based on brightness, palette is greyscale. More versions of this to come. Click my ugly mug to check it out.</p>
<img src="http://feeds.feedburner.com/~r/plasticbit/~4/N1uzuCmdpr0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.plasticbit.com/2008/12/18/video-vectorizer-01/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.plasticbit.com/2008/12/18/video-vectorizer-01/</feedburner:origLink></item>
	</channel>
</rss>
