<?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: Programming the EMSL Target Board from Mac OS X</title>
	<atom:link href="http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/</link>
	<description>...so google can index my head.</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:34:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bbum&#8217;s weblog-o-mat &#187; Blog Archive &#187; Using a Vertical Stack Counter to Debounce Switches</title>
		<link>http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/comment-page-1/#comment-186223</link>
		<dc:creator>bbum&#8217;s weblog-o-mat &#187; Blog Archive &#187; Using a Vertical Stack Counter to Debounce Switches</dc:creator>
		<pubDate>Sat, 05 Apr 2008 06:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/#comment-186223</guid>
		<description>[...] left is a simple EMSL AtmegaXX8 Target Board (same board I have written about before) 3 bit up/down counter [...]</description>
		<content:encoded><![CDATA[<p>[...] left is a simple EMSL AtmegaXX8 Target Board (same board I have written about before) 3 bit up/down counter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/comment-page-1/#comment-185864</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 19 Mar 2008 06:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/#comment-185864</guid>
		<description>&lt;i&gt; Usually, the LED will be hooked from VCC [positive] to the chip through the resistor. I’m not fully sure why...&lt;/i&gt;

It&#039;s because most microcontrollers can sink more current than they can source. Page 80 of the datasheet for the AVR Tiny12 chip  I&#039;m playing with shows the ability to sink up to 50mA, but it can only source 4(!) mA while providing 4.5V of the 5V supply. Pull as much as 16mA from it as a positive output and it drops the voltage to just 2V.</description>
		<content:encoded><![CDATA[<p><i> Usually, the LED will be hooked from VCC [positive] to the chip through the resistor. I’m not fully sure why&#8230;</i></p>
<p>It&#8217;s because most microcontrollers can sink more current than they can source. Page 80 of the datasheet for the AVR Tiny12 chip  I&#8217;m playing with shows the ability to sink up to 50mA, but it can only source 4(!) mA while providing 4.5V of the 5V supply. Pull as much as 16mA from it as a positive output and it drops the voltage to just 2V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbum</title>
		<link>http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/comment-page-1/#comment-185838</link>
		<dc:creator>bbum</dc:creator>
		<pubDate>Mon, 17 Mar 2008 17:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/#comment-185838</guid>
		<description>Arduino is a terribly useful/cool platform, for what it is.   It just happens to not be something I care about in that it is too close to a computer for what I need. 

If I were to build, say, something like the Stoker, I would base it on an Arduino so I could have a TCP stack.</description>
		<content:encoded><![CDATA[<p>Arduino is a terribly useful/cool platform, for what it is.   It just happens to not be something I care about in that it is too close to a computer for what I need. </p>
<p>If I were to build, say, something like the Stoker, I would base it on an Arduino so I could have a TCP stack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/comment-page-1/#comment-185832</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 17 Mar 2008 12:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/#comment-185832</guid>
		<description>Don&#039;t knock Arduino...it&#039;s a nice little widget with a free development environment, written in Java, ready to go. The language is very C like. Forty bucks will get you an Arduino board with microcontroller and away you go. I&#039;ve done dozens of projects on that little board, it&#039;s very useful...and yeah, I use XCode the rest of the time for my other stuff.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t knock Arduino&#8230;it&#8217;s a nice little widget with a free development environment, written in Java, ready to go. The language is very C like. Forty bucks will get you an Arduino board with microcontroller and away you go. I&#8217;ve done dozens of projects on that little board, it&#8217;s very useful&#8230;and yeah, I use XCode the rest of the time for my other stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n[ate]vw</title>
		<link>http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/comment-page-1/#comment-185814</link>
		<dc:creator>n[ate]vw</dc:creator>
		<pubDate>Sat, 15 Mar 2008 15:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/avr-programming-the-emsl-target-board-from-mac-os-x/#comment-185814</guid>
		<description>&gt; If you have any interest in screwing around with micro-controllers, there is little excuse not to dive in now.

I still have two AVR microcontrollers (ATMega32?) in my electronics stash from a piezo-&gt;MIDI converter I started in high school but lost momentum while at college. Great to know that there is a good toolchain for Mac, but my excuse now is that there are more pressing matters I should be attending to in Xcode. (I must ship.) I&#039;ve bookmarked this, though, in hope of having a chance to return. Maybe when I have kids, I can get them interested in this kind of stuff!</description>
		<content:encoded><![CDATA[<p>&gt; If you have any interest in screwing around with micro-controllers, there is little excuse not to dive in now.</p>
<p>I still have two AVR microcontrollers (ATMega32?) in my electronics stash from a piezo-&gt;MIDI converter I started in high school but lost momentum while at college. Great to know that there is a good toolchain for Mac, but my excuse now is that there are more pressing matters I should be attending to in Xcode. (I must ship.) I&#8217;ve bookmarked this, though, in hope of having a chance to return. Maybe when I have kids, I can get them interested in this kind of stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
