<?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: Turn Arduino into an AVR-ISP programmer</title>
	<atom:link href="http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/</link>
	<description>Physical computing, interaction design, hacking electronics and a good dose of solder.</description>
	<lastBuildDate>Wed, 03 Mar 2010 08:32:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HSB: USBTiny Infrared Receiver</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-1424</link>
		<dc:creator>HSB: USBTiny Infrared Receiver</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-1424</guid>
		<description>[...] it possible to use an Arduino to reflash the chip as an ISP programmer or via [...]</description>
		<content:encoded><![CDATA[<p>[...] it possible to use an Arduino to reflash the chip as an ISP programmer or via [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using the arduino WDT (and make a isp programmer) &#187; Recycle this technology please</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-1410</link>
		<dc:creator>Using the arduino WDT (and make a isp programmer) &#187; Recycle this technology please</dc:creator>
		<pubDate>Sat, 08 Aug 2009 19:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-1410</guid>
		<description>[...] then make a cable to connect from your ICSP to your arduino, the pins gnd, 5v, 10, 11, 12 &amp; 13 of the ICSP need to connect to the six pin header on the arduino. more is described here: http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/ [...]</description>
		<content:encoded><![CDATA[<p>[...] then make a cable to connect from your ICSP to your arduino, the pins gnd, 5v, 10, 11, 12 &amp; 13 of the ICSP need to connect to the six pin header on the arduino. more is described here: <a href="http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/" rel="nofollow">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sesión de AVR &#171; mdotg@wordpress.com:~ #</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-1277</link>
		<dc:creator>Sesión de AVR &#171; mdotg@wordpress.com:~ #</dc:creator>
		<pubDate>Wed, 08 Apr 2009 22:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-1277</guid>
		<description>[...] arduino as avr-isp programmer HERE [...]</description>
		<content:encoded><![CDATA[<p>[...] arduino as avr-isp programmer HERE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designswarm</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-1272</link>
		<dc:creator>designswarm</dc:creator>
		<pubDate>Sat, 28 Mar 2009 21:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-1272</guid>
		<description>Just to point out this was built with a Diecimila 168 board initially and hasn&#039;t been updated for the newer board as this post was written back in 2006!</description>
		<content:encoded><![CDATA[<p>Just to point out this was built with a Diecimila 168 board initially and hasn&#8217;t been updated for the newer board as this post was written back in 2006!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dd</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-1271</link>
		<dc:creator>dd</dc:creator>
		<pubDate>Fri, 27 Mar 2009 19:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-1271</guid>
		<description>Hi,

that doesn&#039;t seem to work for me, I can barely read out flash from an atmega32 without any timeouts. I just got it working once out of 50 times and haven&#039;t even checked if the image is correct. Even reading the device id correctly, doesn&#039;t work all the time, sometimes one byte is corrupt.

No luck with writing to an controller either. I used the pins as described in here and SCK from the ICSP pins on the arduino ng board. No positive results either.

So, I tried to get that running for hours now and others failed too, so better safe your time and get a different programmer.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>that doesn&#8217;t seem to work for me, I can barely read out flash from an atmega32 without any timeouts. I just got it working once out of 50 times and haven&#8217;t even checked if the image is correct. Even reading the device id correctly, doesn&#8217;t work all the time, sometimes one byte is corrupt.</p>
<p>No luck with writing to an controller either. I used the pins as described in here and SCK from the ICSP pins on the arduino ng board. No positive results either.</p>
<p>So, I tried to get that running for hours now and others failed too, so better safe your time and get a different programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-349</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 03 Apr 2007 00:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-349</guid>
		<description>I am looking for advice:

I followed the instructions (almost) exactly and received this error: &quot;Direct Parallel Access not defined&quot;

The usb device does show up because more /proc/bus/usb/devices shows an entry for Vendor=0403 ProdID=6001...

I tried the following command with both the uisp in tools directory of arduino-0007 and a patched uisp that I compiled myself following the directions given on tuxgraphics.org:

/home/david/Desktop/arduino-0005/tools# uisp -dpart=ATmega8 -dprog=stk500v2 -dserial=&quot;/dev/ttyUSB0&quot; -dspeed=115200  --erase --upload if=avrusb500.hex -v

if I change -dprog to stk500, the error changes to &quot;Programmer is not responding.&quot;

I&#039;m trying to use the bitbang method, is this even the right approach?

I am new to this and if you spot something I&#039;m doing wrong I would be much appreciative. I have also tried to build three different parallel port programmers with no luck. I&#039;m about ready to buy a programmer lol.</description>
		<content:encoded><![CDATA[<p>I am looking for advice:</p>
<p>I followed the instructions (almost) exactly and received this error: &#8220;Direct Parallel Access not defined&#8221;</p>
<p>The usb device does show up because more /proc/bus/usb/devices shows an entry for Vendor=0403 ProdID=6001&#8230;</p>
<p>I tried the following command with both the uisp in tools directory of arduino-0007 and a patched uisp that I compiled myself following the directions given on tuxgraphics.org:</p>
<p>/home/david/Desktop/arduino-0005/tools# uisp -dpart=ATmega8 -dprog=stk500v2 -dserial=&#8221;/dev/ttyUSB0&#8243; -dspeed=115200  &#8211;erase &#8211;upload if=avrusb500.hex -v</p>
<p>if I change -dprog to stk500, the error changes to &#8220;Programmer is not responding.&#8221;</p>
<p>I&#8217;m trying to use the bitbang method, is this even the right approach?</p>
<p>I am new to this and if you spot something I&#8217;m doing wrong I would be much appreciative. I have also tried to build three different parallel port programmers with no luck. I&#8217;m about ready to buy a programmer lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tinker.it &#187; Blog Archive &#187; Make an Arduino NG into an AVR-ISP programmer (for good)</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-207</link>
		<dc:creator>tinker.it &#187; Blog Archive &#187; Make an Arduino NG into an AVR-ISP programmer (for good)</dc:creator>
		<pubDate>Mon, 19 Feb 2007 08:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-207</guid>
		<description>[...] you start from massimo&#8217;s post you can already build your own, but he doesn&#8217;t have much time to write about a more thorough [...]</description>
		<content:encoded><![CDATA[<p>[...] you start from massimo&#8217;s post you can already build your own, but he doesn&#8217;t have much time to write about a more thorough [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technology Insight &#187; Blog Archive &#187; HOW TO - Turn an Arduino into an AVR-ISP programmer</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-187</link>
		<dc:creator>Technology Insight &#187; Blog Archive &#187; HOW TO - Turn an Arduino into an AVR-ISP programmer</dc:creator>
		<pubDate>Sat, 17 Feb 2007 07:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-187</guid>
		<description>[...] tinker.it Â» Â» Turn Arduino into an AVR-ISP programmer - Original link [...]</description>
		<content:encoded><![CDATA[<p>[...] tinker.it Â» Â» Turn Arduino into an AVR-ISP programmer &#8211; Original link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iDiy.mobi &#187; tinker.it ? Blog Archive ? Turn Arduino into an AVR-ISP programmer</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-136</link>
		<dc:creator>iDiy.mobi &#187; tinker.it ? Blog Archive ? Turn Arduino into an AVR-ISP programmer</dc:creator>
		<pubDate>Sun, 11 Feb 2007 17:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-136</guid>
		<description>[...] Originally Syndicated via RSS from del.icio.us/tag/diy [...]</description>
		<content:encoded><![CDATA[<p>[...] Originally Syndicated via RSS from del.icio.us/tag/diy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/comment-page-1/#comment-121</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Tue, 06 Feb 2007 16:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://tinker.it/now/2006/12/04/turn-arduino-into-an-avr-isp-programmer/#comment-121</guid>
		<description>Hi,
    Could you please point me out how to configure the USB in load.command and how you launch load.command in the window XP environment? Thanks in advance...

Regards,

Bryan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    Could you please point me out how to configure the USB in load.command and how you launch load.command in the window XP environment? Thanks in advance&#8230;</p>
<p>Regards,</p>
<p>Bryan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
