<?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>MightyOhm &#187; shield</title>
	<atom:link href="http://mightyohm.com/blog/tag/shield/feed/" rel="self" type="application/rss+xml" />
	<link>http://mightyohm.com/blog</link>
	<description>Join the resistance.</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:07:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rescue Shield Documentation Updates</title>
		<link>http://mightyohm.com/blog/2009/03/rescue-shield-documentation-updates/</link>
		<comments>http://mightyohm.com/blog/2009/03/rescue-shield-documentation-updates/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 19:37:02 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Kits]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[open source hardware]]></category>
		<category><![CDATA[shield]]></category>

		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1561</guid>
		<description><![CDATA[Today I made a few improvements to the AVR HV Rescue Shield documentation, including screenshots of the Arduino sketch in action and a parts list in the assembly instructions. Expect a FAQ and other stuff in the future as I get user feedback. Rescue Shield says: Buy me!]]></description>
			<content:encoded><![CDATA[<p><a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/usage-instructions/"><img class="alignnone" title="Burn complete!" src="http://mightyohm.com/files/avr_rescue/screenshots/Arduino%20-%20burn%20complete.png" alt="" width="500" height="527" /></a></p>
<p>Today I made a few improvements to the <a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/">AVR HV Rescue Shield</a> documentation, including <a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/usage-instructions/">screenshots</a> of the Arduino sketch in action and a parts list in the <a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/assembly-instructions/">assembly instructions</a>.</p>
<p>Expect a FAQ and other stuff in the future as I get user feedback.</p>
<p>Rescue Shield says: <a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/#buy">Buy me!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mightyohm.com/blog/2009/03/rescue-shield-documentation-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introducing the AVR HV Rescue Shield</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/</link>
		<comments>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:52:09 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Kits]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ATmega]]></category>
		<category><![CDATA[ATtiny]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[open source hardware]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[shield]]></category>

		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419</guid>
		<description><![CDATA[This all started last year, when I was playing with an ATmega168 microcontroller and did something silly.  I programmed the RSTDISBL fuse bit, which effectively makes it impossible to reflash the chip using an ordinary (serial) programmer. Instead of giving up and throwing out the &#8220;dead&#8221; chip,  I decided to try to revive it using [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/"><img class="alignnone size-medium wp-image-1441" title="AVR HV Rescue Shield with ATmega168 target installed" src="http://mightyohm.com/blog/wp-content/uploads/2009/03/rescue-shield-with-atmega2_scaled-500x375.jpg" alt="AVR HV Rescue Shield with ATmega168 target " width="500" height="375" /></a></p>
<p>This all started last year, when I was playing with an ATmega168 microcontroller and did something silly.  I <a href="http://mightyohm.com/blog/2008/09/i-programmed-the-rstdisbl-fuse/">programmed the RSTDISBL fuse</a> bit, which effectively makes it impossible to reflash the chip using an ordinary (serial) programmer.</p>
<p>Instead of giving up and throwing out the &#8220;dead&#8221; chip,  I decided to try to revive it using an obscure high voltage parallel programming mode that isn&#8217;t supported by most AVR programmers.  Armed with my <a href="http://www.arduino.cc">Arduino</a> and the ATmega168 <a href="http://www.atmel.com/dyn/resources/prod_documents/doc2545.pdf">datasheet</a>, I quickly designed and constructed a programmer using parts I already had on my workbench.</p>
<p>A few hours later, I tested my new programmer and it worked!  I revived my &#8220;dead&#8221; AVR by using spare parts and a few lines of Arduino code.  That week I published the schematics and Arduino sketch to the site and called it my <a href="http://mightyohm.com/blog/2008/09/arduino-based-avr-high-voltage-programmer/">Arduino-based AVR High Voltage Programmer</a>.</p>
<p>The response was overwhelming.  Since I first posted the design, many people have built their own and used it to fix their &#8220;dead&#8221; AVR microcontrollers by restoring the fuse bits to sane values.  I even received several requests for a PCB and/or kit based on the design, which got me thinking&#8230;</p>
<p>Today I&#8217;m proud to introduce:</p>
<h3>The AVR HV Rescue Shield</h3>
<p>The AVR HV Rescue Shield is a high voltage parallel mode fuse programmer for Atmel AVR microcontrollers.</p>
<p>It currently supports the ATmega48/88/168/328 series and the ATtiny2313.  The Rescue Shield does everything my original AVR High Voltage Programmer does, and a lot more.  I think the new features make this a really useful tool for anyone working with AVR microcontrollers.</p>
<p>New features include:</p>
<ul>
<li><strong>Custom 2-layer PCB</strong> with silkscreen and soldermask.  No more hacking and modifying perfboards to fit Arduino&#8217;s <a href="http://mightyohm.com/blog/2008/09/arduino-fix-your-pin-spacing/">nonstandard pin spacing</a>!</li>
<li><strong>Onboard 12V DC-DC boost converter</strong> eliminates the need for an external 12V power supply</li>
<li>Support for <strong>two of the most common families of AVR microcontrollers</strong>, the <strong>ATmega48/88/168</strong> and <strong>ATtiny2313</strong></li>
<li>Support for programming the<strong> extended fuse (EFUSE)</strong> byte.</li>
<li>A new <strong>interactive mode, </strong>where desired fuses can be entered using the Arduino&#8217;s serial port.<strong> </strong><strong></strong></li>
<li>Separate <strong>Ready</strong> and <strong>Burn</strong> indicators</li>
<li><strong>Protection resistors </strong>on every single data, control, and supply line to the target AVR, meaning that your Arduino and AVR should survive <em>any</em> mishaps during programming, including inserting the AVR backwards or off by 1 pin.</li>
</ul>
<p>I spent considerable time testing each new feature and documenting the Arduino sketch.  I hope that you&#8217;ll find that the finished product was worth the wait!</p>
<h3>Ordering instructions:</h3>
<p>To purchase bare PCBs and kits, head over to the <a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/">AVR HV Rescue Shield product page</a>.</p>
<p><a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/"><img class="alignnone size-medium wp-image-1428" title="Rescue Shield LEDs - closeup" src="http://mightyohm.com/blog/wp-content/uploads/2009/03/rescue-burn-ready_scaled-500x375.jpg" alt="rescue-burn-ready_scaled" width="500" height="375" /></a></p>
<p><a href="http://mightyohm.com/blog/products/avr-hv-rescue-shield/"><img class="alignnone size-medium wp-image-1429" title="Rescue Shield mightyohm.com - closeup" src="http://mightyohm.com/blog/wp-content/uploads/2009/03/rescue-mightyohm_scaled-500x375.jpg" alt="rescue-mightyohm_scaled" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>AVR HV Rescue Shield PCBs are in, kits available soon.</title>
		<link>http://mightyohm.com/blog/2009/03/avr-hv-rescue-shield-pcbs-are-in-kits-available-soon/</link>
		<comments>http://mightyohm.com/blog/2009/03/avr-hv-rescue-shield-pcbs-are-in-kits-available-soon/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:14:13 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[open source hardware]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[shield]]></category>

		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1399</guid>
		<description><![CDATA[Big news &#8211; the AVR HV Rescue Shield PCBs arrived yesterday!  I&#8217;m currently testing them and will post information about kits for sale as soon as I verify that everything is working properly. This is actually the second spin of the PCB but the first to bear the &#8216;Rescue Shield&#8217; name.  The first spin was [...]]]></description>
			<content:encoded><![CDATA[<p>Big news &#8211; the AVR HV Rescue Shield PCBs arrived yesterday!  I&#8217;m currently testing them and will post information about kits for sale as soon as I verify that everything is working properly.</p>
<p>This is actually the second spin of the PCB but the first to bear the &#8216;Rescue Shield&#8217; name.  The first spin was a one-off prototype to check a couple things out, mostly related to the 5V to 12V step up converter.  That design allowed me to fix a couple bugs before doing a production run with the improved design, show below.</p>
<p>So far all I can say is that the step up converter works perfectly.  (Yipee!)</p>
<p>More details to come!</p>
<p><a href="http://mightyohm.com/blog/wp-content/uploads/2009/03/jsk_021809_top.jpg"><img class="alignnone size-medium wp-image-1403" title="AVR HV Rescue Shield PCB - Top" src="http://mightyohm.com/blog/wp-content/uploads/2009/03/jsk_021809_top-419x500.jpg" alt="AVR HV Rescue Shield PCB - Top" width="251" height="300" /></a></p>
<p><a href="http://mightyohm.com/blog/wp-content/uploads/2009/03/jsk_021809_bottom.jpg"><img class="alignnone size-medium wp-image-1402" title="AVR HV Rescue Shield PCB - Bottom" src="http://mightyohm.com/blog/wp-content/uploads/2009/03/jsk_021809_bottom-419x500.jpg" alt="AVR HV Rescue Shield PCB - Bottom" width="251" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mightyohm.com/blog/2009/03/avr-hv-rescue-shield-pcbs-are-in-kits-available-soon/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AVR HV Programmer Shield in the Works!</title>
		<link>http://mightyohm.com/blog/2009/01/avr-hv-programmer-shield-in-the-works/</link>
		<comments>http://mightyohm.com/blog/2009/01/avr-hv-programmer-shield-in-the-works/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 21:00:32 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ATmega]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[BatchPCB]]></category>
		<category><![CDATA[Eagle]]></category>
		<category><![CDATA[MightyOhm Engineering]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[shield]]></category>
		<category><![CDATA[SMPS]]></category>

		<guid isPermaLink="false">http://mightyohm.com/blog/?p=968</guid>
		<description><![CDATA[What&#8217;s this??? In response to the continued demand for a PCB version of my Arduino-based AVR High Voltage Programmer, I just released a first cut to BatchPCB and should have a prototype within 3-4 weeks. This design is an improvement upon the original HV programmer shield in the following areas: Onboard 12V boost converter eliminates [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_969" class="wp-caption alignnone" style="width: 434px"><a href="http://mightyohm.com/blog/wp-content/uploads/2009/01/hvfuse_shield3_brd.png"><img class="size-medium wp-image-969" title="hvfuse_shield3_brd" src="http://mightyohm.com/blog/wp-content/uploads/2009/01/hvfuse_shield3_brd-424x500.png" alt="hvfuse_shield3_brd" width="424" height="500" /></a><p class="wp-caption-text">AVR HV Programmer Shield PCB Layout</p></div>
<p>What&#8217;s this???</p>
<p>In response to the continued demand for a PCB version of my Arduino-based AVR High Voltage Programmer, I just released a first cut to <a href="http://www.batchpcb.com">BatchPCB</a> and should have a prototype within 3-4 weeks.</p>
<p>This design is an improvement upon the original HV programmer shield in the following areas:</p>
<ul>
<li><strong>Onboard 12V boost converter</strong> eliminates the need for an external 12V power supply</li>
<li>Support for <strong>two of the most common families of AVR microcontrollers</strong>, the <strong>ATmega48/88/168</strong> and <strong>ATtiny2313</strong></li>
<li>Separate Ready and <strong>Burn</strong> indicators</li>
<li><strong>Protection resistors </strong>on every single data, control, and supply line to the target AVR, meaning that your Arduino and AVR should survive <em>any</em> mishaps during programming, including inserting the AVR backwards or off by 1 pin.</li>
</ul>
<p>I hope to have kits for sale in early February.  Sorry for the delay in getting these made, but I wanted to make the best possible shield I could!</p>
]]></content:encoded>
			<wfw:commentRss>http://mightyohm.com/blog/2009/01/avr-hv-programmer-shield-in-the-works/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

