<?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; Merapi</title>
	<atom:link href="http://blog.gepatto.nl/category/merapi/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>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>
