<?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: AVR servo control</title>
	<atom:link href="http://blog.deathpod3000.com/?feed=rss2&#038;p=76" rel="self" type="application/rss+xml" />
	<link>http://blog.deathpod3000.com/?p=76</link>
	<description>Documenting the construction and programming of an autonomous r/c car</description>
	<lastBuildDate>Sat, 22 Aug 2009 12:15:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shiva</title>
		<link>http://blog.deathpod3000.com/?p=76&#038;cpage=1#comment-75</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://deathpod3000.wordpress.com/?p=76#comment-75</guid>
		<description>Atmel Rocks</description>
		<content:encoded><![CDATA[<p>Atmel Rocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skater_j10</title>
		<link>http://blog.deathpod3000.com/?p=76&#038;cpage=1#comment-5</link>
		<dc:creator>Skater_j10</dc:creator>
		<pubDate>Sat, 18 Apr 2009 06:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://deathpod3000.wordpress.com/?p=76#comment-5</guid>
		<description>Sorry to barge in, but i think i may have a bit to add. I have used the pic16f84 and pic16f877 in the past and although there is documentation and support available for these chips there is a vast quantity of more info out there for the Atmel line of micros. I definitely agree with aliasmrjones, not only is there a great Atmel community out there and great transferability from one micro to the next, but the price for the development hardware &amp; software (free) can&#039;t be beat. I had quite the trouble finding an affordable PIC development kit a number of years ago and this led me to adopting Atmel micros.

I was originally looking at buying PICBASICPRO + a development board &amp; programmer for approx $500 USD [ http://www.hvwtech.com/products_list.asp?CatID=90&amp;SubCatID=127&amp;SubSubCatID=153&amp;sortBy=&amp;NumPerPage=0&amp;CurPage=3 ] but opted to buy an Atmega32 stater kit with BASCOM software for approx $135 USD instead [ http://www.wrighthobbies.net/catalog/product_info.php?cPath=21&amp;products_id=31 ]. And in recent years that i found out about the Atmel butterfly (check out smileymicros.com) and Arduino (arduino.cc) which are even cheaper solutions. I hope this helps a little in narrowing down which micro to use :).</description>
		<content:encoded><![CDATA[<p>Sorry to barge in, but i think i may have a bit to add. I have used the pic16f84 and pic16f877 in the past and although there is documentation and support available for these chips there is a vast quantity of more info out there for the Atmel line of micros. I definitely agree with aliasmrjones, not only is there a great Atmel community out there and great transferability from one micro to the next, but the price for the development hardware &amp; software (free) can&#8217;t be beat. I had quite the trouble finding an affordable PIC development kit a number of years ago and this led me to adopting Atmel micros.</p>
<p>I was originally looking at buying PICBASICPRO + a development board &amp; programmer for approx $500 USD [ <a href="http://www.hvwtech.com/products_list.asp?CatID=90&amp;SubCatID=127&amp;SubSubCatID=153&amp;sortBy=&amp;NumPerPage=0&amp;CurPage=3" rel="nofollow">http://www.hvwtech.com/products_list.asp?CatID=90&amp;SubCatID=127&amp;SubSubCatID=153&amp;sortBy=&amp;NumPerPage=0&amp;CurPage=3</a> ] but opted to buy an Atmega32 stater kit with BASCOM software for approx $135 USD instead [ <a href="http://www.wrighthobbies.net/catalog/product_info.php?cPath=21&amp;products_id=31" rel="nofollow">http://www.wrighthobbies.net/catalog/product_info.php?cPath=21&amp;products_id=31</a> ]. And in recent years that i found out about the Atmel butterfly (check out smileymicros.com) and Arduino (arduino.cc) which are even cheaper solutions. I hope this helps a little in narrowing down which micro to use <img src='http://blog.deathpod3000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aliasmrjones</title>
		<link>http://blog.deathpod3000.com/?p=76&#038;cpage=1#comment-3</link>
		<dc:creator>aliasmrjones</dc:creator>
		<pubDate>Mon, 30 Mar 2009 17:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://deathpod3000.wordpress.com/?p=76#comment-3</guid>
		<description>I have not used pic or Atmel 8051.  I have used the Atmel AVR line of microcontrollers quite a bit and I like them a lot.  There are many microcontrollers in the AVR line ranging from very small program space up to 128K or more with various configurations of packages, ADC pins, serial, IIC, SPI, etc.  The nice thing is from a developer viewpoint, you can treat them all the same so once you&#039;ve learned one you&#039;ve pretty much learned them all.   It is easy to interface AVRs to pretty much anything you&#039;d want.  There is a free development environment and C compiler and lots of code examples on the web.  Having not used the other microcontrollers, it&#039;s hard for me to compare other than based on what I&#039;ve heard, but I can definitely say I&#039;ve liked the Atmel AVR line.</description>
		<content:encoded><![CDATA[<p>I have not used pic or Atmel 8051.  I have used the Atmel AVR line of microcontrollers quite a bit and I like them a lot.  There are many microcontrollers in the AVR line ranging from very small program space up to 128K or more with various configurations of packages, ADC pins, serial, IIC, SPI, etc.  The nice thing is from a developer viewpoint, you can treat them all the same so once you&#8217;ve learned one you&#8217;ve pretty much learned them all.   It is easy to interface AVRs to pretty much anything you&#8217;d want.  There is a free development environment and C compiler and lots of code examples on the web.  Having not used the other microcontrollers, it&#8217;s hard for me to compare other than based on what I&#8217;ve heard, but I can definitely say I&#8217;ve liked the Atmel AVR line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitlogic</title>
		<link>http://blog.deathpod3000.com/?p=76&#038;cpage=1#comment-4</link>
		<dc:creator>nitlogic</dc:creator>
		<pubDate>Mon, 30 Mar 2009 07:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://deathpod3000.wordpress.com/?p=76#comment-4</guid>
		<description>I started to make my graduate project which a robot based on microcontroller, the question is what is better to use pic16f84 microcontroller or Atmel 8051 ? please help me</description>
		<content:encoded><![CDATA[<p>I started to make my graduate project which a robot based on microcontroller, the question is what is better to use pic16f84 microcontroller or Atmel 8051 ? please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
