<?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>TKJ Electronics &#187; tv</title>
	<atom:link href="http://elec.tkjweb.dk/blog/tag/tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://elec.tkjweb.dk/blog</link>
	<description>The electronics-blog</description>
	<lastBuildDate>Sun, 20 Jun 2010 11:51:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ethernet TV</title>
		<link>http://elec.tkjweb.dk/blog/2009/05/ethernet-tv/</link>
		<comments>http://elec.tkjweb.dk/blog/2009/05/ethernet-tv/#comments</comments>
		<pubDate>Wed, 06 May 2009 13:18:50 +0000</pubDate>
		<dc:creator>Thomas Jespersen</dc:creator>
				<category><![CDATA[Arduino Projects]]></category>
		<category><![CDATA[PIC Projects]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://elec.tkjweb.dk/blog/?p=115</guid>
		<description><![CDATA[After my last success with the Serial TV, I&#8217;ve got the idea making it possible for you to the television using a browser.
I&#8217;m still using my Serial TV, but now it&#8217;s connected to an Arduino instead of the computer. The Arduino has an Ethernet Shield on top, and it&#8217;s programmed to make a homepage with [...]]]></description>
			<content:encoded><![CDATA[<p>After my last success with the Serial TV, I&#8217;ve got the idea making it possible for you to the television using a browser.</p>
<p>I&#8217;m still using my Serial TV, but now it&#8217;s connected to an Arduino instead of the computer. The Arduino has an Ethernet Shield on top, and it&#8217;s programmed to make a homepage with a text-field and a submit button!</p>
<p><center>Here is some pictures of the project:</center><br />
<div id="attachment_127" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-full.jpg" target="_blank"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-full-300x225.jpg" alt="Ethernet TV - Full" title="Ethernet TV - Full" width="300" height="225" class="size-medium wp-image-127" /></a><p class="wp-caption-text">Ethernet TV - Full</p></div><br />
<div id="attachment_126" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-arduino.jpg"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-arduino-300x225.jpg" alt="Ethernet TV - Arduino" title="Ethernet TV - Arduino" width="300" height="225" class="size-medium wp-image-126" /></a><p class="wp-caption-text">Ethernet TV - Arduino</p></div><br />
<div id="attachment_128" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-iphone.jpg" target="_blank"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-iphone-300x225.jpg" alt="Ethernet TV - iphone" title="Ethernet TV - iphone" width="300" height="225" class="size-medium wp-image-128" /></a><p class="wp-caption-text">Ethernet TV - iphone</p></div><br />
<div id="attachment_129" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-iphone2.jpg" target="_blank"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/ethernet_tv-iphone2-300x225.jpg" alt="Ethernet TV - iphone + TV" title="Ethernet TV - iphone + TV" width="300" height="225" class="size-medium wp-image-129" /></a><p class="wp-caption-text">Ethernet TV - iphone + TV</p></div><br />
<div id="attachment_92" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00233.jpg" target="_blank"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00233-300x225.jpg" alt="Ethernet TV - Test Text" title="Ethernet TV - Test Text" width="300" height="225" class="size-medium wp-image-92" /></a><p class="wp-caption-text">Ethernet TV - Test Text</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://elec.tkjweb.dk/blog/2009/05/ethernet-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serial PAL TV</title>
		<link>http://elec.tkjweb.dk/blog/2009/05/serial-tv/</link>
		<comments>http://elec.tkjweb.dk/blog/2009/05/serial-tv/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:37:03 +0000</pubDate>
		<dc:creator>Thomas Jespersen</dc:creator>
				<category><![CDATA[PIC Projects]]></category>
		<category><![CDATA[pic18f4620]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://elec.tkjweb.dk/blog/?p=90</guid>
		<description><![CDATA[Finally I&#8217;ve finished my Serial TV project.
It uses a PIC18F4620 running 32 Mhz (8 Mhz crystal + HS PLL), so I&#8217;m using the EasyPIC5 for the testing. It is also possible to use other PIC&#8217;s, but the available TV Pixel lines will be reduced, caused by the limited RAM.
First I&#8217;m going to give alot of [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I&#8217;ve finished my Serial TV project.<br />
It uses a PIC18F4620 running 32 Mhz (8 Mhz crystal + HS PLL), so I&#8217;m using the EasyPIC5 for the testing. It is also possible to use other PIC&#8217;s, but the available TV Pixel lines will be reduced, caused by the limited RAM.</p>
<p>First I&#8217;m going to give alot of the credit to Bruno from Micro-Examples, as I&#8217;ve used his PAL TV Code: <a href="http://www.micro-examples.com/public/microex-navig/doc/089-pic-pal-tv">http://www.micro-examples.com/public/microex-navig/doc/089-pic-pal-tv</a></p>
<p>Then I&#8217;ve wrote some extra code, to make it possible, to write text strings to the television, via a serial communication. </p>
<p>You can download the MikroC project here: <a href='http://elec.tkjweb.dk/blog/wp-content/uploads/serial_tv_mikroc.zip'>Serial TV &#8211; MikroC</a></p>
<p><center>Here is some pictures of the project:</center><br />
<div id="attachment_serial1" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00225.jpg" target="_blank"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00225-300x225.jpg" alt="Serial TV - EasyPIC5" title="Serial TV - EasyPIC5" width="300" height="225" class="aligncenter size-medium wp-image-94" /></a><p class="wp-caption-text">Serial TV - EasyPIC5</p></div><br />
<div id="attachment_serial2" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00224.jpg" target="_blank"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00224-300x225.jpg" alt="Composite Video Resistor Array" title="Composite Video Resistor Array" width="300" height="225" class="aligncenter size-medium wp-image-93" /></a><p class="wp-caption-text">Composite Video Resistor Array</p></div><br />
<div id="attachment_serial3" class="wp-caption aligncenter" style="width: 310px"><a href="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00233.jpg" target="_blank"><img src="http://elec.tkjweb.dk/blog/wp-content/uploads/dsc00233-300x225.jpg" alt="Serial TV - Test Text" title="Serial TV - Test Text" width="300" height="225" class="aligncenter size-medium wp-image-92" /></a><p class="wp-caption-text">Serial TV - Test Text</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://elec.tkjweb.dk/blog/2009/05/serial-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
