<?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; flickr</title>
	<atom:link href="http://www.youritronics.com/tag/flickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:00:00 +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>Flickr + Nokia LCD</title>
		<link>http://www.youritronics.com/flickr-nokia-lcd/</link>
		<comments>http://www.youritronics.com/flickr-nokia-lcd/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 18:33:45 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[ATmega48]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1508</guid>
		<description><![CDATA[The project described below demonstrates the usage of LCD graphical display with the help of available demo source codes. The LCD in the first place is a tricky device, first of all you need separate power for the back light because of the higher voltage, so the author used a break-out board from www.sparkfun.com (Nokia [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoBodyText" style="center;"><a href="http://www.youritronics.com/wp-content/uploads/2008/11/dsc_0019_s.jpg"><img class="aligncenter size-medium wp-image-1510" src="http://www.youritronics.com/wp-content/uploads/2008/11/dsc_0019_s-300x222.jpg" alt="Flickr + Nokia LCD" width="300" height="222" /></a></p>
<p class="MsoBodyText">The project described below demonstrates the usage of LCD graphical display with the help of available demo source codes.</p>
<p class="MsoBodyText">The LCD in the first place is a tricky device, first of all you need separate power for the back light because of the higher voltage, so the author used a break-out board from www.sparkfun.com (Nokia 6100 LCD including breakout board), this board has built in a DC/DC converter for boosting the voltage, you only need one 3.3V power source.</p>
<p class="MsoBodyText">The second issue is the control of the LCD, <span lang="EN-GB">fortunately</span> these mass produced displays are well documented and frequently used by hobbyist, you find a bunch of demo code for almost any type of microcontroller. The author used the demo code found on the sparkfun site, with small modifications.</p>
<p class="MsoBodyText">
<p class="MsoBodyText">Let&#8217;s see the microcontroller, some years ago the favorite AVR used by newbies was the Atmega8, which was superseded by the Atmega48/88/168, it has the same rich features, and some improvements, this was the choice of the authors too(ATmega48).</p>
<p class="MsoBodyText">After hooking up the LCD with the microcontroller, we need some data to display, the author used his flickr account for accessing some photos on the web, you can find the free API to access the data for<span> </span>phyton or other high level programming languages, the pictures after downloaded, were resized, and transferred via serial port to the microcontroller which displays the image. The rendering is quite slow because the data<span> </span>is sent pixel by pixel to the display, but hey, at the end you have a color picture downloaded from the web and displayed on a Nokia display.</p>
<p class="MsoBodyText">Although it sounds to be great fun to build it, if you are a beginner, try something simpler, or at least load a simple picture from your PC.</p>
<p class="MsoBodyText"><strong>Flickr + Nokia LCD: </strong><a href="http://tinkerlog.com/2008/06/14/flickr-images-on-a-nokia-lcd/">[Link]</a><strong> </strong></p>
<p class="MsoBodyText">
<p class="MsoBodyText" style="center;">
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/flickr-nokia-lcd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fetch Flickr Images On A Nokia LCD</title>
		<link>http://www.youritronics.com/fetch-flickr-images-on-a-nokia-lcd/</link>
		<comments>http://www.youritronics.com/fetch-flickr-images-on-a-nokia-lcd/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 17:36:06 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[ATmega48]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1183</guid>
		<description><![CDATA[Alex from Tinkerlog added an interesting article about fetching Flickr images on a Nokia LCD. He used a Nokia 6100 LCD including breakout board from Sparkfun. The MCU is an ATmega48, though cheap, not the best choice as he encountered some problems with the image quality. First the image is fetched from Flickr using Beej’s [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1184" href="http://www.youritronics.com/fetch-flickr-images-on-a-nokia-lcd/fetch-flickr-images-on-a-nokia-lcd/"><img class="alignnone size-medium wp-image-1184" title="fetch-flickr-images-on-a-nokia-lcd" src="http://www.youritronics.com/wp-content/uploads/2008/06/fetch-flickr-images-on-a-nokia-lcd-300x222.jpg" alt="Fetch Flickr Images On A Nokia LCD" width="300" height="222" /></a></p>
<p>Alex from <a href="http://tinkerlog.com/2008/06/14/flickr-images-on-a-nokia-lcd/">Tinkerlog</a> added an interesting article about fetching <a title="Fetch flickr images on a nokia LCD" href="http://flickr.com/">Flickr</a> images on a Nokia LCD. He used a Nokia 6100 LCD including breakout board from Sparkfun. The MCU is an ATmega48, though cheap, not the best choice as he encountered some problems with the image quality. First the image is fetched from Flickr using <a title="Python Flickr API" href="http://flickrapi.sourceforge.net/" target="_blank">Beej’s Python Flickr API</a> than the image is resized and sent to the LCD. Taken to consideration the fact that this is his first LCD project we can call it a success.</p>
<p><strong>Fetch Flickr Images On A Nokia LCD:</strong> <a href="http://tinkerlog.com/2008/06/14/flickr-images-on-a-nokia-lcd/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/fetch-flickr-images-on-a-nokia-lcd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
