<?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>YourITronics &#187; ladyada</title>
	<atom:link href="http://www.youritronics.com/tag/ladyada/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Fri, 16 Dec 2011 19:22:15 +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>Super TV-B-Gone</title>
		<link>http://www.youritronics.com/super-tv-b-gone/</link>
		<comments>http://www.youritronics.com/super-tv-b-gone/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 09:52:17 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[ATmega8]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[IR]]></category>
		<category><![CDATA[ladyada]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[tvbgone]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1440</guid>
		<description><![CDATA[I liked the tvbgone kit from Ladyada the first time i saw it but i never had the time to build it, until a week ago. But than i decided to build a more powerful one that could turn off TV&#8217;s from even greater distance. I came up with a design that consists of 48 [...]]]></description>
			<content:encoded><![CDATA[<p>I liked the tvbgone kit from <a href="http://ladyada.net/make/tvbgone/index.html">Ladyada</a> the first time i saw it but i never had the time to build it, until a week ago. But than i decided to build a more powerful one that could turn off TV&#8217;s from even greater distance. I came up with a design that consists of 48 IR LED&#8217;s and a ATmega8 that will send the signals to the LED&#8217;s.</p>
<p><strong>the led board</strong><br />
Unfortunately i wasn&#8217;t paying attention on a small paragraph from Ladyada that was saying &#8220;Use 940nm IR LEDs.&#8221; so without knowing i bought 860nm IR LED&#8217;s (L53SF6C from Kingbright). I did not knew at that time that this is going to affect the distance at which the device works. Why L53SF6C ? they seemed nice because at 50 mA they have typical 100 mW/sr so allot more power than the F3(940 nm) series which had 30 mW/sr at 50 mA.</p>
<p>I arranged the LED&#8217;s in 4 rows of 12 pieces and the resistors fit quite nicely between the LED&#8217;s. I used four BD139 NPN transistors to drive the rows. It took me hours to drill and then solder this board(48 LED&#8217;s and 48 resistors mean 192 holes plus the other parts)</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-5.jpg"><img class="size-medium wp-image-1452 alignleft" title="super-tv-b-gone-5" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-5-300x225.jpg" alt="super tvbgone" width="300" height="225" /></a><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-8.jpg"><img class="size-medium wp-image-1453" title="super-tv-b-gone-8" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-8-300x225.jpg" alt="super tvbgone" width="300" height="225" /></a></p>
<p><strong>the controller board</strong><br />
The controller board contains an ATmega8 chosen because of it&#8217;s 8k memory needed to store all the codes, an 8 MHz crystal, an LED, a tact switch and some resistors and capacitors. I designed the board so that it can also be used for other projects.</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-10.jpg"><img class="size-medium wp-image-1458" title="super-tv-b-gone-10" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-10-300x225.jpg" alt="super tvbgone" width="300" height="225" /></a><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-9.jpg"><img class="size-medium wp-image-1459" title="super-tv-b-gone-9" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-9-300x225.jpg" alt="super tvbgone" width="300" height="225" /></a></p>
<p><strong>the code</strong><br />
It took me some time to adjust the code from tiny85 to ATmega8, getting the timers right was tricky but i managed to get it done. Also i had to delete a couple of codes to fit it in the 8k&#8217;s of the ATmega8.</p>
<p><strong>the power</strong><br />
The whole project is powered from a Nokia BL-5B battery which was ugly fitted onto a peace of PCB <img src='http://www.youritronics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . I can&#8217;t seem to find a decent socket to hold such a battery. I&#8217;ve run the circuit for over a week every day and the battery is keeping up, and when it gets discharged I&#8217;ll simply charge it inside of an old nokia phone.</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-12.jpg"><img class="size-medium wp-image-1461" title="super-tv-b-gone-12" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-12-300x225.jpg" alt="super tvbgone" width="300" height="225" /></a></p>
<p><strong>Testing it</strong><br />
Well as you can imagine the first thing i did was to test it on the TV&#8217;s in my place, it worked perfectly. Next i wanted to test it on a larger scale so i took the device onto a nearby supermarket were they have a bunch of Tv&#8217;s onto a wall. I had to conceal the device somehow so they don&#8217;t kick me out of the store <img src='http://www.youritronics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so i placed the device inside a CD case. I don&#8217;t know how much the case is obstructing the signal, but it was turning off TV&#8217;s from a distance of 20 meters.</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-15.jpg"><img class="size-medium wp-image-1462" title="super-tv-b-gone-15" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-15-300x225.jpg" alt="super tvbgone" width="300" height="225" /></a></p>
<p>Probably choosing the right wavelength LED&#8217;s would double the distance, and by using a clear case the distance would double again, but that&#8217;s just a guess.</p>
<p>The boards were designed in Eagle and fabricated by me using the <a title="pcb photo etching tech" href="http://www.youritronics.com/diy-printed-circuit-board-using-photo-etching-method/">photo etching technique</a>.</p>
<p>I&#8217;m planing to build a newer version, in fact i already sent the files for PCB fabricating. This new version will use only 4 LED&#8217;s just like the original design, and will be smaller thus easier to conceal and it will also use ATmega8 for the controller. I&#8217;ll post pictures as soon as i get it done.</p>
<p>some more pictures..</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-4.jpg"><img class="size-thumbnail wp-image-1463" title="super-tv-b-gone-4" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-4-150x150.jpg" alt="super tvbgone" width="150" height="150" /></a><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-5.jpg"><img class="size-thumbnail wp-image-1452" title="super-tv-b-gone-5" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-5-150x150.jpg" alt="super tvbgone" width="150" height="150" /></a><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-6.jpg"><img class="size-thumbnail wp-image-1465" title="super-tv-b-gone-6" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-6-150x150.jpg" alt="super tvbgone" width="150" height="150" /></a><a href="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-7.jpg"><img class="size-thumbnail wp-image-1466" title="super-tv-b-gone-7" src="http://www.youritronics.com/wp-content/uploads/2008/10/super-tv-b-gone-7-150x150.jpg" alt="super tvbgone" width="150" height="150" /></a></p>
<p><strong>downloads</strong></p>
<ul>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/10/supertvbgone-schbrd.zip">Eagle schematics and board</a></li>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/10/source-codes.zip">Source code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/super-tv-b-gone/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

