<?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; web</title>
	<atom:link href="http://www.youritronics.com/tag/web/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>Webserver Based On ATMega88</title>
		<link>http://www.youritronics.com/webserver-based-on-atmega88/</link>
		<comments>http://www.youritronics.com/webserver-based-on-atmega88/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 08:16:41 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[ATmega88]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1282</guid>
		<description><![CDATA[Before starting this Ethernet project the author did of course some prototyping and then he noticed alreadythat UDP was not a problem with lots of space left on the atmega88. Therefore he was quite confident that TCP + HTTP will work. TCP/IP was invented more than 25 years ago. Todays microcontrollers provide almost the computing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2008/07/webserver-based-on-atmega88.gif"><img class="alignnone size-medium wp-image-1283" title="webserver-based-on-atmega88" src="http://www.youritronics.com/wp-content/uploads/2008/07/webserver-based-on-atmega88.gif" alt="Webserver Based On ATMega88" width="300" height="222" /></a></p>
<p>Before starting  this Ethernet project the author did of course some prototyping and then he noticed alreadythat UDP was not a problem with lots of space left on the atmega88. Therefore he was quite confident that TCP + HTTP will work. TCP/IP was invented more than 25 years ago. Todays microcontrollers provide almost the computing power a standard computer had at that time. No java or xml was used at that time. Things were done in smart and efficient ways.</p>
<p>As you can imagine this web-server code is written for a friendly environment.      Don&#8217;t put it on the open internet. The code uses e.g the     incoming packet to build from it the outgoing packet. An attacker who sends     a mal formed IP packet might be able to confuse the TCP/IP stack. The code is verified with a lot of different browsers and a number of operating systems. It was tested Linux, BSD Unix, Win 98, Win XP, Mac OS-X with a number of different web browsers. It works very well but it was not tested agains atacks and destroy tests.</p>
<p><strong>Webserver Based On ATMega88:</strong> <a href="http://tuxgraphics.org/electronics/200611/embedded-webserver.shtml">[Link]</a> &#8211; <a href="http://www.pyroelectro.com/2008/07/11/atmega88-webserver/">[via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/webserver-based-on-atmega88/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Webcam With Servo And Web Interface</title>
		<link>http://www.youritronics.com/webcam-with-servo-and-web-interface/</link>
		<comments>http://www.youritronics.com/webcam-with-servo-and-web-interface/#comments</comments>
		<pubDate>Fri, 23 May 2008 13:34:56 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Spy]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Servo]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1096</guid>
		<description><![CDATA[The purpose of this project is to show, how you can build a surveillance system with web-page interface. The webcam can be moved vertical or horizontal through the interface, but only in the area that border sensors will allow. The control page is secured with login system, where the user types in an user-name and [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1097" href="http://www.youritronics.com/webcam-with-servo-and-web-interface/webcam-with-servo-and-web-interface/"><img class="alignnone size-medium wp-image-1097" title="webcam-with-servo-and-web-interface" src="http://www.youritronics.com/wp-content/uploads/2008/05/webcam-with-servo-and-web-interface-300x225.jpg" alt="Webcam With Servo And Web Interface" width="300" height="225" /></a></p>
<p>The purpose of this project is to show, how you can build  a surveillance system with web-page interface. The webcam can be moved vertical or horizontal through the interface, but only in the area that border sensors will allow. The control page is secured with login system, where the user types in an user-name and a password.</p>
<p>On the control page the user can control how the webcam will turn and how many steps it will run. The user can also turn the webcam on and off via web interface. Information about the states will immediately update on the screen. User can also turn the motion detector online, if the camera detects motion, it will automatically save the frames. Naming of the pictures is done with “timestamps”, so it is possible to find out when the picture was taken.</p>
<p>The part that interests me on this project is the servo, because a few years ago i was thinking to something like this, but i never build it. Now it&#8217;s nice to see, someone actually build it.<br />
<strong> Webcam With Servo And Web Interface:</strong> <a href="http://www.instructables.com/id/Web-controlled-Surveillance-Camera/">[Link]</a> &#8211; <a href="http://www.electronics-lab.com/blog/?p=2015">[via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/webcam-with-servo-and-web-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

