<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Introducing the AVR HV Rescue Shield</title>
	<atom:link href="http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/feed/" rel="self" type="application/rss+xml" />
	<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/</link>
	<description>Join the resistance.</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:31:25 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-5725</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-5725</guid>
		<description>Very good, thanks for the reply!</description>
		<content:encoded><![CDATA[<p>Very good, thanks for the reply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-5710</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 17 Jan 2010 18:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-5710</guid>
		<description>The node connected to T1/R2 goes to !RESET (pin 1).

Regarding the other pins, I recommend downloading the datasheets for the ATmega16 as well as the 48/88/168 and taking a close look at the section on &quot;Memory Programming&quot;.  Everything you need to know is pretty clearly outlined there.

I would also look at the Arduino sketch for the HV programmer, the comments should be very helpful in understanding how the program (and the circuit) works.</description>
		<content:encoded><![CDATA[<p>The node connected to T1/R2 goes to !RESET (pin 1).</p>
<p>Regarding the other pins, I recommend downloading the datasheets for the ATmega16 as well as the 48/88/168 and taking a close look at the section on &#8220;Memory Programming&#8221;.  Everything you need to know is pretty clearly outlined there.</p>
<p>I would also look at the Arduino sketch for the HV programmer, the comments should be very helpful in understanding how the program (and the circuit) works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-5703</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-5703</guid>
		<description>Hi Jeff,

I wondered if you might answer a couple more questions I have concerning the atmega16.

First, I am in the process of designing a shield using the schematic you posted for your first shield. I am not sure which of the functions you are accessing on several of the pins. The first one I had a question on was the trace that comes from between T1 and R2. Does it go to the Reset pin on the Atmega16 or PC6?

Secondly on all of the other pins, are you using the PBx,PCx and PDx or are you using the other functions of those pins. The reason I ask is that the secondary functions are different on the Atmega16 than the Mega48/88/168.

Thanks for your help thus far!!!
Jeremy</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I wondered if you might answer a couple more questions I have concerning the atmega16.</p>
<p>First, I am in the process of designing a shield using the schematic you posted for your first shield. I am not sure which of the functions you are accessing on several of the pins. The first one I had a question on was the trace that comes from between T1 and R2. Does it go to the Reset pin on the Atmega16 or PC6?</p>
<p>Secondly on all of the other pins, are you using the PBx,PCx and PDx or are you using the other functions of those pins. The reason I ask is that the secondary functions are different on the Atmega16 than the Mega48/88/168.</p>
<p>Thanks for your help thus far!!!<br />
Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-5684</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 12 Jan 2010 11:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-5684</guid>
		<description>OK, Thanks Jeff. I will give it a go and let you know what I find out.</description>
		<content:encoded><![CDATA[<p>OK, Thanks Jeff. I will give it a go and let you know what I find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-5683</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 12 Jan 2010 05:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-5683</guid>
		<description>Jeremy,

Based on the ATmega16 datasheet, that should work, but I haven&#039;t tested it.  There is a slight chance that some very minor tweaks to the Arduino sketch might be needed.  I would say there is a reasonable chance that it will &quot;just work&quot; once you get the pins wired correctly.</description>
		<content:encoded><![CDATA[<p>Jeremy,</p>
<p>Based on the ATmega16 datasheet, that should work, but I haven&#8217;t tested it.  There is a slight chance that some very minor tweaks to the Arduino sketch might be needed.  I would say there is a reasonable chance that it will &#8220;just work&#8221; once you get the pins wired correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-5679</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-5679</guid>
		<description>Hi, I was wondering id the arduino programming would work for an atmega16 if I was to make my own protoboard? Thanks for any advice.

Thanks
Jeremy</description>
		<content:encoded><![CDATA[<p>Hi, I was wondering id the arduino programming would work for an atmega16 if I was to make my own protoboard? Thanks for any advice.</p>
<p>Thanks<br />
Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-3551</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-3551</guid>
		<description>The lower pincount ATtiny&#039;s use a high voltage serial programming mode.  There isn&#039;t any reason why this couldn&#039;t be implemented, I just ran out of board space for a socket.</description>
		<content:encoded><![CDATA[<p>The lower pincount ATtiny&#8217;s use a high voltage serial programming mode.  There isn&#8217;t any reason why this couldn&#8217;t be implemented, I just ran out of board space for a socket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-3544</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 24 Mar 2009 12:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-3544</guid>
		<description>I wonder how much effort it would take to get this to work with the AT85 and AT45 as those often intentional program that fuse to get the extra IO and it would be nice to reset them to start from scratch.</description>
		<content:encoded><![CDATA[<p>I wonder how much effort it would take to get this to work with the AT85 and AT45 as those often intentional program that fuse to get the extra IO and it would be nice to reset them to start from scratch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AVR HV rescue shield - Hack a Day</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-3458</link>
		<dc:creator>AVR HV rescue shield - Hack a Day</dc:creator>
		<pubDate>Mon, 16 Mar 2009 23:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-3458</guid>
		<description>[...] much makes the chip useless in most cases. [Jeff] didn&#8217;t want to give up on it though, so he built a system to program it using the rarely used high voltage parallel programming mode. He used an Arduino, a few lines of code and a few spare parts to make it. After sharing the idea [...]</description>
		<content:encoded><![CDATA[<p>[...] much makes the chip useless in most cases. [Jeff] didn&#8217;t want to give up on it though, so he built a system to program it using the rarely used high voltage parallel programming mode. He used an Arduino, a few lines of code and a few spare parts to make it. After sharing the idea [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-3433</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 14 Mar 2009 06:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-3433</guid>
		<description>Thanks!  :-)</description>
		<content:encoded><![CDATA[<p>Thanks!  <img src='http://mightyohm.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://mightyohm.com/blog/2009/03/introducing-the-avr-hv-rescue-shield/comment-page-1/#comment-3427</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sat, 14 Mar 2009 00:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1419#comment-3427</guid>
		<description>Nice work!</description>
		<content:encoded><![CDATA[<p>Nice work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
