<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Arduino environment on ATmega644</title>
	<atom:link href="http://hackaday.com/2008/06/26/arduino-environment-on-atmega644/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2008/06/26/arduino-environment-on-atmega644/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:29:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: zach hoeken</title>
		<link>http://hackaday.com/2008/06/26/arduino-environment-on-atmega644/comment-page-1/#comment-37810</link>
		<dc:creator><![CDATA[zach hoeken]]></dc:creator>
		<pubDate>Fri, 27 Jun 2008 16:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/26/arduino-environment-on-atmega644/#comment-37810</guid>
		<description><![CDATA[arduino is 3 different things wrapped up into one nice package that *just works*.  that is one of the major reasons why it is so popular.&lt;br&gt;&lt;br&gt;it is:&lt;br&gt;&lt;br&gt;* firmware library that makes programming a uC a breeze.  pinMode, digitalRead, digitalWrite, etc all abstract away the nastiness of manually setting bits in a register.&lt;br&gt;&lt;br&gt;* software that gives you a drop dead simple build environment and a super easy way to get your actual code onto the board itself.  lump the bootloader into this.&lt;br&gt;&lt;br&gt;* electronics to actually run your code.  also packaged nicely so that its easy to use.&lt;br&gt;&lt;br&gt;i didnt really intend for this board to make it all the way onto MAKE and hackaday, so it doesnt explain exactly what i&#039;m doing, but i&#039;m making the entire package.  i have a board designed, 90% of the firmware library ported, the host software compiling 644 code, and now all that remains is to get the bootloader working and you have a fully compatible atmega644 board that you can use with arduino.]]></description>
		<content:encoded><![CDATA[<p>arduino is 3 different things wrapped up into one nice package that *just works*.  that is one of the major reasons why it is so popular.</p>
<p>it is:</p>
<p>* firmware library that makes programming a uC a breeze.  pinMode, digitalRead, digitalWrite, etc all abstract away the nastiness of manually setting bits in a register.</p>
<p>* software that gives you a drop dead simple build environment and a super easy way to get your actual code onto the board itself.  lump the bootloader into this.</p>
<p>* electronics to actually run your code.  also packaged nicely so that its easy to use.</p>
<p>i didnt really intend for this board to make it all the way onto MAKE and hackaday, so it doesnt explain exactly what i&#8217;m doing, but i&#8217;m making the entire package.  i have a board designed, 90% of the firmware library ported, the host software compiling 644 code, and now all that remains is to get the bootloader working and you have a fully compatible atmega644 board that you can use with arduino.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phelps</title>
		<link>http://hackaday.com/2008/06/26/arduino-environment-on-atmega644/comment-page-1/#comment-37809</link>
		<dc:creator><![CDATA[Phelps]]></dc:creator>
		<pubDate>Fri, 27 Jun 2008 06:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/26/arduino-environment-on-atmega644/#comment-37809</guid>
		<description><![CDATA[Arduino is the abstraction layer... Right??&lt;br&gt;&lt;br&gt;Right, but as I understand it, it the compiler just needs to be updated to be able to properly compile for the new chip.&lt;br&gt;&lt;br&gt;I was really worried about having enough pins, but now that I think I am starting to understand serial registers and I2C, I&#039;m much less worried.  The extra memory seems to be a much bigger deal.&lt;br&gt;&lt;br&gt;Of course, it is often nice to be able to give up on clever and whup out the big hammer.]]></description>
		<content:encoded><![CDATA[<p>Arduino is the abstraction layer&#8230; Right??</p>
<p>Right, but as I understand it, it the compiler just needs to be updated to be able to properly compile for the new chip.</p>
<p>I was really worried about having enough pins, but now that I think I am starting to understand serial registers and I2C, I&#8217;m much less worried.  The extra memory seems to be a much bigger deal.</p>
<p>Of course, it is often nice to be able to give up on clever and whup out the big hammer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deoryp</title>
		<link>http://hackaday.com/2008/06/26/arduino-environment-on-atmega644/comment-page-1/#comment-37808</link>
		<dc:creator><![CDATA[deoryp]]></dc:creator>
		<pubDate>Fri, 27 Jun 2008 02:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/26/arduino-environment-on-atmega644/#comment-37808</guid>
		<description><![CDATA[Arduino is just the software, and the popular chip happens to be the atmega168, but Arduino is designed to be run on any atmega family chip, even the atmega256x which is better than a 644. Arduino is the abstraction layer... Right??&lt;br&gt;&lt;br&gt;]]></description>
		<content:encoded><![CDATA[<p>Arduino is just the software, and the popular chip happens to be the atmega168, but Arduino is designed to be run on any atmega family chip, even the atmega256x which is better than a 644. Arduino is the abstraction layer&#8230; Right??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

