<?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: Minimal Arduino with ATmega8</title>
	<atom:link href="http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/feed/" rel="self" type="application/rss+xml" />
	<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/</link>
	<description>Random experiments, circuits, code, rapid prototyping, sometimes things to buy, and the odd tune by Tod E. Kurt.</description>
	<lastBuildDate>Tue, 22 May 2012 07:07:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: [Arduino]? ATmega8L-8PU ?? Arduino &#124; Agu&#039;s Mill ???</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-5/#comment-81336</link>
		<dc:creator>[Arduino]? ATmega8L-8PU ?? Arduino &#124; Agu&#039;s Mill ???</dc:creator>
		<pubDate>Tue, 27 Mar 2012 10:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-81336</guid>
		<description>[...] Minimal Arduino with ATmega8 [...]</description>
		<content:encoded><![CDATA[<p>[...] Minimal Arduino with ATmega8 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arduino 8mhz &#124; Gnboard</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-5/#comment-80412</link>
		<dc:creator>Arduino 8mhz &#124; Gnboard</dc:creator>
		<pubDate>Tue, 13 Mar 2012 08:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-80412</guid>
		<description>[...] Minimal Arduino with ATmega8 &#171; todbot blogMay 26, 2009 &#8230; The minimal Arduino circuit is dead simple. It relies on the internal 8MHz oscillator (like the Lilypad Arduino). And like the Lilypad, it doesn&#8217;t &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Minimal Arduino with ATmega8 &#171; todbot blogMay 26, 2009 &#8230; The minimal Arduino circuit is dead simple. It relies on the internal 8MHz oscillator (like the Lilypad Arduino). And like the Lilypad, it doesn&#8217;t &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saburo</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-5/#comment-79552</link>
		<dc:creator>Saburo</dc:creator>
		<pubDate>Mon, 13 Feb 2012 13:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-79552</guid>
		<description>Hello, I am trying to load the bootloader on an atmega8-16pu, but I keep getting a &quot;wrong signature&quot; message.
I am using an arduino uno as ISP with pins 10,11,12,13 respectively rest,mosi, miso, sck.
I have a 22uF capacitor on the arduino board hooked between gnd and reset pins. 
I keep getting a &quot;invalid signature&quot;, tried with protocol = arduino and with protocol = stk500. with high fuse = c4 (if I chzange it to c2 I get another message, like it&#039;s not communicating with the target).
Does the provided atmega8_noxtal loader work with the atmega8-16pu?</description>
		<content:encoded><![CDATA[<p>Hello, I am trying to load the bootloader on an atmega8-16pu, but I keep getting a &#8220;wrong signature&#8221; message.<br />
I am using an arduino uno as ISP with pins 10,11,12,13 respectively rest,mosi, miso, sck.<br />
I have a 22uF capacitor on the arduino board hooked between gnd and reset pins.<br />
I keep getting a &#8220;invalid signature&#8221;, tried with protocol = arduino and with protocol = stk500. with high fuse = c4 (if I chzange it to c2 I get another message, like it&#8217;s not communicating with the target).<br />
Does the provided atmega8_noxtal loader work with the atmega8-16pu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-5/#comment-79493</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Wed, 18 Jan 2012 00:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-79493</guid>
		<description>Hi,
I just ordered a atmega168A-PU chip from protostack. Can I use the same setup as you have shown for this chip. I want to stick to the factory default clock settings. Should I be able to do this. 

Thank you for any advise ...
VR</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I just ordered a atmega168A-PU chip from protostack. Can I use the same setup as you have shown for this chip. I want to stick to the factory default clock settings. Should I be able to do this. </p>
<p>Thank you for any advise &#8230;<br />
VR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-79369</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 03 Jan 2012 00:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-79369</guid>
		<description>I had a problem with this, some error about a device signature that couldn&#039;t be read (don&#039;t remember it exactly).

In boards.txt, I had to change:

atmega8noxtal.upload.protocol=stk500

Into:

atmega8noxtal.upload.protocol=arduino

And now it works :)</description>
		<content:encoded><![CDATA[<p>I had a problem with this, some error about a device signature that couldn&#8217;t be read (don&#8217;t remember it exactly).</p>
<p>In boards.txt, I had to change:</p>
<p>atmega8noxtal.upload.protocol=stk500</p>
<p>Into:</p>
<p>atmega8noxtal.upload.protocol=arduino</p>
<p>And now it works :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memanfaatkan Arduino IDE tanpa Arduino board &#171; Pikir dan Rasa</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-78489</link>
		<dc:creator>Memanfaatkan Arduino IDE tanpa Arduino board &#171; Pikir dan Rasa</dc:creator>
		<pubDate>Sat, 19 Nov 2011 18:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-78489</guid>
		<description>[...] - http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/ [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; <a href="http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/" rel="nofollow">http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memanfaatkan Arduino IDE tanpa Arduino board &#171; Pikir dan Rasa</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-78490</link>
		<dc:creator>Memanfaatkan Arduino IDE tanpa Arduino board &#171; Pikir dan Rasa</dc:creator>
		<pubDate>Sat, 19 Nov 2011 18:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-78490</guid>
		<description>[...] - http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/ [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; <a href="http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/" rel="nofollow">http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mk2</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-78325</link>
		<dc:creator>mk2</dc:creator>
		<pubDate>Sat, 15 Oct 2011 23:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-78325</guid>
		<description>Just tried it out (Atmega8) and had the problem that the pure breadboard version would not start. I finally solved it by grounding pin 2 (RxD).

However - nice work!
mk2</description>
		<content:encoded><![CDATA[<p>Just tried it out (Atmega8) and had the problem that the pure breadboard version would not start. I finally solved it by grounding pin 2 (RxD).</p>
<p>However &#8211; nice work!<br />
mk2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: humble beginnings &#124; Riktronic</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-78193</link>
		<dc:creator>humble beginnings &#124; Riktronic</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-78193</guid>
		<description>[...] board that would go in the enclosure. This was where we switched from an atmega8 using Todbot&#8217;s &#8220;minimal arduino&#8221; setup to an atmega168, and this was also where I embarked on a journey of discovery where I learned that [...]</description>
		<content:encoded><![CDATA[<p>[...] board that would go in the enclosure. This was where we switched from an atmega8 using Todbot&#8217;s &#8220;minimal arduino&#8221; setup to an atmega168, and this was also where I embarked on a journey of discovery where I learned that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog do Je &#187; Arduino minimo sem cristal</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-78165</link>
		<dc:creator>Blog do Je &#187; Arduino minimo sem cristal</dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-78165</guid>
		<description>[...] tendo como conseqüência uma area de memoria maior para os sketches. Divirtam-se !!  Links : Minimal Arduino with ATmega8 Arduino Standalone by Isaias Coelho arduino.cc  Posts relacionados: 1o. Encontro Open Hardware de [...]</description>
		<content:encoded><![CDATA[<p>[...] tendo como conseqüência uma area de memoria maior para os sketches. Divirtam-se !!  Links : Minimal Arduino with ATmega8 Arduino Standalone by Isaias Coelho arduino.cc  Posts relacionados: 1o. Encontro Open Hardware de [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: putyn</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-77988</link>
		<dc:creator>putyn</dc:creator>
		<pubDate>Sat, 16 Jul 2011 14:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-77988</guid>
		<description>hey, nice tutorial, but i have one question can i use my serial connection if i have one (i still have a pc with a serial connection that works)</description>
		<content:encoded><![CDATA[<p>hey, nice tutorial, but i have one question can i use my serial connection if i have one (i still have a pc with a serial connection that works)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghate &#187; Archive &#187; Standalone Arduino</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-77971</link>
		<dc:creator>Ghate &#187; Archive &#187; Standalone Arduino</dc:creator>
		<pubDate>Tue, 12 Jul 2011 07:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-77971</guid>
		<description>[...] this tutorial shows that it is possible to upload new sketches onto this configuration, I could not make it work  [...]</description>
		<content:encoded><![CDATA[<p>[...] this tutorial shows that it is possible to upload new sketches onto this configuration, I could not make it work  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-77957</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 09 Jul 2011 19:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-77957</guid>
		<description>After a week of testing I keep running into a very weird problem.  The only way I can get this to work is if I burn the bootloader with an STK500, then connect up my FTDI cable to the chip (while power is supplied by the STK500).  At this point I can program the chip through the Arduino IDE, but the weird thing is that I can only do this 1 time after burning the bootloader.  Any other time I get &quot;avrdude: stk500_recv(): programmer is not responding&quot; from the Arduino IDE.  I don&#039;t understand how it works the first time, but not the second.  

My test is to burn the &quot;Blink&quot; example.  The first time I do it, I change the delays to 500 so I can tell that it has worked.  The second time I try using 2500 on both delays.  When this won&#039;t work, I burn the bootloader again and then (without changing anything on the arduino IDE, leaving the delays at 2500) it burns correctly.  I have even tried just burning the exact same sketch twice to no avail.

I am using Atmega238P-PU chips. This is driving me nuts. I&#039;m pulling my hair out, what am I doing wrong?</description>
		<content:encoded><![CDATA[<p>After a week of testing I keep running into a very weird problem.  The only way I can get this to work is if I burn the bootloader with an STK500, then connect up my FTDI cable to the chip (while power is supplied by the STK500).  At this point I can program the chip through the Arduino IDE, but the weird thing is that I can only do this 1 time after burning the bootloader.  Any other time I get &#8220;avrdude: stk500_recv(): programmer is not responding&#8221; from the Arduino IDE.  I don&#8217;t understand how it works the first time, but not the second.  </p>
<p>My test is to burn the &#8220;Blink&#8221; example.  The first time I do it, I change the delays to 500 so I can tell that it has worked.  The second time I try using 2500 on both delays.  When this won&#8217;t work, I burn the bootloader again and then (without changing anything on the arduino IDE, leaving the delays at 2500) it burns correctly.  I have even tried just burning the exact same sketch twice to no avail.</p>
<p>I am using Atmega238P-PU chips. This is driving me nuts. I&#8217;m pulling my hair out, what am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welly</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-77306</link>
		<dc:creator>Welly</dc:creator>
		<pubDate>Tue, 14 Jun 2011 07:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-77306</guid>
		<description>Hi, I am using Arduino Duelmilanove and when I upload there is an error message &quot;avrdude: usbdev_open (): did not find any USB device&quot; usb &quot;. How do I fix this.</description>
		<content:encoded><![CDATA[<p>Hi, I am using Arduino Duelmilanove and when I upload there is an error message &#8220;avrdude: usbdev_open (): did not find any USB device&#8221; usb &#8220;. How do I fix this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorik31</title>
		<link>http://todbot.com/blog/2009/05/26/minimal-arduino-with-atmega8/comment-page-4/#comment-76814</link>
		<dc:creator>jorik31</dc:creator>
		<pubDate>Mon, 14 Feb 2011 20:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://todbot.com/blog/?p=494#comment-76814</guid>
		<description>Tangle, 
I solved this problem by uploading new sketch in a moment of starting Arduino. This is means that I turn OFF Arduino, after I push UPLOAD button and turn ON my Arduino ^^
Sorry for language, I am russian ^^</description>
		<content:encoded><![CDATA[<p>Tangle,<br />
I solved this problem by uploading new sketch in a moment of starting Arduino. This is means that I turn OFF Arduino, after I push UPLOAD button and turn ON my Arduino ^^<br />
Sorry for language, I am russian ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>

