<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Super TV-B-Gone</title>
	<atom:link href="http://www.youritronics.com/super-tv-b-gone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com/super-tv-b-gone/</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-9109</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-9109</guid>
		<description>no special fuses, If I remember correctly just the atmega running at 8MHz</description>
		<content:encoded><![CDATA[<p>no special fuses, If I remember correctly just the atmega running at 8MHz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksei</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-9103</link>
		<dc:creator>Aleksei</dc:creator>
		<pubDate>Wed, 20 Jan 2010 06:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-9103</guid>
		<description>Fuses for programming Atmega8 ?</description>
		<content:encoded><![CDATA[<p>Fuses for programming Atmega8 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New TV-B-Gone Case Style &#124; YourITronics</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-6863</link>
		<dc:creator>New TV-B-Gone Case Style &#124; YourITronics</dc:creator>
		<pubDate>Sat, 18 Jul 2009 18:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-6863</guid>
		<description>[...] don&#8217;t forget to check youritronics custom version of tv-b-gone. [...]</description>
		<content:encoded><![CDATA[<p>[...] don&#8217;t forget to check youritronics custom version of tv-b-gone. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-6489</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Mon, 18 May 2009 08:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-6489</guid>
		<description>@CaiSith2: I&#039;m not really interested in working on this project anymore. I did it, I&#039;ve seen it working, but It&#039;s not that interesting any more. Thanks for the Idea though. If I were to re-design it, I would integrate the last generation codes for sure.

@etharooni: Is everything ok now? it compiles without errors?</description>
		<content:encoded><![CDATA[<p>@CaiSith2: I&#8217;m not really interested in working on this project anymore. I did it, I&#8217;ve seen it working, but It&#8217;s not that interesting any more. Thanks for the Idea though. If I were to re-design it, I would integrate the last generation codes for sure.</p>
<p>@etharooni: Is everything ok now? it compiles without errors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etharooni</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-6488</link>
		<dc:creator>etharooni</dc:creator>
		<pubDate>Mon, 18 May 2009 06:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-6488</guid>
		<description>Oh heh.  Wrong makefile.</description>
		<content:encoded><![CDATA[<p>Oh heh.  Wrong makefile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etharooni</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-6487</link>
		<dc:creator>etharooni</dc:creator>
		<pubDate>Mon, 18 May 2009 06:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-6487</guid>
		<description>Hmmmm... avr-gcc is reporting tons of undefined variable errors...  Why&#039;s that?

main.c: In function &#039;xmitCodeElement&#039;:
main.c:71: error: &#039;TIFR&#039; undeclared (first use in this function)
main.c:71: error: (Each undeclared identifier is reported only once
main.c:71: error: for each function it appears in.)
main.c:82: error: &#039;TCCR2&#039; undeclared (first use in this function)
main.c:82: error: &#039;COM20&#039; undeclared (first use in this function)
main.c: In function &#039;gotosleep&#039;:
main.c:105: error: &#039;TCCR2&#039; undeclared (first use in this function)
main.c: In function &#039;main&#039;:
main.c:129: error: &#039;TCCR2&#039; undeclared (first use in this function)
main.c:132: error: &#039;MCUCSR&#039; undeclared (first use in this function)
main.c:154: warning: initialization makes pointer from integer without a cast
main.c:158: error: &#039;OCR2&#039; undeclared (first use in this function)
make: *** [main.o] Error 1</description>
		<content:encoded><![CDATA[<p>Hmmmm&#8230; avr-gcc is reporting tons of undefined variable errors&#8230;  Why&#8217;s that?</p>
<p>main.c: In function &#8216;xmitCodeElement&#8217;:<br />
main.c:71: error: &#8216;TIFR&#8217; undeclared (first use in this function)<br />
main.c:71: error: (Each undeclared identifier is reported only once<br />
main.c:71: error: for each function it appears in.)<br />
main.c:82: error: &#8216;TCCR2&#8242; undeclared (first use in this function)<br />
main.c:82: error: &#8216;COM20&#8242; undeclared (first use in this function)<br />
main.c: In function &#8216;gotosleep&#8217;:<br />
main.c:105: error: &#8216;TCCR2&#8242; undeclared (first use in this function)<br />
main.c: In function &#8216;main&#8217;:<br />
main.c:129: error: &#8216;TCCR2&#8242; undeclared (first use in this function)<br />
main.c:132: error: &#8216;MCUCSR&#8217; undeclared (first use in this function)<br />
main.c:154: warning: initialization makes pointer from integer without a cast<br />
main.c:158: error: &#8216;OCR2&#8242; undeclared (first use in this function)<br />
make: *** [main.o] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaitSith2</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-6485</link>
		<dc:creator>CaitSith2</dc:creator>
		<pubDate>Mon, 18 May 2009 04:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-6485</guid>
		<description>Here is something that should be trivial to port to your ATmega8 that has ALL of the TVBGone Generation 3 codes,  still fitting in less than 8K of space, as a result of compression.  http://caitsith2.net/projects/tvbgone/

Of course,  if ported to an ATmega168, then it should be possible to fit ALL of NA codes and ALL of EU codes in the same firmware, along with a jumper/switch of some sort to choose which region.</description>
		<content:encoded><![CDATA[<p>Here is something that should be trivial to port to your ATmega8 that has ALL of the TVBGone Generation 3 codes,  still fitting in less than 8K of space, as a result of compression.  <a href="http://caitsith2.net/projects/tvbgone/" rel="nofollow">http://caitsith2.net/projects/tvbgone/</a></p>
<p>Of course,  if ported to an ATmega168, then it should be possible to fit ALL of NA codes and ALL of EU codes in the same firmware, along with a jumper/switch of some sort to choose which region.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-6092</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Thu, 05 Mar 2009 21:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-6092</guid>
		<description>Thanks for letting me know. I&#039;ve updated the archive and it now contains the .hex file. But if you&#039;re not using exactly the same setup as i did, that file is useless.</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know. I&#8217;ve updated the archive and it now contains the .hex file. But if you&#8217;re not using exactly the same setup as i did, that file is useless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manekinen</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-6089</link>
		<dc:creator>Manekinen</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-6089</guid>
		<description>Florin, there&#039;s no .hex file.</description>
		<content:encoded><![CDATA[<p>Florin, there&#8217;s no .hex file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/super-tv-b-gone/comment-page-1/#comment-5891</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Mon, 26 Jan 2009 08:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1440#comment-5891</guid>
		<description>thank you rick</description>
		<content:encoded><![CDATA[<p>thank you rick</p>
]]></content:encoded>
	</item>
</channel>
</rss>

