<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: (English) Arduino Flash communication AS3 &#8211; As3Glue bundle</title>
	<atom:link href="http://www.kasperkamperman.com/blog/arduino/arduino-flash-communication-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/</link>
	<description>Kasper Kamperman designs and creates interactive and responsive media applications for exhibitions, interior and events. He works as a teacher in the field of Art and Technology</description>
	<lastBuildDate>Sat, 28 Jan 2012 09:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kasperkamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-3/#comment-341</link>
		<dc:creator>kasperkamperman</dc:creator>
		<pubDate>Thu, 20 Oct 2011 11:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-341</guid>
		<description>The new version works with Arduino Mega now.</description>
		<content:encoded><![CDATA[<p>The new version works with Arduino Mega now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Del Bianco</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-3/#comment-339</link>
		<dc:creator>Tomas Del Bianco</dc:creator>
		<pubDate>Tue, 17 May 2011 13:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-339</guid>
		<description>Thanks, very useful!
this is my first connection whit flash: http://www.youtube.com/watch?v=0148Qeq61fM :)</description>
		<content:encoded><![CDATA[<p>Thanks, very useful!<br />
this is my first connection whit flash: <a href="http://www.youtube.com/watch?v=0148Qeq61fM" rel="nofollow">http://www.youtube.com/watch?v=0148Qeq61fM</a> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-3/#comment-337</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 05 May 2011 17:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-337</guid>
		<description>Hi,

I&#039;ll give you my warmest congratulations, the application is very useful and works very well. 
I was looking for something like this for a long time for my project with Arduino. Congratulations!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ll give you my warmest congratulations, the application is very useful and works very well.<br />
I was looking for something like this for a long time for my project with Arduino. Congratulations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasper kamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-3/#comment-169</link>
		<dc:creator>kasper kamperman</dc:creator>
		<pubDate>Wed, 02 Mar 2011 17:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-169</guid>
		<description>Hi Lex,

I think you should look if Firmata supports it. If Firmata supports more servo&#039;s, you could rewrite as3glue. 

Serialproxy is just to convert serialport messages to net socket. 

You can do it without Firmata easier I think. Since Arduino the Arduino servo library supports 12 servo&#039;s for sure. Just send a serial string with 4 servo positions like this for example: 180, 90, 0, 90

To do serial communication with your own &quot;protocol&quot; check my other post: http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/</description>
		<content:encoded><![CDATA[<p>Hi Lex,</p>
<p>I think you should look if Firmata supports it. If Firmata supports more servo&#8217;s, you could rewrite as3glue. </p>
<p>Serialproxy is just to convert serialport messages to net socket. </p>
<p>You can do it without Firmata easier I think. Since Arduino the Arduino servo library supports 12 servo&#8217;s for sure. Just send a serial string with 4 servo positions like this for example: 180, 90, 0, 90</p>
<p>To do serial communication with your own &#8220;protocol&#8221; check my other post: <a href="http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/" rel="nofollow">http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lex</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-3/#comment-168</link>
		<dc:creator>Lex</dc:creator>
		<pubDate>Wed, 02 Mar 2011 16:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-168</guid>
		<description>Hi,

thanx for the cool library.

I&#039;m trying to connect 4 or more servos to the Arduino.
The current AS3Glue can only work with servos on pins 9 &amp; 10.

Where should I be looking at to tweak this to &gt;2 servos?
AS3Glue? SerProxy? Firmata?

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanx for the cool library.</p>
<p>I&#8217;m trying to connect 4 or more servos to the Arduino.<br />
The current AS3Glue can only work with servos on pins 9 &amp; 10.</p>
<p>Where should I be looking at to tweak this to &gt;2 servos?<br />
AS3Glue? SerProxy? Firmata?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasper kamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-3/#comment-165</link>
		<dc:creator>kasper kamperman</dc:creator>
		<pubDate>Mon, 17 Jan 2011 20:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-165</guid>
		<description>Use the messenger library (see a different post on my page). As3Glue is for Firmata, that makes Arduino act like a sensor board. 

http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/</description>
		<content:encoded><![CDATA[<p>Use the messenger library (see a different post on my page). As3Glue is for Firmata, that makes Arduino act like a sensor board. </p>
<p><a href="http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/" rel="nofollow">http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Law</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-164</link>
		<dc:creator>Charles Law</dc:creator>
		<pubDate>Mon, 17 Jan 2011 19:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-164</guid>
		<description>Hi I have successfully got this to work thanks.

If I wanted to read an RFID cards through an Arduino reader through Flash do you have any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi I have successfully got this to work thanks.</p>
<p>If I wanted to read an RFID cards through an Arduino reader through Flash do you have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasperkamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-163</link>
		<dc:creator>kasperkamperman</dc:creator>
		<pubDate>Tue, 04 Jan 2011 09:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-163</guid>
		<description>Seems that its was an issue with the Firmata included in Arduino 0021. The version included in Arduino 0022 seems to work fine.   By the way an nice tool to test and monitor Firmata without Serialproxy is Firmata_test : &lt;a href=&quot;http://www.firmata.org&quot; rel=&quot;nofollow&quot;&gt;www.firmata.org/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Seems that its was an issue with the Firmata included in Arduino 0021. The version included in Arduino 0022 seems to work fine.   By the way an nice tool to test and monitor Firmata without Serialproxy is Firmata_test : <a href="http://www.firmata.org" rel="nofollow">http://www.firmata.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasperkamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-162</link>
		<dc:creator>kasperkamperman</dc:creator>
		<pubDate>Tue, 04 Jan 2011 09:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-162</guid>
		<description>Nope. I&#039;ve no time for that now.</description>
		<content:encoded><![CDATA[<p>Nope. I&#8217;ve no time for that now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BOOFY</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-161</link>
		<dc:creator>BOOFY</dc:creator>
		<pubDate>Mon, 27 Dec 2010 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-161</guid>
		<description>Any time to work out all the digital ins and outs for the Mega?  Or maybe post some hints to look at to figure it out?  I am able to successfully test all inputs and outputs with the Arduino 0021 StandardFirmata and http://www.pjrc.com/teensy/firmata_test/ program.  Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Any time to work out all the digital ins and outs for the Mega?  Or maybe post some hints to look at to figure it out?  I am able to successfully test all inputs and outputs with the Arduino 0021 StandardFirmata and <a href="http://www.pjrc.com/teensy/firmata_test/" rel="nofollow">http://www.pjrc.com/teensy/firmata_test/</a> program.  Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasperkamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-160</link>
		<dc:creator>kasperkamperman</dc:creator>
		<pubDate>Tue, 21 Dec 2010 23:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-160</guid>
		<description>The monitor only works with Firmata. I think your compass sensor uses a script in Arduino. Try to send the values to Flash with the code in my other post:

http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/</description>
		<content:encoded><![CDATA[<p>The monitor only works with Firmata. I think your compass sensor uses a script in Arduino. Try to send the values to Flash with the code in my other post:</p>
<p><a href="http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/" rel="nofollow">http://www.kasperkamperman.com/blog/arduino-flash-communication-as3-messenger/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milton ortiz</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-159</link>
		<dc:creator>milton ortiz</dc:creator>
		<pubDate>Mon, 20 Dec 2010 15:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-159</guid>
		<description>hi. i&#039;m confused and can&#039;t find any documentation.
i have arduino with hmc6352 compass sensor, i can see the degrees oanduino monitorbut in flash i don&#039;t see anything, even in your monitor, any help around?</description>
		<content:encoded><![CDATA[<p>hi. i&#8217;m confused and can&#8217;t find any documentation.<br />
i have arduino with hmc6352 compass sensor, i can see the degrees oanduino monitorbut in flash i don&#8217;t see anything, even in your monitor, any help around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasperkamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-158</link>
		<dc:creator>kasperkamperman</dc:creator>
		<pubDate>Fri, 17 Dec 2010 19:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-158</guid>
		<description>I don&#039;t know which Arduino board you have, but with the Arduino Uno I&#039;ve encountered the same issues. I think it has to do something with the new serial chip. If you can get an Arduino Duemilanove or older I would go for that. 

I posted a topic in the Arduino forum about this as well: &lt;a href=&quot;http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1291826044/&quot; rel=&quot;nofollow&quot;&gt;Uno Firmata as3glue&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know which Arduino board you have, but with the Arduino Uno I&#8217;ve encountered the same issues. I think it has to do something with the new serial chip. If you can get an Arduino Duemilanove or older I would go for that. </p>
<p>I posted a topic in the Arduino forum about this as well: <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1291826044/" rel="nofollow">Uno Firmata as3glue</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mipu</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-157</link>
		<dc:creator>mipu</dc:creator>
		<pubDate>Fri, 17 Dec 2010 18:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-157</guid>
		<description>hi, thank you for your tutorial. i am a beginner and have the following issue:

serproxy is running and telling me &quot;server thread launched&quot; and &quot;server(6) - thread started&quot; so i guess i did the configuration of serproxy right. 

when i start the standalone monitor and i want to turn pin 13 on, i have to press several times  until finally the led is on. if i want to turn it off i also have to press several times until it does what i want. 

do you have any idea what my problem is? pleas help! thanx</description>
		<content:encoded><![CDATA[<p>hi, thank you for your tutorial. i am a beginner and have the following issue:</p>
<p>serproxy is running and telling me &#8220;server thread launched&#8221; and &#8220;server(6) &#8211; thread started&#8221; so i guess i did the configuration of serproxy right. </p>
<p>when i start the standalone monitor and i want to turn pin 13 on, i have to press several times  until finally the led is on. if i want to turn it off i also have to press several times until it does what i want. </p>
<p>do you have any idea what my problem is? pleas help! thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasperkamperman</title>
		<link>http://www.kasperkamperman.com/nl/blog/arduino/arduino-flash-communication-as3/comment-page-2/#comment-77</link>
		<dc:creator>kasperkamperman</dc:creator>
		<pubDate>Mon, 30 Aug 2010 12:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kasperkamperman.com/?p=789#comment-77</guid>
		<description>I don&#039;t have time to dive into it now. I think you&#039;ll have to search if Firmata supports the Arduino Mega in the same way as the duemilanove. I think not, because it has different outputs.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have time to dive into it now. I think you&#8217;ll have to search if Firmata supports the Arduino Mega in the same way as the duemilanove. I think not, because it has different outputs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

