<?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>Negative Acknowledge &#187; HomeMadePCBs</title>
	<atom:link href="http://negativeacknowledge.com/category/electronics/homemadepcbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://negativeacknowledge.com</link>
	<description></description>
	<lastBuildDate>Wed, 06 Jul 2011 20:00:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>LED Fireflies in a Jar</title>
		<link>http://negativeacknowledge.com/2008/10/led-fireflies-in-a-jar/</link>
		<comments>http://negativeacknowledge.com/2008/10/led-fireflies-in-a-jar/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 23:01:00 +0000</pubDate>
		<dc:creator>Random</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[HomeMadePCBs]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=32</guid>
		<description><![CDATA[I&#8217;ve been trying to make electronic fireflies for ages now, and most of my previous attempts involved RGB LEDs, and one of them per ATtiny13 with code to flash a random colour now and again. This was always going to be a pretty expensive method, but after seeing http://www.instructables.com/id/Jar-of-Fireflies/ I realised it would be a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="LED Fireflies in a Jar" href="http://www.flickr.com/photos/7320302@N07/2953037304/"><img class="alignnone" src="http://static.flickr.com/3034/2953037304_834f140e84_m.jpg" alt="LED Fireflies in a Jar" /></a></p>
<p>I&#8217;ve been trying to make electronic fireflies for ages now, and most of my previous attempts involved RGB LEDs, and one of them per ATtiny13 with code to flash a random colour now and again. This was always going to be a pretty expensive method, but after seeing http://www.instructables.com/id/Jar-of-Fireflies/ I realised it would be a much better idea to have one ATtiny13 control /many/ LEDs.</p>
<p>I wanted the first one to be in a jar, but in future I plan to have much longer wires so that I get one controller PCB and 12 fireflies extending off to cover a corner of a room, or part of a ceiling, etc. I could even add an LDR so it can detect dark, possibly by using pin 1 (so the chips couldn&#8217;t easily be reprogrammed).</p>
<p>The circuit schematic is kind of odd: I took a normal 2&#215;3 matrix, where PB0 and PB1 control the two columns (as they can do PWM, so all LEDs can be PWM controlled), and added another LED for each position but in reverse. Since all the ouputs can tri-state (where effectively they act as though they were not connected), I can light up any LED I want individually.</p>
<p>While I could easily extend this to a full charlieplexing scheme, that would mean losing the hardware PWM for every LED. I could easily add another two LEDs between PB0 and PB1, but it&#8217;s really not worth the added complexity &#8211; 12 is plenty!</p>
<p>Each LED is an 0603 green LED soldered to two very thin wires, which run to a home made PCB at the top of the jar. The battery holder is a standard kind of cell holder from Rapid, and on the other side of the PCB is the ATtiny13 (soldered to the solder-side directly) and two 180 ohm resistors. The entire thing is through-the-hole because I don&#8217;t have any surface mounted ATtiny13s lying around and did have loads of 180 ohm through the hole resistors.</p>
<p>The code is fairly simple: in an infinite loop it chooses one LED at random, lights it up following a rough sine wave (actually modeled on a real firefly flash!) and then might repeat it once or twice, then waits a random amount of time before doing the whole thing again.</p>
<p>Each time the thing is turned on, a value is read from 0&#215;00 in the internal EEPROM memory and used as the seed for the PRNG, then incremented and stored &#8211; giving 255 different patterns, more than enough that you can&#8217;t see any repetition!</p>
<p>By far the most difficult part of this was soldering all the tiny LEDs &#8211; if it wasn&#8217;t for that, this would be a particularly easy project to pull off. Using normal through-the-hole LEDs is an option, or even LED holders which would solder to the PCB and an LED just slots in. Surface mount ones are small enough to be less noticable and look better when lit up, though.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/0Yk0CZp2Ywc&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/0Yk0CZp2Ywc&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;"><a title="LED Fireflies in a Jar" href="http://www.flickr.com/photos/7320302@N07/2953036200/"><img class="alignnone" src="http://static.flickr.com/3061/2953036200_d5c4a2dff8_m.jpg" alt="LED Fireflies in a Jar" /></a></p>
<p style="text-align: center;"><a title="LED Fireflies in a Jar" href="http://www.flickr.com/photos/7320302@N07/2953034618/"><img class="alignnone" src="http://static.flickr.com/3147/2953034618_ac10b192af_m.jpg" alt="LED Fireflies in a Jar" /></a></p>
<p style="text-align: left;">Eagle schematic and PCB file, C source code and compiled hex file available at: <a href="http://randomskk.net/projects/fireflies_in_jar">http://randomskk.net/projects/fireflies_in_jar</a> all files are released under CC BY-SA-NC license</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/10/led-fireflies-in-a-jar/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Nixie Tubes: Lit up at last!</title>
		<link>http://negativeacknowledge.com/2008/09/nixie-tubes-lit-up-at-last/</link>
		<comments>http://negativeacknowledge.com/2008/09/nixie-tubes-lit-up-at-last/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 22:30:34 +0000</pubDate>
		<dc:creator>Random</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[HomeMadePCBs]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=28</guid>
		<description><![CDATA[I know I got them months and months ago, but I&#8217;ve only just had time to actually do anything besides work. While I do have a big project coming up (but not really at the point where I can write about it), I did finally make the PCB for the nixie power supply I designed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Nixies At Last" href="http://www.flickr.com/photos/7320302@N07/2886242440/"><img class="aligncenter" src="http://static.flickr.com/3060/2886242440_ddc348a7fb_m.jpg" alt="Nixies At Last" /></a></p>
<p>I know I got them months and months ago, but I&#8217;ve only just had time to actually do anything besides work. While I do have a big project coming up (but not really at the point where I can write about it), I did finally make the PCB for the nixie power supply I designed a while back.</p>
<p>While I did realise I&#8217;d forgotten to put in a 56k resistor when I designed the circuit, I was able to add this in with a through-the-hole resistor I had lying around that was just the right size.</p>
<p>I powered up the circuit with a 9V battery and held my breath as the voltage reading on the multimeter jumped to 246! A quick turn of the pot on the back and the voltage hit 170V, ideal for the nixies.</p>
<p>I connected one up and lo and behold, it lit up! The glow really is ethereal &#8211; cameras cannot capture this, you have to see it in person. That didn&#8217;t stop me from trying, though!</p>
<p>The next step is to make a PCB to control all 12 nixies (probably with three of the power supply modules) and maybe link it into an RTC (though that is a bit boring &#8211; I might try doing something else, like GPS position?).</p>
<p style="text-align: center;"><a title="Nixies At Last" href="http://www.flickr.com/photos/7320302@N07/2885405091/"><img class="alignnone" src="http://static.flickr.com/3107/2885405091_445ab05536_m.jpg" alt="Nixies At Last" /></a></p>
<p style="text-align: left;"><a title="PSU Schematic" href="http://randomskk.net/projects/nixie_psu/psu.sch">Schematic</a> &#8211; <a title="PSU Board" href="http://randomskk.net/projects/nixie_psu/psu.brd">Board</a> (the board isn&#8217;t great, with some pretty fine tracks that run pretty close to each other, but it does have the 56k resistor I forgot in my version) (both files under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC-BY-SA-NC</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/09/nixie-tubes-lit-up-at-last/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Final Lightbar Controller</title>
		<link>http://negativeacknowledge.com/2008/06/final-lightbar-controller/</link>
		<comments>http://negativeacknowledge.com/2008/06/final-lightbar-controller/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 16:52:28 +0000</pubDate>
		<dc:creator>Random</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[HomeMadePCBs]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=24</guid>
		<description><![CDATA[I&#8217;ve finished the lightbar controller! This device analyses the music it picks up via the electret microphone, then flashes the LEDs in time to the music. It&#8217;s encased in the box SparkFun sent me the microphones in, since the box was just begging to be used as a case for something! I&#8217;m sure that was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finished the lightbar controller!</p>
<p><a title="Lightbar Visualiser" href="http://www.flickr.com/photos/7320302@N07/2570139325/"><img src="http://static.flickr.com/3041/2570139325_288bd6e6ef_m.jpg" alt="Lightbar Visualiser" /></a></p>
<p>This device analyses the music it picks up via the electret microphone, then flashes the LEDs in time to the music. It&#8217;s encased in the box SparkFun sent me the microphones in, since the box was just begging to be used as a case for something! I&#8217;m sure that was intentionally designed.</p>
<p><a title="Lightbar Visualiser" href="http://www.flickr.com/photos/7320302@N07/2570965162/"><img src="http://static.flickr.com/3106/2570965162_1b8a6009d1_m.jpg" alt="Lightbar Visualiser" /></a></p>
<p>Getting a bit more technical:</p>
<p>The microphone picks up the noise and sends this to the LM386 amp, which amplifies it about 200x before it&#8217;s read by the ATtiny13&#8242;s ADC at 8-bit resolution. The ATtiny13 then keeps a running average of the noise level, and flashes the LEDs if the current volume exceeds the average by a scalar amount.</p>
<p><a title="Lightbar Visualiser" href="http://www.flickr.com/photos/7320302@N07/2570962450/"><img src="http://static.flickr.com/3262/2570962450_c3d00cc974_m.jpg" alt="Lightbar Visualiser" /></a></p>
<p>As a result, the LEDs flash on when the music hits a peak, and are off otherwise &#8211; no matter what volume.<br />
The brightness of the LEDs is also somewhat correlated to the loudness of the peak, since a louder peak will generally keep the LEDs on for longer.</p>
<p>Check out the video of it in action:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/6ihIaNN9UBY&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/6ihIaNN9UBY&amp;hl=en"></embed></object></p>
<p>Download the schematic, PCB layout, code:<br />
<a href="https://randomskk.net/projects/lightstrip/">https://randomskk.net/projects/lightstrip/</a> (all files released under Creative Commons BY-SA-NC 3.0).<a href="https://randomskk.net/projects/lightstrip/"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/06/final-lightbar-controller/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Space Experiment Mockup #2</title>
		<link>http://negativeacknowledge.com/2008/05/space-experiment-mockup-2/</link>
		<comments>http://negativeacknowledge.com/2008/05/space-experiment-mockup-2/#comments</comments>
		<pubDate>Sun, 11 May 2008 14:51:50 +0000</pubDate>
		<dc:creator>Random</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[HomeMadePCBs]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=19</guid>
		<description><![CDATA[So I created a PCB for the Space Experiment mockup. It&#8217;s functionally identical to the breadboarded version but is its own PCB, looks a lot better and has some text on it. It actually took three tries to get it right. The first time, it all worked nicely and I etched it perfectly, only to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Space Experiment Mockup" href="http://www.flickr.com/photos/7320302@N07/2483123784/"><img src="http://static.flickr.com/2257/2483123784_626a5e7232_m.jpg" alt="Space Experiment Mockup" /></a></p>
<p>So I created a PCB for the Space Experiment mockup.</p>
<p>It&#8217;s functionally identical to the breadboarded version but is its own PCB, looks a lot better and has some text on it.</p>
<p><a title="Space Experiment Mockup" href="http://www.flickr.com/photos/7320302@N07/2483135246/"><img src="http://static.flickr.com/3224/2483135246_61e95f2443_m.jpg" alt="Space Experiment Mockup" /></a></p>
<p>It actually took three tries to get it right. The first time, it all worked nicely and I etched it perfectly, only to realise I&#8217;d messed up the design!</p>
<p><a title="Etching" href="http://www.flickr.com/photos/7320302@N07/2481064371/"><img src="http://static.flickr.com/3126/2481064371_257a31ca60_m.jpg" alt="Etching" /></a><br />
I&#8217;m making the PCB as a shield for an Arduino, so it plugs into the top. I had the layout fine and was initially assuming I&#8217;d have the copper on the bottom (since the LEDs have to be on top), but later decided I wanted the copper on top. I quickly did a change layer to top for everything, without realising that I&#8217;d left the text mirrored! What printed, if made properly, should have resulted in mirrored text on top. Instead I made it so the text was readable &#8211; which means the copper had to go on the bottom for it to connect to the Arduino!</p>
<p><a title="IMG_7918.JPG" href="http://www.flickr.com/photos/7320302@N07/2482561537/"><img src="http://static.flickr.com/3164/2482561537_334c578b21_m.jpg" alt="IMG_7918.JPG" /></a></p>
<p>The next revision fixed this but was overetched and would have taken a whole load of fixing up, which is a pity.</p>
<p><a title="IMG_7919.JPG" href="http://www.flickr.com/photos/7320302@N07/2483379068/"><img src="http://static.flickr.com/3296/2483379068_f8cce7f92c_m.jpg" alt="IMG_7919.JPG" /></a></p>
<p>Finally, I had it all perfect! All the text is really readable, I have a right angle socket for the LCD connector, and it all worked first time. Lovely!</p>
<p>I did have one new trick in the process this time:</p>
<p><a title="IMG_7886.JPG" href="http://www.flickr.com/photos/7320302@N07/2481109535/"><img src="http://static.flickr.com/3202/2481109535_5418e97032_m.jpg" alt="IMG_7886.JPG" /></a></p>
<p>This awesome plastic scourer thing has a nice, easy to use handle and really really tough plastic bristles, which are absolutely ideal for PCBs. Not only can I clean them at the start (and get the copper really nicely scratched up too), but it also strips the toner off like no one&#8217;s business. It&#8217;s taken about twenty minutes out of the process, especially when the transfer didn&#8217;t work and I have to take the toner off.</p>
<p>This was also the first PCB made with my new laser printer, which absolutely rocks &#8211; for PCBs, I print at 1200dpi, extra toner, high contrast, onto transparency, from the manual feed tray. I&#8217;ve set it up so I can just select the &#8220;Samsung_ML2510_PCB&#8221; printer on the list and all those options are used, so it&#8217;s just a case of hitting print and it does it. All the PCBs transferred really, really well with it! I can definitely recommend the Samsung ML-2510 mono laser for making PCBs at home.</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/05/space-experiment-mockup-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LED Fireflies: Prototype</title>
		<link>http://negativeacknowledge.com/2008/04/led-fireflies-prototype/</link>
		<comments>http://negativeacknowledge.com/2008/04/led-fireflies-prototype/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:28:34 +0000</pubDate>
		<dc:creator>Random</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[HomeMadePCBs]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=12</guid>
		<description><![CDATA[I&#8217;ve got the second prototype made for my LED Firefly idea. This one uses all through-the-hole components, compared to the entirely surface mounted first prototype. I did this for a few reasons: I have far more through-the-hole RGB LEDs than surface mounted, and they&#8217;re brighter to boot I also have more ATtiny13s in through-the-hole packages [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got the second prototype made for my LED Firefly idea. This one uses all through-the-hole components, compared to the entirely surface mounted first prototype.<br />
I did this for a few reasons:</p>
<ul>
<li>I have far more through-the-hole RGB LEDs than surface mounted, and they&#8217;re brighter to boot</li>
<li>I also have more ATtiny13s in through-the-hole packages</li>
<li>The chips are easier to change out</li>
<li>It&#8217;s easier for others to assemble!</li>
</ul>
<p>However, the new prototype isn&#8217;t without problems. It seems the photocopier merely flipped my image instead of mirroring it, so the ATtiny13 has to be inserted backwards. This means I can&#8217;t really program it more than once, and bending the pins more than once breaks them. Oops! The other components are more lenient about which way they go in.</p>
<p><a title="assembled" href="http://www.flickr.com/photos/7320302@N07/2347389493/"><img src="http://static.flickr.com/2115/2347389493_5d769ab97c_m.jpg" alt="assembled" /></a></p>
<p>Second, I actually made it without ordering any 12mm batteries, so I can&#8217;t power them via battery. I did solder a 2*AA battery box to one, which is nice but takes up a fair bit of space. I&#8217;d like to work out the best way to power these things.</p>
<p><a title="it works!" href="http://www.flickr.com/photos/7320302@N07/2348220444/"><img src="http://static.flickr.com/3231/2348220444_285de14291_m.jpg" alt="it works!" /></a></p>
<p>I tried silkscreening the PCBs this time, but this wasn&#8217;t too successful. It seems the toner sticks to copper a _lot_ better than to plain FR2. Additionally the silkscreen was not flipped right either, so I had to either put it on the copper side or have it backwards on the top! I went for a bit of both:</p>
<p><a title="Silkscreen?" href="http://www.flickr.com/photos/7320302@N07/2348215940/"><img src="http://static.flickr.com/2121/2348215940_7210c43ac2_m.jpg" alt="Silkscreen?" /></a></p>
<p>However, the basics do work right now &#8211; although my code still doesn&#8217;t do light detection, which I need to work on &#8211; and it looks really good when encapsulated in some foam.</p>
<p>I think the next step will be to finish off the code and then get these things produced properly for some nice PCBs.</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/04/led-fireflies-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Bubble Etch Tank</title>
		<link>http://negativeacknowledge.com/2008/04/diy-bubble-etch-tank/</link>
		<comments>http://negativeacknowledge.com/2008/04/diy-bubble-etch-tank/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:14:41 +0000</pubDate>
		<dc:creator>Random</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[HomeMadePCBs]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=11</guid>
		<description><![CDATA[I&#8217;ve been planning to improve on my current etching solution (namely, waving PCBs around in a bowl of ferric chloride for ten minutes) and the easiest route seemed to be a bubble etch tank. Put simply, this is a tank containing etchant, some sort of aeration device, usually a heater of some description and some [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been planning to improve on my current etching solution (namely, waving PCBs around in a bowl of ferric chloride for ten minutes) and the easiest route seemed to be a bubble etch tank.</p>
<p>Put simply, this is a tank containing etchant, some sort of aeration device, usually a heater of some description and some plastic to suspend the PCBs.<br />
In my case, I went for a plastic tank from Tescos that looked a useful size, a fishtank air pump and heater on the cheap from eBay, and some of this &#8220;clear etchant&#8221; from Rapid.</p>
<p>About ten minutes later with a hot glue gun, I&#8217;d put together this:</p>
<p style="text-align: center;"><a title="making a bubble etching tank" href="http://www.flickr.com/photos/7320302@N07/2331187207/"><img class="alignnone" src="http://static.flickr.com/2387/2331187207_f7c55504fa_m.jpg" alt="making a bubble etching tank" /></a></p>
<p style="text-align: left;">It has a piece of plastic with large holes in from a 99p peg basket from Tescos, and some more holes drilled in that. The blue stone at the bottom is an airstone, it&#8217;s connected up to the fish tank air pump and the heater is held in place by tape on the side. Right now it&#8217;s just full of water.</p>
<p style="text-align: left;">I got some PCBs ready for it the next day and tried out etching them.</p>
<p style="text-align: left;">This is where I ran into some difficulties. First, the plastic didn&#8217;t work perfectly to keep things from slipping to the bottom, a problem that should be easy to remedy with some bits of plastic at the edges. Second, the holes really don&#8217;t work out when the PCB is lying flat &#8211; you end up with circles where it is etched and the rest of it is still copper. A slanted piece of plastic may help with this, or a bent piece of flexible plastic so that the entire PCB is covered in the etchant.</p>
<p style="text-align: left;">The heater wasn&#8217;t really the right tool for the job &#8211; it didn&#8217;t seem to measure the temperature right, possibly because of how much it was submerged, which meant that it kept turning off. Even when on, however, it did not manage to warm the etchant up much. A small immersion heater may do a better job of this, since the hotter the etchant is, the better.</p>
<p style="text-align: left;">The air pump did work fairly well, although a more poweful one may have gotten more bubbles over the entire length of the air stone.</p>
<p style="text-align: left;">
<p style="text-align: left;">The whole affair took rather a long time, but I did manage to etch 5 LED Firefly prototype boards, and a few ICSP-to-breadboard adapter PCBs:</p>
<p style="text-align: center;"><a title="Etched" href="http://www.flickr.com/photos/7320302@N07/2348213674/"><img class="alignnone" src="http://static.flickr.com/2033/2348213674_dd4b3a8205_m.jpg" alt="Etched" /></a></p>
<p style="text-align: left;">They came out fairly nicely, so no complaints there. The clear etchant has since turned a nice blue, which is somewhat interesting.</p>
<p style="text-align: left;">I&#8217;ll be sure to update when I&#8217;ve got the new design working, because it still has the potential to be a lot better than doing it the old way.</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/04/diy-bubble-etch-tank/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

