<?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; Atmel</title>
	<atom:link href="http://www.dmcole.net/tag/atmel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmcole.net</link>
	<description>Circuits, microcontrollers, LEDs, do-it-yourself style</description>
	<lastBuildDate>Sun, 04 Sep 2011 17:25:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sawyer Star — the saga continues</title>
		<link>http://www.dmcole.net/sawyer-star-the-saga-continues/</link>
		<comments>http://www.dmcole.net/sawyer-star-the-saga-continues/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 17:25:49 +0000</pubDate>
		<dc:creator>dmcole</dc:creator>
				<category><![CDATA[Musing]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[ATTiny2313]]></category>
		<category><![CDATA[DMX-512]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Sawyer]]></category>

		<guid isPermaLink="false">http://www.dmcole.net/?p=207</guid>
		<description><![CDATA[This was my last take on a circuit to drive the Sawyer Star, an 8&#215;8 LED array that I have spent more than three years adapting from work from more than a dozen people — before I gave up. This schematic is basically the one drawn by Mike Ardai (N1ist) for his Color Stick project. I changed [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This</strong> was my last take on a circuit to drive the <a href="http://doityourselfchristmas.com/forums/showthread.php?t=10302" target="_blank">Sawyer Star</a>, an 8&#215;8 LED array that I have spent more than three years adapting from work from more than a dozen people — before I gave up.</p>
<div id="attachment_285" class="wp-caption alignright" style="width: 310px"><a href="http://www.dmcole.net/wp-content/uploads/2010/07/Sawyer-v2-d.jpg"><img class="size-medium wp-image-285" title="Sawyer-v2-d" src="http://www.dmcole.net/wp-content/uploads/2010/07/Sawyer-v2-d-300x232.jpg" alt="Sawyer schematic" width="300" height="232" /></a><p class="wp-caption-text">Sawyer v2 schematic drawn in DipTrace</p></div>
<p>This schematic is basically the one drawn by Mike Ardai (N1ist) for his <a href="http://www.doityourselfchristmas.com/forums/showthread.php?t=11644" target="_blank">Color Stick</a> project. I changed only three major things:</p>
<p>&nbsp;</p>
<ul>
<li>He uses surface-mount components; I have changed this to a through-hole board.</li>
<li>I&#8217;ve added an on-board power supply.</li>
<li>Mike’s application requires three TLC5916 constant-current drivers, while in my project only one is needed. But the Star needs the addition of a 74HC595 and UDN2981 to source to the LEDs.</li>
</ul>
<p><strong>Through-hole vs. SMT:</strong> While I&#8217;m hoping to get some SMT experience in the coming months, I plan to build the first versions of this thing as through-hole because that’s where my comfort level is. From my readings in the DIY Christmas lights communities, it’s clear I’m not the only one who remains uncomfortable regarding SMT. I may redesign the PCB at some later point as SMT.</p>
<p><strong>Power supply:</strong> I’ve been thinking about the power supply for the Sawyer Star for a long time. The originator, David Thorpe, uses a nine-volt battery, which he says runs his stars throughout the holiday season without needing a change; I think that with the RS485 chip and off-board PWM, a battery probably won’t hold up adequately.</p>
<p>After seeing the on-board power supplies of <a href="http://www.diylightanimation.com/">Robert Jordan</a> and <a href="http://shop.martinxmas.com/">Robert Martin</a>, I briefly considered bringing household current onto the board, but ultimately decided this would be a bad idea. I decided a so-called wall wart (a wall-plug transformer) would be a better idea.</p>
<p>My theory here is that many people have surplus wall warts hanging around the house, which would help reduce the cost of the completed circuit.</p>
<p>In my initial design of this circuit, I used a standard LM7805 linear regulator. The problem with this component is that it doesn’t adequately handle current above one amp. In testing, I found that the LM7805 got really, really hot without a heat-sink and even with one I was concerned about it’s ability to work properly.</p>
<p>I designed a second version of the power supply using an LM317-based circuits, which while typically used for adjustable supplies, also work in fixed-voltage situations (and handle 1½-amps of current). It’s a cheap part (50-to-60-cents) and only needs a couple of resistors and a diode to complement the design.</p>
<p>Unfortunately, the LM317 is, like the LM7805, a linear regulator and dissipates the difference between voltage-in and voltage-out as heat, so the switch from the 7805 to the 317 gains me nothing.</p>
<p>Based on work done by Robert Morgan, I stumbled across the LM2576, which is a switching regulator rather than a linear regulator. As a switching regulator, it lowers the voltage by literally turning it on and off (very fast), which is a technique called <a href="http://en.wikipedia.org/wiki/Pulse-width_modulation">pulse-width modulation</a> or PWM. This technique is also used as a method for dimming DC-based components such as LEDs (see below).</p>
<p>The LM2576 works up to three amps of current but it has a problem: it has a relatively high cost ($2) and requires an inductor, which is another uncheap part (40-cents). I&#8217;m awaiting these parts (hanging head in shame: ordered the wrong versions of both the regulator and the inductor previous) and will build them up on a breadboard to make sure they work.</p>
<p>I&#8217;ve also added a 40-cent bridge rectifier to the circuit so that virtually any wall wart – from 9-volt AC or DC to 24-volt AC or DC – can be used, as long as it is at least one amp. I am using a terminal block to bring in that input voltage rather than the coax connector typically used for a wall wart for two reasons: again, so that any scrounged wall wart can be used and because in many applications the wire will need to be longer than the standard length provided by manufacturers.</p>
<p><strong>Driver chips:</strong> The choice of the ATTiny2313 means a relatively low number of pins and a certain constraint on internal memory are available (conversely, those compromises are rewarded with a relatively low chip price: ~$2). By necessity, then, the LEDs need to be handled through driver chips. I use two of those:</p>
<ul>
<li>The Texas Instruments TLC5916 is an eight-bit constant current, PWM serial sink driver with eight ports. That means it can control 256 levels (the eight-bit part) of dimming (PWM), provides the LEDs with the specific current they need (constant current), are driven by a serial signal and control the negative side of eight LED circuits. A serial signal allows you to drive a relatively unlimited number of ports with only two pins on the ATTiny2313. Multiple serial drivers can be “cascaded” together by merely taking the output of the first driver and wiring it to the input of the second.</li>
<li>The commodity 74HC595 is a serial shift register chip that sinks eight ports. Like the TLC5916, it can drive eight LED circuits via a serial signal; unlike the TLC5916, it doesn’t have constant current or a PWM. An array of LEDs doesn’t need PWM or constant current on both the positive (rows) side of the circuit as well as the negative (columns) side – as long as they exist on one side or the other, they’re fine. But the 74HC595 is also like the TLC5916 in that it sinks – or handles the negative side of the – the output circuit. Two negative controls won’t work, so the 74HC595 has to be supplemented with another chip that takes the sink port and turn it into a source port – the UDN2981.</li>
</ul>
<p>One last thought about this circuit: I drew it in <a href="http://www.diptrace.com/">DipTrace</a>, which while not the easiest program I’ve ever used, did seem to become somewhat efficient by the time I finished. After I&#8217;ve built up this circuit on a breadboard, tested it and made sure it works, then I’ll move on the the application’s printed circuit board creation ability.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmcole.net/sawyer-star-the-saga-continues/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>More on the matrix/array</title>
		<link>http://www.dmcole.net/more-on-the-matrixarray/</link>
		<comments>http://www.dmcole.net/more-on-the-matrixarray/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 22:23:15 +0000</pubDate>
		<dc:creator>dmcole</dc:creator>
				<category><![CDATA[Musing]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[DMX-512]]></category>
		<category><![CDATA[LED]]></category>

		<guid isPermaLink="false">http://www.dmcole.net/?p=248</guid>
		<description><![CDATA[It&#8217;s been a few months since I last posted here &#8230; I don&#8217;t think there are any constant visitors who&#8217;ve been bummed out about the lack of activity, but I apologize nonetheless. Since we last spoke I threw the LED matrix project out to the Do It Yourself Christmas community to see if I could [...]]]></description>
			<content:encoded><![CDATA[<p><strong>It&rsquo;s</strong> been a few months since I last posted here &#8230; I don&rsquo;t think there are any constant visitors who&rsquo;ve been bummed out about the lack of activity, but I apologize nonetheless.</p>
<p>Since we last spoke I threw the LED matrix project out to the <a href="http://www.doityourselfchristmas.com/forums/" target="_blank">Do It Yourself Christmas</a> community to see if I could get some others interested and willing to help.  I got a couple of bites and have spent the last few months working with them, trying to further my goal of building an LED star that has 60 lamps, three colors and can be driven by DMX-512. You can see the <a href="http://doityourselfchristmas.com/forums/showthread.php?t=10302" target="_blank">discussions</a>.</p>
<p>The current circuit is based on the Atmel ATTiny2313, two 74HC595 shift registers and a ULN2803 Darlington array to handle sink current (plus an RS485 chip to handle DMX signals and associated resistors and capacitors).</p>
<p>Unfortunately, I haven&rsquo;t been able to make as much progress as I would have liked. I have a breadboarded circuit that works, but unfortunately, it works backwards. That is, when the DMX application sends a signal to an LED to light, it is dark; when there is a DMX signal but sent to have the LED dark, it lights.</p>
<p>Big brains in the DIYC community haven&rsquo;t been able to figure this one out, so for now I remain mired in my own ignorance.</p>
<p>That&rsquo;s all I know right now. Stay tuned for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmcole.net/more-on-the-matrixarray/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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/" 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/" 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/" target="_new">Eagle</a> or <a href="http://www.mccad.com/" 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/" 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/" 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" 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" 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" 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/" 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" 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/" target="_new">page</a>, the letters <a href="http://en.wikipedia.org/wiki/DMX512-A" 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" 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/" 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/" target="_new">AVRDude</a> on the command line, I somewhere along the line stumbled across <a href="http://www.vonnieda.org/software/avrfuses/" 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/" 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" 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" 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>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/" target="_blank">here</a> and <a href="http://www.phanderson.com/picaxe/picaxe.html" 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/" 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" 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/" 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" 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('p18code2'); return false;">View Code</a> C</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p182"><td class="code" id="p18code2"><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>

