<?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>theducks.org &#187; arduino</title>
	<atom:link href="http://theducks.org/category/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://theducks.org</link>
	<description>geeky rambling</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:51:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta1</generator>
		<item>
		<title>arduino rgb ethernet light :D</title>
		<link>http://theducks.org/2009/05/arduino-rgb-ethernet-light/</link>
		<comments>http://theducks.org/2009/05/arduino-rgb-ethernet-light/#comments</comments>
		<pubDate>Sun, 24 May 2009 14:06:58 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[crosspost]]></category>
		<category><![CDATA[Gibbering]]></category>

		<guid isPermaLink="false">http://theducks.org/?p=67</guid>
		<description><![CDATA[Some time ago (October), I saw Philips Livingcolour lamps and thought they were awesome and I should make one. I did some thinking, and decided not to re-invent the wheel, and make some changes.]]></description>
			<content:encoded><![CDATA[<p>Some time ago (October), I saw Philips Livingcolour lamps and thought they were awesome and I should make one. I did some thinking, and decided not to re-invent the wheel, and make some changes.</p>
<p><a href="http://www.flickr.com/photos/theducks/3559678814/"><img src="http://farm4.static.flickr.com/3580/3559678814_b9c6aac018.jpg?v=0" alt="Arduino with Ethernet and MaxM" /></a></p>
<p>So I made one, that is ethernet connected and can be controlled by a webpage :) I used an <a href="http://www.arduino.cc/">Arduino</a>, with an <a href="http://www.nkcelectronics.com/nkc-ethernet-shield-for-arduino-mega--duemilanove--diecimila-diy-kit.html">NKC Ethernet board</a> (standard Arduino Ethernet compatible, <a href="http://www.ekitszone.com/index.php?main_page=product_info&#038;products_id=3">don&#8217;t use this one</a>), and a BlinkM MaxM.</p>
<p><a href="http://www.flickr.com/photos/theducks/3558974261/"><img src="http://farm4.static.flickr.com/3645/3558974261_1b6a447242.jpg?v=0" alt="RGB Ethernet Arduino, in use" /></a></p>
<p>I bought a couple of <a href="http://blinkm.thingm.com">BlinkM&#8217;s and MaxM&#8217;s</a> from sparkfun. And they are fun. </p>
<p>And the best thing, I didn&#8217;t have to write much code at all. <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1238498454">Thanks to this guy</a>. It needed some poking to run in the Arduino IDE, but eventually got there. Problem now is is that I have about 26 bytes of spare space on the Arduino. I just hope I&#8217;m not using the optimised Ethernet library yet. </p>
]]></content:encoded>
			<wfw:commentRss>http://theducks.org/2009/05/arduino-rgb-ethernet-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One more thing..</title>
		<link>http://theducks.org/2009/05/one-more-thing/</link>
		<comments>http://theducks.org/2009/05/one-more-thing/#comments</comments>
		<pubDate>Tue, 05 May 2009 08:45:57 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[crosspost]]></category>

		<guid isPermaLink="false">http://new.theducks.org/2009/05/one-more-thing/</guid>
		<description><![CDATA[The MaxM&#8217;s aren&#8217;t as bright as I hoped. Just as well I have two of them ;) For my reference though, this is the flickr photostream of the guy who invented them.]]></description>
			<content:encoded><![CDATA[<p>The MaxM&#8217;s aren&#8217;t as bright as I hoped. Just as well I have two of them ;) For my reference though, <a href="http://www.flickr.com/photos/todbot/3021653282/in/set-72157605675213625/">this is the flickr photostream</a> of the guy who invented them. </p>
]]></content:encoded>
			<wfw:commentRss>http://theducks.org/2009/05/one-more-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduinos</title>
		<link>http://theducks.org/2009/05/arduinos/</link>
		<comments>http://theducks.org/2009/05/arduinos/#comments</comments>
		<pubDate>Tue, 05 May 2009 08:44:50 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[crosspost]]></category>

		<guid isPermaLink="false">http://new.theducks.org/2009/05/arduinos/</guid>
		<description><![CDATA[My BlinkMs and MaxMs finally arrived last night. Very cool. It does however seem that sketch that lets the scheduler communicate with them only runs on Arduino 0012, while the sketch for my Ethernet shield only runs on Arduino 0015. Which brings me to some self beration over buying that shield. I bought the older [...]]]></description>
			<content:encoded><![CDATA[<p>My BlinkMs and MaxMs finally arrived last night. Very cool. It does however seem that sketch that lets the scheduler communicate with them only runs on Arduino 0012, while the sketch for my Ethernet shield only runs on Arduino 0015.</p>
<p>Which brings me to some self beration over buying that shield. I bought the older style ENC28J60 shields, rather than the much nicer Wiznet 500 ones. Oh well, I&#8217;ll just buy one of those instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://theducks.org/2009/05/arduinos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

