<?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>Tobi's Corner &#187; RGB</title>
	<atom:link href="http://tobiscorner.floery.net/tag/rgb/feed" rel="self" type="application/rss+xml" />
	<link>http://tobiscorner.floery.net</link>
	<description>... the electronix portal</description>
	<lastBuildDate>Tue, 22 Jun 2010 06:54:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>DIY RGB Matrix</title>
		<link>http://tobiscorner.floery.net/projects/diy-rgb-matrix/159</link>
		<comments>http://tobiscorner.floery.net/projects/diy-rgb-matrix/159#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:30:12 +0000</pubDate>
		<dc:creator>theFloe</dc:creator>
				<category><![CDATA[LED stuff]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Matrix]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=159</guid>
		<description><![CDATA[Components: foam rubber as carrier for the LED&#8217;s 10mm diffuse RGB LED&#8217;s (I used those sold here: http://evilmadscience.com/partsmenu/89-led ) silver wire insulating tape solder iron First mark the spot where you want to add the LED&#8217;s on the foam rubber using some pen. I spaced them 20mm apart and printed some guides on a sheet [...]]]></description>
			<content:encoded><![CDATA[<p>Components:</p>
<ul>
<li>foam rubber as carrier for the LED&#8217;s</li>
<li>10mm diffuse RGB LED&#8217;s (I used those sold here: <a href="http://evilmadscience.com/partsmenu/89-led" target="_blank">http://evilmadscience.com/partsmenu/89-led</a> )</li>
<li>silver wire</li>
<li>insulating tape</li>
<li>solder iron</li>
</ul>
<p><img title="gallery link=&quot;file&quot;" src="http://tobiscorner.floery.net/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif" alt="" />
<a href='http://tobiscorner.floery.net/projects/diy-rgb-matrix/159/attachment/front' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//front-150x150.jpg" class="attachment-thumbnail" alt="front" title="front" /></a>
<a href='http://tobiscorner.floery.net/projects/diy-rgb-matrix/159/attachment/bot' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//bot-150x150.jpg" class="attachment-thumbnail" alt="bot" title="bot" /></a>
<a href='http://tobiscorner.floery.net/projects/diy-rgb-matrix/159/attachment/bot1' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//bot1-150x150.jpg" class="attachment-thumbnail" alt="bot1" title="bot1" /></a>
</p>
<p>First mark the spot where you want to add the LED&#8217;s on the foam rubber using some pen. I spaced them 20mm apart and printed some guides on a sheet of paper that i fixed on the rubber and pushed the LED&#8217;s through. After that I assembled one column and bended the R,G and B cathodes by 90 degree, shorted them at the next LED (using this one can only space the LED&#8217;s by the max. pin length) and solder the pins to next LED. So I proceeded all the way down. I did not cut the wires of the last LED, those I used to connect to the circuit board. After that I but some insulating tape on the connection to ovoid short circuits. After that I used the silver wire to connect the common anodes in a row. DONE !</p>
]]></content:encoded>
			<wfw:commentRss>http://tobiscorner.floery.net/projects/diy-rgb-matrix/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGB LED Matrix</title>
		<link>http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123</link>
		<comments>http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123#comments</comments>
		<pubDate>Tue, 13 May 2008 17:02:06 +0000</pubDate>
		<dc:creator>theFloe</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[LED stuff]]></category>
		<category><![CDATA[misc AVR]]></category>
		<category><![CDATA[Matrix]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=123</guid>
		<description><![CDATA[What can you do with 100 common anode rgb leds? Build a 8&#215;8 matrix and interface it! The circuit uses 74HC595 shift registers with output latch. Each shiftregister interfaces one color + one shiftreg for the matrix rows. The interfaces uses 6 I/O lines for faster speed and easier interfacing. An AVR running at 8MHz can [...]]]></description>
			<content:encoded><![CDATA[<p>What can you do with 100 common anode rgb leds? Build a 8&#215;8 matrix and interface it!</p>
<p>The circuit uses 74HC595 shift registers with output latch. Each shiftregister interfaces one color + one shiftreg for the matrix rows. The interfaces uses 6 I/O lines for faster speed and easier interfacing. An AVR running at 8MHz can update the matrix with 8 brightness levels displaying nice fading colors patterns or colored text (or both). The sample program creates fading color patterns using a sine table. For smoother display a double buffer was implemented.</p>

<a href='http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/attachment/rgbmatrix' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//rgbmatrix-150x150.png" class="attachment-thumbnail" alt="rgbmatrix" title="rgbmatrix" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/attachment/cimg2558' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//cimg2558-150x150.jpg" class="attachment-thumbnail" alt="cimg2558" title="cimg2558" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/attachment/cimg2560' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//cimg2560-150x150.jpg" class="attachment-thumbnail" alt="cimg2560" title="cimg2560" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/attachment/cimg2562' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//cimg2562-150x150.jpg" class="attachment-thumbnail" alt="cimg2562" title="cimg2562" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/attachment/cimg2565' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//cimg2565-150x150.jpg" class="attachment-thumbnail" alt="cimg2565" title="cimg2565" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/attachment/cimg2567' ><img width="150" height="150" src="http://tobiscorner.floery.net/wp-content//cimg2567-150x150.jpg" class="attachment-thumbnail" alt="cimg2567" title="cimg2567" /></a>

<p>Download: <a href="http://tobiscorner.floery.net/wp-content/rgbmatrix.c">rgbmatrix.c</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tobiscorner.floery.net/projects/avr/rgb-led-matrix/123/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IKEA Storm + powerRGB = G R E A T</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74</link>
		<comments>http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74#comments</comments>
		<pubDate>Fri, 05 Jan 2007 17:18:16 +0000</pubDate>
		<dc:creator>theFloe</dc:creator>
				<category><![CDATA[LED stuff]]></category>
		<category><![CDATA[tinyRGB]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=74</guid>
		<description><![CDATA[Here you can see my IKEA Storm Lamp Mod using the powerRGB circuit and the tinyRGB firmware. First . Here are the steps: Assemble the lamp but leave the paper shield down Remove the contacts from the bulb&#8217;s holder: Now open the holder Build the powerRGB circuit on a PCB that fits the inner of [...]]]></description>
			<content:encoded><![CDATA[<p>Here you can see my IKEA Storm Lamp Mod using the powerRGB circuit and the tinyRGB firmware.</p>
<p style="text-align: center;"><a rel="attachment wp-att-87" href="http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/dayjpg"><img class="size-medium wp-image-87 aligncenter" title="day.JPG" src="http://tobiscorner.floery.net/wp-content/day.JPG" alt="" width="300" height="133" /></a></p>
<p><span id="more-74"></span></p>
<p>First . Here are the steps:</p>
<ol>
<li>Assemble the lamp but leave the paper shield down</li>
<li>Remove the contacts from the bulb&#8217;s holder:<br />
<a id="p77" class="imagelink" title="cimg1302.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=77"></a><a id="p76" class="imagelink" title="cimg1300.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=76"><img id="image76" src="http://tobiscorner.floery.net/wp-content/cimg1300.thumbnail.JPG" alt="cimg1300.JPG" /></a></li>
<li>Now open the holder<br />
<a id="p77" class="imagelink" title="cimg1302.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=77"><img id="image77" src="http://tobiscorner.floery.net/wp-content/cimg1302.thumbnail.JPG" alt="cimg1302.JPG" /></a></li>
<li>Build the powerRGB circuit on a PCB that fits the inner of th mounting:<br />
<a id="p78" class="imagelink" title="cimg1303.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=78"><img id="image78" src="http://tobiscorner.floery.net/wp-content/cimg1303.thumbnail.JPG" alt="cimg1303.JPG" /></a><a id="p82" class="imagelink" title="cimg1309.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=82"><img id="image82" src="http://tobiscorner.floery.net/wp-content/cimg1309.thumbnail.JPG" alt="cimg1309.JPG" /></a><a id="p80" class="imagelink" title="cimg1306.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=80"><img id="image80" src="http://tobiscorner.floery.net/wp-content/cimg1306.thumbnail.JPG" alt="cimg1306.JPG" /></a><a id="p79" class="imagelink" title="cimg1304.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=79"><img id="image79" src="http://tobiscorner.floery.net/wp-content/cimg1304.thumbnail.JPG" alt="cimg1304.JPG" /></a><a id="p81" class="imagelink" title="cimg1310.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=81"><img id="image81" src="http://tobiscorner.floery.net/wp-content/cimg1310.thumbnail.JPG" alt="cimg1310.JPG" /></a><a id="p83" class="imagelink" title="cimg1311.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=83"><img id="image83" src="http://tobiscorner.floery.net/wp-content/cimg1311.thumbnail.JPG" alt="cimg1311.JPG" /></a></li>
<li>Solder some power supply cables to the PCB and pull them though the mounting down to the lamps base and put the PCB into the holder:<br />
<a id="p84" class="imagelink" title="cimg1313.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=84"><img id="image84" src="http://tobiscorner.floery.net/wp-content/cimg1313.thumbnail.JPG" alt="cimg1313.JPG" /></a><a id="p85" class="imagelink" title="cimg1316.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=85"><img id="image85" src="http://tobiscorner.floery.net/wp-content/cimg1316.thumbnail.JPG" alt="cimg1316.JPG" /></a></li>
<li>So thats it. Now reassemble the lamp with shield and connect a propper power supply to the board.</li>
<li>The most important step: Re-Design the Box:<br />
<img id="image86" src="http://tobiscorner.floery.net/wp-content/cimg1337.JPG" alt="cimg1337.JPG" /></li>
<li>Here some Images under Day-Light conditions:<br />
<img id="image87" src="http://tobiscorner.floery.net/wp-content/day.JPG" alt="day.JPG" /></li>
<li>And when darkening the room:<br />
<a id="p88" class="imagelink" title="night.JPG" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=88"><img id="image88" src="http://tobiscorner.floery.net/wp-content/night.thumbnail.JPG" alt="night.JPG" /></a></li>
<li>Enjoy your FÃ„RGRANN</li>
</ol>

<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1300jpg' ><img width="128" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1300.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1300.JPG" title="cimg1300.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1302jpg' ><img width="72" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1302.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1302.JPG" title="cimg1302.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1303jpg' ><img width="72" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1303.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1303.JPG" title="cimg1303.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1304jpg' ><img width="128" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1304.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1304.JPG" title="cimg1304.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1306jpg' ><img width="128" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1306.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1306.JPG" title="cimg1306.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1310jpg' ><img width="128" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1310.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1310.JPG" title="cimg1310.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1309jpg' ><img width="128" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1309.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1309.JPG" title="cimg1309.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1311jpg' ><img width="128" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1311.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1311.JPG" title="cimg1311.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1313jpg' ><img width="128" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1313.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1313.JPG" title="cimg1313.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1316jpg' ><img width="72" height="96" src="http://tobiscorner.floery.net/wp-content//cimg1316.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1316.JPG" title="cimg1316.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/cimg1337jpg' ><img width="128" height="48" src="http://tobiscorner.floery.net/wp-content//cimg1337.thumbnail.JPG" class="attachment-thumbnail" alt="cimg1337.JPG" title="cimg1337.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/dayjpg' ><img width="128" height="56" src="http://tobiscorner.floery.net/wp-content//day.thumbnail.JPG" class="attachment-thumbnail" alt="day.JPG" title="day.JPG" /></a>
<a href='http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/attachment/nightjpg' ><img width="128" height="24" src="http://tobiscorner.floery.net/wp-content//night.thumbnail.JPG" class="attachment-thumbnail" alt="night.JPG" title="night.JPG" /></a>

]]></content:encoded>
			<wfw:commentRss>http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>powerRGB</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70</link>
		<comments>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comments</comments>
		<pubDate>Thu, 21 Dec 2006 11:51:29 +0000</pubDate>
		<dc:creator>theFloe</dc:creator>
				<category><![CDATA[LED stuff]]></category>
		<category><![CDATA[tinyRGB]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70</guid>
		<description><![CDATA[powerRGB is the extension of tinyRGB to drive high power LED&#8217;s. For this project I used a 3 x 1W common Anode RGB LED. Q1 to Q3 are N-Channel HEXFet Mosfet&#8217;s with logic level drive and a RDSon at about 50mOhms. R1 to R3 are at about 2k2, R4 to R6 at about 15k and [...]]]></description>
			<content:encoded><![CDATA[<p>powerRGB is the extension of tinyRGB to drive high power LED&#8217;s. For this project I used a 3 x 1W common Anode RGB LED.</p>
<p><a class="imagelink" title="powerRGB" href="http://tobiscorner.floery.net/wp-content/powerrgb.png"></a><a id="p69" class="imagelink" title="powerRGB" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=69"></a></p>
<p style="text-align: center;"><span style="color: #551a8b; text-decoration: underline;"><a href="http://tobiscorner.floery.net/wp-content/powerrgb1.png" title="powerrgb_new" rel="lightbox[70]"><img class="aligncenter size-medium wp-image-137" title="powerrgb_new" src="http://tobiscorner.floery.net/wp-content/powerrgb1-300x138.png" alt="powerrgb_new" width="300" height="138" /></a><br />
</span></p>
<p><a id="p69" class="imagelink" title="powerRGB" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=69"></a>Q1 to Q3 are N-Channel HEXFet Mosfet&#8217;s with logic level drive and a RDSon at about 50mOhms. R1 to R3 are at about 2k2, R4 to R6 at about 15k and R7 to R9 depend on the LED used and VCC. If you use FET&#8217;s with higher RDSon you have to consider RDS in your calculation!</p>
<blockquote><p>Rx = (Vcc-Vf)/Im &#8211; RDSon</p></blockquote>
<p>[Vcc: Volatge of power supply, Vf: Vorward Voltage of the Diode, Im: Max current of LED]</p>
<p>The software for the AVR is the same as for <a title="tinyRGB" href="http://tobiscorner.floery.net/?p=10">tinyRGB</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>tinyRGB</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10</link>
		<comments>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comments</comments>
		<pubDate>Sat, 11 Nov 2006 11:59:39 +0000</pubDate>
		<dc:creator>theFloe</dc:creator>
				<category><![CDATA[LED stuff]]></category>
		<category><![CDATA[tinyRGB]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10</guid>
		<description><![CDATA[The easiest way to control a RGB Led. tinyRGB uses an ATMEL Attiny15L (8pin uC) to control a standard RGB Led. R1 is a pullup Resistor for Reset generation (should be about 10k). R3 to R5 depend on the LED you are using. You can calculate the resistor as followed: Rx = (Vcc-Vf)/Im [Vcc: Volatge [...]]]></description>
			<content:encoded><![CDATA[<p>The easiest way to control a RGB Led.</p>
<p><img id="image11" src="http://www.floery.net/tobiscorner/wp-content/avrrgb1.jpg" alt="avrRGB1" /><br />
tinyRGB uses an ATMEL Attiny15L (8pin uC) to control a standard RGB Led.</p>
<p>R1 is a pullup Resistor for Reset generation (should be about 10k).<br />
R3 to R5 depend on the LED you are using. You can calculate the resistor as followed:</p>
<blockquote><p>Rx = (Vcc-Vf)/Im</p></blockquote>
<p>[Vcc: Volatge of power supply, Vf: Vorward Voltage of the Diode, Im: Max current of LED or AVR pin (20mA)]</p>
<p>If you want to control power LED&#8217;s read here: <a title="powerRGB" href="http://tobiscorner.floery.net/?p=70">powerRGB</a>.</p>
<p>The software is written in Assembler (avra under Linux, should be compatible to AVR Studio). Timer0 is used to generate interrupts at about 30kHz. This interrupts are used to build a 8bit PWM. Timer1 is used to change the color pattern.</p>
<p><a class="imagelink" title="avrRGB2" href="http://www.floery.net/tobiscorner/wp-content/avrrgb2.jpg"></a><a class="imagelink" title="avrRGB2" href="http://www.floery.net/tobiscorner/wp-content/avrrgb2.jpg"></a><a id="p12" class="imagelink" title="avrRGB2" rel="attachment" href="http://tobiscorner.floery.net/?attachment_id=12"><img id="image12" src="http://www.floery.net/tobiscorner/wp-content/avrrgb2.thumbnail.jpg" alt="avrRGB2" /></a></p>
<p><span id="more-10"></span></p>
<p><strong>Downloads: </strong></p>
<ul>
<li><a id="p68" href="http://tobiscorner.floery.net/wp-content/tinyrgb_new.zip">tinyRGB Sourcecode and HEX File</a></li>
<li><strong><span style="color: red;">NEW </span></strong><a title="RGB LED" href="http://tobiscorner.floery.net/wp-content/rgb_led.zip">RGB LED </a> &#8211; Sourcecode for ATTiny45 from Robert Ibener</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
