<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Tobi's Corner</title>
	<atom:link href="http://tobiscorner.floery.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://tobiscorner.floery.net</link>
	<description>... the electronix portal</description>
	<pubDate>Mon, 21 Jul 2008 01:37:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on avrDotmatrix by sajad</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-13256</link>
		<dc:creator>sajad</dc:creator>
		<pubDate>Sat, 17 May 2008 15:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-13256</guid>
		<description>Very good</description>
		<content:encoded><![CDATA[<p>Very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrCCD by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrccd/30#comment-10733</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Mon, 10 Mar 2008 11:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=30#comment-10733</guid>
		<description>The problem is that the source was for an older version of avrgcc. Include compat/deprected.h and try to compile again. alternative you could define the cbi, sbi macros yourself:
#define 	sbi(port, bit)   (port) &#124;= (1 &lt; &lt; (bit))
#define 	cbi(port, bit)   (port) &#038;= ~(1 &lt;&lt; (bit))&lt;/compat&gt;</description>
		<content:encoded><![CDATA[<p>The problem is that the source was for an older version of avrgcc. Include compat/deprected.h and try to compile again. alternative you could define the cbi, sbi macros yourself:<br />
#define 	sbi(port, bit)   (port) |= (1 < < (bit))<br />
#define 	cbi(port, bit)   (port) &#038;= ~(1 << (bit))</compat></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrCCD by Salar</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrccd/30#comment-10712</link>
		<dc:creator>Salar</dc:creator>
		<pubDate>Sat, 08 Mar 2008 08:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=30#comment-10712</guid>
		<description>Hi
 I downlod avr and pc program. But avr program does not compile. can you send me .Hex file. thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi<br />
 I downlod avr and pc program. But avr program does not compile. can you send me .Hex file. thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IKEA Storm + powerRGB = G R E A T by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74#comment-10668</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Mon, 03 Mar 2008 10:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=74#comment-10668</guid>
		<description>See articles powerRGB and tinyRGB to find schematics &#038; source-codes.</description>
		<content:encoded><![CDATA[<p>See articles powerRGB and tinyRGB to find schematics &#038; source-codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IKEA Storm + powerRGB = G R E A T by rhodos</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74#comment-10653</link>
		<dc:creator>rhodos</dc:creator>
		<pubDate>Sat, 01 Mar 2008 10:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=74#comment-10653</guid>
		<description>please send me circuit and asm file 
thank you 

rhodos jim</description>
		<content:encoded><![CDATA[<p>please send me circuit and asm file<br />
thank you </p>
<p>rhodos jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by Simon</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-9633</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 13 Dec 2007 04:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-9633</guid>
		<description>ok, thanks</description>
		<content:encoded><![CDATA[<p>ok, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-9624</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Wed, 12 Dec 2007 13:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-9624</guid>
		<description>The programming part is not shown here in the circuit. But you can program it like all other AVR connecting MISO (PB1), MOSI (PB0), SCK (PB2) and RESET (PB5) to an ISP Programmer.</description>
		<content:encoded><![CDATA[<p>The programming part is not shown here in the circuit. But you can program it like all other AVR connecting MISO (PB1), MOSI (PB0), SCK (PB2) and RESET (PB5) to an ISP Programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by Simon</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-9612</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 11 Dec 2007 23:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-9612</guid>
		<description>How do you download code to it?</description>
		<content:encoded><![CDATA[<p>How do you download code to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IKEA Storm + powerRGB = G R E A T by VoltWord &#187; Blog Archive &#187; IKEA Hacking</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/ikea-storm-powerrgb-g-r-e-a-t/74#comment-6053</link>
		<dc:creator>VoltWord &#187; Blog Archive &#187; IKEA Hacking</dc:creator>
		<pubDate>Thu, 09 Aug 2007 13:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=74#comment-6053</guid>
		<description>[...] for IKEA stuff. Especially for the technical minded, i love the StormLight-Mod combined with the powerRGB [...]</description>
		<content:encoded><![CDATA[<p>[...] for IKEA stuff. Especially for the technical minded, i love the StormLight-Mod combined with the powerRGB [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AD9833 / AD5932 Interface by David Fowler</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/ad9833-ad5932-interface/16#comment-5763</link>
		<dc:creator>David Fowler</dc:creator>
		<pubDate>Mon, 30 Jul 2007 05:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=16#comment-5763</guid>
		<description>Neat! I am playing with the AD5932. Interfacing to the Ardunio to make a bench USB controlled function generator. Found your site when I went looking for some sample source code. I am haveing troube getting the device configured. I dont want a scan right now, just a fixed frequency output... Do you have any source code which could give me a clue?</description>
		<content:encoded><![CDATA[<p>Neat! I am playing with the AD5932. Interfacing to the Ardunio to make a bench USB controlled function generator. Found your site when I went looking for some sample source code. I am haveing troube getting the device configured. I dont want a scan right now, just a fixed frequency output&#8230; Do you have any source code which could give me a clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on audioFM by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/other/audiofm/73#comment-4771</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Thu, 28 Jun 2007 16:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=73#comment-4771</guid>
		<description>Sorry, but I can't find the files any more...</description>
		<content:encoded><![CDATA[<p>Sorry, but I can&#8217;t find the files any more&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on audioFM by Thomas</title>
		<link>http://tobiscorner.floery.net/projects/other/audiofm/73#comment-4681</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 25 Jun 2007 17:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=73#comment-4681</guid>
		<description>Hello Tobi,

can I download the PCB of the ausioFM at your homepage?

bye
Thomas</description>
		<content:encoded><![CDATA[<p>Hello Tobi,</p>
<p>can I download the PCB of the ausioFM at your homepage?</p>
<p>bye<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrDotmatrix by shahrokhiyan</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-501</link>
		<dc:creator>shahrokhiyan</dc:creator>
		<pubDate>Sat, 17 Mar 2007 17:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-501</guid>
		<description>tanks....</description>
		<content:encoded><![CDATA[<p>tanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on powerRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comment-341</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Thu, 15 Mar 2007 00:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70#comment-341</guid>
		<description>The one shown in the link is o.k. for powerRGB. I bought mine via Ebay from a Seller in China.</description>
		<content:encoded><![CDATA[<p>The one shown in the link is o.k. for powerRGB. I bought mine via Ebay from a Seller in China.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on powerRGB by Thomas</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comment-234</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 05 Mar 2007 18:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70#comment-234</guid>
		<description>Hello Tobi,

which RGB LED you've used and where you bought the led? the only RGB LED I find here is the http://www.led1.de/shop/product_info.php?pName=prolight-power-rgb-led-3-watt-ga-p-308&#38;cName=prolight-power-leds-prolight-power-rgb-leds-c-8_73</description>
		<content:encoded><![CDATA[<p>Hello Tobi,</p>
<p>which RGB LED you&#8217;ve used and where you bought the led? the only RGB LED I find here is the <a href="http://www.led1.de/shop/product_info.php?pName=prolight-power-rgb-led-3-watt-ga-p-308&amp;cName=prolight-power-leds-prolight-power-rgb-leds-c-8_73" rel="nofollow">http://www.led1.de/shop/product_info.php?pName=prolight-power-rgb-led-3-watt-ga-p-308&amp;cName=prolight-power-leds-prolight-power-rgb-leds-c-8_73</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-222</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Sun, 04 Mar 2007 13:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-222</guid>
		<description>Send me an email with your code and I will publish it here.</description>
		<content:encoded><![CDATA[<p>Send me an email with your code and I will publish it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by Robert Ibener</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-217</link>
		<dc:creator>Robert Ibener</dc:creator>
		<pubDate>Fri, 02 Mar 2007 16:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-217</guid>
		<description>Hello Andreas,

sorry for my looooong delay to answer your question about the ATTiny45 code.As i have no Homepage for downloading, i ask Floe for help:
Which is the best way to transfer my modified Code to Andreas??? (May be, Floe is also interested to check the Code?)

Best regards from Vienna
Robert</description>
		<content:encoded><![CDATA[<p>Hello Andreas,</p>
<p>sorry for my looooong delay to answer your question about the ATTiny45 code.As i have no Homepage for downloading, i ask Floe for help:<br />
Which is the best way to transfer my modified Code to Andreas??? (May be, Floe is also interested to check the Code?)</p>
<p>Best regards from Vienna<br />
Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on powerRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comment-164</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Thu, 22 Feb 2007 18:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70#comment-164</guid>
		<description>I had problems with some MOSFET's and with the resistors it worked well...  
Leave at least the series resistor (r1-r3) to limit gate charge currents.</description>
		<content:encoded><![CDATA[<p>I had problems with some MOSFET&#8217;s and with the resistors it worked well&#8230;<br />
Leave at least the series resistor (r1-r3) to limit gate charge currents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on powerRGB by Monkey</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comment-155</link>
		<dc:creator>Monkey</dc:creator>
		<pubDate>Thu, 22 Feb 2007 07:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70#comment-155</guid>
		<description>Why you have those R4 to R6 + Vcc connections? This would work better without them.</description>
		<content:encoded><![CDATA[<p>Why you have those R4 to R6 + Vcc connections? This would work better without them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrCCD by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrccd/30#comment-145</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Wed, 21 Feb 2007 15:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=30#comment-145</guid>
		<description>Hi,

I bought it here: http://www.w-r-e.de/shop/index.html</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I bought it here: <a href="http://www.w-r-e.de/shop/index.html" rel="nofollow">http://www.w-r-e.de/shop/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrCCD by Jan</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrccd/30#comment-143</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 21 Feb 2007 14:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=30#comment-143</guid>
		<description>Hi,

where did you get these line sensors?

Thank you,

Jan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>where did you get these line sensors?</p>
<p>Thank you,</p>
<p>Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AD9833 / AD5932 Interface by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/ad9833-ad5932-interface/16#comment-48</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Tue, 13 Feb 2007 12:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=16#comment-48</guid>
		<description>Sorry but I never finished the project. I only did the schematics drawings and some tests. For this I used the Windows Software provided by Analog for Interfacing the AD9833. So for your project you will have to use the AD5932...</description>
		<content:encoded><![CDATA[<p>Sorry but I never finished the project. I only did the schematics drawings and some tests. For this I used the Windows Software provided by Analog for Interfacing the AD9833. So for your project you will have to use the AD5932&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AD9833 / AD5932 Interface by BIKASH GHOSAL</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/ad9833-ad5932-interface/16#comment-47</link>
		<dc:creator>BIKASH GHOSAL</dc:creator>
		<pubDate>Tue, 13 Feb 2007 12:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=16#comment-47</guid>
		<description>i wan to make a single scan waveformgenerator which will generate a frequency from7.5MHZ-22.5MHZ with the help of a ATMEGA8535 microcontroller.so i want your help.</description>
		<content:encoded><![CDATA[<p>i wan to make a single scan waveformgenerator which will generate a frequency from7.5MHZ-22.5MHZ with the help of a ATMEGA8535 microcontroller.so i want your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on powerRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comment-40</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Mon, 05 Feb 2007 08:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70#comment-40</guid>
		<description>Hi, 
any N-Channel, Enhancement, Logic level MOSFET should be o.k. You should also select some with low Rds_on. For the STORM hack I used some IRL3103 ( http://www.irf.com/product-info/datasheets/data/irl3103.pdf ).

Hope that helps... Tobi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
any N-Channel, Enhancement, Logic level MOSFET should be o.k. You should also select some with low Rds_on. For the STORM hack I used some IRL3103 ( <a href="http://www.irf.com/product-info/datasheets/data/irl3103.pdf" rel="nofollow">http://www.irf.com/product-info/datasheets/data/irl3103.pdf</a> ).</p>
<p>Hope that helps&#8230; Tobi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on powerRGB by William</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comment-39</link>
		<dc:creator>William</dc:creator>
		<pubDate>Mon, 05 Feb 2007 06:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70#comment-39</guid>
		<description>Can you provide some part # for the MOSFET that will work with powerRGB?  I'm not all that familiar with them, and a stab at Digikey's search function didn't return anything useful.  Thanks.

BTW, I find this a much simpler circuit than others I've seen, and I like the extensibility to cover higher power RGB.  Thanks for posting!</description>
		<content:encoded><![CDATA[<p>Can you provide some part # for the MOSFET that will work with powerRGB?  I&#8217;m not all that familiar with them, and a stab at Digikey&#8217;s search function didn&#8217;t return anything useful.  Thanks.</p>
<p>BTW, I find this a much simpler circuit than others I&#8217;ve seen, and I like the extensibility to cover higher power RGB.  Thanks for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by Andreas</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-38</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sun, 07 Jan 2007 14:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-38</guid>
		<description>Hello Tobi, hello Robert,

at first a happy new year and I´ll hope that you can understand my bad english.
I think that I´m the “Someone” who reports earlier from this “blackout”.
Now I have test allso the new code for the Tiny 15 and I can say:
“It works fine and now there are no “blackouts” to see. Great work.”
Sometimes I´m also think that it wood be fine, when there are some adjustment-points in the code to control dimmtime/color-change-time.
Please let me know, if you Tobi or you Robert implement this features into an other new version. I´m also interested on the adapted code for the Tiny45. Robert, can you send me this code or where can i find the code in the www ?

Best regards 
Andreas</description>
		<content:encoded><![CDATA[<p>Hello Tobi, hello Robert,</p>
<p>at first a happy new year and I´ll hope that you can understand my bad english.<br />
I think that I´m the “Someone” who reports earlier from this “blackout”.<br />
Now I have test allso the new code for the Tiny 15 and I can say:<br />
“It works fine and now there are no “blackouts” to see. Great work.”<br />
Sometimes I´m also think that it wood be fine, when there are some adjustment-points in the code to control dimmtime/color-change-time.<br />
Please let me know, if you Tobi or you Robert implement this features into an other new version. I´m also interested on the adapted code for the Tiny45. Robert, can you send me this code or where can i find the code in the www ?</p>
<p>Best regards<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interfacing an LCD by Martin</title>
		<link>http://tobiscorner.floery.net/projects/openwrt/jukebox/interfacing-an-lcd/62#comment-37</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 29 Dec 2006 18:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=62#comment-37</guid>
		<description>Hi 
very nice ... now search a working LCD :-) ... my other problem ... I'm using original ASUS software ...
Is there an unused bit at the port? Maybe it is possible to use a backlight lcd and switch light on / off by time daemon or manual with this bit?

I'll test this version after new year ...

Thanks and have a good new year
Martin</description>
		<content:encoded><![CDATA[<p>Hi<br />
very nice &#8230; now search a working LCD <img src='http://tobiscorner.floery.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8230; my other problem &#8230; I&#8217;m using original ASUS software &#8230;<br />
Is there an unused bit at the port? Maybe it is possible to use a backlight lcd and switch light on / off by time daemon or manual with this bit?</p>
<p>I&#8217;ll test this version after new year &#8230;</p>
<p>Thanks and have a good new year<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on powerRGB by tinyRGB at Tobi&#8217;s Corner</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/powerrgb/70#comment-36</link>
		<dc:creator>tinyRGB at Tobi&#8217;s Corner</dc:creator>
		<pubDate>Thu, 21 Dec 2006 11:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=70#comment-36</guid>
		<description>[...] If you want to control power LED&#8217;s read here: powerRGB. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want to control power LED&#8217;s read here: powerRGB. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by powerRGB at Tobi&#8217;s Corner</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-35</link>
		<dc:creator>powerRGB at Tobi&#8217;s Corner</dc:creator>
		<pubDate>Thu, 21 Dec 2006 11:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-35</guid>
		<description>[...] The software for the AVR is the same as for tinyRGB. [...]</description>
		<content:encoded><![CDATA[<p>[...] The software for the AVR is the same as for tinyRGB. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by Robert Ibener</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-16</link>
		<dc:creator>Robert Ibener</dc:creator>
		<pubDate>Fri, 15 Dec 2006 11:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-16</guid>
		<description>Hello Tobi,

it´s hard to say that i need it faster/slower.It depends on my applications (Moodlight-Stuff).
For shure i need some adjustment-points in the code to control dimmtime/color-change-time.With only changing the Timer0/1-Prescaler my problem is not solved. 

But dont get nervous about this.It is not soooooo urgent and (i think) it´s only my personal wish for my PERFECT application.

In the meantime i have adapted your code for a Tiny45.

Best regards
Robert Ibener</description>
		<content:encoded><![CDATA[<p>Hello Tobi,</p>
<p>it´s hard to say that i need it faster/slower.It depends on my applications (Moodlight-Stuff).<br />
For shure i need some adjustment-points in the code to control dimmtime/color-change-time.With only changing the Timer0/1-Prescaler my problem is not solved. </p>
<p>But dont get nervous about this.It is not soooooo urgent and (i think) it´s only my personal wish for my PERFECT application.</p>
<p>In the meantime i have adapted your code for a Tiny45.</p>
<p>Best regards<br />
Robert Ibener</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-15</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Thu, 14 Dec 2006 23:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-15</guid>
		<description>I'm working on it. Do you need it faster or slower?</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on it. Do you need it faster or slower?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by Robert Ibener</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-14</link>
		<dc:creator>Robert Ibener</dc:creator>
		<pubDate>Thu, 14 Dec 2006 16:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-14</guid>
		<description>Hello Tobi,

thank you for your new version.It works as expected now, even i am missing some features built in in the previous version (for example:
adjustable dimming steps,adjustable time of color-change,e.t.c).
I will try to implement above features into the new version.If you are interrested, i will send you the code, but it will need some time!

Best regards
Robert Ibener</description>
		<content:encoded><![CDATA[<p>Hello Tobi,</p>
<p>thank you for your new version.It works as expected now, even i am missing some features built in in the previous version (for example:<br />
adjustable dimming steps,adjustable time of color-change,e.t.c).<br />
I will try to implement above features into the new version.If you are interrested, i will send you the code, but it will need some time!</p>
<p>Best regards<br />
Robert Ibener</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-13</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Wed, 13 Dec 2006 00:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-13</guid>
		<description>so here's the new version of the code. The fading has been improved and I couldn't see any "blockouts" or "glitches" using an 1W RGB Led.</description>
		<content:encoded><![CDATA[<p>so here&#8217;s the new version of the code. The fading has been improved and I couldn&#8217;t see any &#8220;blockouts&#8221; or &#8220;glitches&#8221; using an 1W RGB Led.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on the LCD module by Interfacing an LCD at Tobi&#8217;s Corner</title>
		<link>http://tobiscorner.floery.net/projects/openwrt/jukebox/the-lcd-module/65#comment-12</link>
		<dc:creator>Interfacing an LCD at Tobi&#8217;s Corner</dc:creator>
		<pubDate>Mon, 11 Dec 2006 19:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://tobiscorner.floery.net/?p=65#comment-12</guid>
		<description>[...] Read here more about the module&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Read here more about the module&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-11</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Sun, 10 Dec 2006 16:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-11</guid>
		<description>Someone reported this "blackout" earlier. I had a short look at the code then but couldn't find the source. When I have some time I'll have a look at it again.

Tobias</description>
		<content:encoded><![CDATA[<p>Someone reported this &#8220;blackout&#8221; earlier. I had a short look at the code then but couldn&#8217;t find the source. When I have some time I&#8217;ll have a look at it again.</p>
<p>Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyRGB by Robert Ibener</title>
		<link>http://tobiscorner.floery.net/projects/avr/tinyrgb/tinyrgb/10#comment-10</link>
		<dc:creator>Robert Ibener</dc:creator>
		<pubDate>Sun, 10 Dec 2006 11:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=10#comment-10</guid>
		<description>Hello Tobi,
your code just fit my needs for my application.
The Program works fine , color-change is smooth, except for one small (but disturbing) side-effect:
When one of the  LED (either R,B or G) dimms up (gets brighter) there is a short "blackout" during the dimm-up-process.With "blackout" i mean, that the LED which gets brighter will switched off for a very short (but visible) time, then continues with dimming.This "blackout" shows up randomly, sometimes at the beginning of the dimming-process,sometimes in the middle or near the end or even when the LED is fully on.The "blackout" is only in the dimming-up-phase visible.Dimming-down is smooth and o.k. I have simulated your program in AVR-Studio4 for hours to detect this "blackout", but with no success.In AVR-Studio all seems to be fine, no reason for a "blackout" found.I have also tried several Tiny15´s but no change at all.
My Question:Do you know about this problem and (if available) can offer a patch to eliminate this "blackout" ??
Best regards and thank you for this great code
Robert Ibener/Vienna</description>
		<content:encoded><![CDATA[<p>Hello Tobi,<br />
your code just fit my needs for my application.<br />
The Program works fine , color-change is smooth, except for one small (but disturbing) side-effect:<br />
When one of the  LED (either R,B or G) dimms up (gets brighter) there is a short &#8220;blackout&#8221; during the dimm-up-process.With &#8220;blackout&#8221; i mean, that the LED which gets brighter will switched off for a very short (but visible) time, then continues with dimming.This &#8220;blackout&#8221; shows up randomly, sometimes at the beginning of the dimming-process,sometimes in the middle or near the end or even when the LED is fully on.The &#8220;blackout&#8221; is only in the dimming-up-phase visible.Dimming-down is smooth and o.k. I have simulated your program in AVR-Studio4 for hours to detect this &#8220;blackout&#8221;, but with no success.In AVR-Studio all seems to be fine, no reason for a &#8220;blackout&#8221; found.I have also tried several Tiny15´s but no change at all.<br />
My Question:Do you know about this problem and (if available) can offer a patch to eliminate this &#8220;blackout&#8221; ??<br />
Best regards and thank you for this great code<br />
Robert Ibener/Vienna</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrDotmatrix by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-9</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Wed, 29 Nov 2006 20:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-9</guid>
		<description>The download link is at the bottom of the post :) and it's programmed using avr gcc.</description>
		<content:encoded><![CDATA[<p>The download link is at the bottom of the post <img src='http://tobiscorner.floery.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> and it&#8217;s programmed using avr gcc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrDotmatrix by DriesF</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-8</link>
		<dc:creator>DriesF</dc:creator>
		<pubDate>Wed, 29 Nov 2006 17:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-8</guid>
		<description>ow ==&#62; translation :p

Hey

I'm building it to but bigger.
Did you program with bascom or with something else? Would it be possible to see your program??

Thx 

Dries   :p</description>
		<content:encoded><![CDATA[<p>ow ==&gt; translation :p</p>
<p>Hey</p>
<p>I&#8217;m building it to but bigger.<br />
Did you program with bascom or with something else? Would it be possible to see your program??</p>
<p>Thx </p>
<p>Dries   :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrDotmatrix by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-6</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Mon, 27 Nov 2006 19:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-6</guid>
		<description>Please write your comments in english :) So it's easier for everyone to read...</description>
		<content:encoded><![CDATA[<p>Please write your comments in english <img src='http://tobiscorner.floery.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> So it&#8217;s easier for everyone to read&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrDotmatrix by Matin</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-5</link>
		<dc:creator>Matin</dc:creator>
		<pubDate>Mon, 27 Nov 2006 15:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-5</guid>
		<description>Hallo,
wel echt mooi project, ik ben ook bezig met zo een project maar de code van jou klopt niet zit heel veel fout in,

groetjes</description>
		<content:encoded><![CDATA[<p>Hallo,<br />
wel echt mooi project, ik ben ook bezig met zo een project maar de code van jou klopt niet zit heel veel fout in,</p>
<p>groetjes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrDotmatrix by theFloe</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-3</link>
		<dc:creator>theFloe</dc:creator>
		<pubDate>Thu, 23 Nov 2006 07:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-3</guid>
		<description>Hi Tosin, no I'm from Austria and good luck with your project! Do you have a page describing the project and / or progress?</description>
		<content:encoded><![CDATA[<p>Hi Tosin, no I&#8217;m from Austria and good luck with your project! Do you have a page describing the project and / or progress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avrDotmatrix by Tosin</title>
		<link>http://tobiscorner.floery.net/projects/avr/misc-avr/avrdotmatrix/43#comment-2</link>
		<dc:creator>Tosin</dc:creator>
		<pubDate>Mon, 20 Nov 2006 18:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.floery.net/tobiscorner/?p=43#comment-2</guid>
		<description>Great project! I'm actually doing something similar for my final year project at Uni. Are you Nigerian by the way?</description>
		<content:encoded><![CDATA[<p>Great project! I&#8217;m actually doing something similar for my final year project at Uni. Are you Nigerian by the way?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
