<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Turn up the heat in Flash with Arduino</title>
	<atom:link href="http://aralbalkan.com/1243/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1243</link>
	<description>Aral on Flash, SWX, Flex, ActionScript, and life.</description>
	<pubDate>Fri, 08 Aug 2008 21:15:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Jonathan Ross</title>
		<link>http://aralbalkan.com/1243#comment-148972</link>
		<dc:creator>Jonathan Ross</dc:creator>
		<pubDate>Fri, 23 May 2008 06:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-148972</guid>
		<description>Aral, awesome stuff. I just got myself an arduino, and am blow away by the possibilities. Cheers</description>
		<content:encoded><![CDATA[<p>Aral, awesome stuff. I just got myself an arduino, and am blow away by the possibilities. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://aralbalkan.com/1243#comment-132494</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Apr 2008 11:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-132494</guid>
		<description>did anyone got to work that flash app on a web browser, my app works on flash player itself, but it doesn't when i get that inside a browser!</description>
		<content:encoded><![CDATA[<p>did anyone got to work that flash app on a web browser, my app works on flash player itself, but it doesn&#8217;t when i get that inside a browser!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1243#comment-129307</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Mon, 24 Mar 2008 13:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-129307</guid>
		<description>Thanks Iestyn, Owen, Brett :)</description>
		<content:encoded><![CDATA[<p>Thanks Iestyn, Owen, Brett <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Forsyth</title>
		<link>http://aralbalkan.com/1243#comment-129058</link>
		<dc:creator>Brett Forsyth</dc:creator>
		<pubDate>Sun, 23 Mar 2008 15:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-129058</guid>
		<description>@iestyn: Thanks for the links. What you are running into isn't a big deal to fix yourself. Relying on a message to show up in one packet can be dangerous. If you look at any of the example serial read scripts in arduino they typically loop over the buffer until an end character is found and then the message is processed. So you can do the same in flash. If you are sending data to flash with the Serial.println() function you can test for the new line character as the end of message at which point you can process it. Hope that helps.</description>
		<content:encoded><![CDATA[<p>@iestyn: Thanks for the links. What you are running into isn&#8217;t a big deal to fix yourself. Relying on a message to show up in one packet can be dangerous. If you look at any of the example serial read scripts in arduino they typically loop over the buffer until an end character is found and then the message is processed. So you can do the same in flash. If you are sending data to flash with the Serial.println() function you can test for the new line character as the end of message at which point you can process it. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Bennett</title>
		<link>http://aralbalkan.com/1243#comment-129029</link>
		<dc:creator>Owen Bennett</dc:creator>
		<pubDate>Sun, 23 Mar 2008 13:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-129029</guid>
		<description>Hi Aral,

Finally got my Arduino working with Flash - seems that there is a problem with serProxy and older intel MBPs. I fixed it using &lt;a href="http://protolab.pbwiki.com/Arduino2Flash" rel="nofollow"&gt;Arduino2Flash serial to socket server&lt;/a&gt; instead. The set up is a bit fiddly, but it works like a charm :) I found it also helpful to upload the Firmata firmware, which should be the last time you need to upload anything to the Arduino itself (until they release an update) and then just control it with Flash.

Owen</description>
		<content:encoded><![CDATA[<p>Hi Aral,</p>
<p>Finally got my Arduino working with Flash - seems that there is a problem with serProxy and older intel MBPs. I fixed it using <a href="http://protolab.pbwiki.com/Arduino2Flash" rel="nofollow">Arduino2Flash serial to socket server</a> instead. The set up is a bit fiddly, but it works like a charm <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I found it also helpful to upload the Firmata firmware, which should be the last time you need to upload anything to the Arduino itself (until they release an update) and then just control it with Flash.</p>
<p>Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iestyn</title>
		<link>http://aralbalkan.com/1243#comment-129022</link>
		<dc:creator>iestyn</dc:creator>
		<pubDate>Sun, 23 Mar 2008 12:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-129022</guid>
		<description>Just a brief update, should anyone get the same problem. I've &lt;a href="http://iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3/" rel="nofollow"&gt;posted more info, including code samples, on my blog&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Just a brief update, should anyone get the same problem. I&#8217;ve <a href="http://iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3/" rel="nofollow">posted more info, including code samples, on my blog</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1243#comment-129004</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Sun, 23 Mar 2008 11:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-129004</guid>
		<description>Hi Iestyn,

Thanks for the update. I'll check out as3glue :)</description>
		<content:encoded><![CDATA[<p>Hi Iestyn,</p>
<p>Thanks for the update. I&#8217;ll check out as3glue <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iestyn</title>
		<link>http://aralbalkan.com/1243#comment-128808</link>
		<dc:creator>iestyn</dc:creator>
		<pubDate>Sat, 22 Mar 2008 22:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-128808</guid>
		<description>Hey Aral, FYI I updated my post &lt;a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1206201268/0#3" rel="nofollow"&gt;here&lt;/a&gt;. 

I'll sum it up:
- Seems OK with AS2. 
- AS3 and flash.net.Socket coupled with Serial.println() seems to have a problem.
- Using &lt;a href="http://code.google.com/p/as3glue/" rel="nofollow"&gt;as3glue&lt;/a&gt; it seems to work OK. 

When I have time i'll try to get to the bottom of this and post it on my blog.</description>
		<content:encoded><![CDATA[<p>Hey Aral, FYI I updated my post <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1206201268/0#3" rel="nofollow">here</a>. </p>
<p>I&#8217;ll sum it up:<br />
- Seems OK with AS2.<br />
- AS3 and flash.net.Socket coupled with Serial.println() seems to have a problem.<br />
- Using <a href="http://code.google.com/p/as3glue/" rel="nofollow">as3glue</a> it seems to work OK. </p>
<p>When I have time i&#8217;ll try to get to the bottom of this and post it on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1243#comment-128762</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Sat, 22 Mar 2008 20:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-128762</guid>
		<description>Hi Iestyn,

I don't remember if we saw them with the potentiometer on the night (we hacked that together pretty quickly and were learning as we went) but I did see similar readings when playing with it at home with a light sensor. I'm wondering if serproxy is at fault here.</description>
		<content:encoded><![CDATA[<p>Hi Iestyn,</p>
<p>I don&#8217;t remember if we saw them with the potentiometer on the night (we hacked that together pretty quickly and were learning as we went) but I did see similar readings when playing with it at home with a light sensor. I&#8217;m wondering if serproxy is at fault here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iestyn</title>
		<link>http://aralbalkan.com/1243#comment-128707</link>
		<dc:creator>iestyn</dc:creator>
		<pubDate>Sat, 22 Mar 2008 16:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1243#comment-128707</guid>
		<description>Hey aral :)
i'm basically modifying your code to get the values of a potentiometer into flash, but i'm getting some odd readings when I trace() it. 

Instead of getting what i get in the Arduino IDE:
1023
1023
1023

i get:
1023
10
23
1023

Did you see anything like this happening?
I've posted on the &lt;a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1206201268" rel="nofollow"&gt;arduino forum too&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hey aral <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
i&#8217;m basically modifying your code to get the values of a potentiometer into flash, but i&#8217;m getting some odd readings when I trace() it. </p>
<p>Instead of getting what i get in the Arduino IDE:<br />
1023<br />
1023<br />
1023</p>
<p>i get:<br />
1023<br />
10<br />
23<br />
1023</p>
<p>Did you see anything like this happening?<br />
I&#8217;ve posted on the <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1206201268" rel="nofollow">arduino forum too</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
