<?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>DIY DMCole &#187; How-to</title>
	<atom:link href="http://www.dmcole.net/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmcole.net</link>
	<description>Circuits, microcontrollers, LEDs, do-it-yourself style</description>
	<lastBuildDate>Thu, 08 Mar 2012 22:45:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>It&#8217;s an LED matrix!</title>
		<link>http://www.dmcole.net/its-an-led-matrix/</link>
		<comments>http://www.dmcole.net/its-an-led-matrix/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 01:55:49 +0000</pubDate>
		<dc:creator>dmcole</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[ATTiny13]]></category>
		<category><![CDATA[DMX-512]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[McCad]]></category>

		<guid isPermaLink="false">http://www.dmcole.net/?p=172</guid>
		<description><![CDATA[So, I&#8217;m going to use Henne&#8217;s transceiver for an LED matrix. You coulda probably guessed, if you&#8217;d thought about it for a minute or three. Anyway, I fell back on my &#8211; ahem &#8211; process: first, draw the circuit in Adobe Illustrator and then build it on a breadboard. (I have been asked in the [...]]]></description>
			<content:encoded><![CDATA[<p><b>So,</b> I&rsquo;m going to use Henne&rsquo;s <a href="index.php/hennes-dmx-transceiver/" rel="nofollow"  target="_new">transceiver</a> for an LED matrix. You coulda probably guessed, if you&rsquo;d thought about it for a minute or three.</p>
<div id="attachment_191" class="wp-caption alignright" style="width: 310px"><a href="http://www.dmcole.net/wp-content/uploads/2009/07/Hendrik-DMX-LED-matrix-schematic-v2.pdf" target="_new"><img src="http://www.dmcole.net/wp-content/uploads/2009/07/Hendrik-DMX-LED-mtrx-schem-300x195.jpg" alt="Henne&rsquo;s DMX LED matrix schematic (click to download PDF)." title="Hendrik-DMX-LED-mtrx-schem" width="300" height="195" class="size-medium wp-image-191" /></a><p class="wp-caption-text">Henne&rsquo;s DMX LED matrix schematic (click to download PDF).</p></div>
<p>Anyway, I fell back on my &ndash; ahem &ndash; <em>process</em>: first, draw the circuit in <a href="http://www.adobe.com/products/illustrator/" rel="nofollow"  target="_new">Adobe Illustrator</a> and then build it on a breadboard.</p>
<p>(I have been asked in the past why I use Illustrator and not a regular schematic-drawing application such as <a href="http://www.cadsoftusa.com/" rel="nofollow"  target="_new">Eagle</a> or <a href="http://www.mccad.com/" rel="nofollow"  target="_new">McCad</a>. My first line of defense is the same as when I&#8217;m asked why I use <a href="http://www.adobe.com/products/indesign/" rel="nofollow"  target="_new">InDesign</a> to make slides rather than use the ubiquitous <a href="http://www.microsoft.com/mac/products/PowerPoint2008/default.mspx#/themes_templates/" rel="nofollow"  target="_new">Microsoft PowerPoint</a>: I use the Adobe Creative Suite on a daily basis and am something of an expert with its components. I can create a schematic [or slideshow] faster with the Adobe product than with anything else. Secondarily, I think I get a much better, graphically pleasing, schematic from Illustrator.)</p>
<p>So, there are some changes in this version of the schematic that aren&rsquo;t electronically or function-driven: instead of the 10-position DIP switch, I have substituted a 2&#215;10 header. This will save only a few cents (around 50) on the bill of materials, but will save some space on the board as well.</p>
<p>These switches signal to the ATMega8515 the DMX start channel to use. They&rsquo;re set infrequently (probably only once a holiday season, maybe less) and the user (probably someone as unsophisticated as me) needs only to shunt the correct pairs depending upon the channel. How do you calculate the DMX start address? Just Google &ldquo;<a href="http://www.google.com/search?q=dmx+dip+switch+calculator" rel="nofollow"  target="_new">DMX DIP switch calculator</a>&rdquo;.</p>
<p>Also, I eliminated a couple of superfluous components, including the potentiometer, its associated resistor and the J3, J4 and J5 headers (which are now direct connections to the shift register (74HC164).</p>
<p>The additional set of goodies that makes this an LED matrix circuit are the <a href="http://www.allaboutcircuits.com/vol_4/chpt_12/1.html" rel="nofollow"  target="_new">shift register</a>, serial-in, parallel-out chip (U3 &ndash; the 74HC164), which in turn drives the <a href="http://focus.ti.com/docs/prod/folders/print/uln2803a.html" rel="nofollow"  target="_new">sink chip</a> (U4 &ndash; the ULN2803A). The shift-register gets us six extra wires (taking the two serial ouput lines and turning them into eight), while the sink-chip (a Darlington transistor array) allows the current load to increase to 500mA per line.</p>
<p>Otherwise, this is the exact same circuit as the <a href="index.php/hennes-dmx-transceiver/" rel="nofollow"  target="_new">transceiver</a>.</p>
<p>Because I&rsquo;m overtly ambitious, I&rsquo;m going to redraw this circuit one more time &ndash; in McCad PCB-ST, so that I can make <a href="http://en.wikipedia.org/wiki/Gerber_File" rel="nofollow"  target="_new">Gerber files</a> and then, onward, to a printed circuit board.</p>
<p>Woo-hoo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmcole.net/its-an-led-matrix/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Henne&#8217;s DMX transceiver</title>
		<link>http://www.dmcole.net/hennes-dmx-transceiver/</link>
		<comments>http://www.dmcole.net/hennes-dmx-transceiver/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 01:56:11 +0000</pubDate>
		<dc:creator>dmcole</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[ATMega8515]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[AVRDude]]></category>
		<category><![CDATA[AVRFuses]]></category>
		<category><![CDATA[DMX-512]]></category>

		<guid isPermaLink="false">http://www.dmcole.net/?p=151</guid>
		<description><![CDATA[If youâ€™ve visited my automated Christmas lights page, the letters DMX wonâ€™t be unfamiliar to you. For those too lazy to click, itâ€™s an electronic lighting protocol. Two wire. Used extensively in stage shows. And, in recent months, adopted by the DIY Christmas lighting community. So, I&#8217;m working on an idea (Iâ€™ll post more when [...]]]></description>
			<content:encoded><![CDATA[<p><strong>If</strong> youâ€™ve visited my automated Christmas lights <a href="http://www.pacificalights.info/" rel="nofollow"  target="_new">page</a>, the letters <a href="http://en.wikipedia.org/wiki/DMX512-A" rel="nofollow"  target="_new">DMX</a> wonâ€™t be unfamiliar to you. For those too lazy to click, itâ€™s an electronic lighting protocol. Two wire. Used extensively in stage shows. And, in recent months, adopted by the DIY Christmas lighting community.</p>
<div id="attachment_166" class="wp-caption alignright" style="width: 310px"><a href="http://www.dmcole.net/wp-content/uploads/2009/06/Hendrik-DMX-transceiver-schematic.pdf" target="_new"><img class="size-medium wp-image-166" title="Hendrik-DMX-xceiver-schem" src="http://www.dmcole.net/wp-content/uploads/2009/06/Hendrik-DMX-xceiver-schem-300x184.jpg" alt="Henneâ€™s DMX transceiver schematic (click to download PDF)." width="300" height="184" /></a><p class="wp-caption-text">Henneâ€™s DMX transceiver schematic (click to download PDF).</p></div>
<p>So, I&#8217;m working on an idea (Iâ€™ll post more when I get closer to the finish) that I want to add to my Christmas lights show, and it therefore needs to talk DMX. Numerous previous postings here will tell you that would mean I&#8217;d need to do this on an Atmel chip. Though there are a lot of DMX projects done on Microchips (PICs), fewer have been done on Atmels. And pretty much everyone who has done DMX on the Atmel has based some or all of their work on that of <a href="http://www.hoelscher-hi.de/hendrik/english/ressources.htm" rel="nofollow"  target="_new">Hendrik HÃ¶lscher</a>.</p>
<p>Fortunately for those monolinguists among us, Hendrik â€“ who goes by â€œHenneâ€ â€“ writes in both German and English. He&#8217;s also moderately active on one of the Christmas lights forums.</p>
<p>My initial plans were to write my own code to get my idea off the ground; a few months(!) of fiddling around and I was never even able to pull off my main effect, no less receiving DMX.</p>
<p>During that fiddling, I ran across a web site in Germany that sold a bare printed circuit board for Henne&#8217;s basic DMX transceiver. It took PayPal, so I bought a couple of boards. And the next time I dropped by <a href="http://www.jameco.com/" rel="nofollow"  target="_new">Jameco</a>, I took along the bill of materials for the transceiver and bought the parts.</p>
<p>Then life intervened. It wasn&#8217;t until earlier this month that I got back on track on this project, which started out with a redrawing of Henneâ€™s schematic. I then wanted to build the circuit on a breadboard. The design requires an external crystal and while I knew of the potential to â€œbrickâ€ the 8515, I didnâ€™t think said bricking would be quite so easy.</p>
<p>So easy, in fact, that I bricked two.</p>
<p>The problem (for me, anyway), was a lack of understanding of terminology. While I&#8217;d started out using <a href="http://www.bsdhome.com/avrdude/" rel="nofollow"  target="_new">AVRDude</a> on the command line, I somewhere along the line stumbled across <a href="http://www.vonnieda.org/software/avrfuses/" rel="nofollow"  target="_new">AVRFuses</a>, a Mac application that puts a graphical user interface on top of AVRDude.</p>
<p>Anway, AVRFuses uses the same terminology as <a href="http://www.engbedded.com/fusecalc/" rel="nofollow"  target="_new">FuseCalc</a> and I find (found) both of them to be opaque. Suffice it to say, the 8MHz crystal used in Henneâ€™s design is designated as &#8220;Ext. Crystal/Resonator Medium Freq.; Start-up time: 16K CK + 4 ms; [CSEL=1101 SUT=10].&#8221;</p>
<p>So, another trip to Jameco and this new-found knowledge (thanks <a href="http://www.ladyada.net/forums/viewtopic.php?f=24&amp;t=11596" rel="nofollow"  target="_new">Limor</a>) and I had a functioning 8515.</p>
<p>But not a functioning circuit. The version displayed here clearly shows a ground on Pin 5 of U2, the 75176B, as well as five-volt power to Pin 8. Well, apparently some schematic-drawing programs don&#8217;t indicate such niceties and the drawing I was basing my work off of didnâ€™t. So I sat here for almost two days, banging my head against the wall trying to figure out why the breadboarded circuit didnâ€™t work. I wonder if I would have ever figured it out without help.</p>
<p>As Henne says, this is a simple circuit, with virtually all the heavy lifting happening in the software of the 8515. Suffice to say, U2 (the 75176B), an <a href="http://en.wikipedia.org/wiki/EIA-485" rel="nofollow"  target="_new">RS485</a> transceiver, receives the DMX signal and turns it into something the UART on the 8515 can read. The 8515, in turn, processes the signal and outputs it onto pins 32-39 (unless one of the many options is chosen, in which case signals can come out of the J4 Spare port as well).</p>
<p>Henne doesn&rsquo;t explain why he chose the 8515 &ndash; it&rsquo;s a big chip, taking up quite a bit of board real estate, and it&rsquo;s not inexpensive (I&rsquo;m too lazy to look it up, but I&rsquo;m pretty sure that last winter when I bought the first set of these chips at Jameco, they were $4.50+/-; last week&rsquo;s purchase they had gone down to $3.50. I just looked them up and at Mouser and Digi-Key, they&rsquo;re $5.27). But for an eight-channel project (potentially 16-channel) that has DIP-switch control of the DMX start channel (another 10 pins), this really can&rsquo;t be done in less than a 40-pin chip.</p>
<p>(Oh, and a note on the licensing: I had included my standard Creative Commons, Noncommercial Share-Alike license on the schematic and Henne asked that I remove it. In deference to the original author, I did. None of his schematics have licenses on them and he wrote, &#8220;You cannot license the schematic under cc since its based on my schematic / hw where unauthorized commercial production is prohibited. [This is necessary if some companies produce the boards in larger quantities...] I don&#8217;t want anyone to get into trouble&#8230;&#8221; Now you know what I know.)</p>
<p>Using Henne&rsquo;s &#8220;board.hex&#8221; testing software, the red LED flashes a steady beat once power is applied; turning on DIP 2 (or, as in my case, shorting Pin 22 to ground), the green LED should light if the crystal fuses are set correctly.</p>
<p>Anyway, I finally got the circuit working on Saturday. Now, to add a couple of sub-circuits and get this idea â€“ which Iâ€™ve been working since December 2007 â€“ afloat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmcole.net/hennes-dmx-transceiver/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Digital candle — Version 2</title>
		<link>http://www.dmcole.net/digital-candle-%e2%80%93-version-2/</link>
		<comments>http://www.dmcole.net/digital-candle-%e2%80%93-version-2/#comments</comments>
		<pubDate>Thu, 07 May 2009 23:22:29 +0000</pubDate>
		<dc:creator>dmcole</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[ATTiny13]]></category>
		<category><![CDATA[Digital candle]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Fading]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Light-emitting diodes]]></category>
		<category><![CDATA[Semiconductor devices]]></category>

		<guid isPermaLink="false">http://www.dmcole.net/?p=95</guid>
		<description><![CDATA[As can be seen from the dates between postings, I took an awful lot of time with this project &#8211; and yet, I never really accomplished my goal, which was to have five LEDs independently fading in and out like a candle, driven by an Atmel ATTiny13. I spent a lot of time with some [...]]]></description>
			<content:encoded><![CDATA[<p><strong>As</strong> can be seen from the dates between postings, I took an awful lot of time with this project &ndash; and yet, I never really accomplished my goal, which was to have five LEDs independently fading in and out like a candle, driven by an Atmel ATTiny13.<br />
<div id="attachment_122" class="wp-caption alignright" style="width: 310px"><a href="http://www.dmcole.net/wp-content/uploads/2009/05/digitalcandle-schematic-v2a.pdf" target="_new"><img src="http://www.dmcole.net/wp-content/uploads/2009/05/digitalcandle-schematic-v2a-300x199.jpg" alt="ATTiny13 drives 5 LEDs; programming/test circuit (click to download PDF)" title="digitalcandle-schematic-v2a" width="300" height="199" class="size-medium wp-image-122" border="0" /></a><p class="wp-caption-text">ATTiny13 drives 5 LEDs; programming/test circuit (click to download PDF)</p></div></p>
<p>I spent a lot of time with some code that had been created for a Microchip PIC12F675 but it turned out that it was merely random on-off, not fading the way a flickering candle operates. I then spent some time with a second code set, also for a PIC12F675, that did fade nicely, but which had a problem with brightness that I was never able to rectify (it is a duty-cycle issue, I know; I just don&rsquo;t know how to fix it).</p>
<p>But that <a href="http://www.geocities.com/westfw/electronics/flames.c" rel="nofollow"  target="_new">second code set</a> did point me in the direction of how to control individual LEDs while within a loop, using bitwise manipulation.</p>
<p>I decided on Sunday that I had a few hours to work on this project and I wanted it finally finished. While the result is not exactly what I wanted, it will suffice.</p>
<p>What I&rsquo;ve built is a group of four LEDs that fade in and out in an inverse manner. While LED1 fades in, LED2 fades out and LED1 and LED3 work in synch, as do LED2 and LED4. So, when LED1 and LED3 fade out, LED2 and LED4 fade in and when LED2 and LED4 fade out, LED1 and LED3 fade in. It is random enough &ndash; and fast enough &ndash; that you can&rsquo;t really tell they&rsquo;re working inversely.<br />
<div id="attachment_123" class="wp-caption alignright" style="width: 310px"><a href="http://www.dmcole.net/wp-content/uploads/2009/05/digitalcandle-schematic-v2b.pdf" target="_new"><img src="http://www.dmcole.net/wp-content/uploads/2009/05/digitalcandle-schematic-v2b-300x257.jpg" alt="ATTiny13 drives 5 LEDs; production circuit (click to download PDF)" title="digitalcandle-schematic-v2b" width="300" height="257" class="size-medium wp-image-123"  border="0" /></a><p class="wp-caption-text">ATTiny13 drives 5 LEDs; production circuit (click to download PDF)</p></div></p>
<p>The fifth LED staying on all the time helps by keeping the candle from ever going completely dark. This effect would work just as well with only three LEDs, but the two extras throw off more light.</p>
<p>The finished code is at the end of this article.</p>
<p>In the prototype I&rsquo;m using 10mm warm white LEDs that are rated at 85,000 millicandles; they have a 3.3-volt forward voltage, so I&rsquo;m using 100-ohm, one-eighth watt resisters between the five pins of the microcontroller and the positive leg of the LED.</p>
<p>I have provided two circuit schematics; one is for a circuit to program and test the ATTiny13; the other is an operational circuit. I will be using this candle on my backyard railroad; you can see how I built the other flickering lights on the railroad <a href="http://www.45mm.com/lighting/flickering-big.html" rel="nofollow"  target="_new">here</a> and you can assume I&rsquo;ll use a similar plastic-canistter/wood/glue/screws building technique for this.</p>
<p>These schematics don&rsquo;t detail the circuit that takes the raw Malibu 12-volt AC of my layout and turns it into filtered, five-volt DC for the microprocessor and LEDS; you can rest assured I built something eerily similar to this <a href="http://www.45mm.com/lighting/5v-DC.html" rel="nofollow"  target="_new">circuit</a>.</p>
<p>I will build both circuits on a piece of RS <a href="http://www.radioshack.com/product/index.jsp?productId=2104052" rel="nofollow"  target="_new">project board</a>, though I plan to attach the LEDs with one-inch long wire in order to be able to point them in various directions.</p>
<p>I&rsquo;ve provided a video of the LEDs, one scene where they&rsquo;re running on the breadboard bare and a second with a plastic canister, to give you an idea of how they will look on the layout.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/PUSlyH5_0o4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PUSlyH5_0o4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p95code2'); return false;">View Code</a> C</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p952"><td class="code" id="p95code2"><pre class="c" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*
* Digital candle V2
* -----------
* Use random numbers to emulate a flickering candle on five LEDs without hardware PWM 
* 
* David M. Cole &lt;dmcole at dmcole dot net&gt;
* License: 2009 Creative Commons Attribution-Noncommercial-Share Alike 3.0 U.S.
* Target: ATTiny13
* Compiler: AVR-GCC
*/</span>
&nbsp;
<span style="color: #339933;">#include &lt;avr/io.h&gt;											// Defines pins, po</span>
<span style="color: #339933;">#define led1_on PORTB |= 1 &lt;&lt; 0										// PortB0 = on</span>
<span style="color: #339933;">#define led1_off PORTB &amp;= ~(1 &lt;&lt; 0)									// PortB0 = off</span>
<span style="color: #339933;">#define led2_on PORTB |= 1 &lt;&lt; 1										// PortB1 = on</span>
<span style="color: #339933;">#define led2_off PORTB &amp;= ~(1 &lt;&lt; 1)									// PortB1 = off</span>
<span style="color: #339933;">#define led3_on PORTB |= 1 &lt;&lt; 2										// PortB2 = on</span>
<span style="color: #339933;">#define led3_off PORTB &amp;= ~(1 &lt;&lt; 2)									// PortB2 = off</span>
<span style="color: #339933;">#define led4_on PORTB |= 1 &lt;&lt; 3										// PortB3 = on</span>
<span style="color: #339933;">#define led4_off PORTB &amp;= ~(1 &lt;&lt; 3)									// PortB3 = off</span>
<span style="color: #339933;">#define led5_on PORTB |= 1 &lt;&lt; 4										// PortB4 = on</span>
<span style="color: #339933;">#define led5_off PORTB &amp;= ~(1 &lt;&lt; 4)									// PortB4 = off</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//	Declare variables</span>
<span style="color: #666666; font-style: italic;">//	==============================================</span>
	uint8_t y<span style="color: #339933;">,</span> z<span style="color: #339933;">,</span> i<span style="color: #339933;">,</span> j<span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//	==============================================</span>
&nbsp;
	<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #993333;">void</span><span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
			DDRB <span style="color: #339933;">=</span> <span style="color: #208080;">0b11111111</span><span style="color: #339933;">;</span>								<span style="color: #666666; font-style: italic;">// PortB all outputs</span>
 			<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">;;</span><span style="color: #009900;">&#41;</span>										<span style="color: #666666; font-style: italic;">// loop forever</span>
 				<span style="color: #009900;">&#123;</span>
					y <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">1</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>						<span style="color: #666666; font-style: italic;">// bottom of first loop</span>
					z <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">63</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>						<span style="color: #666666; font-style: italic;">// top of first loop</span>
					<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> z<span style="color: #339933;">;</span> i <span style="color: #339933;">&lt;</span> y<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>						<span style="color: #666666; font-style: italic;">// first fade loop</span>
						<span style="color: #009900;">&#123;</span> 
							led1_off<span style="color: #339933;">;</span>
							led2_on<span style="color: #339933;">;</span>
							led3_off<span style="color: #339933;">;</span>					<span style="color: #666666; font-style: italic;">// set up for first fade</span>
							led4_on<span style="color: #339933;">;</span>
							led5_on<span style="color: #339933;">;</span>					<span style="color: #666666; font-style: italic;">// led5 is always on</span>
							<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>j<span style="color: #339933;">=</span><span style="color: #0000dd;">0</span><span style="color: #339933;">;</span> j <span style="color: #339933;">&lt;</span> y<span style="color: #339933;">;</span> j<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
								<span style="color: #009900;">&#123;</span>
									<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>j <span style="color: #339933;">&gt;</span> i<span style="color: #009900;">&#41;</span>
										<span style="color: #009900;">&#123;</span>
											led1_on<span style="color: #339933;">;</span>
											led2_off<span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">// turn off lamps that were on</span>
											led3_on<span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">// turn on lamps that were off</span>
											led4_off<span style="color: #339933;">;</span>
											led5_on<span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">// led5 is always on</span>
										<span style="color: #009900;">&#125;</span>
								<span style="color: #009900;">&#125;</span>
							<span style="color: #009900;">&#125;</span>						<span style="color: #666666; font-style: italic;">// end first fade loop </span>
					y <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">1</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>						<span style="color: #666666; font-style: italic;">// bottom of second looop</span>
					z <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">63</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>						<span style="color: #666666; font-style: italic;">// top of second looop</span>
					<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> y<span style="color: #339933;">;</span> i <span style="color: #339933;">&gt;</span> z<span style="color: #339933;">;</span> i<span style="color: #339933;">--</span><span style="color: #009900;">&#41;</span>						<span style="color: #666666; font-style: italic;">// second fade loop</span>
						<span style="color: #009900;">&#123;</span>
							led1_on<span style="color: #339933;">;</span>
							led2_off<span style="color: #339933;">;</span>
							led3_on<span style="color: #339933;">;</span>					<span style="color: #666666; font-style: italic;">// note lamps swap state</span>
							led4_off<span style="color: #339933;">;</span>					<span style="color: #666666; font-style: italic;">// from first loop</span>
							led5_on<span style="color: #339933;">;</span>					<span style="color: #666666; font-style: italic;">// led5 is always on</span>
							<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>j<span style="color: #339933;">=</span><span style="color: #0000dd;">0</span><span style="color: #339933;">;</span> j <span style="color: #339933;">&lt;</span> y<span style="color: #339933;">;</span> j<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
								<span style="color: #009900;">&#123;</span>
									<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>j <span style="color: #339933;">&gt;</span> i<span style="color: #009900;">&#41;</span>
										<span style="color: #009900;">&#123;</span>
											led1_off<span style="color: #339933;">;</span>
											led2_on<span style="color: #339933;">;</span>
											led3_off<span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">// and again, change state</span>
											led4_on<span style="color: #339933;">;</span>
											led5_on<span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">// led5 is always on</span>
										<span style="color: #009900;">&#125;</span>
								<span style="color: #009900;">&#125;</span>
						<span style="color: #009900;">&#125;</span>							<span style="color: #666666; font-style: italic;">// end second fade loop</span>
				<span style="color: #009900;">&#125;</span>
		<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.dmcole.net/digital-candle-%e2%80%93-version-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital candle — Version 1</title>
		<link>http://www.dmcole.net/digital-candle-%e2%80%94-version-1/</link>
		<comments>http://www.dmcole.net/digital-candle-%e2%80%94-version-1/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 21:03:17 +0000</pubDate>
		<dc:creator>dmcole</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[ATTiny13]]></category>
		<category><![CDATA[Digital candle]]></category>
		<category><![CDATA[Electronic engineering]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Light-emitting diode]]></category>

		<guid isPermaLink="false">http://www.dmcole.net/?p=57</guid>
		<description><![CDATA[If you’ve visited my web site on backyard railroad illumination, you know about my fixation with creating light that flickers as though it were a fire (either from candle or a fireplace). The first solution to that problem was to modify LED tea candles — readily available at crafts stores and even Walgreens — so [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve visited my web site on <a href="http://www.45mm.com/lighting/" rel="nofollow"  target="_new">backyard railroad illumination</a>, you know about my fixation with creating light that flickers as though it were a fire (either from candle or a fireplace).</p>
<div id="attachment_76" class="wp-caption alignright" style="width: 310px"><a href="http://www.dmcole.net/wp-content/uploads/2009/03/digitalcandle-schematic-v1.pdf" target="_new"><img class="size-medium wp-image-76" title="digitalcandle-schematic-v1" src="http://www.dmcole.net/wp-content/uploads/2009/03/digitalcandle-schematic-v1-300x197.jpg" alt="Schematic of circuit to fade, flicker single LED (click to download PDF)" width="300" height="197" border="0" /></a><p class="wp-caption-text">Schematic of circuit to fade, flicker single LED (click to download PDF)</p></div>
<p>The first solution to that problem was to modify LED tea candles — readily available at crafts stores and even Walgreens — so that they would work off of standard 12-volt garden lighting (aka: <a href="http://www.malibulights.com/index.php?action=subcategory&amp;pid=0&amp;did=1&amp;sid=9" rel="nofollow"  target="_new">Malibu lighting</a>).</p>
<p>The dirty little secret of that method is that all the tea candles flicker at the same time. I’m not quite sure why this is so — perhaps the proprietary microcontroller used in those devices is time based and since they all start at the same time, they seem to work in synch? In any event, it does make looking at all the “fires” on my layout pulse at the same time.</p>
<p>So, in the back of my mind, I knew I wanted something besides tea lights to make flickering light on the layout. I kept looking around the net, and in January a reader of the backyard illumination site pointed me to an <a href="http://www.instructables.com/id/S2LGADIFN82WUKQ/" rel="nofollow"  target="_new">Instructables</a> that showed a circuit to increase the current that could pass through a tea light, allowing up to four LEDs to be driven in the circuit.</p>
<p>The Instructables site provides a “related” window in the right-rail and along with the increased current circuit there were a couple of other “LED candles” that caught my fancy.</p>
<p>One, which by March seems to have been removed from the site, used the concept of the <a href="http://en.wikipedia.org/wiki/Linear_feedback_shift_register" rel="nofollow"  target="_new">linear feedback shift register</a> to control the flickering. Unfortunately, it was written for a Pic12F675, not an AVR (reading the datasheets, I decided that an ATTiny13 would be the equivalent controller).</p>
<p>What I liked about this idea was that it utilized seven of the eight pins of the microcontroller — it drove five LEDs (which is five of the pins and one each for power and ground). There were other circuits on the ’Net and Instructables that used just one LED, but none used all five (this was in January).</p>
<p>So, I bought a handful of ATTiny13s at <a href="http://www.jameco.com/" rel="nofollow"  target="_new">Jameco</a> and set about to build the circuit and convert the code.</p>
<p>I didn’t really get anywhere. So, I started writing my own code. For the first shot, I decided to control just a single LED (crawl before walking).</p>
<p>The circuit illustrated above and the code below do that. What’s different (it turns out) from what I’ve done here and what others around the ’Net have done is that I’m fading the LED from dark to bright in a random manner.</p>
<p>I do this without using hardware <a href="http://en.wikipedia.org/wiki/Pulse-width_modulation" rel="nofollow"  target="_new">pulse width modulation</a> (PWM); I chose to skip hardware PWM because of the way the ATTiny13 is configured: the PWM pins are also the pins that are used for programming. To use hardware PWM I would have had to program the chip, power down the circuit, connect the LEDs, run the program and to debug, do the steps in the opposite order.</p>
<p>Easier to write my own PWM code, I thought <img src='http://www.dmcole.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8230;</p>
<p>The code makes (to my eye, at least) a more realistic candlelight flicker. But, it is just one LED and while that might be enough for somebody else, I’ve got four more pins to use in this project and I’m going to figure out how to use them.</p>
<p>I’m working with another developer over at Ladyada forums and I hope to have a five-LED version of fading code work on an ATTiny13 shortly.</p>
<p>For now, though, here’s Version 1, the single LED fading digital candle:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p57code4'); return false;">View Code</a> C</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p574"><td class="code" id="p57code4"><pre class="c" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*
* DigitalCandle -- Version 1
* -----------
* Use random numbers to emulate a flickering candle on a single LED without hardware PWM
*
* David M. Cole
&nbsp;
* License: 2009 Creative Commons Attribution-Noncommercial-Share Alike 3.0 U.S.
* Target: ATTiny13
* Compiler: AVR-GCC
*/</span>
&nbsp;
<span style="color: #339933;">#include 														// Defines pins, po</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//	Declare variables</span>
<span style="color: #666666; font-style: italic;">//	==============================================</span>
	uint8_t x<span style="color: #339933;">,</span> y<span style="color: #339933;">,</span> z<span style="color: #339933;">,</span> i<span style="color: #339933;">,</span> j<span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//	==============================================</span>
&nbsp;
	<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #993333;">void</span><span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
			DDRB <span style="color: #339933;">=</span> <span style="color: #208080;">0b11111111</span><span style="color: #339933;">;</span>										<span style="color: #666666; font-style: italic;">// PortB all outputs</span>
 			<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">;;</span><span style="color: #009900;">&#41;</span>												<span style="color: #666666; font-style: italic;">// loop forever</span>
 				<span style="color: #009900;">&#123;</span>
		 			x <span style="color: #339933;">=</span> <span style="color: #0000dd;">4</span><span style="color: #339933;">;</span>
					y <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">1</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					z <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">63</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> z<span style="color: #339933;">;</span> i <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> y<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>								<span style="color: #666666; font-style: italic;">// the fading in loop</span>
						<span style="color: #009900;">&#123;</span>
							PORTB <span style="color: #339933;">=</span> <span style="color: #0000dd;">1</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;&amp;</span>lt<span style="color: #339933;">;</span> x<span style="color: #339933;">;</span> 						<span style="color: #666666; font-style: italic;">// light on</span>
							<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>j<span style="color: #339933;">=</span><span style="color: #0000dd;">0</span><span style="color: #339933;">;</span> j <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> y<span style="color: #339933;">;</span> j<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
								<span style="color: #009900;">&#123;</span>
									<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>j <span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span> i<span style="color: #009900;">&#41;</span>
										<span style="color: #009900;">&#123;</span>
											PORTB <span style="color: #339933;">=</span> <span style="color: #0000dd;">0</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;&amp;</span>lt<span style="color: #339933;">;</span> x<span style="color: #339933;">;</span>	 		<span style="color: #666666; font-style: italic;">// light off</span>
										<span style="color: #009900;">&#125;</span>
								<span style="color: #009900;">&#125;</span>
							<span style="color: #009900;">&#125;</span>								<span style="color: #666666; font-style: italic;">// end fade in</span>
					y <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">1</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					z <span style="color: #339933;">=</span> rand<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">63</span><span style="color: #339933;">,</span><span style="color: #0000dd;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> y<span style="color: #339933;">;</span> i <span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span> z<span style="color: #339933;">;</span> i<span style="color: #339933;">--</span><span style="color: #009900;">&#41;</span>								<span style="color: #666666; font-style: italic;">// the fading out loop</span>
						<span style="color: #009900;">&#123;</span>
							PORTB <span style="color: #339933;">=</span> <span style="color: #0000dd;">1</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;&amp;</span>lt<span style="color: #339933;">;</span> x<span style="color: #339933;">;</span>							<span style="color: #666666; font-style: italic;">// light on</span>
							<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>j<span style="color: #339933;">=</span><span style="color: #0000dd;">0</span><span style="color: #339933;">;</span> j <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> y<span style="color: #339933;">;</span> j<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
								<span style="color: #009900;">&#123;</span>
									<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>j <span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span> i<span style="color: #009900;">&#41;</span>
										<span style="color: #009900;">&#123;</span>
											PORTB <span style="color: #339933;">=</span> <span style="color: #0000dd;">0</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;&amp;</span>lt<span style="color: #339933;">;</span> x<span style="color: #339933;">;</span>			<span style="color: #666666; font-style: italic;">// light off</span>
										<span style="color: #009900;">&#125;</span>
								<span style="color: #009900;">&#125;</span>
						<span style="color: #009900;">&#125;</span>									<span style="color: #666666; font-style: italic;">// end fade out</span>
				<span style="color: #009900;">&#125;</span>
		<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.dmcole.net/digital-candle-%e2%80%94-version-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Taking the ATMega8for an introductory spin</title>
		<link>http://www.dmcole.net/taking-the-atmega8-for-an-introductory-spin/</link>
		<comments>http://www.dmcole.net/taking-the-atmega8-for-an-introductory-spin/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 21:23:53 +0000</pubDate>
		<dc:creator>dmcole</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[ATMega8]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Microchip]]></category>
		<category><![CDATA[PICAXE]]></category>
		<category><![CDATA[USBtinyISP]]></category>

		<guid isPermaLink="false">http://www.dmcole.net/?p=18</guid>
		<description><![CDATA[In 2007 I played around with the PICAXE, a microprocessor sold by a non-profit in the United Kingdom that comes loaded with a BASIC-like interpreter (you can read more about it here and here). I built some lighthouse beacons and a railroad crossing light using the device. It had one drawback: I had to write [...]]]></description>
			<content:encoded><![CDATA[<p>In 2007 I played around with the PICAXE, a microprocessor sold by a non-profit in the United Kingdom that comes loaded with a BASIC-like interpreter (you can read more about it <a href="http://www.rev-ed.co.uk/picaxe/" rel="nofollow"  target="_blank">here</a> and <a href="http://www.phanderson.com/picaxe/picaxe.html" rel="nofollow"  target="_blank">here</a>). I built some lighthouse beacons and a railroad crossing light using the device. It had one drawback: I had to write the code and program the chip using, sigh, Windows.<br />
<div id="attachment_48" class="wp-caption alignright" style="width: 310px"><a href="http://www.dmcole.net/wp-content/uploads/2009/03/atmega8-sample-schematic.pdf" target="_new"><img src="http://www.dmcole.net/wp-content/uploads/2009/03/atmega8-sample-schematic-300x193.jpg" alt="Sample schematic to connect ATMega8 to 6-pin ISP (click to download PDF)" title="atmega8-sample-schematic" width="300" height="193" class="size-medium wp-image-48"  border="0" /></a><p class="wp-caption-text">Sample schematic to connect ATMega8 to 6-pin ISP (click to download PDF)</p></div></p>
<p>In 2008 I learned a little about Microchipâ€™s PIC series of microprocessors because that was the favored chip by most of the developers in the DIY Christmas lighting world. Though I didn&#8217;t actually program PICs, I did learn how to burn HEX code into them using an ADM programmer. These too, had a drawback: you had to write the code and program the chip using, ugh, Windows.</p>
<p>Along the way, though, I heard about the AVR series of chips from <a href="http://www.atmel.com/" rel="nofollow"  target="_blank">Atmel Corp.</a>, which had a distinct advantage over PICAXEn and PICs: there was a small community of people who used Macintoshes to make them go. There was a full tool-chain for programming in C (a language I had no experience in) and there were USB devices that allowed for burning the code. Well, hello, sweetheart.</p>
<p>So, somewhere along the line in 2008 I bought myself an <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;products_id=46&amp;sessid=40d5826a4b87847bc855d0f28dcbee74" rel="nofollow"  target="_blank">USBtinyISP</a> programmer from Adafruit Industries; today&#8217;s price in March 2009 is $22 but I think I paid a little less for it than that. I didn&#8217;t build it after I got it; the board and components sat unworking for a couple of months while I finished the Christmas lights.</p>
<p>But once the lights were up and running, I decided to get moving on learning to program an AVR in C (maybe someday I&#8217;ll tackle assembly code, but I&#8217;m really a path-of-least-resistance guy). My first step was to set up a breadboard and get a chip in a position to program.</p>
<p>And herein I ran into a small problem: I had bought a bunch of ATMega8s to learn on and lo and behold, I couldn&#8217;t find how to connect a USBtinyISP to a Mega8.</p>
<p>Through trial-and-error and posting questions on Adafruit&#8217;s <a href="http://www.ladyada.net/forums/" rel="nofollow"  target="_new">forums</a>, I worked out a method to hook them together, but thought it would be worthwhile to post here not only the method, but draw up a schematic as well.</p>
<p>I should point out that for my initial set up I used a six-pin header that I soldered to six wires, which I then plugged into the breadboard; today I would advocate buying the header adapter sold by <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8508" rel="nofollow"  target="_blank">Sparkfun Electronics</a>. Though initially designed to be an interface between 10-pin and six-pin headers, it has been adapted to allow you to put a row of header pins into one side that can plug directly into a breadboard. They&#8217;re only a buck, so I was forced to buy some other stuff to justify the postage <img src='http://www.dmcole.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8230;</p>
<p>The code that I wrote for the ATMega8 is pretty rudimentary (it flashes a single LED) but I reproduce it here for full disclosure.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p18code6'); return false;">View Code</a> C</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p186"><td class="code" id="p18code6"><pre class="c" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Name: main.c
 * Author: David M. Cole
 * License: 2008-2009 Creative Commons Attribution-Noncommercial-Share Alike 3.0 U.S.
 * Target: ATMega8
 * Compiler: AVR-GCC
 */</span>
&nbsp;
<span style="color: #339933;">#include &lt;avr/io.h&gt;									/* A file that defines inputs and outputs */</span>
&nbsp;
<span style="color: #993333;">void</span> delay_ms<span style="color: #009900;">&#40;</span>uint16_t x<span style="color: #009900;">&#41;</span>								<span style="color: #808080; font-style: italic;">/* Declare substitute delay function, bring in variable x */</span>
	<span style="color: #009900;">&#123;</span>
		uint8_t y<span style="color: #339933;">,</span> z<span style="color: #339933;">;</span>								<span style="color: #808080; font-style: italic;">/* Declare the variables y, z */</span>
		<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">;</span> x <span style="color: #339933;">&gt;</span> <span style="color: #0000dd;">0</span> <span style="color: #339933;">;</span> x<span style="color: #339933;">--</span><span style="color: #009900;">&#41;</span>							<span style="color: #808080; font-style: italic;">/* Loop while x is less than zero; decrement */</span>
			<span style="color: #009900;">&#123;</span>
				<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span> y <span style="color: #339933;">=</span> <span style="color: #0000dd;">0</span> <span style="color: #339933;">;</span> y <span style="color: #339933;">&lt;</span> <span style="color: #0000dd;">90</span> <span style="color: #339933;">;</span> y<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>				<span style="color: #808080; font-style: italic;">/* Loop while y is less than 90; increment */</span>
					<span style="color: #009900;">&#123;</span>
						<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span> z <span style="color: #339933;">=</span> <span style="color: #0000dd;">0</span> <span style="color: #339933;">;</span> z <span style="color: #339933;">&lt;</span> <span style="color: #0000dd;">6</span> <span style="color: #339933;">;</span> z<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>		<span style="color: #808080; font-style: italic;">/* Loop while z is less than six */</span>
							<span style="color: #009900;">&#123;</span>
								asm <span style="color: #993333;">volatile</span> <span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;nop&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>	<span style="color: #808080; font-style: italic;">/* Inline assembler code: no operation performed; i.e.: do nothing */</span>
							<span style="color: #009900;">&#125;</span>
					<span style="color: #009900;">&#125;</span>
			<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #993333;">void</span><span style="color: #009900;">&#41;</span>										<span style="color: #808080; font-style: italic;">/* Main function; every program has a main */</span>
	<span style="color: #009900;">&#123;</span>
		DDRD <span style="color: #339933;">=</span> <span style="color: #0000dd;">1</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #0000dd;">4</span><span style="color: #339933;">;</span>								<span style="color: #808080; font-style: italic;">/* make Pin 6 (PortD4) an output */</span>
			<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">;;</span><span style="color: #009900;">&#41;</span>								<span style="color: #808080; font-style: italic;">/* Loop like forever */</span>
				<span style="color: #009900;">&#123;</span>
					<span style="color: #993333;">char</span> i<span style="color: #339933;">;</span>						<span style="color: #808080; font-style: italic;">/* Define the variable i */</span>
					<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&lt;</span> <span style="color: #0000dd;">10</span><span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>				<span style="color: #808080; font-style: italic;">/* Loop while i is less than 10 */</span>
						<span style="color: #009900;">&#123;</span>
							delay_ms<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">50</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>			<span style="color: #808080; font-style: italic;">/* Hang on for a moment */</span>
						<span style="color: #009900;">&#125;</span>
					PORTD <span style="color: #339933;">^=</span> <span style="color: #0000dd;">1</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #0000dd;">4</span><span style="color: #339933;">;</span>				<span style="color: #808080; font-style: italic;">/* toggle the LED; if it's off, turn it on */</span>
				<span style="color: #009900;">&#125;</span>
		<span style="color: #b1b100;">return</span><span style="color: #009900;">&#40;</span><span style="color: #0000dd;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>								<span style="color: #808080; font-style: italic;">/* never reached */</span>
	<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.dmcole.net/taking-the-atmega8-for-an-introductory-spin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

