<?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>Coding With Cody &#187; Hardware</title>
	<atom:link href="http://www.codingwithcody.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingwithcody.com</link>
	<description>write compile run repeat</description>
	<lastBuildDate>Tue, 10 Jan 2012 21:52:52 +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>Arduino Default Fuse Settings</title>
		<link>http://www.codingwithcody.com/2011/04/arduino-default-fuse-settings/</link>
		<comments>http://www.codingwithcody.com/2011/04/arduino-default-fuse-settings/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 04:50:22 +0000</pubDate>
		<dc:creator>Cody Snider</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.codingwithcody.com/?p=129</guid>
		<description><![CDATA[Here are the default fuse settings for each Arduino from the boards.txt included with the Arduino development software. To understand more about the fuse settings for your microcontroller, visit Engbedded&#8217;s AVR Fuse Calculator. To write fuse settings, you will need a programmer with this capability. I use Mighty Ohm&#8217;s high-voltage rescue shield available here. Arduino [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the default fuse settings for each Arduino from the boards.txt included with the Arduino development software.</p>
<p>To understand more about the fuse settings for your microcontroller, visit <a href="http://www.engbedded.com/fusecalc/">Engbedded&#8217;s AVR Fuse Calculator</a>.</p>
<p>To write fuse settings, you will need a programmer with this capability. I use <a href="http://mightyohm.com">Mighty Ohm&#8217;s</a> high-voltage rescue shield available <a href="http://mightyohm.com/blog/products/hv-rescue-shield-2-x/">here</a>.</p>
<h2>Arduino Uno</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDE</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;05</td>
</tr>
</table>
<h2>Arduino Duemilanove or Nano w/ ATmega328</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDA</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;05</td>
</tr>
</table>
<h2>Arduino Diecimila, Duemilanove, or Nano w/ ATmega168</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDD</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;00</td>
</tr>
</table>
<h2>Arduino Mega 2560</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xD8</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0xFD</td>
</tr>
</table>
<h2>Arduino Mega (ATmega1280)</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDA</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0xF5</td>
</tr>
</table>
<h2>Arduino Mini</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDD</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;00</td>
</tr>
</table>
<h2>Arduino Fio</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDA</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;05</td>
</tr>
</table>
<h2>Arduino BT w/ ATmega328</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xD8</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;05</td>
</tr>
</table>
<h2>Arduino BT w/ ATmega168</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDD</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;00</td>
</tr>
</table>
<h2>LilyPad Arduino w/ ATmega328</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDA</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;05</td>
</tr>
</table>
<h2>LilyPad Arduino w/ ATmega168</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xE2</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDD</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;00</td>
</tr>
</table>
<h2>Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega328</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDA</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;05</td>
</tr>
</table>
<h2>Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega168</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDD</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;00</td>
</tr>
</table>
<h2>Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega328</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDA</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;05</td>
</tr>
</table>
<h2>Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega168</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xC6</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDD</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;00</td>
</tr>
</table>
<h2>Arduino NG or older w/ ATmega168</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xFF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xDD</td>
</tr>
<tr>
<td>Extended Fuse</td>
<td>0&#215;00</td>
</tr>
</table>
<h2>Arduino NG or older w/ ATmega8</h2>
<table>
<tr>
<td>Low Fuse</td>
<td>0xDF</td>
</tr>
<tr>
<td>High Fuse</td>
<td>0xCA</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.codingwithcody.com/2011/04/arduino-default-fuse-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CrunchPad</title>
		<link>http://www.codingwithcody.com/2009/07/crunchpad/</link>
		<comments>http://www.codingwithcody.com/2009/07/crunchpad/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 06:38:10 +0000</pubDate>
		<dc:creator>Cody Snider</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://codingwithcody.com/?p=29</guid>
		<description><![CDATA[If you&#8217;ve carried on a conversation with me regarding modern laptops, you&#8217;d know I LOVE netbooks and the underlying shift in the way computers are being built because of them. Since the dawn of the personal computer as a reasonably priced appliance in the home, everything has been fueled by faster/bigger/more powerful. This has worked [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve carried on a conversation with me regarding modern laptops, you&#8217;d know I LOVE <a title="I love Wikipedia, too" href="http://en.wikipedia.org/wiki/Netbook" target="_blank">netbooks</a> and the underlying shift in the way computers are being built because of them.</p>
<p>Since the <a title="I still have one in my closet" href="http://en.wikipedia.org/wiki/Commodore_64" target="_blank">dawn of the personal computer as a reasonably priced appliance in the home</a>, everything has been fueled by faster/bigger/more powerful. This has worked out really well for myself and other enthusiasts because it meant the latest-and-greatest would have to be competitively priced. But who needs a system with 4 cores for email, web and office applications (especially since most of this is <a title="Delete your install of MSOffice today!" href="http://docs.google.com/" target="_blank">freely available as an online service</a>). Thanks, Google!</p>
<p>Well, the coolest little computer to be announced so far that really seems to tackle the need for a machine to elegantly do what is needed and nothing more is the <a title="CrunchPad = awesomeness incarnate" href="http://www.techcrunch.com/2009/06/03/crunchpad-the-launch-prototype/" target="_blank">CrunchPad</a>. Check it out. Digg it. StumbleUpon it. We need more of this (let&#8217;s not even get started on the fact that keyboards and mice are still the main way to <a title="A better way" href="http://www.perceptivepixel.com/" target="_blank">interact with our machines</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingwithcody.com/2009/07/crunchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

