<?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>Gepatto Blog &#187; Arduino</title>
	<atom:link href="http://blog.gepatto.nl/category/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gepatto.nl</link>
	<description>Who needs a tagline anyway?</description>
	<lastBuildDate>Mon, 17 May 2010 13:34:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Arduino a compass, serialproxy and Unity3d</title>
		<link>http://blog.gepatto.nl/2009/11/18/arduino-a-compass-serialproxy-and-unity3d/</link>
		<comments>http://blog.gepatto.nl/2009/11/18/arduino-a-compass-serialproxy-and-unity3d/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:56:52 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Combining Technologies]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=204</guid>
		<description><![CDATA[I have been trying to connect my arduino to Unity3d 2.6 on both OSX and Windows. Unfortunately the implementation of the SerialPort in the version of mono that Unity is using is broken on OSX. I did have succes on windows, once I found out that the mono-serialport doesn&#8217;t support events and therefore is synchronous!! [...]]]></description>
			<content:encoded><![CDATA[<p>I have been trying to connect my arduino to Unity3d 2.6 on both OSX and Windows.<br />
Unfortunately the implementation of the SerialPort in the version of mono that Unity is using is broken on OSX.<br />
I did have succes on windows, once I found out that the mono-serialport doesn&#8217;t support events and therefore is synchronous!!<br />
The best way would be to use a native plugin, but that would mean you would have to use the Non-Free Pro version of Unity.<br />
So.. In comes Tinkerproxy and  Sockets. Using a socket to relay the serial-data also means that you don&#8217;t need Unity to be on the same machine as the arduino.<br />
I even managed to read the sensor data directly from an arduino with an ethernet shield!</p>
<p>So what happens if take a compass module and tie it to the y-rotation of a camera..<br />
well here is a video of me sitting on a desk chair with my laptop and the compass on an seeeduino.<br />
[ sometimes macbook interferes with the compass! especially when I placed the compass over the HD ]</p>
<p><span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/UgYFstG9JkY&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/UgYFstG9JkY&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=UgYFstG9JkY">www.youtube.com/watch?v=UgYFstG9JkY</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2009/11/18/arduino-a-compass-serialproxy-and-unity3d/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash now talking to breadboard prototype</title>
		<link>http://blog.gepatto.nl/2009/07/29/flash-now-talking-to-breadboard-prototype/</link>
		<comments>http://blog.gepatto.nl/2009/07/29/flash-now-talking-to-breadboard-prototype/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:21:04 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Combining Technologies]]></category>
		<category><![CDATA[Flash & More]]></category>
		<category><![CDATA[Merapi]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[ukulele]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=172</guid>
		<description><![CDATA[The Guys from Merapi pointed me towards their AS3-only branch on SVN. It took me while the get my test running, mainly because I forgot to use the registerClassAlias function in flash, which ended up in Java not recognizing my messages. After a succesful test, I quickly hacked a swf-module that could be loaded into [...]]]></description>
			<content:encoded><![CDATA[<p>The Guys from Merapi pointed me towards their AS3-only branch on SVN.<br />
It took me while the get my test running, mainly because I forgot to use the registerClassAlias function in flash, which ended up in Java not recognizing my messages.</p>
<p>After a succesful test, I quickly hacked a swf-module that could be loaded into version 2 of the Ukulele Chord Finder ( version 1 can be found at <a title="Ukulele ChordFinder" href="http://www.ukulele.nl" target="_blank">http://www.ukulele.nl </a>) that we have under development.<br />
So now we can talk to Merapi Straight from the browser.</p>
<p>I also managed to turn the Java Side of the Merapi-Bridge into a Mac application.<br />
So here&#8217;s a video of the things I made.</p>
<p>[See post to watch Flash video]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2009/07/29/flash-now-talking-to-breadboard-prototype/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>First breadboard prototype finished</title>
		<link>http://blog.gepatto.nl/2009/07/19/first-breadboard-prototype-finished/</link>
		<comments>http://blog.gepatto.nl/2009/07/19/first-breadboard-prototype-finished/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 09:18:23 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Combining Technologies]]></category>
		<category><![CDATA[Flash & More]]></category>
		<category><![CDATA[Merapi]]></category>
		<category><![CDATA[arduino merapi]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=161</guid>
		<description><![CDATA[Well, it took a lot of wires but here&#8217;s the first breadboard prototype: On the left we have an Arduino Decimila with a prototypeshield on top. The prototypeshield contains a max7221 ic 2 capacitors and a resistor. The breadboard contains 64 leds in a 8&#215;8 matrix. I was aiming for a 4&#215;16 setup, but there [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it took a lot of wires but here&#8217;s the first breadboard prototype:</p>
<div id="attachment_163" class="wp-caption alignnone" style="width: 650px"><a href="http://blog.gepatto.nl/wp-content/uploads/2009/07/max7221_proto_1a.jpg" rel="shadowbox[post-161];player=img;"><img class="size-full wp-image-163" title="max7221_proto_1a" src="http://blog.gepatto.nl/wp-content/uploads/2009/07/max7221_proto_1a.jpg" alt="The Arduino with Protoshield and Breadboard with ledmatrix " width="640" height="426" /></a>
<p class="wp-caption-text">The Arduino with Protoshield and Breadboard with ledmatrix </p>
</div>
<p>On the left we have an Arduino Decimila with a prototypeshield on top.<br />
The prototypeshield contains a max7221 ic 2 capacitors and a resistor.<br />
The breadboard contains 64 leds in a 8&#215;8 matrix.<br />
I was aiming for a 4&#215;16 setup, but there was no way I could get the wiring done on one 1 breadboard.</p>
<div id="attachment_162" class="wp-caption alignnone" style="width: 650px"><a href="http://blog.gepatto.nl/wp-content/uploads/2009/07/max7221_proto_1.jpg" rel="shadowbox[post-161];player=img;"><img class="size-full wp-image-162" title="max7221_proto_1" src="http://blog.gepatto.nl/wp-content/uploads/2009/07/max7221_proto_1.jpg" alt="The 8x8 ledmatrix" width="640" height="427" /></a>
<p class="wp-caption-text">The 8&#215;8 ledmatrix</p>
</div>
<p>So far this is just a worked out example of : <a href="http://www.arduino.cc/playground/Main/MAX72XXHardware" target="_blank">http://www.arduino.cc/playground/Main/MAX72XXHardware</a></p>
<p>The Arduino is now running a simple loop.<br />
Next stop is writing an intelligent layer like firmata.<br />
<strong>So more to come soon&#8230;&#8230;</strong></p>
<p>[See post to watch Flash video]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2009/07/19/first-breadboard-prototype-finished/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
