<?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"
	>

<channel>
	<title>Negative Acknowledge</title>
	<atom:link href="http://negativeacknowledge.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://negativeacknowledge.com</link>
	<description></description>
	<pubDate>Sat, 18 Oct 2008 23:05:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>LED Fireflies in a Jar</title>
		<link>http://negativeacknowledge.com/2008/10/18/led-fireflies-in-a-jar/</link>
		<comments>http://negativeacknowledge.com/2008/10/18/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 - 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 - 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 - 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/18/led-fireflies-in-a-jar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PCBs from Golden Phoenix arrive</title>
		<link>http://negativeacknowledge.com/2008/10/08/pcbs-from-golden-phoenix-arrive/</link>
		<comments>http://negativeacknowledge.com/2008/10/08/pcbs-from-golden-phoenix-arrive/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 18:20:16 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=30</guid>
		<description><![CDATA[
I guess my new project has officially started! The PCBs I ordered from Golden Phoenix arrived today, a day short of two weeks from when I placed the order.
They&#8217;ve turned out really nicely, and I especially like the black soldermask. I plan to reflow solder the components on these using the grill in the oven [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="PCBs from Golden Phoenix" href="http://www.flickr.com/photos/7320302@N07/2925079196/"><img class="alignnone" src="http://static.flickr.com/3009/2925079196_b1c882cbf0_m.jpg" alt="PCBs from Golden Phoenix" /></a></p>
<p>I guess my new project has officially started! The PCBs I ordered from Golden Phoenix arrived today, a day short of two weeks from when I placed the order.</p>
<p>They&#8217;ve turned out really nicely, and I especially like the black soldermask. I plan to reflow solder the components on these using the grill in the oven - I don&#8217;t see why it shouldn&#8217;t work, but it may be difficult getting the right temperature. Who knows? I&#8217;ve got solder paste at the ready, at any rate.</p>
<p style="text-align: center;"><a title="PCBs from Golden Phoenix" href="http://www.flickr.com/photos/7320302@N07/2925077706/"><img class="alignnone" src="http://static.flickr.com/3078/2925077706_5de1f7b031_m.jpg" alt="PCBs from Golden Phoenix" /></a></p>
<p style="text-align: center;"><a title="PCBs from Golden Phoenix" href="http://www.flickr.com/photos/7320302@N07/2925083394/"><img class="alignnone" src="http://static.flickr.com/3232/2925083394_3b5f8f688e_m.jpg" alt="PCBs from Golden Phoenix" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/10/08/pcbs-from-golden-phoenix-arrive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nixie Tubes: Lit up at last!</title>
		<link>http://negativeacknowledge.com/2008/09/24/nixie-tubes-lit-up-at-last/</link>
		<comments>http://negativeacknowledge.com/2008/09/24/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 - 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 - 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> - <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/24/nixie-tubes-lit-up-at-last/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nixie Tubes Arrived!</title>
		<link>http://negativeacknowledge.com/2008/07/02/nixie-tubes-arrived/</link>
		<comments>http://negativeacknowledge.com/2008/07/02/nixie-tubes-arrived/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:53:25 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=27</guid>
		<description><![CDATA[
The twelve nixie tubes (and corresponding driver ICs) I ordered two weeks ago arrived today from http://tubes-store.com in Russia. They were beautifully packaged in two layers of foam and a cardboard box from some kind of kid&#8217;s milk in Russia. All the tubes are intact and in great condition considering they were made in mid [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Nixie Tubes" href="http://www.flickr.com/photos/7320302@N07/2631643536/"><img class="alignnone" src="http://static.flickr.com/3267/2631643536_d67a003e8b_m.jpg" alt="Nixie Tubes" /></a></p>
<p>The twelve nixie tubes (and corresponding driver ICs) I ordered two weeks ago arrived today from http://tubes-store.com in Russia. They were beautifully packaged in two layers of foam and a cardboard box from some kind of kid&#8217;s milk in Russia. All the tubes are intact and in great condition considering they were made in mid 1980! The outer envelope even had my name written in Cyrillic as well as Latin, which is a neat touch. At any rate, all I need to do now is figure out how to generate 170V DC and I can power these things up! At some point I plan to make a clock with date/time. (how innovative, I know!)</p>
<p><a title="Nixie Tubes" href="http://www.flickr.com/photos/7320302@N07/2630818509/"><img src="http://static.flickr.com/3094/2630818509_5a49a3e015_m.jpg" alt="Nixie Tubes" /></a></p>
<p><a title="Nixie Tubes" href="http://www.flickr.com/photos/7320302@N07/2630817411/"><img src="http://static.flickr.com/3035/2630817411_582ea9b722_m.jpg" alt="Nixie Tubes" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/07/02/nixie-tubes-arrived/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Night Nerf</title>
		<link>http://negativeacknowledge.com/2008/07/02/night-nerf/</link>
		<comments>http://negativeacknowledge.com/2008/07/02/night-nerf/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:00:57 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=26</guid>
		<description><![CDATA[I&#8217;m off to Mongolia for a month in only five days, and one of the toys I&#8217;ll be bringing is a Nerf Vertex, basically you throw it and it whistles as it moves and you can catch it and all that fun stuff.
It does have one problem out of the box, though - you can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m off to Mongolia for a month in only five days, and one of the toys I&#8217;ll be bringing is a Nerf Vertex, basically you throw it and it whistles as it moves and you can catch it and all that fun stuff.</p>
<p>It does have one problem out of the box, though - you can&#8217;t see it at night! A few small coin cell batteries and an LED soon fixed that problem, though:</p>
<p><a title="LED Nerf" href="http://www.flickr.com/photos/7320302@N07/2616316123/"><img src="http://static.flickr.com/3215/2616316123_070645f5f9_m.jpg" alt="LED Nerf" /></a></p>
<p><a title="LED Nerf" href="http://www.flickr.com/photos/7320302@N07/2617140532/"><img src="http://static.flickr.com/3067/2617140532_a25e663e32_m.jpg" alt="LED Nerf" /></a></p>
<p><a title="LED Nerf" href="http://www.flickr.com/photos/7320302@N07/2617140888/"><img src="http://static.flickr.com/3213/2617140888_0e26ec4526_m.jpg" alt="LED Nerf" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/07/02/night-nerf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Robot 1 Prototype</title>
		<link>http://negativeacknowledge.com/2008/07/02/robot-1-prototype/</link>
		<comments>http://negativeacknowledge.com/2008/07/02/robot-1-prototype/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 11:57:13 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Arduino]]></category>

		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=25</guid>
		<description><![CDATA[

This is my first prototype robot. A friend and I got together and he taped stuff to cardboard while I connected wires up and then we wrote a basic program and the prototype drove!
This version literally just drives forward until the ultrasonic sensor detects an obstacle, then it turns and drives forwards again. We can [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Robot One Prototype One" href="http://www.flickr.com/photos/7320302@N07/2580999463/"></a></p>
<p><img src="http://static.flickr.com/3109/2580999463_10404b0421_m.jpg" alt="Robot One Prototype One" /></p>
<p>This is my first prototype robot. A friend and I got together and he taped stuff to cardboard while I connected wires up and then we wrote a basic program and the prototype drove!</p>
<p>This version literally just drives forward until the ultrasonic sensor detects an obstacle, then it turns and drives forwards again. We can also rotate the servo the IR sensor is on and read the IR sensor, though we haven&#8217;t yet determined what voltages represent what voltages (it&#8217;s non-linear, typically).</p>
<p>The drive motors are the two servos I modified for continuous rotation, with an Arduino+Protoshield to control it.</p>
<p><a title="Robot One Prototype One" href="http://www.flickr.com/photos/7320302@N07/2580997781/"><img src="http://static.flickr.com/3077/2580997781_15178f74ea_m.jpg" alt="Robot One Prototype One" /></a></p>
<p><a title="Robot One Prototype One" href="http://www.flickr.com/photos/7320302@N07/2580994365/"><img src="http://static.flickr.com/3260/2580994365_5f3d32f917_m.jpg" alt="Robot One Prototype One" /></a></p>
<p> </p>
<p>This prototype has since been disassembled and work started on the new version, with a vacuum formed plastic chassis and normal geared motors harvested from an old toy. That one probably won&#8217;t get finished for a few months though, so I thought I&#8217;d post the cardboard prototype now.</p>
<p><a title="Robot One Prototype One" href="http://www.flickr.com/photos/7320302@N07/2580994365/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/07/02/robot-1-prototype/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Final Lightbar Controller</title>
		<link>http://negativeacknowledge.com/2008/06/11/final-lightbar-controller/</link>
		<comments>http://negativeacknowledge.com/2008/06/11/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 intentionally [...]]]></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&#8217;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 - 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/11/final-lightbar-controller/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modifying an HS-311 Servo for Continuous Rotation</title>
		<link>http://negativeacknowledge.com/2008/06/11/modifying-an-hs-311-servo-for-continuous-rotation/</link>
		<comments>http://negativeacknowledge.com/2008/06/11/modifying-an-hs-311-servo-for-continuous-rotation/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 16:17:43 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Robotics]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=23</guid>
		<description><![CDATA[I&#8217;m having a play with robotics stuff now, and one of the first steps was to get something moving.

I ordered some cheapo servos from ServoShop UK and had a play, they work fine.
However, to use them as easy-to-drive motors for wheels and stuff, you need to modify them to have unlimited rotation (they normally only [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having a play with robotics stuff now, and one of the first steps was to get something moving.</p>
<p><a title="Distance-o-meter" href="http://www.flickr.com/photos/7320302@N07/2568351079/"><img src="http://static.flickr.com/3106/2568351079_e210acf87f_m.jpg" alt="Distance-o-meter" /></a></p>
<p>I ordered some cheapo servos from <a href="http://www.servoshop.co.uk/">ServoShop UK</a> and had a play, they work fine.</p>
<p>However, to use them as easy-to-drive motors for wheels and stuff, you need to modify them to have unlimited rotation (they normally only have 180 degrees). This means they can no longer go to an exact position, but can be driven in different directions and their speed controlled, all through timed pulses - so much easier than wiring a motor, gearbox, H bridge and then controlling all that! (and cheaper, too).</p>
<p><a href="http://www.societyofrobots.com/">Society of Robots</a> has a load of great tutorials, and <a href="http://www.societyofrobots.com/actuators_modifyservo.shtml">one of them</a> details modifying servos to get continuous rotation. I followed the tutorial through for the HS-311 servos I had, and it works nicely.</p>
<p>I also photographed each step of the way to make a mini-guide on modifying this specific servo, hopefully this will help out someone with these (fairly common) servos.</p>
<p>Click the picture to go to step one, then step through each photo in Flickr (you can see the thumbnail for the next photo under the Set title):</p>
<p><a title="Modifying an HS-311 Servo for Continuous Rotation" href="http://www.flickr.com/photos/7320302@N07/2569969633/"><img src="http://static.flickr.com/3256/2569969633_301de725fe_m.jpg" alt="Modifying an HS-311 Servo for Continuous Rotation" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/06/11/modifying-an-hs-311-servo-for-continuous-rotation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dual LED Matrix Message Board</title>
		<link>http://negativeacknowledge.com/2008/05/14/dual-led-matrix-message-board/</link>
		<comments>http://negativeacknowledge.com/2008/05/14/dual-led-matrix-message-board/#comments</comments>
		<pubDate>Wed, 14 May 2008 18:37:52 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Arduino]]></category>

		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=22</guid>
		<description><![CDATA[Well, the second matrix for my LED message board arrived today!

It took a little change in the code to get it working with two matrices, but now it rocks!
Check out the video of it in action:

]]></description>
			<content:encoded><![CDATA[<p>Well, the second matrix for my <a href="http://negativeacknowledge.com/2008/03/12/led-matrix-controller/">LED message board</a> arrived today!</p>
<p><a title="Dual LED Matrix Message Board" href="http://www.flickr.com/photos/7320302@N07/2492602720/"><img src="http://static.flickr.com/2243/2492602720_6b8e9090cc_m.jpg" alt="Dual LED Matrix Message Board" /></a></p>
<p>It took a little change in the code to get it working with two matrices, but now it rocks!</p>
<p>Check out the video of it in action:<br />
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/C1xpVda6cBo&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/C1xpVda6cBo&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/05/14/dual-led-matrix-message-board/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Parts Bins!</title>
		<link>http://negativeacknowledge.com/2008/05/11/new-parts-bins/</link>
		<comments>http://negativeacknowledge.com/2008/05/11/new-parts-bins/#comments</comments>
		<pubDate>Sun, 11 May 2008 21:02:16 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=21</guid>
		<description><![CDATA[
At the same time I got my new brush/scourer, I also got four 16-tray storage containers which were some £2/ea and looked ideal for holding all my parts, which had grown out of hand in the previous containers.
I quickly loaded them up and just got around to printing out some labels on cardstock and sorting [...]]]></description>
			<content:encoded><![CDATA[<p><a title="IMG_7925.JPG" href="http://www.flickr.com/photos/7320302@N07/2483599171/"><img src="http://static.flickr.com/2080/2483599171_a0eb724252_m.jpg" alt="IMG_7925.JPG" /></a></p>
<p>At the same time I got my new brush/scourer, I also got four 16-tray storage containers which were some £2/ea and looked ideal for holding all my parts, which had grown out of hand in the previous containers.</p>
<p>I quickly loaded them up and just got around to printing out some labels on cardstock and sorting them!</p>
<p><a title="IMG_7926.JPG" href="http://www.flickr.com/photos/7320302@N07/2484419602/"><img src="http://static.flickr.com/3018/2484419602_f3559902df_m.jpg" alt="IMG_7926.JPG" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/05/11/new-parts-bins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Space Experiment Mockup #2</title>
		<link>http://negativeacknowledge.com/2008/05/11/space-experiment-mockup-2/</link>
		<comments>http://negativeacknowledge.com/2008/05/11/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 realise I&#8217;d [...]]]></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 - 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 - 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/11/space-experiment-mockup-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Space Experiment Proposal Mockup</title>
		<link>http://negativeacknowledge.com/2008/05/08/space-experiment-proposal-mockup/</link>
		<comments>http://negativeacknowledge.com/2008/05/08/space-experiment-proposal-mockup/#comments</comments>
		<pubDate>Thu, 08 May 2008 22:39:05 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Arduino]]></category>

		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=18</guid>
		<description><![CDATA[
So, I&#8217;m part of a team entering the UK Space Experiment Competition, and basically our proposal won out and is now one of six final proposals around the country! This is great stuff but we wanted to put on a display at a stand at a fair someplace, and for this we need something tangible!
The [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Detecting Reflected Light" href="http://www.flickr.com/photos/7320302@N07/2476361263/"><img src="http://static.flickr.com/2227/2476361263_e0243f1688_m.jpg" alt="Detecting Reflected Light" /></a></p>
<p>So, I&#8217;m part of a team entering the UK Space Experiment Competition, and basically our proposal won out and is now one of six final proposals around the country! This is great stuff but we wanted to put on a display at a stand at a fair someplace, and for this we need something tangible!</p>
<p>The actual proposal calls for a piece of light detecting kit that runs some <strong>£1500</strong> and we certainly can&#8217;t afford that, so instead I&#8217;m using a £0.50 light dependant resistor: pretty crude but works great!</p>
<p>What&#8217;s happening is the LEDs are being lit up, the Arduino reads the light level coming off the LDR and shows it on the LCD. When you put your hand or a piece of paper over the LEDs, the light reflects down onto the LDR, increasing the light level! In space, the bits of dust act as the paper and you can detect a whole lot less light.</p>
<p><a title="Detecting Reflected Light" href="http://www.flickr.com/photos/7320302@N07/2476363853/"><img src="http://static.flickr.com/2091/2476363853_9437c182ee_m.jpg" alt="Detecting Reflected Light" /></a></p>
<p>The next step is vacuum forming a little case for the thing!</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/05/08/space-experiment-proposal-mockup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LED Lightstrip</title>
		<link>http://negativeacknowledge.com/2008/05/08/led-lightstrip/</link>
		<comments>http://negativeacknowledge.com/2008/05/08/led-lightstrip/#comments</comments>
		<pubDate>Thu, 08 May 2008 21:59:02 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=17</guid>
		<description><![CDATA[I still had 80 LEDs left after my attempt at charlieplexing, so I decided to find another use for some of them.
That turned out to be soldering 40 of them together and sticking them to my wall!

They actually light up my room fairly well:

For now, they are being run directly from a 3V mains power [...]]]></description>
			<content:encoded><![CDATA[<p>I still had 80 LEDs left after my <a href="http://negativeacknowledge.com/2008/05/08/20-leds-5-pins-charlieplexing/">attempt at charlieplexing</a>, so I decided to find another use for some of them.</p>
<p>That turned out to be soldering 40 of them together and sticking them to my wall!</p>
<p><a title="LED Lighting" href="http://www.flickr.com/photos/7320302@N07/2462585032/"><img src="http://static.flickr.com/2200/2462585032_774bb81f31_m.jpg" alt="LED Lighting" /></a></p>
<p>They actually light up my room fairly well:</p>
<p><a title="LED Lighting" href="http://www.flickr.com/photos/7320302@N07/2461754643/"><img src="http://static.flickr.com/3248/2461754643_96ffc6e47c_m.jpg" alt="LED Lighting" /></a></p>
<p>For now, they are being run directly from a 3V mains power supply. However, once a few parts arrive I&#8217;m going to make a little PCB for them which will:</p>
<ul>
<li>respond to sound (with an electret microphone), flashing them in time to music</li>
<li>be directly controllable through a pot on the case</li>
<li>be controllable from a computer via USB</li>
<li>be programmable to slowly fade themselves in in the morning, to simulate the sun rising and help me wake up</li>
</ul>
<p>The 3.3V regulator and electret microphones are on order, and I&#8217;ll get getting the amp and some nice pots soon too! I&#8217;ll post when I get that working out.</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/05/08/led-lightstrip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>20 LEDs, 5 pins: Charlieplexing!</title>
		<link>http://negativeacknowledge.com/2008/05/08/20-leds-5-pins-charlieplexing/</link>
		<comments>http://negativeacknowledge.com/2008/05/08/20-leds-5-pins-charlieplexing/#comments</comments>
		<pubDate>Thu, 08 May 2008 21:53:52 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[AVR]]></category>

		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=16</guid>
		<description><![CDATA[
I recently ordered 100 blue LEDs from eBay for a measly £1 (plus p&#38;p of something like £3). To my surprise, they are both bright and all functioning!
However, I hadn&#8217;t really thought through what to do with them.
This was when I found a link to the charlieplexing instructable again, and decided to whip it together [...]]]></description>
			<content:encoded><![CDATA[<p><a title="almost works!" href="http://www.flickr.com/photos/7320302@N07/2435299668/"><img src="http://static.flickr.com/2414/2435299668_3eb69d7bf5_m.jpg" alt="almost works!" /></a></p>
<p>I recently ordered 100 blue LEDs from eBay for a measly £1 (plus p&amp;p of something like £3). To my surprise, they are both bright and all functioning!</p>
<p>However, I hadn&#8217;t really thought through what to do with them.</p>
<p>This was when I found a link to the <a href="http://www.instructables.com/id/Charlieplexing-LEDs--The-theory/">charlieplexing instructable</a> again, and decided to whip it together on a piece of protoboard. This turned out to be an absolute nightmare of wiring things up, hidden shorts, melting wire, all that fun stuff. In the end, I got <em>most</em> of the LEDs working fine, and a few are a bit screwed up. They can each be individually controlled using just five pins on the little ATtiny13 in the middle there, and it even has five input buttons (one per pin)!</p>
<p>This is a pretty neat use of tiny amounts of IO pins.</p>
<p>Unfortunately the back of the thing looks like this:</p>
<p><a title="finished - there are two shorts somewhere. where? no idea" href="http://www.flickr.com/photos/7320302@N07/2432745328/"><img src="http://static.flickr.com/2114/2432745328_d7e6117b05_m.jpg" alt="finished - there are two shorts somewhere. where? no idea" /></a></p>
<p>and I never quite got the courage to get the last few working.</p>
<p>I plan to instead make a PCB for them! Of course, the wiring there will no doubt be equally nightmaric, but at least the manufacturing should be easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/05/08/20-leds-5-pins-charlieplexing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LED Writing</title>
		<link>http://negativeacknowledge.com/2008/04/04/led-writing/</link>
		<comments>http://negativeacknowledge.com/2008/04/04/led-writing/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:34:03 +0000</pubDate>
		<dc:creator>Random</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://negativeacknowledge.com/?p=14</guid>
		<description><![CDATA[It&#8217;s hardly original, but I thought I&#8217;d have a go at drawing stuff in the air using LEDs. I whipped up some &#8220;drawies&#8221; using a button cell and an LED with a little piece of plastic, such that the LED activates when I press down on it.
I then got some requests from IRC and got [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hardly original, but I thought I&#8217;d have a go at drawing stuff in the air using LEDs. I whipped up some &#8220;drawies&#8221; using a button cell and an LED with a little piece of plastic, such that the LED activates when I press down on it.</p>
<p>I then got some requests from IRC and got to work:</p>
<p style="text-align: center;"><a title="kim 2" href="http://www.flickr.com/photos/7320302@N07/2362036999/"><img src="http://static.flickr.com/2219/2362036999_4aa98f76a5_m.jpg" alt="kim 2" /></a></p>
<p style="text-align: center;"><a title="exy" href="http://www.flickr.com/photos/7320302@N07/2362863862/"><img src="http://static.flickr.com/2169/2362863862_11ec1b226e_m.jpg" alt="exy" /></a></p>
<p style="text-align: center;"><a title="neg ack" href="http://www.flickr.com/photos/7320302@N07/2362031459/"><img src="http://static.flickr.com/2388/2362031459_419807f3b8_m.jpg" alt="neg ack" /></a></p>
<p style="text-align: center;"><a title="AMCR Radio" href="http://www.flickr.com/photos/7320302@N07/2362029497/"><img src="http://static.flickr.com/2308/2362029497_821cc06e89_m.jpg" alt="AMCR Radio" /></a></p>
<p style="text-align: center;"><a title="wobb" href="http://www.flickr.com/photos/7320302@N07/2362026927/"><img class="alignnone" src="http://static.flickr.com/3139/2362026927_c80e917524_m.jpg" alt="wobb" /></a></p>
<p style="text-align: center;"><a title="a lion!" href="http://www.flickr.com/photos/7320302@N07/2361895217/"><img class="alignnone" src="http://static.flickr.com/2072/2361895217_8397eee1c7_m.jpg" alt="a lion!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativeacknowledge.com/2008/04/04/led-writing/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
