<?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>Jon&#039;s Home Blog &#187; Light Art</title>
	<atom:link href="http://thaltech.com/houseblog/tag/light-art/feed/" rel="self" type="application/rss+xml" />
	<link>http://thaltech.com/houseblog</link>
	<description>Home Ownership Terrors, Recreation, and Hobbies</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:56:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My Arduino AtmoLight/Ambilight Clone Project</title>
		<link>http://thaltech.com/houseblog/2010/08/21/my-arduino-atmolightambilight-clone-project/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my-arduino-atmolightambilight-clone-project</link>
		<comments>http://thaltech.com/houseblog/2010/08/21/my-arduino-atmolightambilight-clone-project/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 21:42:42 +0000</pubDate>
		<dc:creator>JonC</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Light Art]]></category>
		<category><![CDATA[ShiftBrite]]></category>

		<guid isPermaLink="false">http://thaltech.com/houseblog/?p=1077</guid>
		<description><![CDATA[I was researching a project online the other day when I came across a project on Blogspot about how to make your own Atmolight/Ambilight type setup using an Arduino Deumilanove,  a ShiftBrite Shield and ShiftBar modules from Macetech and some 12v LED RGB lighting strips. It was kind of amazing as I had all the [...]]]></description>
			<content:encoded><![CDATA[<p>I was researching a project online the other day when I came across a project on Blogspot about how to make your own Atmolight/Ambilight type setup using an <a title="Arduino Duemilanove" href="http://arduino.cc/en/Main/ArduinoBoardDuemilanove" target="_blank">Arduino Deumilanove</a>,  a <a title="Shiftbrite Shield" href="http://macetech.com/store/index.php?main_page=product_info&amp;cPath=4&amp;products_id=7" target="_blank">ShiftBrite Shield</a> and <a title="Macetech Shiftbar Modules" href="http://macetech.com/store/index.php?main_page=product_info&amp;cPath=1&amp;products_id=10" target="_blank">ShiftBar</a> modules from Macetech and some 12v LED RGB lighting strips. It was kind of amazing as I had all the parts I needed on hand and didn&#8217;t have to order or wait for anything.  The project calls for using the ShiftBar modules and RGB LED strips, but I have a hand-full of ShiftBrites and MegaBrites that I had used for another project.  There is no code difference between driving the ShiftBar, ShiftBrite and MegaBrite so I didn&#8217;t have to do any major changes to the code from <a title="AtmoLight Clone" href="http://fun3md.blogspot.com/2009/07/atmolight-clone-project.html" target="_blank">The AtmoLight Clone Project Site</a>.</p>
<p>The *Brite modules are generally setup to receive the shifted data from the SPI I/O port. This leads to good performance and fast updates since they are being hardware driven. Unfortunately I needed those pins for an older project I was working on which used the ShiftBrite shield and an Ethernet shield so I had rewired the ShiftBrite Shield to use other pins so the Ethernet shield could use the hardware SPI.  The owner over at Macetech helped me build a bit-banging interface to do the SPI I/O to the ShiftBrites via software.  The AtmoLight Clone project uses the stock Macetech code which made it easy to replace with my modified ShiftBrite driver code.  This different code is slower on the output, but it&#8217;s not noticeable on a small number of ShiftBrites with limited data.</p>
<p>I mounted the ShiftBrite modules onto the back of my primary 21&#8243; monitor.  I have 2 ShiftBrite modules which point upwards, 2 to the left, 2 pointing down and 2 to the right with one MegaBrite module pointing straight back in the center for the summary channel.</p>
<p>Once your hardware and software on the Arduino you need to interface it to your computer.  The Atmo interfaces connect through the Serial/Com port at 38400 baud.  If your computer supports the USB com port of the Arduino, you should be able to connect to it.  Make sure in the setup section of your code that you only have one serial start statement, and that it&#8217;s set for 38400.</p>
<p>I tried two different ways to get the data to the Arduino.  The first was to use <a title="Archive VideoLAN / VLC Downloads" href="http://download.videolan.org/pub/videolan/vlc/" target="_blank">an older version of VideoLan/VLC Player</a>.  The <a title="VideoLAN / VLC Media Player" href="http://www.videolan.org/vlc/" target="_blank">current version of VLC</a> (as of 8/21/2010) does not seem have the built-in Atmo output code. If you&#8217;re putting something like this together, check to see if the new versions have it, the author of the VLC Atmo module said on another forum that he was working to get the Built-In Atmo code back into the package.</p>
<p><a href="http://thaltech.com/houseblog/wp-content/uploads/2010/08/VLC-AtmoLight-Setup-Screen.jpg" rel="shadowbox[post-1077];player=img;"><img class="alignnone size-medium wp-image-1079" title="VLC AtmoLight Setup Screen" src="http://thaltech.com/houseblog/wp-content/uploads/2010/08/VLC-AtmoLight-Setup-Screen-287x300.jpg" alt="" width="287" height="300" /></a></p>
<p>The Atmo plugin for VLC works very well, capturing average colors from the top, bottom, left, right and middle portions of the video it&#8217;s playing (as seen in the screen shot below from AtmoWin) and outputting that color information to the Arduino/ShiftBrite LED modules. It&#8217;s pretty quick and there are a lot of options which you can set to vary how quickly the lights respond, if they fade slowly or if they adapt quickly to the video input.  You can adjust the white balance of your modules, set a color for the LEDs to fade to in case you pause the video, and set a color that the LEDs will display once the video is complete.</p>
<p><a href="http://thaltech.com/houseblog/wp-content/uploads/2010/08/AtmoLightDummyInterface.jpg" rel="shadowbox[post-1077];player=img;"><img class="alignnone size-medium wp-image-1078" title="Atmo Light Dummy Interface" src="http://thaltech.com/houseblog/wp-content/uploads/2010/08/AtmoLightDummyInterface-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>The second option I tried is <a title="AtmoWin" href="http://arduinoatmo.googlecode.com/files/atmoWin_0.45.zip" target="_blank">AtmoWin</a>, which is for Windows only and in German. It takes a few minutes to figure out what all the stuff stands for, and Google translate may be helpful as well. I believe this software is written by the guy in the main project page.  This software runs in your system tray and has several output modes such as Atmo-Classic, Dummy(shows what the program is sampling), DMX, Null Device, Multi-Atmo (run up to 4 Atmo devices on 4 Com ports) and MondoLight.  The software captures the entire screen and is not limited to just a video window.  It does the same 5 point capture pattern, but of whatever you have showing in your desktop.  You can set the capture framerate (it defaults to 25).  The response time for this software seems very quick on my computer. AtmoWin also supports multiple monitors and you can choose which monitor the system will capture.</p>
<p><a href="http://thaltech.com/houseblog/wp-content/uploads/2010/08/Atmo-Win-X-Interface.jpg" rel="shadowbox[post-1077];player=img;"><img class="alignnone size-medium wp-image-1080" title="Atmo Win X Interface" src="http://thaltech.com/houseblog/wp-content/uploads/2010/08/Atmo-Win-X-Interface-300x243.jpg" alt="" width="300" height="243" /></a></p>
<p>One thing to note is that when running some games in full screen mode it cannot capture the colors.  I ran Battlefield: Bad Company 2 in a full screen -window- however and it worked fine, adding some great effects to my gaming sessions!</p>
<p>This is the link to the main project page which provided me the information to build my own setup, make sure to check it out after watching my video below.</p>
<p><a title="Fun3's AtmoLight Clone" href="http://fun3md.blogspot.com/2009/07/atmolight-clone-project.html" target="_blank">Fun3&#8242;s Blogspot Page &#8211; AtmoLight Clone</a></p>
<p id="watch-headline-title"><a title="Arduino with Shiftbrites with AtmoWinX " href="http://www.youtube.com/watch?v=pego4uJbqlE" rel="shadowbox[post-1077];player=swf;width=640;height=385;" target="_blank">Arduino with Shiftbrites with AtmoWinX</a> &#8211; Link to the YouTube video below in case the embedded player doesn&#8217;t work for you.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/pego4uJbqlE" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/pego4uJbqlE"></embed></object></p>
<img src="http://thaltech.com/houseblog/?ak_action=api_record_view&id=1077&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://thaltech.com/houseblog/2010/08/21/my-arduino-atmolightambilight-clone-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The LED Christmas Lights Have Been Put Up</title>
		<link>http://thaltech.com/houseblog/2009/12/14/some-of-the-christmas-lights-up/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=some-of-the-christmas-lights-up</link>
		<comments>http://thaltech.com/houseblog/2009/12/14/some-of-the-christmas-lights-up/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:38:33 +0000</pubDate>
		<dc:creator>JonC</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[Light Art]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Winter]]></category>

		<guid isPermaLink="false">http://thaltech.com/houseblog/?p=881</guid>
		<description><![CDATA[We&#8217;ve gotten some of the Christmas lights up around here, I was a bit slow in initiating it and the holidays are sneaking up on us quickly.  These are the lights we&#8217;ve put up this year so far, all of the Christmas Lights installed this year were LED, they have a nice cold glow that [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve gotten some of the Christmas lights up around here, I was a bit slow in initiating it and the holidays are sneaking up on us quickly.  These are the lights we&#8217;ve put up this year so far, all of the Christmas Lights installed this year were LED, they have a nice cold glow that goes well with the ice and snow.</p>
<p><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/12/christmaslights121409-2.jpg" rel="shadowbox[post-881];player=img;"><img class="alignnone size-medium wp-image-882" title="Christmas Lights on Porch 12-14-2009" src="http://thaltech.com/houseblog/wp-content/uploads/2009/12/christmaslights121409-2-300x247.jpg" alt="Christmas Lights on Porch 12-14-2009" width="300" height="247" /></a></p>
<p>It&#8217;s kind of weird around here, few of the immediate neighbors have put up lights. I&#8217;ve always been a big Christmas light fan.  They&#8217;re fairly easy to put up and take down and add a festive look to things.  Still to go are the 600 or so blue/white light string, plus the big RGB LED bulbs which color shift and do different things.  Those will go on a tree  in the left side yard this year.</p>
<p>LEDs are of course a wonderful option if you wish to be environmentally conscious with your holiday and Christmas lighting.  LEDs are much more energy efficient than a normal lamp light bulb.  Incandescent lamps provide a warmer glow, one of the reasons for this is that they use a small piece of tungsten wire for a filament.  As electricity runs through the filament it heats up to the point that it glows and puts off light, but in order to create that light they also create a lot of heat.  As much as 80% of their power consumption can be waste heat.  It doesn&#8217;t take a scientist to figure out that we don&#8217;t need to be heating the great outdoors in the middle of the Winter.</p>
<p>It used to be that LED Christmas Lights were much more expensive than the standard glass bulb type, but over the last few years the prices have rapidly decreased and become much more competitive. While you may still pay a bit more for LED lights, you also get the benefits of long life, high brightness and reliability.  Most LEDs manufactured have a lifespan of 11 years, if they&#8217;re run at full brightness non-stop.  Assuming they do not get damaged in storage or while being put up, they should last a long.  Occasionally an LED lamp does fail before the 11 years, but replacements are usually included with the strings when you buy them. Just make sure to put them in a safe location should you need them later.</p>
<img src="http://thaltech.com/houseblog/?ak_action=api_record_view&id=881&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://thaltech.com/houseblog/2009/12/14/some-of-the-christmas-lights-up/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Reactor Biplane, Copper Vapor Laser and &#8216;The Sidewalk Project&#8217;</title>
		<link>http://thaltech.com/houseblog/2009/09/02/reactor-biplane-copper-vapor-laser-and-the-sidewalk-project/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=reactor-biplane-copper-vapor-laser-and-the-sidewalk-project</link>
		<comments>http://thaltech.com/houseblog/2009/09/02/reactor-biplane-copper-vapor-laser-and-the-sidewalk-project/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 00:48:28 +0000</pubDate>
		<dc:creator>JonC</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[Laser]]></category>
		<category><![CDATA[Radio Control]]></category>
		<category><![CDATA[biplane]]></category>
		<category><![CDATA[Concrete]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[Light Art]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[sidewalk]]></category>

		<guid isPermaLink="false">http://thaltech.com/houseblog/?p=852</guid>
		<description><![CDATA[Wow, it&#8217;s been a while since I&#8217;ve updated the blog, sorry for the long delay I have been extremely busy with work and non computer related hobbies. It&#8217;s incredible how the time flies.  We&#8217;ve been working on digging the trench for the sidewalk, the soil is tough to dig in and is taking some time, [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, it&#8217;s been a while since I&#8217;ve updated the blog, sorry for the long delay I have been extremely busy with work and non computer related hobbies. It&#8217;s incredible how the time flies.  We&#8217;ve been working on digging the trench for the sidewalk, the soil is tough to dig in and is taking some time, although it&#8217;s not nearly as tough to dig in as the back walk was.  This soil has much less rocks in it, it&#8217;s just that there is a lot more of it to remove.</p>
<p>Here is the most recent picture of the walk aka the kiddie pool during a recent rainstorm.  It&#8217;s important to remember to add proper drainage to your digging areas, or this happens.  There is a drain trench that leads to the roadside cliff edge, but it&#8217;s not deep enough.  If it were not for this drain trench, the excavation area would have been filled to the top.  This weekend I hope to get more material removed, it&#8217;s quite a piece of work for me because my body deteriorates quickly with heavy labor due to the rheumatoid arthritis, however I know we&#8217;ll get it done eventually, and most importantly before winter. The stairs will be getting removed and the sidewalk concrete will extend to the edge of the deck, then new steps will be built and secured to the concrete pad to make everything nice and solid.  The steps are in not-so great condition, though still strong but I think new steps will look great.</p>
<div id="attachment_853" class="wp-caption alignnone" style="width: 310px"><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/09/new-kiddie-pool.jpg" rel="shadowbox[post-852];player=img;"><img class="size-medium wp-image-853" title="new-kiddie-pool" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/new-kiddie-pool-300x225.jpg" alt="New sidewalk excavation" width="300" height="225" /></a><p class="wp-caption-text">New sidewalk excavation</p></div>
<p><strong>REACTOR BIPLANE</strong></p>
<p>Aside from ditch digging we built a model biplane over the weekend and got some airtime on it.  The biplane is a Electrifly (Great Planes) &#8216;Reactor Bipe&#8217;.  It&#8217;s an electric biplane with a 38&#8243; or so wingspan. I probably would have been better off buying some repair parts for the heli and a new radio but this looked really neat and hopefully it&#8217;ll help me blend in with the plane guys more at the R/C field.  The electric motor is a .15 equivilant size, theoretically, though I somewhat doubt it, it still does a pretty good job.</p>
<div id="attachment_854" class="wp-caption alignnone" style="width: 310px"><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02051.jpg" rel="shadowbox[post-852];player=img;"><img class="size-medium wp-image-854" title="Electrifly Reactor Biplane" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02051-300x225.jpg" alt="Electrifly Reactor Biplane" width="300" height="225" /></a><p class="wp-caption-text">Electrifly Reactor Biplane</p></div>
<p>The Reactor Bipe was originally built with the suggest Futaba 3114 servos, but these tended to strip really easy and it got frustrating running out of servos.  I purchased some new gearsets for the servos, but they will be used in some other, lighter project because they just really don&#8217;t hold up in this application.  I replaced the servos with the Hitech HS-65MGs I was using in the Mini-Titan helicopter and things improved GREATLY, these servos really have the needed strength for the large control surfaces and are pretty fast as well.</p>
<p>The Reactor built pretty quickly, you do have to be careful about a few points. I noticed after assembly that using the pre-cut hinge slots that one ailerone was a bit lower than the one on the opposing wing.  Double check the position of the hinge slots and everything else if you are concerned.  Additionally where they recommend to use 30 minute epoxy, I&#8217;d definetly go that route.  The manual for the tail includes and update sheet to use CA to adhear the horizontal stab, rather than epoxy.  I suspect this is because epoxy could drip and cause the elevator tie rod thing to become bound.  Even with CA this is possible, be careful when applying the CA glue to the horizontal stab.  Additionally when gluing the control rods to the clevises, make sure the thin CA doesn&#8217;t drip into the joint.  It will adhere them solidly, and while you think that you escaped disaster because the arm and surface still moves, you&#8217;ll quickly discover that this is only because the clevis is slowly twisting itself apart, instead of actually rotating in the control horn.</p>
<p>The manual comes with recommended control throws for low rates, high rates, and 3d.  If you use the recommended control arm holes and low rates, you&#8217;ll find that the control is very grainy/low-resultion.  You have to turn the travel/ATV down so far, that you are only using a very small portion of the bandwidth for each channel, and you can actually see each step in the control surfaces.  This is bad because you loose a lot of precision.  I would recommend using the outer holes in the control horns on the control surfaces, and the inner holes on the servo control arms if you just want to start out easy.</p>
<p>I&#8217;ve put in 4 flights in the last two nights, all of them were great although the plane is pretty &#8216;touchy&#8217; on the controls.  I will probably work in some exponential to make the middle of the controls softer, as I feel this would be okay for a plane (I don&#8217;t like expo on helis).</p>
<div id="attachment_855" class="wp-caption alignnone" style="width: 310px"><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02058.jpg" rel="shadowbox[post-852];player=img;"><img class="size-medium wp-image-855" title="Electrifly Reactor Biplane Side View" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02058-300x225.jpg" alt="Electrifly Reactor Biplane Side View" width="300" height="225" /></a><p class="wp-caption-text">Electrifly Reactor Biplane Side View</p></div>
<div id="attachment_856" class="wp-caption alignnone" style="width: 310px"><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02059.jpg" rel="shadowbox[post-852];player=img;"><img class="size-medium wp-image-856" title="Reactor Bipe Airborne" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02059-300x225.jpg" alt="Reactor Bipe Airborne" width="300" height="225" /></a><p class="wp-caption-text">Reactor Bipe Airborne</p></div>
<p><strong>COPPER VAPOR LASER</strong></p>
<p>Another side project which has been absorbing my time is the Copper Vapor Laser project. I&#8217;ve been building a tube furnace for this laser since the bore of the laser, where the copper vapor and helium (or neon) is energized by the electricity needs to be heated up to 800 degrees F for a copper chloride/bromide type solution.  While the tube furnace I am building is overkill as I actually wish to build a version of this laser using elemental copper.  The disadvantage of using elemental copper is that it requires extremely high temepratures, in the range of 1500 degrees celcuius (almost 2800 degrees Fahrenheit).  Because of this I have been lovingly crafting the furnace out of high temeperature ceramic fibers (Inswool), ceramic boards (Insboard) and a variety of refractory mortars.  For the bromide/chloride lasers, heat will be provided by a nichrome heater element(s) with no problem.  In order to reach operating temperature for the elemental copper vapor laser, I will probably use one or two propane torches inside of the cavity.</p>
<p>The bore for the CuCl/CuBr laser is a quartz tube, the bore for the elemental copper (Cu) laser will be a high temperature alumina ceramic bore.</p>
<p>The advantage of an elemental copper laser is that you do not require a double pulse power supply.  With a Cu Chloride or Bromide laser, you have to hit it once with a disassociation pulse, and a second time with the lasing pulse.  With elemental copper you don&#8217;t need to disassociate the copper from a bromide or chloride solution, so one step is saved there, at the cost of extreme temperatures.</p>
<p>Copper Vapor Lasers have been used in some of Pink Floyd&#8217;s shows, they produce powerful golden yellow and soothing green laser lines (beams).  Additionally CVL lasers have been used for the purpose of enriching uranium.  While I am a scientist at heart and love to explore all sorts of different realms, I don&#8217;t think that enriching uranium would be a recommended pastime, so I probably won&#8217;t explore that part of science!</p>
<p>Here are some pictures of the tube furnace in progress.  I&#8217;ve gotten much further, but don&#8217;t have pictures at this time. I will update my laser site later. This is the furnace for the CuCl/CuBr version of the laser.  For the elemental copper version of the laser, this will probably end up encased in an additional external Inswool blanket wrap to bring up the insulation value and retain more heat inside the core.</p>
<p><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/09/AP-Green-36-Cermic-Mortar.jpg" rel="shadowbox[post-852];player=img;"><img class="alignnone size-medium wp-image-863" title="AP Green #36 Cermic Mortar" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/AP-Green-36-Cermic-Mortar-300x225.jpg" alt="AP Green #36 Cermic Mortar" width="300" height="225" /></a></p>
<p><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/09/Securing-the-endcaps-in-the-stovepipe.jpg" rel="shadowbox[post-852];player=img;"><img class="alignnone size-medium wp-image-862" title="Securing the endcaps in the stovepipe" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/Securing-the-endcaps-in-the-stovepipe-300x225.jpg" alt="Securing the endcaps in the stovepipe" width="300" height="225" /></a></p>
<p><a href="http://thaltech.com/houseblog/wp-content/uploads/2009/09/drying-out-ceramic-mortar.jpg" rel="shadowbox[post-852];player=img;"><img class="alignnone size-medium wp-image-861" title="drying out ceramic mortar" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/drying-out-ceramic-mortar-300x225.jpg" alt="drying out ceramic mortar" width="300" height="225" /></a></p>

<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/09/new-kiddie-pool.jpg' rel='shadowbox[album-852];player=img;' title='new-kiddie-pool'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/new-kiddie-pool-200x200.jpg" class="attachment-thumbnail" alt="New sidewalk excavation" title="new-kiddie-pool" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02051.jpg' rel='shadowbox[album-852];player=img;' title='Electrifly Reactor Biplane'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02051-200x200.jpg" class="attachment-thumbnail" alt="Electrifly Reactor Biplane" title="Electrifly Reactor Biplane" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02058.jpg' rel='shadowbox[album-852];player=img;' title='Electrifly Reactor Biplane Side View'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02058-200x200.jpg" class="attachment-thumbnail" alt="Electrifly Reactor Biplane Side View" title="Electrifly Reactor Biplane Side View" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02059.jpg' rel='shadowbox[album-852];player=img;' title='Reactor Bipe Airborne'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/DSC02059-200x200.jpg" class="attachment-thumbnail" alt="Reactor Bipe Airborne" title="Reactor Bipe Airborne" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/09/drying-out-ceramic-mortar.jpg' rel='shadowbox[album-852];player=img;' title='drying out ceramic mortar'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/drying-out-ceramic-mortar-200x200.jpg" class="attachment-thumbnail" alt="drying out ceramic mortar" title="drying out ceramic mortar" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/09/Securing-the-endcaps-in-the-stovepipe.jpg' rel='shadowbox[album-852];player=img;' title='Securing the endcaps in the stovepipe'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/Securing-the-endcaps-in-the-stovepipe-200x200.jpg" class="attachment-thumbnail" alt="Securing the endcaps in the stovepipe" title="Securing the endcaps in the stovepipe" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/09/AP-Green-36-Cermic-Mortar.jpg' rel='shadowbox[album-852];player=img;' title='AP Green #36 Cermic Mortar'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/09/AP-Green-36-Cermic-Mortar-200x200.jpg" class="attachment-thumbnail" alt="AP Green #36 Cermic Mortar" title="AP Green #36 Cermic Mortar" /></a>

<img src="http://thaltech.com/houseblog/?ak_action=api_record_view&id=852&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://thaltech.com/houseblog/2009/09/02/reactor-biplane-copper-vapor-laser-and-the-sidewalk-project/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Arduino Projects Have Slowed Me Down!</title>
		<link>http://thaltech.com/houseblog/2009/08/11/arduino-has-slowed-me-down/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=arduino-has-slowed-me-down</link>
		<comments>http://thaltech.com/houseblog/2009/08/11/arduino-has-slowed-me-down/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 23:38:23 +0000</pubDate>
		<dc:creator>JonC</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[Light Art]]></category>

		<guid isPermaLink="false">http://thaltech.com/houseblog/?p=844</guid>
		<description><![CDATA[Sorry folks, I know I&#8217;ve been pretty slow to update the site, it&#8217;s just that I bought an Arduino Duemilanove development board , an Ethernet shield from sparkfun electronics and some MegaBrite, ShiftBrite and OctoBrite modules from MaceTech.   I have some experience in programming the atmel Mega series of micro-controllers so it was pretty easy [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry folks, I know I&#8217;ve been pretty slow to update the site, it&#8217;s just that I bought an <a title="SparkFun - Arduino USB Board" href="http://www.sparkfun.com/commerce/product_info.php?products_id=666" target="_blank">Arduino Duemilanove</a> development board , an Ethernet shield from sparkfun electronics and some MegaBrite, ShiftBrite and OctoBrite modules from <a title="MaceTech Store" href="http://www.macetech.com/store/" target="_blank">MaceTech</a>.   I have some experience in programming the atmel Mega series of micro-controllers so it was pretty easy to get into working with the Arduino. The USB interface is great, it uses a USB serial interface and the board is powered via USB (OR external supply).   You plug in the Arduino and then install a couple of drivers and your set.</p>
<p>The Arduino IDE is pretty flexible and easy to build with and it includes a built in serial monitor so you can send reports back from your little project. Additionally there are quite a few example projects and a reasonable resource base on the internet for finding out most anything you need to do whatever you might want to do.</p>
<p>My project is pretty generic, it&#8217;s a simple lighting system with LEDs. I chose the MegaBrite, ShiftBrite and OctoBrites because they&#8217;re already built and they&#8217;re pretty easy to program.  They use a bit-shift register so in order to send data to 20 of them, you just stream out 20 sets of data to the set and there you go.  There&#8217;s libraries for them so you don&#8217;t have to do all the bit shifting yourself.  You basically just need to send the data to an array for LED position and RGB values (0 &#8211; 1023) and your set.  I was very happy with how easy this was to setup, and the guy over at MaceTech has been very helpful with some non-common questions I had.   The MegaBrite modules were around $10 each, the ShiftBrite around $5, and the OctoBrites a bit more expensive at $24.   The arduino itself only cost $29.95!!</p>
<p>You can&#8217;t beat a deal like that, $29.95 for a completely programmable microcontroller development set, ready to plug and play (you could beat it if you built the programmer and other circuitry yourself, but.. I like things &#8216;ready to go&#8217;.)</p>
<p>I wanted to be able to control these LEDs via a serial port, and I&#8217;m a terrible computer programmer type, however I&#8217;m most familiar with PHP/MYSQL, etc.   I originally downloaded the NetBeans IDE for Java and tried to write a Java control program. Trying to do serial communications in Java is a bit of a nightmare, because most of the libraries are old, unsupported or broken.  Though there may be one way to do serial for Java pretty easily, I&#8217;ll cover that next.</p>
<p>I gave up on Java after a DAY of trying to find a working serial library.  I resorted back to PHP to see what could be done there.  I downloaded <a title="Apache Friends - XAMPP" href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP from Apache Friends</a> which is a complete web server, php, mysql, etc solution.  Everything you need to experiment with PHP on your PC without installing Linux and other things. I had originally tried the <a title="php_serial class, okay for Linux I guess" href="http://www.phpclasses.org/browse/package/3679.html" target="_blank">php_serial </a>class.  It didn&#8217;t work, period and also there are some possible coding deficiencies discovered after reading various message boards.  It is a good library to use if you want to communicate in Linux, but I wouldn&#8217;t recommend it for window.</p>
<p>After a bit more search I found some references to <a title="SerProxy at freshmeat.net" href="http://freshmeat.net/projects/serproxy/" target="_blank">SerProxy</a>, it&#8217;s basically a proxy server that works as an interface between your Windows serial ports and any programming language which can do TCP/IP network communications. There are pre-compiled windows versions available or you can compile it yourself. I found a few examples online and within minutes had my PHP application sending the control codes to the Arduino code I had written.  It&#8217;s so much faster than php_serial seemed to be (long delays). It didn&#8217;t cost anything and it also supports 2 way connections in PHP under Windows, something that the php_serial class did not provide.</p>
<p>I&#8217;ve spent quite a bit of time playing with this little project of mine, as well as I am busy working on building a copper vapor laser.  You can keep up to date with my laser projects over at <a title="Jon's Hobby Lasers" href="http://www.thaltech.com/laserblog" target="_blank">my laser blog</a> .  Quite a few things to distract me from working on the house and such.  This weekend though we will be working on digging out the base for the new concrete front sidewalk and I will be posting pictures and information about that so stay tuned!</p>
<img src="http://thaltech.com/houseblog/?ak_action=api_record_view&id=844&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://thaltech.com/houseblog/2009/08/11/arduino-has-slowed-me-down/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>More Long Exposure / Slow Shutter Fun and Yellow-Orange Iris&#8217;</title>
		<link>http://thaltech.com/houseblog/2009/05/24/more-long-exposure-fun-and-orange-iris/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=more-long-exposure-fun-and-orange-iris</link>
		<comments>http://thaltech.com/houseblog/2009/05/24/more-long-exposure-fun-and-orange-iris/#comments</comments>
		<pubDate>Mon, 25 May 2009 03:06:42 +0000</pubDate>
		<dc:creator>JonC</dc:creator>
				<category><![CDATA[Custom Projects]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[May]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[flowers]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[flashlight]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[Light Art]]></category>
		<category><![CDATA[time delay]]></category>

		<guid isPermaLink="false">http://thaltech.com/houseblog/?p=409</guid>
		<description><![CDATA[A few orange Iris&#8217; spawned on the road edge by the highway, they&#8217;re pretty nice looking as well.   Additionally some more blue and white ones have shown up, and look exactly like the ones shown earlier this month. We had some timed exposure fun tonight out in the yard.  I&#8217;m surprised one of us wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>A few orange Iris&#8217; spawned on the road edge by the highway, they&#8217;re pretty nice looking as well.   Additionally some more blue and white ones have shown up, and look exactly like the ones shown earlier this month.</p>
<p>We had some timed exposure fun tonight out in the yard.  I&#8217;m surprised one of us wasn&#8217;t mauled by a possum or rogue coyote but we got some good pics.   A couple of the pics were taken with sparklers, and the rest used flashlights, the YesCo LED Pen and a laser pointer.</p>
<p>I drew on the side of the house with the laser pointer as an experiment.  It turned out &#8216;ok&#8217; though I wish the streetlight hadn&#8217;t flooded the area so much.  Live in the middle of nowhere and the only streetlight within half a mile is right in front of my house.</p>
<p>See the descriptions on the pictures for info about what was used.  When you click a picture, use the left and right icons at the bottom of the pictures to move through the list.</p>
<p>If interested, check out my other <a title="Light Art Posts" href="http://thaltech.com/houseblog/tag/light-art/" target="_self">Light Art Posts</a></p>

<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01462.jpg' rel='shadowbox[album-409];player=img;' title='Yellow Iris&#039; (Iries? *shrug*)'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01462-200x200.jpg" class="attachment-thumbnail" alt="Yellow Iris&#039; (Iries? *shrug*)" title="Yellow Iris&#039; (Iries? *shrug*)" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01464.jpg' rel='shadowbox[album-409];player=img;' title='Morning Glory Firework'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01464-200x200.jpg" class="attachment-thumbnail" alt="Morning Glory Firework" title="Morning Glory Firework" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01465.jpg' rel='shadowbox[album-409];player=img;' title='Morning Glory Sparkler'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01465-200x200.jpg" class="attachment-thumbnail" alt="Morning Glory Sparkler" title="Morning Glory Sparkler" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01469.jpg' rel='shadowbox[album-409];player=img;' title='Large LED Flashlight'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01469-200x200.jpg" class="attachment-thumbnail" alt="Large LED Flashlight" title="Large LED Flashlight" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01470.jpg' rel='shadowbox[album-409];player=img;' title='Large LED Flashlight Again'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01470-200x200.jpg" class="attachment-thumbnail" alt="Large LED Flashlight Again" title="Large LED Flashlight Again" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01471.jpg' rel='shadowbox[album-409];player=img;' title='LED Flashlight, Bulb Flashlight, YesCo LED Pen, Laser Pointer'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01471-200x200.jpg" class="attachment-thumbnail" alt="LED Flashlight, Bulb Flashlight, YesCo LED Pen, Laser Pointer" title="LED Flashlight, Bulb Flashlight, YesCo LED Pen, Laser Pointer" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01473.jpg' rel='shadowbox[album-409];player=img;' title='Bryn and LED Pen, Intermittently lit with large LED Flashlight'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01473-200x200.jpg" class="attachment-thumbnail" alt="Bryn and LED Pen, Intermittently lit with large LED Flashlight" title="Bryn and LED Pen, Intermittently lit with large LED Flashlight" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01474.jpg' rel='shadowbox[album-409];player=img;' title='House drawn on with red laser pointer.'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01474-200x200.jpg" class="attachment-thumbnail" alt="House drawn on with red laser pointer." title="House drawn on with red laser pointer." /></a>

<img src="http://thaltech.com/houseblog/?ak_action=api_record_view&id=409&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://thaltech.com/houseblog/2009/05/24/more-long-exposure-fun-and-orange-iris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Delayed Exposures / Slow Shutter, Light Art (I lied this is post 2 of 3 for today, not 2 of 2)</title>
		<link>http://thaltech.com/houseblog/2009/05/18/time-delayed-exposures-light-art-i-lied-this-is-post-2-of-3-for-today-not-2-of-2/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=time-delayed-exposures-light-art-i-lied-this-is-post-2-of-3-for-today-not-2-of-2</link>
		<comments>http://thaltech.com/houseblog/2009/05/18/time-delayed-exposures-light-art-i-lied-this-is-post-2-of-3-for-today-not-2-of-2/#comments</comments>
		<pubDate>Tue, 19 May 2009 02:27:54 +0000</pubDate>
		<dc:creator>JonC</dc:creator>
				<category><![CDATA[Custom Projects]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[May]]></category>
		<category><![CDATA[Light Art]]></category>
		<category><![CDATA[Long Exposure]]></category>

		<guid isPermaLink="false">http://thaltech.com/houseblog/?p=348</guid>
		<description><![CDATA[I came across this really cool link of a video on Gizmodo which you can find here under &#8216;Light as Performance Art&#8217; .  I&#8217;m not sure if I like the music or the art better (sorry, weird musical tastes, I like space-out stuff)      Anyways I decided to try some extended exposures with my Sony [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this really cool link of a video on <a title="Gizmodo" href="http://www.gizmodo.com/" target="_blank">Gizmodo</a> which you can find here under<a title="Gizmodo - Light as Performance Art" href="http://gizmodo.com/5256776/" target="_blank"> &#8216;Light as Performance Art&#8217;</a> .  I&#8217;m not sure if I like the music or the art better (sorry, weird musical tastes, I like space-out stuff)      Anyways I decided to try some extended exposures with my Sony DSC-H10, though I wish I had a better camera, can always hope <img src='http://thaltech.com/houseblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Hey if you have a good camera, try this out, upload your pics to a web server and link your site or source for images and I&#8217;ll link with credit!  Looking for amateur &#8216;just tried it&#8217; type pics.  Use the &#8216;comment&#8217; link on the right to send me a message, or post a comment with the info and I&#8217;ll authorize it through. <img src='http://thaltech.com/houseblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I cropped some of these photo&#8217;s and cut the resolution back.   I used a laser pointer, iPod Touch with the free &#8216;flashlight&#8217; app, a color changing LED pen I got from the guys at YesCo at the sign show down in Florida and a blowtorch.    Since the sort of thing YesCo deals with is the kind of thing I work with at my day job, I have a lot of LED lighting resources at hand, so I think this is something I&#8217;ll continue to experiment with.   Stay tuned!</p>
<p>If interested, check out my other <a title="Light Art Posts" href="http://thaltech.com/houseblog/tag/light-art/" target="_self">Light Art Posts</a></p>

<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01431.jpg' rel='shadowbox[album-348];player=img;' title='Propane Torch Long Exposure'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01431-200x200.jpg" class="attachment-thumbnail" alt="Propane Torch Long Exposure" title="Propane Torch Long Exposure" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01419.jpg' rel='shadowbox[album-348];player=img;' title='iPod Touch with Free Flashlight App'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01419-200x200.jpg" class="attachment-thumbnail" alt="iPod Touch with Free Flashlight App" title="iPod Touch with Free Flashlight App" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01421.jpg' rel='shadowbox[album-348];player=img;' title='iPod Touch with free Flashlight App'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01421-200x200.jpg" class="attachment-thumbnail" alt="iPod Touch with free Flashlight App" title="iPod Touch with free Flashlight App" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01423.jpg' rel='shadowbox[album-348];player=img;' title='iPod Touch with Free Flashlight App'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01423-200x200.jpg" class="attachment-thumbnail" alt="iPod Touch with Free Flashlight App" title="iPod Touch with Free Flashlight App" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01424.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01424-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen" title="YesCo LED Pen" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01425.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01425-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen" title="YesCo LED Pen" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01426.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01426-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen" title="YesCo LED Pen" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01427.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen and my Face'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01427-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen and my Face" title="YesCo LED Pen and my Face" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01428.jpg' rel='shadowbox[album-348];player=img;' title='iPod Touch w/Flashlight App and YesCo LED Pen'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01428-200x200.jpg" class="attachment-thumbnail" alt="iPod Touch w/Flashlight App and YesCo LED Pen" title="iPod Touch w/Flashlight App and YesCo LED Pen" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01429.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen and iPod Touch Free Flashlight App'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01429-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen and iPod Touch Free Flashlight App" title="YesCo LED Pen and iPod Touch Free Flashlight App" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01430.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen and Red Laser Pointer'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/dsc01430-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen and Red Laser Pointer" title="YesCo LED Pen and Red Laser Pointer" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/plasmaglobe2.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen and Plasma Globe'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/plasmaglobe2-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen and Plasma Globe" title="YesCo LED Pen and Plasma Globe" /></a>
<a href='http://thaltech.com/houseblog/wp-content/uploads/2009/05/plasmaglobe1.jpg' rel='shadowbox[album-348];player=img;' title='YesCo LED Pen and Plasma Globe'><img width="200" height="200" src="http://thaltech.com/houseblog/wp-content/uploads/2009/05/plasmaglobe1-200x200.jpg" class="attachment-thumbnail" alt="YesCo LED Pen and Plasma Globe" title="YesCo LED Pen and Plasma Globe" /></a>

<p>And in reference to my animal books lower down in the blog <a title="Gizmodo - Paddington Bear" href="http://gizmodo.com/5257497/" target="_blank">this is great</a></p>
<img src="http://thaltech.com/houseblog/?ak_action=api_record_view&id=348&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://thaltech.com/houseblog/2009/05/18/time-delayed-exposures-light-art-i-lied-this-is-post-2-of-3-for-today-not-2-of-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
