<?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>DLBATES.COM &#187; Arduino</title>
	<atom:link href="http://dlbates.com/Post/category/tech/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://dlbates.com</link>
	<description>The life and times of David Bates, Programmer, Graphic Designer, Webmaster, Handyman, Logical Thinker, Husband, Father, and an INTP. Just sit back and take it in one post at a time.</description>
	<lastBuildDate>Mon, 06 Feb 2012 05:08:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>How to make a simple program to control two LED’s on the Arduino with Flash</title>
		<link>http://dlbates.com/Post/how-to-make-a-simple-program-to-control-two-leds-on-the-arduino-with-flash/</link>
		<comments>http://dlbates.com/Post/how-to-make-a-simple-program-to-control-two-leds-on-the-arduino-with-flash/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 15:53:41 +0000</pubDate>
		<dc:creator>David Bates</dc:creator>
				<category><![CDATA[All Post]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Led]]></category>

		<guid isPermaLink="false">http://dlbates.com/?p=172</guid>
		<description><![CDATA[This weekend I made a simple program that flashed on two different LED&#8217;s, one blue and one red. The LED&#8217;s where housed on my arduino and I used AS3Glue Make [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I made a simple program that flashed on two different LED&#8217;s, one blue and one red.<br />
The LED&#8217;s where housed on my arduino and I used <a href="http://code.google.com/p/as3glue/">AS3Glue</a> </p>
<div class="add-comments-link"><center><b><a href="http://dlbates.com/Post/how-to-make-a-simple-program-to-control-two-leds-on-the-arduino-with-flash/#respond" title="Make a Comment">Make a Comment</a></b></center></div>]]></content:encoded>
			<wfw:commentRss>http://dlbates.com/Post/how-to-make-a-simple-program-to-control-two-leds-on-the-arduino-with-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extension of AS3Glue’s Blinky App</title>
		<link>http://dlbates.com/Post/extension-of-as3glues-blinky-app/</link>
		<comments>http://dlbates.com/Post/extension-of-as3glues-blinky-app/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 23:36:14 +0000</pubDate>
		<dc:creator>David Bates</dc:creator>
				<category><![CDATA[All Post]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Blink]]></category>
		<category><![CDATA[Blinky]]></category>
		<category><![CDATA[Customize]]></category>
		<category><![CDATA[David Bates]]></category>
		<category><![CDATA[Goals]]></category>
		<category><![CDATA[Home Security System]]></category>
		<category><![CDATA[Sourcecode]]></category>
		<category><![CDATA[Video Post]]></category>
		<category><![CDATA[Water Heater]]></category>
		<category><![CDATA[Youtube Video]]></category>

		<guid isPermaLink="false">http://dlbates.com/?p=182</guid>
		<description><![CDATA[Recently I have been playing with the arduino quite a lot. I have been working towards creating a pc based home security system that I could customize myself. One of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have been playing with the <a href="http://www.arduino.cc/">arduino</a> quite a lot.<br />
I have been working towards creating a pc based home security system that I could customize myself.<br />
One of the goals to reaching the security system was to figure out how to get flash or php to talk with the arduino. This weekend I achieved that using Firmatta and <a href="http://code.google.com/p/as3glue/">AS3Glue</a>. Since my sisters where down this weekend helping me with my water heater install I decided to make it interesting for them too. So below you will find a youtube video of my app. I will post source, and layout hopefully tomorrow. </p>
<p><object width="580" height="360"><param name="movie" value="http://www.youtube.com/v/yaB0JsckKIQ&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yaB0JsckKIQ&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="360"></embed></object></p>
<p>-Edit:<br />
Now you can download the Sourcecode for the video above.<br />
<a href='http://dlbates.com/wp-content/uploads/2009/07/blink+.zip'>blink+</a><br />
You will still need to download <a href="http://code.google.com/p/as3glue/">AS3Glue</a> in order to load the appropriate Firmata and have Serproxy.</p>
<p>Thanks for reading<br />
David Bates</p>
<div class="add-comments-link"><center><b><a href="http://dlbates.com/Post/extension-of-as3glues-blinky-app/#respond" title="Make a Comment">Make a Comment</a></b></center></div>]]></content:encoded>
			<wfw:commentRss>http://dlbates.com/Post/extension-of-as3glues-blinky-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

