<?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>Gareth Halfacree</title>
	<atom:link href="http://gareth.halfacree.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://gareth.halfacree.co.uk</link>
	<description>&#34;Work hard, have fun, enjoy.&#34;</description>
	<lastBuildDate>Thu, 12 Apr 2012 08:41:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Burnduino Shield</title>
		<link>http://gareth.halfacree.co.uk/2012/04/the-burnduino-shield</link>
		<comments>http://gareth.halfacree.co.uk/2012/04/the-burnduino-shield#comments</comments>
		<pubDate>Thu, 12 Apr 2012 08:28:31 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Arduino Burner]]></category>
		<category><![CDATA[Arduino Shield]]></category>
		<category><![CDATA[ATMega]]></category>
		<category><![CDATA[atmel]]></category>
		<category><![CDATA[AVR programmer]]></category>
		<category><![CDATA[Burnduino]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[Shield]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=777</guid>
		<description><![CDATA[The Burnduino Shield is, as the name suggests, an add-on &#8216;shield&#8217; for the Arduino microcontroller and compatibles. It&#8217;s designed to make programming an ATmega328 DIP-package microcontroller easier, and turns the Arduino into a remarkably efficient AVR programmer. Features include: 28-pin universal ZIF (zero insertion force)...]]></description>
			<content:encoded><![CDATA[<div id="attachment_782" class="wp-caption alignright" style="width: 310px"><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2012/04/burnduino1.jpg"><img class="size-medium wp-image-782" title="The Burnduino Kit" src="http://gareth.halfacree.co.uk/wp-content/uploads/2012/04/burnduino1-300x180.jpg" alt="The Burnduino Kit" width="300" height="180" /></a><p class="wp-caption-text">The Burnduino Kit</p></div>
<p>The Burnduino Shield is, as the name suggests, an add-on &#8216;shield&#8217; for the Arduino microcontroller and compatibles. It&#8217;s designed to make programming an ATmega328 DIP-package microcontroller easier, and turns the Arduino into a remarkably efficient AVR programmer. Features include:</p>
<ul>
<li>28-pin universal ZIF (zero insertion force) socket, meaning no bent pins and fast chip change</li>
<li>Supports uploading of 16MHz external crystal and 8MHz internal oscillator Arduino bootloaders onto bare ATmega microcontrollers</li>
<li>Fully supported within the Arduino IDE software</li>
<li>Allows uploading of bootloaders and sketches from a single shield</li>
<li>Mode select jumpers mean no rewiring &#8211; ever</li>
<li>Saves money: buy unprogrammed ATmega328 chips and burn the bootloader yourself</li>
</ul>
<p>The Burnduino is provided as a kit, which contains the printed circuit board, a high-quality 28-pin locking ZIF socket made by 3M, a 16MHz crystal with two 22pF decoupling capacitors, a 10KOhm pull-up resistor for the reset line, male 2.54mm headers and three 2.54mm jumpers for the mode select pins. All components are through-hole and easy to solder, even for a novice.</p>
<p>The Burnduino&#8217;s mode select jumpers allow a single shield to perform two tasks: when in &#8216;BTLDR&#8217; mode, with the RX and TX jumpers open, the Burnduino works with an Arduino and the Arduino-as-ISP sketch to burn new bootloaders onto blank or pre-used ATmega microcontrollers. Close the RX and TX jumpers and move the mode select jumper to &#8216;SKETCH&#8217; and the Burnduino allows the Arduino IDE to upload sketches to bootloader-equipped ATmegas.</p>
<h2>Bootloader Mode</h2>
<ol>
<li>Upload the &#8216;ArduinoISP&#8217; sketch (File &#8211; Examples) from the Arduino IDE to your Arduino or compatible board.</li>
<li>Connect the Burnduino shield.</li>
<li>Set the lower-left Mode Select jumper to BTLDR, shorting the middle and top pins.</li>
<li>Remove the jumpers from the RX and TX pins.</li>
<li>Insert your ATmega microcontroller into the ZIF socket</li>
<li>Select your chosen board type from the Tools &#8211; Board menu in the Arduino IDE.</li>
<li>Upload the bootloader using Tools &#8211; Burn Bootloader &#8211; w/ Arduino as ISP.</li>
<li>To program another ATmega, simply replace the chip in the socket and burn the bootloader again.</li>
</ol>
<h2>Sketch Mode</h2>
<ol>
<li>Remove the ATmega chip from your Arduino board and put it somewhere safe.</li>
<li>Connect the Burnduino shield.</li>
<li>Set the lower-left Mode Select jumper to SKETCH, shorting the middle and bottom pins.</li>
<li>Short the RX and TX pins with the jumpers provided.</li>
<li>Select the bootloader type from the Tools &#8211; Board menu in the Arduino IDE.</li>
<li>Insert your bootloader-equipped ATmega chip into the ZIF socket.</li>
<li>Load your sketch into the Arduino IDE and hit the upload button.</li>
<li>To upload the sketch to a new chip, simply replace the chip in the ZIF socket and hit the upload button again.</li>
</ol>
<p>If you want to take advantage of the ATmega&#8217;s internal oscillator, which means your finished design can ditch the 16MHz crystal and decoupling capacitors to save money and space, you&#8217;ll need to follow the &#8216;Minimal Circuit&#8217; instructions from the <a title="Arduino: Arduino to Breadboard" href="http://arduino.cc/en/Tutorial/ArduinoToBreadboard" target="_blank">Arduino to Breadboard</a> article to add a new board definition to the Arduino IDE. If you need to upload bootloaders to ATmega328-PU chips &#8211; rather than the more common ATmega328P-PU &#8211; follow <a title="Using an ATmega328 as an Arduino" href="http://gareth.halfacree.co.uk/2012/02/using-an-atmega328-as-an-arduino">these instructions</a>.</p>
<p><strong>NOTE: </strong>The Burnduino uses the ArduinoISP sketch to upload a bootloader to the chip in the ZIF socket. This sketch, at present, does <strong>not</strong> support the new Arduino Uno, which uses different USB circuitry. If you want to use the Burnduino as an ISP, you&#8217;ll need to have an Arduino Duemilanove or third-party compatible with FTDI circuitry instead.</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=777&amp;md5=833ca4aca9f0887534e15c1be3afb490" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2012/04/the-burnduino-shield/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2012%2F04%2Fthe-burnduino-shield&amp;language=en_GB&amp;category=text&amp;title=The+Burnduino+Shield&amp;description=The+Burnduino+Shield+is%2C+as+the+name+suggests%2C+an+add-on+%26%238216%3Bshield%26%238217%3B+for+the+Arduino+microcontroller+and+compatibles.+It%26%238217%3Bs+designed+to+make+programming+an+ATmega328+DIP-package+microcontroller+easier%2C+and+turns+the...&amp;tags=arduino%2CArduino+Burner%2CArduino+Shield%2CATMega%2Catmel%2CAVR+programmer%2CBurnduino%2Cmicrocontroller%2CShield%2Cblog" type="text/html" />
	</item>
		<item>
		<title>The Arduino Burner Shield</title>
		<link>http://gareth.halfacree.co.uk/2012/03/the-arduino-burner-shield</link>
		<comments>http://gareth.halfacree.co.uk/2012/03/the-arduino-burner-shield#comments</comments>
		<pubDate>Thu, 15 Mar 2012 08:07:53 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Arduino Burner]]></category>
		<category><![CDATA[Arduino Burner Shield]]></category>
		<category><![CDATA[Arduino Shield]]></category>
		<category><![CDATA[ATMega]]></category>
		<category><![CDATA[atmega328]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[sleepduino]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=768</guid>
		<description><![CDATA[Continuing my creation of circuits that save me a little time, I&#8217;ve developed a shield which turns an Arduino Duemilanove (or compatible) into an EPROM burner for ATMega328 chips. Imaginative as ever, I call it the &#8220;Arduino Burner.&#8221; While working on the Standalone Sleepduino, I...]]></description>
			<content:encoded><![CDATA[<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2012/03/arduino-burner-pcb.png"><img class="alignright size-medium wp-image-769" title="Arduino Burner PCB" src="http://gareth.halfacree.co.uk/wp-content/uploads/2012/03/arduino-burner-pcb-300x231.png" alt="Arduino Burner PCB" width="300" height="231" /></a>Continuing my creation of circuits that save me a little time, I&#8217;ve developed a shield which turns an Arduino Duemilanove (or compatible) into an EPROM burner for ATMega328 chips. Imaginative as ever, I call it the &#8220;Arduino Burner.&#8221;</p>
<p>While working on the <a title="The Standalone Sleepduino" href="http://gareth.halfacree.co.uk/2012/02/the-standalone-sleepduino">Standalone Sleepduino</a>, I had cause to burn a custom bootloader to an ATMega328 chip in order to convince it to use its internal 8MHz oscillator instead of an external 16MHz crystal. With an Arduino Duemilanove, that&#8217;s not too difficult: follow the instructions from the <a title="Arduino: Arduino to Breadboard" href="http://arduino.cc/en/Tutorial/ArduinoToBreadboard" target="_blank">Arduino To Breadboard</a> article and you&#8217;re away.</p>
<p>It does, however, require a bit of time to set up the various wires; then more time is required moving the wires to upload a sketch to the newly-created Arduino-compatible microcontroller. Not much time, to be fair, but time nevertheless. So, the Arduino Burner was born.</p>
<p>The Arduino Burner is a simple shield based on the wiring from the Arduino To Breadboard article. It features room for a 16MHz crystal and decoupling capacitors, although these can be safely ignored if you&#8217;re programming an ATMega using the 8MHz breadboard bootloader. Installing them does, however, mean that you have the choice of flashing either bootloader; leaving the holes unpopulated means that you&#8217;ll be limited to the 8MHz version only. There&#8217;s also a 10K pullup resistor for the reset line, although again this is a &#8216;nice to have&#8217; that can be ignored.</p>
<p>Usage is simple: stick a raw ATMega328 into the zero insertion force (ZIF) socket in the middle of the shield, set J1 to &#8216;BTLDR&#8217; and open the RX and TX jumpers and you can burn a bootloader straight from the Arduino IDE. When your bootloader is installed, you can close the RX and TX jumpers and switch J1 to &#8216;SKETCH&#8217; to upload a sketch &#8211; but remember to remove the Arduino&#8217;s own ATMega, or you&#8217;ll be uploading the sketch to that instead of your new chip!</p>
<p>The ZIF socket means that the legs of the ATMega328 are protected from damage &#8211; a key point if you&#8217;re burning large quantities of chips. It does, however, increase the cost of the shield quite significantly: a single 28W DIP socket is around 20p, while the particular low-profile ZIF chosen for this shield is around £8 &#8211; although this does drop as you buy quantities.</p>
<p>If you&#8217;re only creating one-off standalone projects, the Arduino Burner shield is overkill. If you&#8217;re doing large quantities and don&#8217;t fancy shelling out for a real AVR, however, it can be a serious time-saver.</p>
<p>I&#8217;ll be getting a prototype made up towards the end of the month, so pop back then if you want to see the shield in action.</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=768&amp;md5=b365d11d0bc2642e5eaedc308a34caa2" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2012/03/the-arduino-burner-shield/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2012%2F03%2Fthe-arduino-burner-shield&amp;language=en_GB&amp;category=text&amp;title=The+Arduino+Burner+Shield&amp;description=Continuing+my+creation+of+circuits+that+save+me+a+little+time%2C+I%26%238217%3Bve+developed+a+shield+which+turns+an+Arduino+Duemilanove+%28or+compatible%29+into+an+EPROM+burner+for+ATMega328+chips.+Imaginative...&amp;tags=arduino%2CArduino+Burner%2CArduino+Burner+Shield%2CArduino+Shield%2CATMega%2Catmega328%2Cmicrocontroller%2Csleepduino%2Cblog" type="text/html" />
	</item>
		<item>
		<title>The Standalone Sleepduino lives!</title>
		<link>http://gareth.halfacree.co.uk/2012/03/the-standalone-sleepduino-lives</link>
		<comments>http://gareth.halfacree.co.uk/2012/03/the-standalone-sleepduino-lives#comments</comments>
		<pubDate>Tue, 06 Mar 2012 09:07:59 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[ATMega]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[sleepduino]]></category>
		<category><![CDATA[standalone sleepduino]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=758</guid>
		<description><![CDATA[Just a quick update on the Sleepduino project: the PCBs for the Sleepduino Shield and Standalone Sleepduino arrived from the fab yesterday, and they work a treat. Here&#8217;s a quick comparison between the Standalone Sleepduino and its breadboarded prototype: As you can see, the Standalone...]]></description>
			<content:encoded><![CDATA[<p>Just a quick update on the <a title="Introducing the Sleepduino" href="http://gareth.halfacree.co.uk/2012/02/introducing-the-sleepduino">Sleepduino project</a>: the PCBs for the Sleepduino Shield and Standalone Sleepduino arrived from the fab yesterday, and they work a treat.</p>
<p>Here&#8217;s a quick comparison between the Standalone Sleepduino and its breadboarded prototype:</p>
<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2012/03/standalone-prototype-comparison.jpg"><img class="aligncenter size-medium wp-image-760" title="Sleepduino Standalone Final/Prototype Comparison" src="http://gareth.halfacree.co.uk/wp-content/uploads/2012/03/standalone-prototype-comparison-300x177.jpg" alt="Sleepduino Standalone Final/Prototype Comparison" width="300" height="177" /></a></p>
<p>As you can see, the Standalone Sleepduino is pretty compact, but still packs all the features of the original Arduino-powered version. In fact, it&#8217;s possible to take the (socketed) microcontroller out of the Sleepduino and upload a revised sketch, if you&#8217;ve got an ATtiny or similar or a spare Arduino to do the programming.</p>
<p>Just in case you doubt it works:</p>
<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2012/03/sleepduino-standalone-working.jpg"><img class="aligncenter size-medium wp-image-759" title="Standalone Sleepduino Working" src="http://gareth.halfacree.co.uk/wp-content/uploads/2012/03/sleepduino-standalone-working-300x247.jpg" alt="Standalone Sleepduino Working" width="300" height="247" /></a></p>
<p>At some point, I&#8217;ll be making a few tweaks to the design and then exporting some Gerbers for mass-production. Once I&#8217;ve got a costing for the PCB fabrication and parts &#8211; a 10K poteniometer, piezoelectric buzzer, three RGB LEDs, three buttons, nine 270-Ohm resistors and an ATMega-328 with socket &#8211; I&#8217;ll have a better idea of whether the project is worth pursuing.</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=758&amp;md5=419037e1b1e72e95a6c9c5d79b5a541c" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2012/03/the-standalone-sleepduino-lives/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2012%2F03%2Fthe-standalone-sleepduino-lives&amp;language=en_GB&amp;category=text&amp;title=The+Standalone+Sleepduino+lives%21&amp;description=Just+a+quick+update+on+the+Sleepduino+project%3A+the+PCBs+for+the+Sleepduino+Shield+and+Standalone+Sleepduino+arrived+from+the+fab+yesterday%2C+and+they+work+a+treat.+Here%26%238217%3Bs+a+quick...&amp;tags=arduino%2CATMega%2Cmicrocontroller%2Cpcb%2Csleepduino%2Cstandalone+sleepduino%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Using an ATMega328 as an Arduino</title>
		<link>http://gareth.halfacree.co.uk/2012/02/using-an-atmega328-as-an-arduino</link>
		<comments>http://gareth.halfacree.co.uk/2012/02/using-an-atmega328-as-an-arduino#comments</comments>
		<pubDate>Mon, 13 Feb 2012 23:17:49 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[atmega328]]></category>
		<category><![CDATA[atmega328-pu]]></category>
		<category><![CDATA[atmega328p]]></category>
		<category><![CDATA[atmega328p-pu]]></category>
		<category><![CDATA[atmel]]></category>
		<category><![CDATA[avrdude]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[oomlout]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=754</guid>
		<description><![CDATA[In the course of the design for the Standalone Sleepduino, I needed to create a bare-bones breadboard that could run an Arduino sketch. I really mean bare bones, too: I didn&#8217;t even want to include the 16MHz crystal, as through-hole versions take up too much...]]></description>
			<content:encoded><![CDATA[<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2010/09/arduino-side.jpg"><img class="alignright size-medium wp-image-654" title="Arduino Duemilanove Side View" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/09/arduino-side-300x199.jpg" alt="Arduino Duemilanove Side View" width="300" height="199" /></a>In the course of the design for the <a title="The Standalone Sleepduino" href="http://gareth.halfacree.co.uk/2012/02/the-standalone-sleepduino">Standalone Sleepduino</a>, I needed to create a bare-bones breadboard that could run an Arduino sketch. I really mean bare bones, too: I didn&#8217;t even want to include the 16MHz crystal, as through-hole versions take up too much room and surface-mount versions are a pain (as I found when I got hold of a pair of Texas Instruments LaunchPads, but I digress.)</p>
<p>I snagged myself an &#8216;<a title="Oomlout: Component bundle for Arduino compatible" href="http://www.oomlout.co.uk/component-bundle-for-arduino-compatible-arcb-p-227.html" target="_blank">Arduino compatible component kit</a>&#8216; from the lovely guys at Oomlout, which included all the parts I didn&#8217;t really need but wanted on hand just in case alongside the most important part of the kit: the ATMega328 microcontroller itself.</p>
<p>Sticking it in a breadboard, I followed the <a title="Arduino: Arduino to Breadboard" href="http://arduino.cc/en/Tutorial/ArduinoToBreadboard" target="_blank">official instructions</a> on how to burn an Arduino bootloader onto an ATMega328 so that it uses its internal 8MHz oscillator instead of an external crystal as its clock source.</p>
<p>At least, I tried to.</p>
<p>I spent about an hour wrestling with one major problem:</p>
<blockquote><p>avrdude: Expected signature for ATMEGA328P is 1E 95 0F<br />
Double check chip, or use -F to override this check.</p></blockquote>
<p>Every single time I tried to program the 8MHz bootloader, avrdude told me to -F off. Eventually, I twigged what was going on: official Arduinos have an ATMega328P-PU chip, which you can see printed on top. In good light. If you squint a bit. My chip?</p>
<p>An ATMega328-PU.</p>
<p>One little letter, so much heartache. While the ATMega328P and ATMega328 microcontrollers are pretty much interchangeable, they have different signatures. The version of avrdude that ships with the Arduino IDE knows about ATMega328Ps, but not about ATMega328s. Hence my problem.</p>
<p>Thankfully, there&#8217;s a fix. To load an Arduino bootloader onto an ATMega328, open up avrdude.conf (found in /usr/share/arduino/hardware/tools/ on Linux boxes) and search for the string &#8220;0x1e 0&#215;95 0x0F&#8221;. That&#8217;s the signature of an ATMega328P. Replace it with &#8220;0x1e 0&#215;95 0&#215;14&#8243;, which is the string of an ATMega328 and save the file. If you&#8217;re on Linux, you&#8217;ll need to be root to save the file. Restart the Arduino IDE, and you should be able to burn the bootloader without any errors.</p>
<p>When you&#8217;re done, remember to replace &#8220;0x1e 0&#215;95 0&#215;14&#8243; with &#8220;0x1e 0&#215;95 0x0F&#8221; again, or you&#8217;ll get a bunch of messages telling you that only assembler is supported&#8230;</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=754&amp;md5=ae4979c6188eff0e5e4503678116270d" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2012/02/using-an-atmega328-as-an-arduino/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2012%2F02%2Fusing-an-atmega328-as-an-arduino&amp;language=en_GB&amp;category=text&amp;title=Using+an+ATMega328+as+an+Arduino&amp;description=In+the+course+of+the+design+for+the+Standalone+Sleepduino%2C+I+needed+to+create+a+bare-bones+breadboard+that+could+run+an+Arduino+sketch.+I+really+mean+bare+bones%2C+too%3A+I...&amp;tags=arduino%2Catmega328%2Catmega328-pu%2Catmega328p%2Catmega328p-pu%2Catmel%2Cavrdude%2Cbootloader%2Cmicrocontroller%2Coomlout%2Cblog" type="text/html" />
	</item>
		<item>
		<title>The Standalone Sleepduino</title>
		<link>http://gareth.halfacree.co.uk/2012/02/the-standalone-sleepduino</link>
		<comments>http://gareth.halfacree.co.uk/2012/02/the-standalone-sleepduino#comments</comments>
		<pubDate>Sun, 12 Feb 2012 22:33:12 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[sleepduino]]></category>
		<category><![CDATA[standalone sleepduino]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=739</guid>
		<description><![CDATA[My original concept to create the Sleepduino as an Arduino shield to aid with sleep via white-noise and night-lights &#8211; or as a convenient way of getting three RGB LEDs, three buttons and peizoelectric buzzer with adjustable volume into an Arduino &#8211; is good, but...]]></description>
			<content:encoded><![CDATA[<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2012/02/sleepduino-standalone-pcb.png"><img class="alignright size-medium wp-image-740" title="Standalone Sleepduino PCB" src="http://gareth.halfacree.co.uk/wp-content/uploads/2012/02/sleepduino-standalone-pcb-226x300.png" alt="Standalone Sleepduino PCB" width="226" height="300" /></a>My original concept to <a title="Introducing the Sleepduino" href="http://gareth.halfacree.co.uk/2012/02/introducing-the-sleepduino">create the Sleepduino as an Arduino shield</a> to aid with sleep via white-noise and night-lights &#8211; or as a convenient way of getting three RGB LEDs, three buttons and peizoelectric buzzer with adjustable volume into an Arduino &#8211; is good, but wouldn&#8217;t a stand-alone version be better?</p>
<p>Yes. Yes, it would.</p>
<p>As a result, my order with the fab now includes an original Sleepduino shield along with the new design: the Standalone Sleepduino. Measuring a mere 17.6cm², it&#8217;s half the size of the Sleepduino shield. It&#8217;s not just a reduced footprint, though: as the name suggests, the Standalone Sleepduino no longer requires an Arduino to operate, shaving about £22 off the cost of the device for those who don&#8217;t already have an Arduino or compatible hanging around.</p>
<p>How? By taking the chip at the heart of the Arduino, the ATMega328 microcontroller, and embedding it directly into the middle of the circuit board.</p>
<p>To keep the size down and reduce the number of components required, the design of the Standalone includes a few tweaks over a traditional standalone Arduino creation. First of all, the traditional 16MHz crystal and associated capacitors aren&#8217;t there: the Sleepduino doesn&#8217;t need an accurate clock to work, so I&#8217;m using the 8MHz oscillator built in to the ATMega328 instead. There&#8217;s also no sign of a 5V regulator: instead, a USB B socket provides connectivity to a PC USB port or USB-based charger, which already provides a regulated 5V feed.</p>
<p>The Standalone Sleepduino won&#8217;t be for everyone: while it&#8217;s technically possible to reprogram it in the same way as the newly-renamed Sleepduino Shield, it involves having an existing Arduino or AVR programmer and taking the microcontroller off the board. If you&#8217;re looking for something to hack, the Sleepduino Shield will still be the better option; that goes doubly if you&#8217;ve already got an Arduino.</p>
<p>For those who just want a combination nightlight &#8211; with 334 possible colour combinations and four brightness settings, no less &#8211; and white-noise generator, however, the Standalone Sleepduino should prove a winner.</p>
<p>If I get enough interest, I&#8217;ll be sending off for a batch of both Standalone Sleepduinos and Sleepduino Shields from a PCB fab in China. I&#8217;ll then make them available either as a kit, or pre-assembled if you don&#8217;t fancy soldering it up yourself. Once my prototypes arrive, I&#8217;ll be doing some demonstration videos too.</p>
<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2012/02/sleepduino-standalone-breadboard.jpg"><img class="size-medium wp-image-741 alignright" title="Standalone Sleepduino Breadboard" src="http://gareth.halfacree.co.uk/wp-content/uploads/2012/02/sleepduino-standalone-breadboard-300x225.jpg" alt="Standalone Sleepduino Breadboard" width="300" height="225" /></a>Oh, and if you&#8217;re wondering how the Standalone Sleepduino looks when it&#8217;s not in its lovely compact PCB form, here&#8217;s the breadboarded prototype:</p>
<p>Not quite so pretty, huh?</p>
<p>Back-of-the-envelope calculations suggest that it&#8217;ll cost me around £13 to produce each Sleepduino Standalone kit, plus a quid or so for a USB A-B cable to go with it.</p>
<p>If you&#8217;d like to register interest in snagging yourself a kit or pre-made Sleepduino, <a title="Email Gareth" href="mailto:gareth@halfacree.co.uk">drop me a line</a>.</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=739&amp;md5=f346a938397e37a9767fa7913bb404a7" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2012/02/the-standalone-sleepduino/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2012%2F02%2Fthe-standalone-sleepduino&amp;language=en_GB&amp;category=text&amp;title=The+Standalone+Sleepduino&amp;description=My+original+concept+to+create+the+Sleepduino+as+an+Arduino+shield+to+aid+with+sleep+via+white-noise+and+night-lights+%26%238211%3B+or+as+a+convenient+way+of+getting+three+RGB+LEDs%2C...&amp;tags=arduino%2Csleepduino%2Cstandalone+sleepduino%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Introducing the Sleepduino</title>
		<link>http://gareth.halfacree.co.uk/2012/02/introducing-the-sleepduino</link>
		<comments>http://gareth.halfacree.co.uk/2012/02/introducing-the-sleepduino#comments</comments>
		<pubDate>Fri, 10 Feb 2012 22:12:34 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[baby]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[fritzing]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sleepduino]]></category>
		<category><![CDATA[white noise]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=734</guid>
		<description><![CDATA[As a new father, I&#8217;ve found it&#8217;s difficult to convince my little bundle of noise to go to sleep at night. A common method of convincing a baby to sleep is to provide &#8216;white noise,&#8217; either through the use of an expensive specialist baby-soother or...]]></description>
			<content:encoded><![CDATA[<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2012/02/sleepduinopcb.png"><img class="alignright size-medium wp-image-735" title="Sleepduino PCB" src="http://gareth.halfacree.co.uk/wp-content/uploads/2012/02/sleepduinopcb-300x231.png" alt="Sleepduino PCB" width="300" height="231" /></a>As a new father, I&#8217;ve found it&#8217;s difficult to convince my little bundle of noise to go to sleep at night. A common method of convincing a baby to sleep is to provide &#8216;white noise,&#8217; either through the use of an expensive specialist baby-soother or by detuning a radio. Alternatively, there&#8217;s the <strong>Sleepduino</strong>.</p>
<p>Because I value my sleep more than I value my free time, I spent an afternoon designing and coding an combination white noise generator and nightlight for Alice&#8217;s nursery. Thankfully, I had the components I needed lying around: an Arduino with breadboard, three RGB LEDs, three tactile buttons, a piezoelectric buzzer and a potentiometer. Plus a whole mess of wiring.</p>
<p>The buttons control the LEDs: each LED has its own button, which cycles it through seven different colours before turning it off. Press the button again, and it&#8217;ll switch on again. The pot controls the volume of the buzzer, which exists to vocalise the output of a pseudorandom bit-shift register to generate a pleasing &#8216;static&#8217; sound.</p>
<p>Set the LEDs to provide whatever level and colour of nightlight you think your baby &#8211; or, indeed, you &#8211; would prefer, adjust the volume of the white noise (apparently, it should be around the same volume as being in the same room as someone taking a shower) and cross your fingers that you&#8217;re going to enjoy the best night of sleep you&#8217;ve ever had.</p>
<p>It&#8217;s only the second proper night of using it, but it seems to be working: Alice had the best night&#8217;s sleep she&#8217;s ever had last night, and she&#8217;s been settled for a good couple of hours now without issue.</p>
<p>I&#8217;ve designed a printed circuit board version of the Sleepduino which plugs into the top of the Arduino without all the distracting and easily-knocked wiring. I&#8217;m making an initial prototype, which will arrive from the fab towards the end of the month. If it works, I&#8217;ll be opening the floor for anyone who wants to buy one.</p>
<p>Be aware, however: this is an Open Hardware project. I&#8217;m making the source code (most of which is appropriated from other projects anyway), schematics and PCB layout available under a Creative Commons Attribution-NonCommercial-ShareAlike licence, meaning you don&#8217;t <strong>have</strong> to buy one from me. If you&#8217;d rather, you can just <a title="Fritzing: Sleepduino" href="http://fritzing.org/projects/sleepduino/" target="_blank">grab the files and make one yourself</a>. I won&#8217;t stop you. Hell, I&#8217;m actively encouraging it.</p>
<p>The pre-built shields will be for people who don&#8217;t fancy building one themselves, and I&#8217;ll probably also make them available with Arduino clones underneath so they&#8217;re literally ready to go out of the box.</p>
<p>Hopefully you guys will find them as useful as I&#8217;ve found the prototype version.</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=734&amp;md5=833ca440672873de8cb5a8c07b6fa5b8" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2012/02/introducing-the-sleepduino/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2012%2F02%2Fintroducing-the-sleepduino&amp;language=en_GB&amp;category=text&amp;title=Introducing+the+Sleepduino&amp;description=As+a+new+father%2C+I%26%238217%3Bve+found+it%26%238217%3Bs+difficult+to+convince+my+little+bundle+of+noise+to+go+to+sleep+at+night.+A+common+method+of+convincing+a+baby+to+sleep...&amp;tags=arduino%2Cbaby%2Celectronics%2Cfritzing%2Cpcb%2Cprogramming%2Csleepduino%2Cwhite+noise%2Cblog" type="text/html" />
	</item>
		<item>
		<title>PowerGlove Project &#8211; The Famicom Connector</title>
		<link>http://gareth.halfacree.co.uk/2011/02/powerglove-project-the-famicom-connector</link>
		<comments>http://gareth.halfacree.co.uk/2011/02/powerglove-project-the-famicom-connector#comments</comments>
		<pubDate>Tue, 01 Feb 2011 22:00:50 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[famicom]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[modding]]></category>
		<category><![CDATA[nes]]></category>
		<category><![CDATA[pinout]]></category>
		<category><![CDATA[powerglove]]></category>
		<category><![CDATA[soldering]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=717</guid>
		<description><![CDATA[So, I bought a PAX PowerGlove &#8211; so good it&#8217;s bad &#8211; with a view to connecting it to my PC for use as a neato peripheral. The PAX PowerGlove, hailing from Japan and predating the Mattel-manufactured US release, comes with a DB-15 Famicom peripheral...]]></description>
			<content:encoded><![CDATA[<p>So, I bought a PAX PowerGlove &#8211; so good it&#8217;s bad &#8211; with a view to connecting it to my PC for use as a neato peripheral. The PAX PowerGlove, hailing from Japan and predating the Mattel-manufactured US release, comes with a DB-15 Famicom peripheral connector.</p>
<p>I need to figure out which of the 15 pins I need to connect to my USB adapter, but so far I&#8217;ve found four pinouts for the connector &#8211; and all four are different. Here&#8217;s my best-guess pinout:</p>
<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2011/02/famicom-peripheral.png"><img class="aligncenter size-full wp-image-718" title="Famicom Peripheral Connector" src="http://gareth.halfacree.co.uk/wp-content/uploads/2011/02/famicom-peripheral.png" alt="Famicom Peripheral Connector" width="398" height="94" /></a>1 &#8211; Ground<br />
2 &#8211; Sound Out<br />
3 &#8211; IRQ<br />
4 &#8211; Port 1, Data 4<br />
5 &#8211; Port 1, Data 3<br />
6 &#8211; Port 1, Data 2<br />
7 &#8211; Port 1, Data 1<br />
8 &#8211; Port 1, Data 0<br />
9 &#8211; Port 1, Data Clock<br />
10 &#8211; Latch 2<br />
11 &#8211; Latch 1<br />
12 &#8211; Latch 0<br />
13 &#8211; Port 0, Data 1<br />
14 &#8211; Port 0, Clock<br />
15 &#8211; +5V</p>
<p>In theory, that should be what I need to match up to my RetroGlove USB adapter:</p>
<p style="text-align: center;"><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2011/02/retroglove-pinout-diagram.png"></a><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2011/02/powerglove_retrokit_final.png"><img class="aligncenter size-medium wp-image-729" title="RetroGlove Pinout Diagram" src="http://gareth.halfacree.co.uk/wp-content/uploads/2011/02/powerglove_retrokit_final-300x291.png" alt="RetroGlove Pinout Diagram" width="300" height="291" /></a>
</p>
<p>The only question is &#8211; have I picked the right Famicom pinout to trust, or will I blow my PowerGlove? Any suggestions, Famicom experts?</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=717&amp;md5=02b274db17eb46b8edba1e2e86edd922" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2011/02/powerglove-project-the-famicom-connector/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2011%2F02%2Fpowerglove-project-the-famicom-connector&amp;language=en_GB&amp;category=text&amp;title=PowerGlove+Project+%26%238211%3B+The+Famicom+Connector&amp;description=So%2C+I+bought+a+PAX+PowerGlove+%26%238211%3B+so+good+it%26%238217%3Bs+bad+%26%238211%3B+with+a+view+to+connecting+it+to+my+PC+for+use+as+a+neato+peripheral.+The+PAX+PowerGlove%2C...&amp;tags=famicom%2Cmod%2Cmodding%2Cnes%2Cpinout%2Cpowerglove%2Csoldering%2Cblog" type="text/html" />
	</item>
		<item>
		<title>The cost of free: WordPress SEO malware</title>
		<link>http://gareth.halfacree.co.uk/2010/12/the-cost-of-free-wordpress-seo-malware</link>
		<comments>http://gareth.halfacree.co.uk/2010/12/the-cost-of-free-wordpress-seo-malware#comments</comments>
		<pubDate>Fri, 03 Dec 2010 10:11:59 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[magzimus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=702</guid>
		<description><![CDATA[If you Google my name at the moment, you&#8217;ll find some interesting results &#8211; and if you&#8217;ve hit this page as a result of looking for &#8216;webcam sex,&#8217; you&#8217;re going to be disappointed. I recently installed a new theme on the site &#8211; Magzimus &#8211;...]]></description>
			<content:encoded><![CDATA[<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2010/12/seo-malware.png"><img class="alignright size-medium wp-image-703" title="SEO Malware - Magzimus Theme" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/12/seo-malware-300x114.png" alt="SEO Malware - Magzimus Theme" width="300" height="114" /></a>If you Google my name at the moment, you&#8217;ll find some interesting results &#8211; and if you&#8217;ve hit this page as a result of looking for &#8216;webcam sex,&#8217; you&#8217;re going to be disappointed.</p>
<p>I recently installed a new theme on the site &#8211; Magzimus &#8211; which I pulled from a site promising free WordPress themes. It&#8217;s pretty, it has a neat JavaScript slider, and it was a simple install.  What&#8217;s not to like?</p>
<p>Well, the fact that searching for my blog on various search engines now shows an affiliation with popular &#8216;adult entertainment&#8217; site LiveJasmin, for a start.</p>
<p>It seems that the &#8216;free&#8217; theme has an interesting business model: a hidden bit of PHP code in the <em>admin.php</em> file that checks to see if traffic is coming from a search engine crawler, and if so adding a hidden <em>span</em> at the bottom of the page containing affiliate links to the aforementioned webcam site &#8211; and a variety of keywords that are likely to get me significantly different traffic to normal.</p>
<p>I&#8217;ve excised the code, and am now waiting for Google et al to update my listing and remove the spurious keywords.</p>
<p>Next time you snag a WordPress theme from somewhere, do what I failed to do: check the code to see exactly what it&#8217;s doing to your site.</p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=702&amp;md5=86c498ec145df5e732937655c8678079" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2010/12/the-cost-of-free-wordpress-seo-malware/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2010%2F12%2Fthe-cost-of-free-wordpress-seo-malware&amp;language=en_GB&amp;category=text&amp;title=The+cost+of+free%3A+WordPress+SEO+malware&amp;description=If+you+Google+my+name+at+the+moment%2C+you%26%238217%3Bll+find+some+interesting+results+%26%238211%3B+and+if+you%26%238217%3Bve+hit+this+page+as+a+result+of+looking+for+%26%238216%3Bwebcam+sex%2C%26%238217%3B+you%26%238217%3Bre+going...&amp;tags=magzimus%2Cmalware%2Cseo%2Cwordpress%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Dyno-Rod Complaint</title>
		<link>http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint</link>
		<comments>http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint#comments</comments>
		<pubDate>Fri, 15 Oct 2010 10:26:17 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[house]]></category>
		<category><![CDATA[dyno-rod]]></category>
		<category><![CDATA[dynorod]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=657</guid>
		<description><![CDATA[A quick post containing photographic evidence of the state that Dyno-Rod left my house after a failed attempt to unblock my drains.  I wouldn&#8217;t have put them in public view, except for the fact that Dyno-Rod&#8217;s customer services e-mail has a size limit that means...]]></description>
			<content:encoded><![CDATA[<p>A quick post containing photographic evidence of the state that Dyno-Rod left my house after a failed attempt to unblock my drains.  I wouldn&#8217;t have put them in public view, except for the fact that Dyno-Rod&#8217;s customer services e-mail has a size limit that means I can&#8217;t e-mail them. Yes, that&#8217;s human waste on the rug.</p>

<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_13-11-56_835' title='2010-10-06_13-11-56_835'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_13-11-56_835-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_13-11-56_835" title="2010-10-06_13-11-56_835" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_13-31-08_358_null' title='2010-10-06_13-31-08_358_null'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_13-31-08_358_null-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_13-31-08_358_null" title="2010-10-06_13-31-08_358_null" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_15-28-32_874_null' title='2010-10-06_15-28-32_874_null'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_15-28-32_874_null-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_15-28-32_874_null" title="2010-10-06_15-28-32_874_null" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_15-28-43_763_null' title='2010-10-06_15-28-43_763_null'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_15-28-43_763_null-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_15-28-43_763_null" title="2010-10-06_15-28-43_763_null" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_15-28-54_232_null' title='2010-10-06_15-28-54_232_null'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_15-28-54_232_null-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_15-28-54_232_null" title="2010-10-06_15-28-54_232_null" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_17-53-57_888' title='2010-10-06_17-53-57_888'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_17-53-57_888-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_17-53-57_888" title="2010-10-06_17-53-57_888" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_17-54-18_179' title='2010-10-06_17-54-18_179'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_17-54-18_179-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_17-54-18_179" title="2010-10-06_17-54-18_179" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_17-54-30_528' title='2010-10-06_17-54-30_528'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_17-54-30_528-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_17-54-30_528" title="2010-10-06_17-54-30_528" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_17-54-46_403_null' title='2010-10-06_17-54-46_403_null'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_17-54-46_403_null-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_17-54-46_403_null" title="2010-10-06_17-54-46_403_null" /></a>
<a href='http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/2010-10-06_17-54-58_763_null' title='2010-10-06_17-54-58_763_null'><img width="150" height="150" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/10/2010-10-06_17-54-58_763_null-150x150.jpg" class="attachment-thumbnail" alt="2010-10-06_17-54-58_763_null" title="2010-10-06_17-54-58_763_null" /></a>

 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=657&amp;md5=79f1d4525f608eb7dfe7d7e24df8ecc0" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2010/10/dyno-rod-complaint/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2010%2F10%2Fdyno-rod-complaint&amp;language=en_GB&amp;category=text&amp;title=Dyno-Rod+Complaint&amp;description=A+quick+post+containing+photographic+evidence+of+the+state+that+Dyno-Rod+left+my+house+after+a+failed+attempt+to+unblock+my+drains.%C2%A0+I+wouldn%26%238217%3Bt+have+put+them+in+public+view%2C...&amp;tags=dyno-rod%2Cdynorod%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Arduino Hacking: Getting Started</title>
		<link>http://gareth.halfacree.co.uk/2010/09/arduino-hacking-getting-started</link>
		<comments>http://gareth.halfacree.co.uk/2010/09/arduino-hacking-getting-started#comments</comments>
		<pubDate>Thu, 02 Sep 2010 07:19:44 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[bit-tech]]></category>
		<category><![CDATA[arduno]]></category>
		<category><![CDATA[custom pc]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=653</guid>
		<description><![CDATA[Just a brief post to alert RSS subscribers that my how-to Arduino article is now live over on bit-tech.net. Anyone who has ever hacked around in their PC will have been hit with an urge to take their tinkering to the next level and create...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-654" title="Arduino Duemilanove Side View" src="http://gareth.halfacree.co.uk/wp-content/uploads/2010/09/arduino-side-300x199.jpg" alt="Arduino Duemilanove Side View" width="300" height="199" />Just a brief post to alert RSS subscribers that my how-to Arduino article is now live over on <em>bit-tech.net</em>.</p>
<blockquote><p>Anyone who has ever hacked around in their PC will have been hit with an  urge to take their tinkering to the next level and create a  custom-built device, but few actually try &#8211; believing such things to be  far too complicated. At least, until the <a href="http://arduino.cc/" target="_blank">Arduino</a> appeared on the scene.</p>
<p>Originally developed in Italy in 2005 as a tool for students building  interactive design projects, the Arduino is a microcontroller-based  prototyping board &#8211; but one that pretty much removes the barriers to  entry that previous electronic prototyping systems had.</p>
<p>The idea behind the Arduino is simple: to create a system that allows  electronic circuits to be created, modified, and tested in minutes &#8211;  complete with a programmable chip in the centre to take control of  everything.</p></blockquote>
<p>What are you still doing here? <a title="Arduino Projects: Getting Started (bit-tech.net)" href="http://www.bit-tech.net/modding/2010/09/02/arduino-projects-getting-started/1" target="_blank">Go! GO!</a></p>
 <p><a href="http://gareth.halfacree.co.uk/?flattrss_redirect&amp;id=653&amp;md5=fdfcf8ca404a78c969214a0e1c30a074" title="Flattr" target="_blank"><img src="http://gareth.halfacree.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2010/09/arduino-hacking-getting-started/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=ghalfacree&amp;popout=1&amp;url=http%3A%2F%2Fgareth.halfacree.co.uk%2F2010%2F09%2Farduino-hacking-getting-started&amp;language=en_GB&amp;category=text&amp;title=Arduino+Hacking%3A+Getting+Started&amp;description=Just+a+brief+post+to+alert+RSS+subscribers+that+my+how-to+Arduino+article+is+now+live+over+on+bit-tech.net.+Anyone+who+has+ever+hacked+around+in+their+PC+will+have...&amp;tags=arduno%2Cbit-tech%2Ccustom+pc%2Celectronics%2Cfeature%2Chacking%2Chow+to%2Cprogramming%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

