<?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: An Arduino ICSP Board</title>
	<atom:link href="http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 10:55:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/comment-page-1/#comment-203810</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Fri, 17 May 2013 14:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1938#comment-203810</guid>
		<description><![CDATA[The short answer is yes. All this is doing is to use the ICSP headers to program the ATMega328p. So you can use it to program pretty much any Arduino chips (not just limited to ATMega328p).]]></description>
		<content:encoded><![CDATA[<p>The short answer is yes. All this is doing is to use the ICSP headers to program the ATMega328p. So you can use it to program pretty much any Arduino chips (not just limited to ATMega328p).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/comment-page-1/#comment-203787</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 17 May 2013 09:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1938#comment-203787</guid>
		<description><![CDATA[I meant Uno r3.]]></description>
		<content:encoded><![CDATA[<p>I meant Uno r3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/comment-page-1/#comment-203786</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 17 May 2013 09:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1938#comment-203786</guid>
		<description><![CDATA[Can you use this method on a Uno?]]></description>
		<content:encoded><![CDATA[<p>Can you use this method on a Uno?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/comment-page-1/#comment-194212</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Mon, 06 Aug 2012 23:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1938#comment-194212</guid>
		<description><![CDATA[Great! I have been using his method for quite sometime now and I really like it as well. What can I say, it works!]]></description>
		<content:encoded><![CDATA[<p>Great! I have been using his method for quite sometime now and I really like it as well. What can I say, it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alek</title>
		<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/comment-page-1/#comment-194210</link>
		<dc:creator>alek</dc:creator>
		<pubDate>Mon, 06 Aug 2012 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1938#comment-194210</guid>
		<description><![CDATA[hi, thanks for the reply. I got it to work using kimo&#039;s method, which is a huge relief &#039;cause none of the official Arduino tutorials were successful.]]></description>
		<content:encoded><![CDATA[<p>hi, thanks for the reply. I got it to work using kimo&#8217;s method, which is a huge relief &#8217;cause none of the official Arduino tutorials were successful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/comment-page-1/#comment-194209</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Mon, 06 Aug 2012 15:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1938#comment-194209</guid>
		<description><![CDATA[It should (I haven&#039;t tried it though) as we are using the FT232&#039;s built-in bit-banging capability here so as long as the target chip (in your case ATmega8515) supports ICSP it should work. Why not give it a try and let me know how it goes?]]></description>
		<content:encoded><![CDATA[<p>It should (I haven&#8217;t tried it though) as we are using the FT232&#8242;s built-in bit-banging capability here so as long as the target chip (in your case ATmega8515) supports ICSP it should work. Why not give it a try and let me know how it goes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alek</title>
		<link>http://www.kerrywong.com/2010/04/24/an-arduino-icsp-board/comment-page-1/#comment-194206</link>
		<dc:creator>alek</dc:creator>
		<pubDate>Mon, 06 Aug 2012 13:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1938#comment-194206</guid>
		<description><![CDATA[Hi, I&#039;m trying to program an ATmega8515 with my arduino. Do you know if this method would work? I have an Uno R2 and a Diecimila. thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to program an ATmega8515 with my arduino. Do you know if this method would work? I have an Uno R2 and a Diecimila. thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
