<?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>Andrew Hazelden&#039;s Blog &#187; Electronics</title>
	<atom:link href="http://www.andrewhazelden.com/blog/category/electronics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewhazelden.com/blog</link>
	<description>A Blog About Photography, Visual Effects, and Electronics</description>
	<lastBuildDate>Thu, 17 May 2012 15:43:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>mikroATC Concept &#8211; an Air Traffic Control System for Model Airplanes</title>
		<link>http://www.andrewhazelden.com/blog/2012/04/mikroatc-concept-an-air-traffic-control-system-for-model-airplanes/</link>
		<comments>http://www.andrewhazelden.com/blog/2012/04/mikroatc-concept-an-air-traffic-control-system-for-model-airplanes/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 13:00:45 +0000</pubDate>
		<dc:creator>Andrew Hazelden</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Flight]]></category>
		<category><![CDATA[MikroC]]></category>

		<guid isPermaLink="false">http://www.andrewhazelden.com/blog/?p=4878</guid>
		<description><![CDATA[This is a concept design for a handheld air traffic control system for model airplanes. This project is designed to allow a small handheld device to track the flight path of multiple model airplanes at a flying field. The mikroATC firmware can display either a vector map or aerial mosaic image tiles of the flying [...]]]></description>
		<wfw:commentRss>http://www.andrewhazelden.com/blog/2012/04/mikroatc-concept-an-air-traffic-control-system-for-model-airplanes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up a UDP based network serial port on a Linksys WRT54GS router.</title>
		<link>http://www.andrewhazelden.com/blog/2012/03/setting-up-a-udp-based-network-serial-port-on-a-linksys-wrt54g-router/</link>
		<comments>http://www.andrewhazelden.com/blog/2012/03/setting-up-a-udp-based-network-serial-port-on-a-linksys-wrt54g-router/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 22:18:37 +0000</pubDate>
		<dc:creator>Andrew Hazelden</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[DD-WRT]]></category>
		<category><![CDATA[MikroC]]></category>

		<guid isPermaLink="false">http://www.andrewhazelden.com/blog/?p=4108</guid>
		<description><![CDATA[Introduction This is part 2 of a tutorial I wrote on using network serial ports on a Linksys router. In part 2 of this tutorial I am going to show how to get a UDP based network serial port running on your Linksys WRT54GS dd-wrt powered router. The nice thing about Linksys WRT54GS routers is [...]]]></description>
		<wfw:commentRss>http://www.andrewhazelden.com/blog/2012/03/setting-up-a-udp-based-network-serial-port-on-a-linksys-wrt54g-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CHDK Motion Detect Plus Script</title>
		<link>http://www.andrewhazelden.com/blog/2012/02/chdk-motion-detect-plus-script/</link>
		<comments>http://www.andrewhazelden.com/blog/2012/02/chdk-motion-detect-plus-script/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 03:19:43 +0000</pubDate>
		<dc:creator>Andrew Hazelden</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[CHDK]]></category>
		<category><![CDATA[Time-lapse]]></category>

		<guid isPermaLink="false">http://www.andrewhazelden.com/blog/?p=4478</guid>
		<description><![CDATA[Version 0.1 Released Feb 26, 2012 I created a new CHDK motion detection script called "Motion Detect Plus" to take repetitive shots with motion detection. This Motion Detect Plus script adds a repetitive shot feature to the standard CHDK "motion.lua" script. This is useful for compiling a motion time-lapse sequence using motion detection to trigger [...]]]></description>
		<wfw:commentRss>http://www.andrewhazelden.com/blog/2012/02/chdk-motion-detect-plus-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Reindenting C Source Code Files With Notepad++</title>
		<link>http://www.andrewhazelden.com/blog/2012/02/reindenting-c-source-code-files-with-notepad/</link>
		<comments>http://www.andrewhazelden.com/blog/2012/02/reindenting-c-source-code-files-with-notepad/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 15:24:53 +0000</pubDate>
		<dc:creator>Andrew Hazelden</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MikroC]]></category>

		<guid isPermaLink="false">http://www.andrewhazelden.com/blog/?p=4439</guid>
		<description><![CDATA[When you are working with source code it is nice to have the code properly indented. You can automatically reformat your unindented C / C++ files in Notepad++ to have proper indentation using the TextFX and NppAutoIndent plugins. When using the mikroC compiler it is best to have your indentation done using 2 spaces instead [...]]]></description>
		<wfw:commentRss>http://www.andrewhazelden.com/blog/2012/02/reindenting-c-source-code-files-with-notepad/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exploring the 2012 Winter Warmup RetroChallenge 2nd Place Prize</title>
		<link>http://www.andrewhazelden.com/blog/2012/02/exploring-the-2012-winter-warmup-retrochallenge-2nd-place-prize/</link>
		<comments>http://www.andrewhazelden.com/blog/2012/02/exploring-the-2012-winter-warmup-retrochallenge-2nd-place-prize/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 02:39:42 +0000</pubDate>
		<dc:creator>Andrew Hazelden</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://www.andrewhazelden.com/blog/?p=4388</guid>
		<description><![CDATA[Today I had a delightful parcel arrive in the mail - my prize from the 2012 Winter Warmup RetroChallenge. The gift was sent all the way from Scotland by Royal Mail and arrived in West Dover in only 10 days. The prize was a PSION series 5 PDA that was generously donated by Dale ( wgoodf ). Thanks [...]]]></description>
		<wfw:commentRss>http://www.andrewhazelden.com/blog/2012/02/exploring-the-2012-winter-warmup-retrochallenge-2nd-place-prize/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

