<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0">
  <channel>
    <docs>This is an RSS file.  It is intended to be read by a software program called a "feed reader". Search on Google for more details.</docs>
    <title><![CDATA[mshook's Feed]]></title>
    <link>http://www.simpy.com/user/mshook</link>
    <url>http://www.simpy.com/</url>
    <description><![CDATA[mshook's Feed]]></description>
    <image>
      <url>http://www.simpy.com/img/simpy-icon-16x16.png</url>
      <title>Simpy</title>
      <link>http://www.simpy.com/user/mshook</link>
    </image>
    <lastBuildDate></lastBuildDate>
    <ttl>1440</ttl>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Generally useful Zigbee & 802.15.4 FAQ; slightly out of date (still mentions KVP) | http://www.meshnetics.com/zigbee-faq/]]></title>
        <link><![CDATA[http://www.meshnetics.com/zigbee-faq/]]></link>
        <description><![CDATA[<pre>
What is ZigBee?
What is IEEE 802.15.4?
How is ZigBee different from other wireless standards (e.g. Bluetooth)?
What are the real-life applications of ZigBee?
How reliable is the data delivery?
How long is the battery life?
What are the cost considerations for ZigBee implementation?
How long is the Transmission Range?
How high is the Data Rate?
What is the Data Latency for ZigBee Networks?
How large/small a ZigBee Network can be?
How is the Data Security provided?
What is ZigBee Stack?
What Subunits can be on a Node?
What is called ZigBee Application?
What are the ZigBee Device Descriptors?
What is ZigBee Device Profile?
What is ZigBee Stack Profile?
What are the ZigBee Device Objects?
How does a Device/Service Discovery process work?
What are the Clusters, ZigBee Binding and Binding Table?
How is Addressing and Messaging done in a ZigBee network?
What types of ZigBee Devices exist in a network?
What Topologies are supported by ZigBee?
What is ZigBee network Gateway?
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.meshnetics.com/zigbee-faq/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.meshnetics.com/zigbee-faq/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22zigbee%22">zigbee</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22radio%22">radio</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22wsn%22">wsn</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22faq%22">faq</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22useful%22">useful</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22pdafriendly%22">pdafriendly</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22802.15.4%22">802.15.4</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22xbee%22">xbee</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22architecture%22">architecture</a>,


]]>
</description>
        
        <category><![CDATA[zigbee]]></category>
        
        <category><![CDATA[radio]]></category>
        
        <category><![CDATA[wsn]]></category>
        
        <category><![CDATA[faq]]></category>
        
        <category><![CDATA[useful]]></category>
        
        <category><![CDATA[pdafriendly]]></category>
        
        <category><![CDATA[802.15.4]]></category>
        
        <category><![CDATA[xbee]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[architecture]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 06 Oct 2009 09:42:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Arduino autopilot (ArduPilot) theory of operation reference | http://paparazzi.enac.fr/wiki/Theory_of_Operation]]></title>
        <link><![CDATA[http://paparazzi.enac.fr/wiki/Theory_of_Operation]]></link>
        <description><![CDATA[<ul>
<li>via http://docs.google.com/View?id=ddjmqgw3_43gm6gvggf</li>
<li>http://www.google.com/#hl=en&source=hp&q=pid+kalman&aq=f&aqi=&oq=&fp=7d15299a959dbb33</li>
</ul>
<blockquote>
<h3>Roll Rate </h3>
<table style="border: 1px solid rgb(191, 255, 191); background-color: rgb(242, 255, 242);" width="75%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="border-style: solid; border-color: rgb(160, 255, 160) rgb(160, 255, 160) rgb(136, 136, 136); border-width: 1px; background-color: rgb(193, 255, 193);"> <font size="-1"><b>File:</b> In <b>sw/airborne/fw_h_ctl.c</b> we define the roll rate loop:</font>

</td></tr>
<tr>
<td>
<pre>float cmd = throttle_dep_pgain * ( err + h_ctl_roll_rate_igain * roll_rate_sum_err / H_CTL_ROLL_RATE_SUM_NB_SAMPLES + h_ctl_roll_rate_dgain * d_err);
</pre>
</td></tr></tbody></table>
<p>Note that the roll Pgain is variable with throttle and multiplies through the entire equation affecting the I and D terms as well for ease of tuning.
</p>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://paparazzi.enac.fr/wiki/Theory_of_Operation"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://paparazzi.enac.fr/wiki/Theory_of_Operation" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22gnc%22">gnc</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22how%22">how</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22theory%22">theory</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22kalman%22">kalman</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22filter%22">filter</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22dsp%22">dsp</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22flight%22">flight</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22aero%22">aero</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22via%22">via</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22makemag%22">makemag</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22make%22">make</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22xbee%22">xbee</a>,


]]>
</description>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[gnc]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[theory]]></category>
        
        <category><![CDATA[kalman]]></category>
        
        <category><![CDATA[filter]]></category>
        
        <category><![CDATA[dsp]]></category>
        
        <category><![CDATA[flight]]></category>
        
        <category><![CDATA[aero]]></category>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[makemag]]></category>
        
        <category><![CDATA[make]]></category>
        
        <category><![CDATA[xbee]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 04 Oct 2009 10:38:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[A web site hosted on a Commodore 64 running the Contiki OS. Contiki supports 6LoWPAN | http://58.6.118.18/ | http://www.c64web.c]]></title>
        <link><![CDATA[http://58.6.118.18/]]></link>
        <description><![CDATA[
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://58.6.118.18/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://58.6.118.18/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22os%22">os</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22ip%22">ip</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22contiki%22">contiki</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22nostalgia%22">nostalgia</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22game%22">game</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22obsession%22">obsession</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22server%22">server</a>,

<a href="http://www.simpy.com/user/mshook/tag/%228bit%22">8bit</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22bbs%22">bbs</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22ipv6%22">ipv6</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22tcpip%22">tcpip</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cool%22">cool</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22emon%22">emon</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22java%22">java</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22emulation%22">emulation</a>,


]]>
</description>
        
        <category><![CDATA[os]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[ip]]></category>
        
        <category><![CDATA[contiki]]></category>
        
        <category><![CDATA[nostalgia]]></category>
        
        <category><![CDATA[game]]></category>
        
        <category><![CDATA[obsession]]></category>
        
        <category><![CDATA[server]]></category>
        
        <category><![CDATA[8bit]]></category>
        
        <category><![CDATA[bbs]]></category>
        
        <category><![CDATA[ipv6]]></category>
        
        <category><![CDATA[tcpip]]></category>
        
        <category><![CDATA[cool]]></category>
        
        <category><![CDATA[emon]]></category>
        
        <category><![CDATA[java]]></category>
        
        <category><![CDATA[emulation]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 29 Sep 2009 08:56:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Arduino minimal infrared serial wireless | http://tthheessiiss.wordpress.com/2009/08/05/dirt-cheap-wireless/]]></title>
        <link><![CDATA[http://tthheessiiss.wordpress.com/2009/08/05/dirt-cheap-wireless/]]></link>
        <description><![CDATA[<blockquote>
<pre>
//dirt cheap wireless TX
//generates 38kHz carrier wave on pin 9 and 10
//sends data via TX every 500ms
void setup()
{
  pinMode(9, OUTPUT);
  pinMode(10, OUTPUT);

  // Clear Timer on Compare Match (CTC) Mode
  bitWrite(TCCR1A, WGM10, 0);
  bitWrite(TCCR1A, WGM11, 0);
  bitWrite(TCCR1B, WGM12, 1);
  bitWrite(TCCR1B, WGM13, 0);

  // Toggle OC1A and OC1B on Compare Match.
  bitWrite(TCCR1A, COM1A0, 1);
  bitWrite(TCCR1A, COM1A1, 0);
  bitWrite(TCCR1A, COM1B0, 1);
  bitWrite(TCCR1A, COM1B1, 0);

  // No prescaling
  bitWrite(TCCR1B, CS10, 1);
  bitWrite(TCCR1B, CS11, 0);
  bitWrite(TCCR1B, CS12, 0);

  OCR1A = 210;
  OCR1B = 210;

  Serial.begin(2400);
}

void loop()
{
  Serial.println("testing testing testing");
  delay(500);
}


</pre>
</blocquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://tthheessiiss.wordpress.com/2009/08/05/dirt-cheap-wireless/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://tthheessiiss.wordpress.com/2009/08/05/dirt-cheap-wireless/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22code%22">code</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22timer%22">timer</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22ir%22">ir</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22infrared%22">infrared</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22receiver%22">receiver</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22transmitter%22">transmitter</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22serial%22">serial</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22circuitled%22">circuitled</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22modulation%22">modulation</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22c%22">c</a>,


]]>
</description>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[timer]]></category>
        
        <category><![CDATA[ir]]></category>
        
        <category><![CDATA[infrared]]></category>
        
        <category><![CDATA[receiver]]></category>
        
        <category><![CDATA[transmitter]]></category>
        
        <category><![CDATA[serial]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[circuitled]]></category>
        
        <category><![CDATA[modulation]]></category>
        
        <category><![CDATA[c]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 27 Sep 2009 09:21:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[http://zovirl.com/2008/11/12/building-a-universal-remote-with-an-arduino/]]></title>
        <link><![CDATA[http://zovirl.com/2008/11/12/building-a-universal-remote-with-an-arduino/]]></link>
        <description><![CDATA[via http://tinyurl.com/ir-remote-control
<blockquote>
To decode what the remote was sending, I used an oscilloscope and a small photodiode.  The photodiode generates a small amount of voltage when light hits it, and responds to changes in light level quickly enough that the oscilloscope can draw a really nice plot of the signal.  I have a <a href="http://www.parallax.com/tabid/136/List/1/ProductID/46/Default.aspx">Parallax USB oscilloscope</a>, which is perfect for showing the command pulses and is just fast enough to find the modulation frequency.  As an aside, I’m really happy with the Parallax oscilloscope for projects like this.  It is simple to use and I love being able to save images to share with people.<br>
Here’s what two of the commands from the dimmer remote look like.  The top signal is the “fade lights up” command, and the bottom one is “fade lights down”:<br>
<img src="http://zovirl.com/2008/11/two_commands.jpg" alt="oscilloscope image of 2 commands">
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://zovirl.com/2008/11/12/building-a-universal-remote-with-an-arduino/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://zovirl.com/2008/11/12/building-a-universal-remote-with-an-arduino/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22ir%22">ir</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22oscilliscope%22">oscilliscope</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22modulation%22">modulation</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22project%22">project</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22code%22">code</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22infrared%22">infrared</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22control%22">control</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22wishlist%22">wishlist</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22remote%22">remote</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22usb%22">usb</a>,


]]>
</description>
        
        <category><![CDATA[ir]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[oscilliscope]]></category>
        
        <category><![CDATA[modulation]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[project]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[infrared]]></category>
        
        <category><![CDATA[control]]></category>
        
        <category><![CDATA[wishlist]]></category>
        
        <category><![CDATA[remote]]></category>
        
        <category><![CDATA[usb]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 22 Sep 2009 10:48:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[All my Google Notebooks in small screen, mobile & pda friendly format | http://www.google.com/notebook/m]]></title>
        <link><![CDATA[http://www.google.com/notebook/m]]></link>
        <description><![CDATA[<pre>
Mobile notes
Bookmarks
Zigbee
Powerhouse Dynamics/eMonitor/Sig & Anna/Blue Hill
Trac
Sam Felton
Processing & Data Visualization
AVR Microprocessor
Microsoft hohm
IBM Key Punches, RPG, SGML, DITA, RSS & Ruby!
IBM 3740 & 3741
Custom Jeans / Denim
Phantom Power
Paper
Ubuntu Linux jackd & PulseAudio
ZX 80, 81 & Spectrum Z80
Bob's Netbook
Medicare
BasicDSP scripts
SSDI - Ticket to Work
WiFi Microwave LNA modulation tab dump
del.icio.us gnb clips 01
Anne of Green Gables
Where I am in what I'm reading
John R. Pierce Books in Minerva (Maine)
Important Inaugural Addresses - 1865 & 1933
Filter Comparison - Analog/Digital - Butterworth/Chebyshev
DSL Filter
Goolge Notebook Atom feeds in JSON
Minerva - books of interest
del.icio.us gnb clips
WAMIT
My Notebook
Offshore Maine Wind Power & AeroHydro
Anathem notes
Hyperbaric DVDs
DTMF - Dual Tone Multiple Frequency | gnb clips
Cloud Grid EC2 Amazon

Notebooks 1 - ? of 78 
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.google.com/notebook/m"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.google.com/notebook/m" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22gnb%22">gnb</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22pdafriendly%22">pdafriendly</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22mobile%22">mobile</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22notebook%22">notebook</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22snippet%22">snippet</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22palm%22">palm</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22palmos%22">palmos</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22eclectic%22">eclectic</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22august%22">august</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,


]]>
</description>
        
        <category><![CDATA[gnb]]></category>
        
        <category><![CDATA[pdafriendly]]></category>
        
        <category><![CDATA[mobile]]></category>
        
        <category><![CDATA[notebook]]></category>
        
        <category><![CDATA[snippet]]></category>
        
        <category><![CDATA[palm]]></category>
        
        <category><![CDATA[palmos]]></category>
        
        <category><![CDATA[eclectic]]></category>
        
        <category><![CDATA[august]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Wed, 12 Aug 2009 12:36:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[current transducers, arduino, & custom software to monitor power consumption.  measurements, graphed  on a server http://tinyurl]]></title>
        <link><![CDATA[http://jarv.org/pwrmon.shtml]]></link>
        <description><![CDATA[<blockquote>
<h2>Materials</h2>

<ul>

<li> <a href="http://www.theenergydetective.com/store/accessories/ct.html">Current Transducers</a> - $46.00 for 2</li>
<li> <a href="http://www.google.com/products?q=arduino+diecimila">Arduino Diecimilia Microcontroller</a> ~ $20 </li>
<li> <a href="http://www.google.com/products?q=arduino+ethernet+shield">Arduino Ethernet Shield</a> ~ $45 </li> 

<li> Small sheet plexiglass with mounting screws and standoffs ~ $5</li>
<li> Router capable of running <a href="http://openwrt.org/">openwrt</a> or something can serve a cgi script (optional) ~ $40 </li>
<li> Web server to host the power charts (optional) ~ $5/month</li>

</ul>

<p>

Total cost ~ $110 (not counting what I already had lying around) 

If money is tight there are a few things that can make this cheaper by about fifty bucks:

</p>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://jarv.org/pwrmon.shtml"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://jarv.org/pwrmon.shtml" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22power%22">power</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22energy%22">energy</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22emon%22">emon</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22diy%22">diy</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22how%22">how</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22home%22">home</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22monitor%22">monitor</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22interesting%22">interesting</a>,


]]>
</description>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[power]]></category>
        
        <category><![CDATA[energy]]></category>
        
        <category><![CDATA[emon]]></category>
        
        <category><![CDATA[diy]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[home]]></category>
        
        <category><![CDATA[monitor]]></category>
        
        <category><![CDATA[interesting]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 09 Jul 2009 11:03:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[@beagleboard For the mechanics of a real interpreter on arduino: http://bitlash.net/ | http://twitter.com/beagleboard/status/243]]></title>
        <link><![CDATA[http://twitter.com/beagleboard/status/2434532878]]></link>
        <description><![CDATA[for AI programming on arduino, how about scheme language?
<a href="http://cli.gs/Q5nqEP" rel="nofollow" target="_blank">http://cli.gs/Q5nqEP</a> <a href="http://cli.gs/3bZ51M" rel="nofollow" target="_blank">http://cli.gs/3bZ51M</a> <a href="http://cli.gs/1XHEbQ" rel="nofollow" target="_blank">http://cli.gs/1XHEbQ</a>
and read SICP!</span><span class="meta entry-meta"><a href="http://twitter.com/beagleboard/status/2434532878" class="entry-date" rel="bookmark"><span class="published">about 4 hours ago</span></a> <span>from web</span> </span></span>
  <div class="user-info clear">
    <div class="thumb"><a href="http://twitter.com/beagleboard" hreflang="ja"><img alt="" src="http://static.twitter.com/images/default_profile_bigger.png" style="vertical-align: middle;" width="73" border="0" height="73"></a></div>
    <div class="screen-name"><a href="http://twitter.com/beagleboard" hreflang="ja" title="Kenzo Yoshida">beagleboard</a></div>
          <div class="full-name">Kenzo Yoshida</div>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://twitter.com/beagleboard/status/2434532878"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://twitter.com/beagleboard/status/2434532878" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22scheme%22">scheme</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22interpreter%22">interpreter</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22sicp%22">sicp</a>,


]]>
</description>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[scheme]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[interpreter]]></category>
        
        <category><![CDATA[sicp]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 02 Jul 2009 09:28:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA["how to use the Arduino and an Xport Ethernet module to send and retrieve data to an [PHP] web server"]]></title>
        <link><![CDATA[http://www.glacialwanderer.com/hobbyrobotics/?p=15]]></link>
        <description><![CDATA[<pre>
void httpRequest()
{
  byte theByte;

  xPortSerial.print("GET ");
  xPortSerial.print(PHP_PAGE_LOCATION);

  // value0 = 123 and value1 = 456
  // You should change these to be your sensor values or whatever you want to send
  // (see php code if you want to add more values or change the names value0/value1
  xPortSerial.print("?value0=123&value1=456");
  xPortSerial.print(" HTTP/1.1n");
  xPortSerial.print(WEB_HOST);

  while(!xPortSerial.available()) {} // Just loop until available
  theByte = xPortSerial.read();
  if (theByte != 0)
    Serial.println("Passed.");
  else
    Serial.println("Failed.");
}
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.glacialwanderer.com/hobbyrobotics/?p=15"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.glacialwanderer.com/hobbyrobotics/?p=15" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22ethernet%22">ethernet</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22server%22">server</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22client%22">client</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22code%22">code</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22php%22">php</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22c%22">c</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22sheild%22">sheild</a>,


]]>
</description>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[ethernet]]></category>
        
        <category><![CDATA[server]]></category>
        
        <category><![CDATA[client]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[php]]></category>
        
        <category><![CDATA[c]]></category>
        
        <category><![CDATA[sheild]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 02 Jul 2009 05:44:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Bitlash interpreted language shell for the Arduino serial port. Runs on the Arduino; interprets commands you type on tty http://]]></title>
        <link><![CDATA[http://bitlash.net/]]></link>
        <description><![CDATA[<blockquote>
<h2>Introducing Bitlash</h2>
<p>Bitlash is an open source interpreted language shell for the <a href="http://arduino.cc">Arduino</a> serial port.  It runs on the Arduino and interprets commands that you type in a terminal window or send programmatically:<br>
</p><div class="code">
bitlash v0.95a here! ...
&gt; print "hello, world", analogRead(3)
hello, world 552
</div>
<p>Bitlash is a development and prototyping tool for those situations where you need to bang some bits on the Arduino but writing a sketch in C is premature.  The Bitlash command language is very similar to Arduino C and includes a large repertiore of the familiar Arduino C functions so you can hack your hardware from the serial command line or even over the internet via telnet.</p>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://bitlash.net/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://bitlash.net/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22c%22">c</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22very%22">very</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cool%22">cool</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22free%22">free</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22open%22">open</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22source%22">source</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22interpreter%22">interpreter</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22concise%22">concise</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22small%22">small</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22macro%22">macro</a>,


]]>
</description>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[c]]></category>
        
        <category><![CDATA[very]]></category>
        
        <category><![CDATA[cool]]></category>
        
        <category><![CDATA[free]]></category>
        
        <category><![CDATA[open]]></category>
        
        <category><![CDATA[source]]></category>
        
        <category><![CDATA[interpreter]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[concise]]></category>
        
        <category><![CDATA[small]]></category>
        
        <category><![CDATA[macro]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 30 Jun 2009 06:44:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[The Freescale CodeWarrior IDE is not cheap. Is it required to work with the $99 Tower? | http://tinyurl.com/mb8yln]]></title>
        <link><![CDATA[http://www.reuters.com/article/pressRelease/idUS93194+14-Apr-2008+BW20080414]]></link>
        <description><![CDATA[<blockquote>
<pre>
   The new CodeWarrior suites are available at the following costs
(USD) on all Freescale architectures currently supported by
CodeWarrior Development Studio:

   --  Professional suite: Includes all full featured development
        tools for the highest level of product functionality - $4995
        Perpetual License / $1995 Annual Subscription

   --  Standard suite: Provides access to all selectively featured
        development tools - $2495 Perpetual License / $995 Annual
        Subscription

   --  Basic suite: Includes all necessary CodeWarrior tools for
        Compiler Upgrades, Linux Applications Editions and Flash
        Programmers - $995 Perpetual License / $395 Annual
        Subscription

   --  Special Edition: Feature limited tools - freely available

   For detailed information about each CodeWarrior suite, visit
www.freescale.com/codewarrior.
</pre>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.reuters.com/article/pressRelease/idUS93194+14-Apr-2008+BW20080414"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.reuters.com/article/pressRelease/idUS93194+14-Apr-2008+BW20080414" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22license%22">license</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22fee%22">fee</a>,

<a href="http://www.simpy.com/user/mshook/tag/%2232bit%22">32bit</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22ide%22">ide</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cost%22">cost</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22up%22">up</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22ethernet%22">ethernet</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22emon%22">emon</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22freescale%22">freescale</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22motorola%22">motorola</a>,

<a href="http://www.simpy.com/user/mshook/tag/%2268000%22">68000</a>,


]]>
</description>
        
        <category><![CDATA[license]]></category>
        
        <category><![CDATA[fee]]></category>
        
        <category><![CDATA[32bit]]></category>
        
        <category><![CDATA[ide]]></category>
        
        <category><![CDATA[cost]]></category>
        
        <category><![CDATA[up]]></category>
        
        <category><![CDATA[ethernet]]></category>
        
        <category><![CDATA[emon]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[freescale]]></category>
        
        <category><![CDATA[motorola]]></category>
        
        <category><![CDATA[68000]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Mon, 29 Jun 2009 12:22:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Arduino  assembler Hello World! (blink the LED) - looks good - many comments +  avrdude hex file upload command | http://tinyurl]]></title>
        <link><![CDATA[http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1218921378]]></link>
        <description><![CDATA[<blockquote>
<pre>
.nolist			; We don't want to actually include defs in our listing file.
.include "m168def.inc"	; m168def.inc defines all the pins on the Mega168 so we can
			; use them by their names rather than addresses (not fun).

.list			; We DO want to include the following code in our listing ;D

	rjmp	main 	; You usually place these two lines after all your
main:			; directives. They make sure that resets work correctly.

	ldi	r16,0xFF ; LoaD Immediate. This sets r16 = 0xFF (255)
	out	DDRB,r16 ; Out writes to SRAM, which is one way of accessing
			 ; pins. DDRB controls PORTB's in/out state.

	ldi	r16,0x00 ; r16 is where we'll store current LED state
			 ; 0x00 means all off. This is preserved over loops.
</pre>
</blockquote>
...
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1218921378"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1218921378" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22minimal%22">minimal</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22blink%22">blink</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22assembler%22">assembler</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22example%22">example</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22code%22">code</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22asm%22">asm</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22linux%22">linux</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22good%22">good</a>,


]]>
</description>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[minimal]]></category>
        
        <category><![CDATA[blink]]></category>
        
        <category><![CDATA[assembler]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[example]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[asm]]></category>
        
        <category><![CDATA[linux]]></category>
        
        <category><![CDATA[good]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 28 Jun 2009 07:50:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[arduino/avr simple blink programs in c (non-arduino) & assembler |  http://code.google.com/p/tinyprojects/source/browse/trunk/av]]></title>
        <link><![CDATA[http://code.google.com/p/tinyprojects/source/browse/trunk/avr/]]></link>
        <description><![CDATA[hardware/tools/avrdude -Chardware/tools/avrdude.conf -v -v -v -v -pm328p -cstk500v1 -P/dev/ttyUSB0 -b57600 -D -Uflash:w:/home/michael/arduino/BlinkArduinoLED.hex:i
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://code.google.com/p/tinyprojects/source/browse/trunk/avr/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://code.google.com/p/tinyprojects/source/browse/trunk/avr/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22example%22">example</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22c%22">c</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22blink%22">blink</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22asm%22">asm</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22assembler%22">assembler</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22code%22">code</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22upload%22">upload</a>,


]]>
</description>
        
        <category><![CDATA[example]]></category>
        
        <category><![CDATA[c]]></category>
        
        <category><![CDATA[blink]]></category>
        
        <category><![CDATA[asm]]></category>
        
        <category><![CDATA[assembler]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[upload]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 27 Jun 2009 06:20:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[AVR blinking LED assembler program | http://www.ai.uga.edu/mc/microcontrollers/avr/AVRnotebook.pdf]]></title>
        <link><![CDATA[http://www.ai.uga.edu/mc/microcontrollers/avr/AVRnotebook.pdf]]></link>
        <description><![CDATA[<blockquote>
<pre>
; LEDblink.asm - M. Covington 2006 
; For ATtiny13. 
; Blinks the LEDs attached to PB0 and PB1. 

.include "tn13def.inc" 

.def temp = R16 
.def temp1 = R17 
.def temp2 = R18 
.def mask = R19 

start: ldi temp,0b00000010
       out PORTB,temp ; initialize port B 
       ser mask 
       out DDRB,mask ; port B all outputs 
blink: 
       ; Delay 0.1 sec (1.2 MHz) 
       ldi temp1,200 ; outer loop count 
L1:    ldi temp2,199 ; inner loop count 
L2:    dec temp2 
       brne L2 
       dec temp1 
       brne L1 
       ; Toggle PB0 and PB1 
       ldi mask,0b00000011 
       eor temp,mask 
       out PORTB,temp 

       rjmp blink 
; End of program
</pre>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.ai.uga.edu/mc/microcontrollers/avr/AVRnotebook.pdf"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.ai.uga.edu/mc/microcontrollers/avr/AVRnotebook.pdf" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22assembler%22">assembler</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22example%22">example</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22code%22">code</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22pdf%22">pdf</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22led%22">led</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22microcontroller%22">microcontroller</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22minimal%22">minimal</a>,


]]>
</description>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[assembler]]></category>
        
        <category><![CDATA[example]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[pdf]]></category>
        
        <category><![CDATA[led]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[microcontroller]]></category>
        
        <category><![CDATA[minimal]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 14 Jun 2009 05:36:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[15 steps to starting your own electronic kit business | http://www.edn.com/blog/1470000147/post/1630025963.html?nid=2432&rid=135]]></title>
        <link><![CDATA[http://www.edn.com/blog/1470000147/post/1630025963.html?nid=2432&rid=1357995328]]></link>
        <description><![CDATA[<p>So when I got to Maker Day at <a href="http://www.makerfaire.com/">Maker Faire</a> yesterday afternoon, I was happy to find that Limor Fried, the founder of Adafruit, was giving a presentation on how to start your own business selling kits. This is a growing business right now, as people look for reasons to teach their kids how to solder, or just want to build a neat device. (Adafruit teamed with the Maker Store to offer the infamous <a href="http://gizmodo.com/343348/confessions-the-meanest-thing-gizmodo-did-at-ces">TV-B-Gone kit</a> that garnered a lot of attention at CES this year.)</p>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.edn.com/blog/1470000147/post/1630025963.html?nid=2432&rid=1357995328"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.edn.com/blog/1470000147/post/1630025963.html?nid=2432&rid=1357995328" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22electronics%22">electronics</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22kit%22">kit</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22business%22">business</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22june%22">june</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22may%22">may</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222008%22">2008</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22microcontroller%22">microcontroller</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,


]]>
</description>
        
        <category><![CDATA[electronics]]></category>
        
        <category><![CDATA[kit]]></category>
        
        <category><![CDATA[business]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[june]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[may]]></category>
        
        <category><![CDATA[2008]]></category>
        
        <category><![CDATA[microcontroller]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 14 Jun 2009 04:36:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[A good, long, detailed explanation of what's behind making the Arduino easy to program via blink.c | http://tinyurl.com/q2vqap]]></title>
        <link><![CDATA[http://www.urbanhonking.com/ideasfordozens/2009/05/an_tour_of_the_arduino_interna.html]]></link>
        <description><![CDATA[<pre>
void setup(){
  pinMode(13, OUTPUT);
}
 
void loop(){
  digitalWrite(13, HIGH);
  delay(500);
  digitalWrite(13, LOW);
  delay(500);
}
</pre>
<p>
First, we configure pin 13 for output by setting a bit in Data Direction Register B. Then we turn pin 13 by setting its bit in PORTB. Then we delay 500 milliseconds by marking the current value of timer0, converted into milliseconds, and letting the counter be incremented repeatedly at each clock cycle and overflowed into ever larger holders until the new value of timer0 represents an elapsed time of 500ms. Next we set the bit for pin 13 in PORTB low to turn the LED off. We do the delay dance again and we're home.
</p>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.urbanhonking.com/ideasfordozens/2009/05/an_tour_of_the_arduino_interna.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.urbanhonking.com/ideasfordozens/2009/05/an_tour_of_the_arduino_interna.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22how%22">how</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22code%22">code</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22c%22">c</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22microcontroller%22">microcontroller</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22good%22">good</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22long%22">long</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22macro%22">macro</a>,


]]>
</description>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[c]]></category>
        
        <category><![CDATA[microcontroller]]></category>
        
        <category><![CDATA[good]]></category>
        
        <category><![CDATA[long]]></category>
        
        <category><![CDATA[macro]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 14 Jun 2009 04:18:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Extensive tutorial on a wide variety of technique for generating sound & music on Arduino]]></title>
        <link><![CDATA[http://www.uchobby.com/index.php/2007/11/11/arduino-sound-part-1/]]></link>
        <description><![CDATA[<blockquote>
<p><img alt="SoundChip" src="http://www.uchobby.com/wp-content/uploads/2007/11/soundchip.gif" width="225" align="right" height="168">This is the first in a series of articles about generating sound with an Arduino. The goals are to generate good quality sound which can be used to play simple tones, stored music, sampled sound, and even act as a MIDI synthesizer. I will cover the basic design, including code and hardware that anyone can use to add sound to Arduino microcontroller projects.</p>
<p>The first step is to look what has already been done. We want to explore many possible options for sound generation and resolve which is best for given situations. I hope to spark some discussion so please comment with information links, advice, suggestions and general opinions.</p>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.uchobby.com/index.php/2007/11/11/arduino-sound-part-1/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.uchobby.com/index.php/2007/11/11/arduino-sound-part-1/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22sound%22">sound</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22music%22">music</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22synth%22">synth</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22midi%22">midi</a>,


]]>
</description>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[sound]]></category>
        
        <category><![CDATA[music]]></category>
        
        <category><![CDATA[synth]]></category>
        
        <category><![CDATA[midi]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 06 Jun 2009 07:57:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Simulating avr/arduino on Linux/Ubuntu | http://forum.sparkfun.com/viewtopic.php?t=12095]]></title>
        <link><![CDATA[http://forum.sparkfun.com/viewtopic.php?t=12095]]></link>
        <description><![CDATA[<blockquote>
gdb and simulavr are the backend of AVR studio. With gdb and simulavr you can do the same things you can do with AVR studio.
Ubuntu has in its repository some ready packages. Look for gcc-avr, binutils-avr, avr-libc, avrdude, gdb-avr, simulavr. Just install them, that's it Cool
The downside is that you don't have a GUI, you probably need to simulate your code from the command line.
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://forum.sparkfun.com/viewtopic.php?t=12095"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://forum.sparkfun.com/viewtopic.php?t=12095" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22arduino%22">arduino</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22linux%22">linux</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22ubuntu%22">ubuntu</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22emulator%22">emulator</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22up%22">up</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22microprocessor%22">microprocessor</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22simulate%22">simulate</a>,


]]>
</description>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[linux]]></category>
        
        <category><![CDATA[ubuntu]]></category>
        
        <category><![CDATA[emulator]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[up]]></category>
        
        <category><![CDATA[microprocessor]]></category>
        
        <category><![CDATA[simulate]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Fri, 05 Jun 2009 06:48:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[A very simple AVR project including how to use the simulation software]]></title>
        <link><![CDATA[http://imakeprojects.com/Projects/avr-tutorial/]]></link>
        <description><![CDATA[<pre>
This tutorial will demonstrate the following development process:

Write C programs in AVR Studio.

Compile them into a .hex file using the AVR-GCC compiler (which integrates into AVR Studio).

Simulate the target AVR chip and debug the code within AVR Studio.

Program the actual chip using the AVRISP mkII USB device, which is attached to our target chip with a special 6-pin cable.

Once programmed, the chip runs the program in your circuit.
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://imakeprojects.com/Projects/avr-tutorial/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://imakeprojects.com/Projects/avr-tutorial/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22via%22">via</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22popular%22">popular</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22microprocessor%22">microprocessor</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22simulation%22">simulation</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22chip%22">chip</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22simple%22">simple</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22tutorial%22">tutorial</a>,


]]>
</description>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[popular]]></category>
        
        <category><![CDATA[microprocessor]]></category>
        
        <category><![CDATA[simulation]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[chip]]></category>
        
        <category><![CDATA[simple]]></category>
        
        <category><![CDATA[tutorial]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Mon, 25 May 2009 07:03:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[avr 8 and 32 bit microprocessor resources]]></title>
        <link><![CDATA[http://verhoeven272.nl/fruttenboel/AVR/index.html]]></link>
        <description><![CDATA[<pre>
Navigator:

+ AVR main

+ Frutt home
+ Contact me

Subjects
 o Assembler
 o DisAssembler
 o man avrdis
 o Gigaweb
 o NGW 100
 o Opcodes
 o Yomal
 o VAX 01
 o VAX 02

Okapi
 o Design
 o Control

Assembler
 o EBNF
 o aa001

Achatz
 o ICSP dongle

Service
+ Downloads
+ Achatz.nl 
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://verhoeven272.nl/fruttenboel/AVR/index.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://verhoeven272.nl/fruttenboel/AVR/index.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22assembler%22">assembler</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22avr%22">avr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22up%22">up</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22microprocessor%22">microprocessor</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22linux%22">linux</a>,

<a href="http://www.simpy.com/user/mshook/tag/%228bit%22">8bit</a>,


]]>
</description>
        
        <category><![CDATA[assembler]]></category>
        
        <category><![CDATA[avr]]></category>
        
        <category><![CDATA[up]]></category>
        
        <category><![CDATA[microprocessor]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[linux]]></category>
        
        <category><![CDATA[8bit]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Fri, 22 May 2009 04:14:00 -0400</pubDate>
      </item>
    
  </channel>
</rss>
