<?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 for retrointerfacing</title>
	<atom:link href="http://retrointerfacing.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://retrointerfacing.com</link>
	<description>- connecting past and future -</description>
	<pubDate>Wed, 19 Jun 2013 02:46:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Arduino bootloader for ATmega32 by Edwin</title>
		<link>http://retrointerfacing.com/?p=30&cpage=1#comment-66937</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=30#comment-66937</guid>
		<description>Hi Ashok, You only need to set your USBASP in the makefile if you use makefile to program the chip (as in make program). If you know how to use USBASP with avrdude (the default programmer) you can use the makefile just to compile the hex for the bootloader - and leave the programming to another tool. Even AVRstudio can be used for that. 

After compiling using the makefile, the hex file should be programmed first. After that, the mega32 can be programmed using the same serial protocols as for example Arduino is using. 

Since in Arduino also an option / structure is included in newer versions to have your own hardware descriptions, I'll really have to look into an easy way of testing mega32 support for arduino. In fact the controller architecture is similar to the still supported ATmega8.

The pin-mapping should be included or inserted in your arduino environment. This file tells arduino when you use digitalwrite(1,HIGH) which of the hardware pins you have named 1 ...</description>
		<content:encoded><![CDATA[<p>Hi Ashok, You only need to set your USBASP in the makefile if you use makefile to program the chip (as in make program). If you know how to use USBASP with avrdude (the default programmer) you can use the makefile just to compile the hex for the bootloader - and leave the programming to another tool. Even AVRstudio can be used for that. </p>
<p>After compiling using the makefile, the hex file should be programmed first. After that, the mega32 can be programmed using the same serial protocols as for example Arduino is using. </p>
<p>Since in Arduino also an option / structure is included in newer versions to have your own hardware descriptions, I&#8217;ll really have to look into an easy way of testing mega32 support for arduino. In fact the controller architecture is similar to the still supported ATmega8.</p>
<p>The pin-mapping should be included or inserted in your arduino environment. This file tells arduino when you use digitalwrite(1,HIGH) which of the hardware pins you have named 1 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the Tschibo Vacuum by edwin</title>
		<link>http://retrointerfacing.com/?p=27&cpage=1#comment-66740</link>
		<dc:creator>edwin</dc:creator>
		<pubDate>Mon, 07 Jan 2013 14:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=27#comment-66740</guid>
		<description>Hmm.. difficult. I bought eight of them two years ago in a webshop - apparently they had got 'dumped' on the market. I haven't been able to find them ever since (at least not in a shop) but now and then they pop up on ebay or other second hand market places. I'm also still out looking for more- from a robot-parts-scavenger point of view they are excellent value for money.</description>
		<content:encoded><![CDATA[<p>Hmm.. difficult. I bought eight of them two years ago in a webshop - apparently they had got &#8216;dumped&#8217; on the market. I haven&#8217;t been able to find them ever since (at least not in a shop) but now and then they pop up on ebay or other second hand market places. I&#8217;m also still out looking for more- from a robot-parts-scavenger point of view they are excellent value for money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking the Tschibo Vacuum by tixel</title>
		<link>http://retrointerfacing.com/?p=27&cpage=1#comment-65951</link>
		<dc:creator>tixel</dc:creator>
		<pubDate>Mon, 31 Dec 2012 18:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=27#comment-65951</guid>
		<description>Hi. I was looking for the cleaning robot and I find nothing. Where you say that you can find it for less than 30 €.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi. I was looking for the cleaning robot and I find nothing. Where you say that you can find it for less than 30 €.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino bootloader for ATmega32 by Ashok Srinivasan</title>
		<link>http://retrointerfacing.com/?p=30&cpage=1#comment-54415</link>
		<dc:creator>Ashok Srinivasan</dc:creator>
		<pubDate>Thu, 16 Aug 2012 11:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=30#comment-54415</guid>
		<description>Dear Edwin,

First of all your page seems to give confidence and a ray of hope to burn the ATmega32 with Arduino framework. As mentioned by you I have some difficulties in understanding certain steps. I wish to know 

* I have an USBASP programmer and understand that the makefile needs to be changed with usbasp and the port as usb. Am I rite?

* Now after compiling using the makefile you had provided I have to burn the hex file to the flash of my ATmega32 rite?

* Also the part that is not very clear is the one where you have mentioned about the pin mapping. Should I replace the files in my Arduino software directory with these file you have provided?

Please help me on this. 

Thanks and Regards,

Ashok Srinivasan.</description>
		<content:encoded><![CDATA[<p>Dear Edwin,</p>
<p>First of all your page seems to give confidence and a ray of hope to burn the ATmega32 with Arduino framework. As mentioned by you I have some difficulties in understanding certain steps. I wish to know </p>
<p>* I have an USBASP programmer and understand that the makefile needs to be changed with usbasp and the port as usb. Am I rite?</p>
<p>* Now after compiling using the makefile you had provided I have to burn the hex file to the flash of my ATmega32 rite?</p>
<p>* Also the part that is not very clear is the one where you have mentioned about the pin mapping. Should I replace the files in my Arduino software directory with these file you have provided?</p>
<p>Please help me on this. </p>
<p>Thanks and Regards,</p>
<p>Ashok Srinivasan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleWalker by Robô Bio inspirado &#124; Dr Bit</title>
		<link>http://retrointerfacing.com/?page_id=271&cpage=1#comment-48412</link>
		<dc:creator>Robô Bio inspirado &#124; Dr Bit</dc:creator>
		<pubDate>Wed, 23 May 2012 14:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?page_id=271#comment-48412</guid>
		<description>[...] Tendo sempre em mente o conceito: “simples é melhor” me inspirei no robô proposto no site retrointerfacing. Na minha montagem utilizei condutor elétrico de 4mm e solda para eletrônica. O cérebro é [...]</description>
		<content:encoded><![CDATA[<p>[...] Tendo sempre em mente o conceito: “simples é melhor” me inspirei no robô proposto no site retrointerfacing. Na minha montagem utilizei condutor elétrico de 4mm e solda para eletrônica. O cérebro é [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino bootloader for ATmega32 by shahood</title>
		<link>http://retrointerfacing.com/?p=30&cpage=1#comment-29618</link>
		<dc:creator>shahood</dc:creator>
		<pubDate>Thu, 24 Nov 2011 10:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=30#comment-29618</guid>
		<description>i want to burn my at mega 32 to the arduino uno board tell me how to boatload my controller</description>
		<content:encoded><![CDATA[<p>i want to burn my at mega 32 to the arduino uno board tell me how to boatload my controller</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino bootloader for ATmega32 by Programming the Atmega32 through an arduino mega 2560 &#171; bobanaut</title>
		<link>http://retrointerfacing.com/?p=30&cpage=1#comment-27119</link>
		<dc:creator>Programming the Atmega32 through an arduino mega 2560 &#171; bobanaut</dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=30#comment-27119</guid>
		<description>[...] code for the other arduino boards. Now the boards.txt file mentions a bootloader. I found it at http://retrointerfacing.com/?p=30 and just used it. Actually you should not need a bootloader at all if you don&#8217;t program the [...]</description>
		<content:encoded><![CDATA[<p>[...] code for the other arduino boards. Now the boards.txt file mentions a bootloader. I found it at http://retrointerfacing.com/?p=30 and just used it. Actually you should not need a bootloader at all if you don&#8217;t program the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Repstrap V2 by Deepak</title>
		<link>http://retrointerfacing.com/?p=427&cpage=1#comment-27083</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 01 Nov 2011 16:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=427#comment-27083</guid>
		<description>Hi Edwin,

Great Idea. This is just what I was looking for. Did you finally get to progress it. If Yes ... Pleeeeeease sen me the details. I'm working on something similar and with your efforts I won't have to reinvent the wheel</description>
		<content:encoded><![CDATA[<p>Hi Edwin,</p>
<p>Great Idea. This is just what I was looking for. Did you finally get to progress it. If Yes &#8230; Pleeeeeease sen me the details. I&#8217;m working on something similar and with your efforts I won&#8217;t have to reinvent the wheel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet enabled Furby by edwin</title>
		<link>http://retrointerfacing.com/?p=373&cpage=1#comment-25250</link>
		<dc:creator>edwin</dc:creator>
		<pubDate>Wed, 12 Oct 2011 12:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=373#comment-25250</guid>
		<description>I did use the furbies original H-bridge. Ofcouse you could use your own (like an L293 chip) but the one installed works fine (obviously)</description>
		<content:encoded><![CDATA[<p>I did use the furbies original H-bridge. Ofcouse you could use your own (like an L293 chip) but the one installed works fine (obviously)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beamer autostart by edwin</title>
		<link>http://retrointerfacing.com/?p=608&cpage=1#comment-25249</link>
		<dc:creator>edwin</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://retrointerfacing.com/?p=608#comment-25249</guid>
		<description>I think I answered you offline (trough mail). You can use a camera to check whether the LED is blinking codes. Might be you are using a bad LED, an incorrect series resistor (use 100R or 220R or something in that range). Is your board powered trough USB or an external source?</description>
		<content:encoded><![CDATA[<p>I think I answered you offline (trough mail). You can use a camera to check whether the LED is blinking codes. Might be you are using a bad LED, an incorrect series resistor (use 100R or 220R or something in that range). Is your board powered trough USB or an external source?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
