<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>code, circuits, &#038; construction &#187; AVR</title>
	<atom:link href="http://www.tigoe.net/pcomp/code/category/category/AVR/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tigoe.net/pcomp/code</link>
	<description>code and fabrication resources for physical computing and networking</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:42:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Few Good Reasons Why Peter Knight Rocks</title>
		<link>http://www.tigoe.net/pcomp/code/arduinowiring/580</link>
		<comments>http://www.tigoe.net/pcomp/code/arduinowiring/580#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:15:34 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[circuits]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[pcomp]]></category>
		<category><![CDATA[physical computing]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/?p=580</guid>
		<description><![CDATA[Peter Knight works with Massimo and Alex and co. at Tinker.it. He&#8217;s written some great AVR code, which is useful in Arduino.  For example: Secret Thermometer takes advantage of the ATMega&#8217;s internal thermometer. Turns your &#8217;328-based Arduino into a thermometer &#8230; <a href="http://www.tigoe.net/pcomp/code/arduinowiring/580">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/arduinowiring/580/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tilty ball:  Controlling 64 LEDs and a 2-axis accelerometer</title>
		<link>http://www.tigoe.net/pcomp/code/arduinowiring/514</link>
		<comments>http://www.tigoe.net/pcomp/code/arduinowiring/514#comments</comments>
		<pubDate>Thu, 28 May 2009 06:39:21 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[circuits]]></category>
		<category><![CDATA[accelerometer]]></category>
		<category><![CDATA[LED matrix]]></category>
		<category><![CDATA[row-column scanning]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/?p=514</guid>
		<description><![CDATA[This example shows how to control 64 LEDs and read the input from two axes of an accelerometer on an Arduino.  The Arduino used here is a Duemilanove, but it will work on any of the models out there prior &#8230; <a href="http://www.tigoe.net/pcomp/code/arduinowiring/514">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/arduinowiring/514/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8&#215;8 LED matrix control on an Arduino Mega</title>
		<link>http://www.tigoe.net/pcomp/code/arduinowiring/424</link>
		<comments>http://www.tigoe.net/pcomp/code/arduinowiring/424#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:14:48 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[circuits]]></category>
		<category><![CDATA[arduino mega]]></category>
		<category><![CDATA[LED matrix]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/?p=424</guid>
		<description><![CDATA[Once you&#8217;ve mastered microcontroller programming, you might be tempted to control a lot of LEDs.  Lots of people have this desire once they master the basics. Many microcontrollers have a limited number of output pins, however, so you might think &#8230; <a href="http://www.tigoe.net/pcomp/code/arduinowiring/424">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/arduinowiring/424/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Controlling Inkjet Printers from a microcontroller</title>
		<link>http://www.tigoe.net/pcomp/code/arduinowiring/422</link>
		<comments>http://www.tigoe.net/pcomp/code/arduinowiring/422#comments</comments>
		<pubDate>Tue, 24 Mar 2009 02:34:20 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[BX-24]]></category>
		<category><![CDATA[circuits]]></category>
		<category><![CDATA[pBasic (Basic stamp)]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[inkjet]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/?p=422</guid>
		<description><![CDATA[There was an interesting thread on the Sketching in Hardware mailing list a while back on how to control an inkjet printer.   Wendy Ju started the discussion. Following are some of the links from that thread: A closed, proprietary portable &#8230; <a href="http://www.tigoe.net/pcomp/code/arduinowiring/422">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/arduinowiring/422/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting an Arduino Diecimila into an ICSP programmer</title>
		<link>http://www.tigoe.net/pcomp/code/misc/193</link>
		<comments>http://www.tigoe.net/pcomp/code/misc/193#comments</comments>
		<pubDate>Thu, 21 Aug 2008 10:07:40 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[circuits]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[arduino diecimila avrdude AVR]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/?p=193</guid>
		<description><![CDATA[Kimio Kosaka has made a way to program a virgin Atmega168 without a hardware programmer.Â  You use a modified version of the avrdude programming software that can access the extra pins of an FTDI USB-to-serial chip, do a little soldering &#8230; <a href="http://www.tigoe.net/pcomp/code/misc/193">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/misc/193/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVR Microcontroller Fuse Calculator</title>
		<link>http://www.tigoe.net/pcomp/code/arduinowiring/16</link>
		<comments>http://www.tigoe.net/pcomp/code/arduinowiring/16#comments</comments>
		<pubDate>Sat, 02 Dec 2006 11:11:36 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[AVR]]></category>

		<guid isPermaLink="false">http://www.tigoe.com/pcomp/code2/arduinowiring/16</guid>
		<description><![CDATA[Calculating the configuration fuses for microcontrollers is always a pain.  Many programming environments can do this for you, but in case yours doesn't, here's a handy fuse calculator for calculating the fuses on Atmel's AVR microcontrollers. <a href="http://www.tigoe.net/pcomp/code/arduinowiring/16">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/arduinowiring/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Numbers and Physical Computing</title>
		<link>http://www.tigoe.net/pcomp/code/misc/133</link>
		<comments>http://www.tigoe.net/pcomp/code/misc/133#comments</comments>
		<pubDate>Mon, 24 May 2004 19:52:02 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[BX-24]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[pBasic (Basic stamp)]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PicBasic Pro]]></category>
		<category><![CDATA[XBee]]></category>
		<category><![CDATA[pcomp]]></category>
		<category><![CDATA[physical computing]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/category/uncategorized/133</guid>
		<description><![CDATA[That can take up lots of processing time, so it's usually the first function to go when writing a microprocessor language.In fact, most of what you do in programming physical computing projects is to figure out how to deal with the world's natural randomness and make it look smooth....  Your consciousness is a great leveller for the sensors that are your eyes, ears, skin, nose, and taste buds When you move a photoresistor from one room to another, your readings will be totally different, and all of a sudden, you have to re-calculate what is &#34;average&#34; and what constitutes the lighting change that you want. <a href="http://www.tigoe.net/pcomp/code/misc/133">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/misc/133/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

