<?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: Arduino Starter Rundown</title>
	<atom:link href="http://aaroneiche.com/2009/06/29/arduino-starter-rundown/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaroneiche.com/2009/06/29/arduino-starter-rundown/</link>
	<description>Electronics, Tech, Software, Hardware... and anything else that ends up here.</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:23:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aaron Eiche</title>
		<link>http://aaroneiche.com/2009/06/29/arduino-starter-rundown/comment-page-1/#comment-3279</link>
		<dc:creator>Aaron Eiche</dc:creator>
		<pubDate>Wed, 14 Jul 2010 18:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://aaroneiche.com/?p=382#comment-3279</guid>
		<description>Hi Adam, 

First, If you haven&#039;t already I&#039;d recommend you read through the second part of the review as well: &lt;a href=&quot;http://aaroneiche.com/2009/07/16/arduino-starter-rundown-part-2/&quot; rel=&quot;nofollow&quot;&gt;Arduino Starter Rundown part 2&lt;/a&gt;

The Arduino language is a subset of C (really of C++) and any of the starter kits are going to function the same in terms of language. There are a few books available on the subject that will help you out:
&lt;a href=&quot;http://ardx.org/src/guide/2/ARDX-EG-ADAF-PRINT-85.pdf&quot; rel=&quot;nofollow&quot;&gt;The Arduino Experiementer&#039;s guide&lt;/a&gt; (this was written with oomlout&#039;s kit in mind)
&lt;a href=&quot;http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=263&quot; rel=&quot;nofollow&quot;&gt;Getting Started With Arduino&lt;/a&gt;
&lt;a href=&quot;http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=202&quot; rel=&quot;nofollow&quot;&gt;Practical Ardunio&lt;/a&gt;

Those will work with any Arduino you get. 
The Oomlout and Makershed kits come with a printed book. That said there is TONS of material online that&#039;s free and easy to follow. I should note that this is Arduino specific code and won&#039;t get you very far in programming for an AVR chip directly. It is however, a good starting point. It&#039;ll ease you into microcontroller development and programming. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Adam, </p>
<p>First, If you haven&#8217;t already I&#8217;d recommend you read through the second part of the review as well: <a href="http://aaroneiche.com/2009/07/16/arduino-starter-rundown-part-2/" rel="nofollow">Arduino Starter Rundown part 2</a></p>
<p>The Arduino language is a subset of C (really of C++) and any of the starter kits are going to function the same in terms of language. There are a few books available on the subject that will help you out:<br />
<a href="http://ardx.org/src/guide/2/ARDX-EG-ADAF-PRINT-85.pdf" rel="nofollow">The Arduino Experiementer&#8217;s guide</a> (this was written with oomlout&#8217;s kit in mind)<br />
<a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=263" rel="nofollow">Getting Started With Arduino</a><br />
<a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=202" rel="nofollow">Practical Ardunio</a></p>
<p>Those will work with any Arduino you get.<br />
The Oomlout and Makershed kits come with a printed book. That said there is TONS of material online that&#8217;s free and easy to follow. I should note that this is Arduino specific code and won&#8217;t get you very far in programming for an AVR chip directly. It is however, a good starting point. It&#8217;ll ease you into microcontroller development and programming. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://aaroneiche.com/2009/06/29/arduino-starter-rundown/comment-page-1/#comment-3277</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://aaroneiche.com/?p=382#comment-3277</guid>
		<description>Hi Aaron
I&#039;m a technician in electronics.I want to get started with microcontrollers.So right now I&#039;m learning c language.My point is that I want to use microcontrollers technology especially (avr microcontrollers)to build electronics projects.I read your article and I&#039;m still confused about which strater kit I need to chose.Is these kits come with examples of c codes?with projects and schematics?Would you please guide based on the informations listed above?
Thanks a lot
Adam</description>
		<content:encoded><![CDATA[<p>Hi Aaron<br />
I&#8217;m a technician in electronics.I want to get started with microcontrollers.So right now I&#8217;m learning c language.My point is that I want to use microcontrollers technology especially (avr microcontrollers)to build electronics projects.I read your article and I&#8217;m still confused about which strater kit I need to chose.Is these kits come with examples of c codes?with projects and schematics?Would you please guide based on the informations listed above?<br />
Thanks a lot<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://aaroneiche.com/2009/06/29/arduino-starter-rundown/comment-page-1/#comment-2665</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 20 Jun 2010 10:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://aaroneiche.com/?p=382#comment-2665</guid>
		<description>Great article (and the followup, too).  I&#039;ve been kicking around trying to figure out what to go with, myself.  I just thought I&#039;d note that it looks like SparkFun has an updated kit; The SparkFun Inventor&#039;s Kit: http://www.sparkfun.com/commerce/product_info.php?products_id=9837</description>
		<content:encoded><![CDATA[<p>Great article (and the followup, too).  I&#8217;ve been kicking around trying to figure out what to go with, myself.  I just thought I&#8217;d note that it looks like SparkFun has an updated kit; The SparkFun Inventor&#8217;s Kit: <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9837" rel="nofollow">http://www.sparkfun.com/commerce/product_info.php?products_id=9837</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Eiche</title>
		<link>http://aaroneiche.com/2009/06/29/arduino-starter-rundown/comment-page-1/#comment-313</link>
		<dc:creator>Aaron Eiche</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://aaroneiche.com/?p=382#comment-313</guid>
		<description>Thanks! Your network related lighting project could be really cool, and not too difficult to do depending on how big of a setup you wanted to do. If you want to change the lighting in your apartment, that could be tough. I was just picturing such a setup on the reverse of my 24&quot; iMac. It&#039;s up against a white wall, so a series of LEDs would create a cool background light, especially toward the evening. You should give it another shot.</description>
		<content:encoded><![CDATA[<p>Thanks! Your network related lighting project could be really cool, and not too difficult to do depending on how big of a setup you wanted to do. If you want to change the lighting in your apartment, that could be tough. I was just picturing such a setup on the reverse of my 24&#8243; iMac. It&#8217;s up against a white wall, so a series of LEDs would create a cool background light, especially toward the evening. You should give it another shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Stamatiou</title>
		<link>http://aaroneiche.com/2009/06/29/arduino-starter-rundown/comment-page-1/#comment-312</link>
		<dc:creator>Paul Stamatiou</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://aaroneiche.com/?p=382#comment-312</guid>
		<description>Interesting series of posts Aaron. I&#039;ve had the Adafruit starter kit since the summer but never got around to doing much with it other than attaching a BlinkM (bright-ass RGB led) and playing with that a bit. My reason for getting it was to build a cool ambient lighting system that changed colors based on some network factor - probably how much unread email I have in my inbox.</description>
		<content:encoded><![CDATA[<p>Interesting series of posts Aaron. I&#8217;ve had the Adafruit starter kit since the summer but never got around to doing much with it other than attaching a BlinkM (bright-ass RGB led) and playing with that a bit. My reason for getting it was to build a cool ambient lighting system that changed colors based on some network factor &#8211; probably how much unread email I have in my inbox.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
