<?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>TOOLBOX INTERACTION DESIGN &#187; Installation</title>
	<atom:link href="http://ifdblog.org/toolbox/?cat=60&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ifdblog.org/toolbox</link>
	<description>Interactiondesign Toolbox der Fachhochschule Magdeburg-Stendal</description>
	<lastBuildDate>Mon, 02 Jul 2012 16:50:35 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Arduino Einführung</title>
		<link>http://ifdblog.org/toolbox/?p=966</link>
		<comments>http://ifdblog.org/toolbox/?p=966#comments</comments>
		<pubDate>Tue, 21 Sep 2010 10:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[ARDUINO]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://ifdblog.org/toolbox/?p=966</guid>
		<description><![CDATA[Arduino Einführung, SchulzeDaniel, SS2010: Arduino_Einfuehrung_SchulzeDaniel_SS2010]]></description>
			<content:encoded><![CDATA[<p><a href="http://ifdblog.org/toolbox/wp-content/uploads/2010/09/Einfuehrung.png" rel="shadowbox[sbpost-966];player=img;"><img src="http://ifdblog.org/toolbox/wp-content/uploads/2010/09/Einfuehrung.png" alt="" title="Einfuehrung" width="500" height="363" class="aligncenter size-full wp-image-972" /></a></p>
<p>Arduino Einführung, SchulzeDaniel, SS2010: <a href='http://ifdblog.org/toolbox/wp-content/uploads/2010/09/Arduino_Einfuehrung_SchulzeDaniel_SS2010.pdf'>Arduino_Einfuehrung_SchulzeDaniel_SS2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ifdblog.org/toolbox/?feed=rss2&#038;p=966</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ARDUINO AND FLASH</title>
		<link>http://ifdblog.org/toolbox/?p=203</link>
		<comments>http://ifdblog.org/toolbox/?p=203#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ACTIONSCRIPT]]></category>
		<category><![CDATA[ARDUINO]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://ifdblog.org.dd16522.kasserver.com/blog_cp_20_progress/?p=203</guid>
		<description><![CDATA[It is possible to connect the ARDUINO with ActionScript 3 application. Since the FlashPlayer is a Client-based technology it has no rights to connect to Devices other than webcam or microphone. To get in contact with the ARDUINO environment we need to use a local SocketServer, a small tool, that simulates streamlike In/Output. All this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ifdblog.org.dd16522.kasserver.com/blog_cp_20_progress/wp-content/uploads/2010/04/arduino_20070627.jpg" rel="shadowbox[sbpost-203];player=img;"><img class="alignnone size-full wp-image-205" title="arduino_20070627" src="http://ifdblog.org.dd16522.kasserver.com/blog_cp_20_progress/wp-content/uploads/2010/04/arduino_20070627.jpg" alt="arduino_20070627" width="500" height="375" /></a><br />
It is possible to connect the ARDUINO with ActionScript 3 application. Since the FlashPlayer is a Client-based technology it has no rights to connect to Devices other than webcam or microphone. To get in contact with the ARDUINO environment we need to use a local SocketServer, a small tool, that simulates streamlike In/Output.</p>
<p>All this knowledge is collected in a very good working library called AS3Glue.<br />
have a look over here: <a href="http://code.google.com/p/as3glue/">http://code.google.com/p/as3glue/</a></p>
<p>Echt Klasse!<br />
<a href="http://www.kasperkamperman.com/blog/arduino/arduino-flash-communication-as3/">www.kasperkamperman.com</a><br />
Glue is an ActionScript 3.0 library that enables communication between Flash and Arduino boards with Firmata. Since Flash cannot interface the serial port directly we’ll use Serialproxy in between. Serialproxy converts incoming serial data the XMLsocket data.</p>
<p><a href="http://www.arduino.cc/playground/Interfacing/Flash">http://www.arduino.cc/playground/Interfacing/Flash</a><br />
A Flash Socket Library: Actionscript code in flash that accepts and interprets the data coming in from the network socket. You can do this yourself, but why? &#8211; most people use an existing codebase.</p>
<p>1. Download AS3Glue.<br />
2. Get the latest Firmata 2.0 for your ARDUINO and Upload it.<br />
3. Configurate serproxy.exe for your environment.<br />
4. open the flash tutorial of AS3Glue.<br />
5. yeah!</p>
<p>Some good intruductions into Flash/Arduino can be found at <a href="http://protolab.pbworks.com/As3glueReference">PROTOLABS over here</a></p>
<p>Here is a small <a href="http://ifdblog.org/blog_cp_20_progress/wp-content/downloads/A_mini+SERVO.rar">TUTORIAL</a> to get in touch with the AS3Glue libary. Download the complete folder and unpack it.</p>
<ol>
<li> you need to configurate your serproxy.exe to make it all work. This means to find out which com port the ARDUINO board uses on your machine. Then edit the serproxy.cfg file.</li>
<li>open the flash project an edit the com port too &#8211; this should be the same as in the serproxy.cfg &#8211; take care, that you allways use the 57600 baud rate. otherwise the communication wil fail.</li>
<li>execute the flash project. the ARDUINO should initialize now and some data sould be shown.</li>
<li>connect a sensor at pin0 and a servo on DPin 9 and let it rock.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ifdblog.org/toolbox/?feed=rss2&#038;p=203</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
