<?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>Online Cortex &#187; Gadget</title>
	<atom:link href="http://www.huginn.com/knuth/blog/tag/gadget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huginn.com/knuth/blog</link>
	<description>Thoughts on Science and Technology</description>
	<lastBuildDate>Fri, 23 Sep 2011 03:17:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My First Google Gadget</title>
		<link>http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/</link>
		<comments>http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 00:40:26 +0000</pubDate>
		<dc:creator>drknuth</dc:creator>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[Birds]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Inventions]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bird of the Daym Birdplanner]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/</guid>
		<description><![CDATA[I have just submitted my first Google Gadget. It is called Bird of the Day, and it simply presents a photo of a new bird species each day. The photo is a public domain image from Wikipedia, and I link back to it so that you can get more information. Here it is: You can [...]]]></description>
			<content:encoded><![CDATA[<p>I have just submitted my first <a href="http://code.google.com/apis/gadgets/">Google Gadget</a>.<br />
It is called <a target="_blank" href="http://www.google.com/ig/adde?hl=en&amp;moduleurl=http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml&amp;source=imag">Bird of the Day</a>, and it simply presents a photo of a new bird species each day. The photo is a public domain image from <a href="http://www.wikipedia.org/">Wikipedia</a>, and I link back to it so that you can get more information.</p>
<p>Here it is:</p>
<p><script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml&amp;up_bkgcolor=White&amp;synd=open&amp;w=320&amp;h=200&amp;title=Bird+of+the+Day&amp;border=http%3A%2F%2Fgmodules.com%2Fig%2Fimages%2F&amp;output=js"></script>You can put it on your <a target="_blank" href="http://www.google.com/ig">iGoogle</a> page by <a target="_blank" href="http://www.google.com/ig/adde?hl=en&amp;moduleurl=http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml&amp;source=imag">clicking here&#8230;</a></p>
<p>I am going to write a few other versions that will complement my <a href="http://birdplanner.com/index.php">BirdPlanner.com</a> site. The first will be a modification of the above where the user can enter their latitude and longitude to get birds that are present in that locale. That way people can prepare for their birdwatching trips.</p>
<p>I will also try writing one which is a Bird Identification Quiz. It will be a multiple choice quiz. I can vary the difficulty by sampling from birds of the same genus, from the same family, or from the whole set of birds.</p>
<p>This is a fun way for me to become familiar with the computational technology. The google gadget is just an XML file. The tag &lt;Module&gt; identifies it as a Google Gadget.</p>
<p>The remaining XML has three parts:</p>
<ol>
<li><font face="Courier New">&lt;ModulePrefs&gt;</font>, which encodes the properties of the gadget.</li>
<li><font face="Courier New">&lt;UserPref&gt;</font>, which encodes the user information.</li>
<li><font face="Courier New">&lt;Content&gt;</font>, which encodes the content.</li>
</ol>
<p>My gadget is pretty straightforward.  There are no User Preferences, so I just have the first and last sections. </p>
<p>You can look at the <a target="_blank" href="http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml">xml code here</a>.  You will see that the workhorse of the content section is a php file that emits an html file.  In this case the gadget simply holds a simple web page.</p>
<p>In the future, I will write more details about how all of this works.</p>
<p>Kevin Knuth<br />
Albany NY<br />
<script>          f(clean);</script></p>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=My%20First%20Google%20Gadget%20-%20http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=My%20First%20Google%20Gadget&body=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&title=My%20First%20Google%20Gadget"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;notes=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;srcURL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;srcTitle=Online+Cortex+Thoughts+on+Science+and+Technology"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;source=Online+Cortex+Thoughts+on+Science+and+Technology&amp;summary=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;Title=My%20First%20Google%20Gadget"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-171'), event, 'post-171')" onMouseOver="more(this,'post-171')"><img style='margin-top:9px' src='http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-171')" id="sociable-post-171" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;bodytext=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;annotation=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=My%20First%20Google%20Gadget&amp;URL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;selection=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget&amp;s=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-171',true)" class="close">
		  <img onclick="hide_sociable('post-171',true)" title="close" src="http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="My First Google Gadget - http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/ (via #sociablesite)" data-url="http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/"></script></li><li id="Digg_Counter"><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href='http://digg.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget'  class='DiggThisButton DiggCompact'></a></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>12 Output LEGO Motor Multiplexer</title>
		<link>http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/</link>
		<comments>http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 05:34:32 +0000</pubDate>
		<dc:creator>drknuth</dc:creator>
				<category><![CDATA[Inventions]]></category>
		<category><![CDATA[Lego]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[creation]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[invention]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[motor]]></category>
		<category><![CDATA[multiplexer]]></category>
		<category><![CDATA[NXT]]></category>

		<guid isPermaLink="false">http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/</guid>
		<description><![CDATA[Some of the limitations of the LEGO NXT system are related to the fact that, without electronic multiplexers, one can only control three motors with the NXT brick.  This individual introduces a mechanical NXT multiplexer that uses two motors but provides 12 outputs!  I have thought about linear designs of this sort, but a rotary design [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the limitations of the LEGO NXT system are related to the fact that, without electronic multiplexers, one can only control three motors with the NXT brick.  This individual <a target="_blank" href="http://www.youtube.com/watch?v=A0TpLKijRIs">introduces a mechanical NXT multiplexer</a> that uses two motors but provides 12 outputs! </p>
<p><object width="350" height="288"><param name="movie" value="http://www.youtube.com/v/A0TpLKijRIs"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/A0TpLKijRIs" type="application/x-shockwave-flash" wmode="transparent" width="350" height="288"></embed></object></p>
<p>I have thought about linear designs of this sort, but a rotary design is much more practical. Very nice.</p>
<p>An elegant <a target="_blank" href="http://nxtasy.org/2006/09/10/worm-gear-motor-multiplexer/">worm-gear multiplexer</a> submitted to <a target="_blank" href="http://nxtasy.org/">nxtasy.org</a> by Guy Ziv provides another solution in the event that your two outputs do not need to change direction.</p>
<p>Kevin Knuth<br />
Albany NY</p>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=12%20Output%20LEGO%20Motor%20Multiplexer%20-%20http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;t=12%20Output%20LEGO%20Motor%20Multiplexer"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=12%20Output%20LEGO%20Motor%20Multiplexer&body=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&title=12%20Output%20LEGO%20Motor%20Multiplexer"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer&amp;notes=Some%20of%20the%20limitations%20of%20the%20LEGO%20NXT%20system%20are%20related%20to%20the%20fact%20that%2C%20without%20electronic%20multiplexers%2C%C2%A0one%20can%20only%20control%20three%20motors%20with%20the%20NXT%20brick.%C2%A0%20This%20individual%20introduces%20a%20mechanical%20NXT%20multiplexer%20that%20uses%20two%20motors%20but%20pr"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer&amp;srcURL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;srcTitle=Online+Cortex+Thoughts+on+Science+and+Technology"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer&amp;source=Online+Cortex+Thoughts+on+Science+and+Technology&amp;summary=Some%20of%20the%20limitations%20of%20the%20LEGO%20NXT%20system%20are%20related%20to%20the%20fact%20that%2C%20without%20electronic%20multiplexers%2C%C2%A0one%20can%20only%20control%20three%20motors%20with%20the%20NXT%20brick.%C2%A0%20This%20individual%20introduces%20a%20mechanical%20NXT%20multiplexer%20that%20uses%20two%20motors%20but%20pr"></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;Title=12%20Output%20LEGO%20Motor%20Multiplexer"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-95'), event, 'post-95')" onMouseOver="more(this,'post-95')"><img style='margin-top:9px' src='http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-95')" id="sociable-post-95" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;t=12%20Output%20LEGO%20Motor%20Multiplexer"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer&amp;bodytext=Some%20of%20the%20limitations%20of%20the%20LEGO%20NXT%20system%20are%20related%20to%20the%20fact%20that%2C%20without%20electronic%20multiplexers%2C%C2%A0one%20can%20only%20control%20three%20motors%20with%20the%20NXT%20brick.%C2%A0%20This%20individual%20introduces%20a%20mechanical%20NXT%20multiplexer%20that%20uses%20two%20motors%20but%20pr"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer&amp;annotation=Some%20of%20the%20limitations%20of%20the%20LEGO%20NXT%20system%20are%20related%20to%20the%20fact%20that%2C%20without%20electronic%20multiplexers%2C%C2%A0one%20can%20only%20control%20three%20motors%20with%20the%20NXT%20brick.%C2%A0%20This%20individual%20introduces%20a%20mechanical%20NXT%20multiplexer%20that%20uses%20two%20motors%20but%20pr"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;t=12%20Output%20LEGO%20Motor%20Multiplexer"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=12%20Output%20LEGO%20Motor%20Multiplexer&amp;URL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Some%20of%20the%20limitations%20of%20the%20LEGO%20NXT%20system%20are%20related%20to%20the%20fact%20that%2C%20without%20electronic%20multiplexers%2C%C2%A0one%20can%20only%20control%20three%20motors%20with%20the%20NXT%20brick.%C2%A0%20This%20individual%20introduces%20a%20mechanical%20NXT%20multiplexer%20that%20uses%20two%20motors%20but%20pr"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer&amp;selection=Some%20of%20the%20limitations%20of%20the%20LEGO%20NXT%20system%20are%20related%20to%20the%20fact%20that%2C%20without%20electronic%20multiplexers%2C%C2%A0one%20can%20only%20control%20three%20motors%20with%20the%20NXT%20brick.%C2%A0%20This%20individual%20introduces%20a%20mechanical%20NXT%20multiplexer%20that%20uses%20two%20motors%20but%20pr"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;t=12%20Output%20LEGO%20Motor%20Multiplexer&amp;s=Some%20of%20the%20limitations%20of%20the%20LEGO%20NXT%20system%20are%20related%20to%20the%20fact%20that%2C%20without%20electronic%20multiplexers%2C%C2%A0one%20can%20only%20control%20three%20motors%20with%20the%20NXT%20brick.%C2%A0%20This%20individual%20introduces%20a%20mechanical%20NXT%20multiplexer%20that%20uses%20two%20motors%20but%20pr"></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-95',true)" class="close">
		  <img onclick="hide_sociable('post-95',true)" title="close" src="http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="12 Output LEGO Motor Multiplexer - http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/ (via #sociablesite)" data-url="http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/"></script></li><li id="Digg_Counter"><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href='http://digg.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F08%2F23%2F12-output-lego-motor-multiplexer%2F&amp;title=12%20Output%20LEGO%20Motor%20Multiplexer'  class='DiggThisButton DiggCompact'></a></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.huginn.com/knuth/blog/2007/08/23/12-output-lego-motor-multiplexer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LEGO NXT Rocker-Bogie Suspension</title>
		<link>http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/</link>
		<comments>http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 06:59:00 +0000</pubDate>
		<dc:creator>drknuth</dc:creator>
				<category><![CDATA[Exploration]]></category>
		<category><![CDATA[Intelligent Systems]]></category>
		<category><![CDATA[Inventions]]></category>
		<category><![CDATA[Lego]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[invention]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[motor]]></category>
		<category><![CDATA[Robot]]></category>
		<category><![CDATA[Rocker-Bogie]]></category>
		<category><![CDATA[rover]]></category>

		<guid isPermaLink="false">http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/</guid>
		<description><![CDATA[I have just uploaded three videos of a LEGO NXT rover that uses the rocker-bogie suspension system employed by the current Mars rovers.  This design is based heavily on the design presented by Brian Bagnall in his book Maximum Lego NXT: Building Robots with Java Brains I described the rocker-bogie suspension system in a previous post.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have just uploaded three videos of a LEGO NXT rover that uses the rocker-bogie suspension system employed by the current Mars rovers.  This design is based heavily on the design presented by Brian Bagnall in his book <a href="http://www.amazon.com/gp/product/0973864915?ie=UTF8&amp;tag=onlicort-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0973864915">Maximum Lego NXT: Building Robots with Java Brains</a><img border="0" width="1" src="http://www.assoc-amazon.com/e/ir?t=onlicort-20&amp;l=as2&amp;o=1&amp;a=0973864915" height="1" style="margin: 0px; border: medium none" /></p>
<p>I described the rocker-bogie suspension system in a <a target="_blank" href="http://www.huginn.com/knuth/blog/2007/05/18/building-lego-robots-with-java-brains/">previous post</a>.  The idea originated with the bogie, which is a set of six wheels on a train designed in such a way to keep all the wheels on a curved track.  The innovation here is to add rockers allowing the wheels to move up and down independently.  This enables the rover to handle extremely rough terrain, and as I demonstrate, climb barriers higher than the wheels themselves.  A more detailed description can be found on <a target="_blank" href="http://www.magneticpie.com/LEGO/techNotes/MecTherMob.html#MacTherMob">BrickVista Tech-Notes</a>.</p>
<p>The first demo was filmed in my brother&#8217;s backyard in Wisconsin where he had just put in a fence.  The terrain is relatively rough with bumps and dips with sizes on the order of the diameter of the rover&#8217;s wheels.</p>
<p><object width="350" height="288"><param name="movie" value="http://www.youtube.com/v/cfcMI-yGuhg"></param> <embed src="http://www.youtube.com/v/cfcMI-yGuhg" type="application/x-shockwave-flash" width="350" height="288"></embed></object></p>
<p>The second demo was filmed in my office in the Physics Department at the University at Albany.  Here the rover climbs a pile of some of my favorite books.  Several of the book heights are on the order of the diameter of the wheels themselves.  Watch how the rockers allow the wheels to climb independently.</p>
<p><object width="350" height="288"><param name="movie" value="http://www.youtube.com/v/ns3FW0JfytY"></param> <embed src="http://www.youtube.com/v/ns3FW0JfytY" type="application/x-shockwave-flash" width="350" height="288"></embed></object></p>
<p>The third demo was filmed in the access road just outside the Physics Department.  A small parking barrier, approximately the height of a curb, is the obstacle to be overcome.  The rover is able to climb the barrier, and the rocker-bogie suspension allows its wheels to hug the barrier as it rolls over.  The rover then heads off towards a small tree&#8230; perhaps in search of life. </p>
<p><object width="350" height="288"><param name="movie" value="http://www.youtube.com/v/tmsB_OJutAY"></param> <embed src="http://www.youtube.com/v/tmsB_OJutAY" type="application/x-shockwave-flash" width="350" height="288"></embed></object></p>
<p>We improved on the design by increasing the torque on the tires (decreasing the speed) and by replacing the front drive shafts with a gear system.  Long LEGO axles tend to take a good deal of torsion and store this energy like a spring.  This leads to oscillatory motions in the wheels.  In addition, the coupling was too weak to enable our rover to climb the desired obstacles, and our gear system overcomes this.  Another way we found to overcome the torsion of long drive shafts is to construct a shaft out of small axles joined by axle connectors.</p>
<p>There are more improvements to be made.  One design flaw is that the front wheels are too powerful and sometimes lift the entire front end of the rover without allowing the rockers to rotate.  This is because the back wheels are also progressing a given rate of speed and for the rockers to rotate, these wheels would have to slow down.  A properly-placed differential should solve this problem.</p>
<p>In the meantime, this basic rover design is sufficiently robust for outdoor exploration.</p>
<p>Below are several books of potential interest.</p>
<p>Kevin Knuth<br />
Albany NY</p>
<table>
<tr>
<td><iframe scrolling="no" frameBorder="0" src="http://rcm.amazon.com/e/cm?t=onlicort-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0973864915&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginHeight="0" marginWidth="0" align="middle" style="width: 120px; height: 240px"></iframe></td>
<td><iframe scrolling="no" frameBorder="0" src="http://rcm.amazon.com/e/cm?t=onlicort-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0262201623&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginHeight="0" marginWidth="0" style="width: 120px; height: 240px"></iframe></td>
</tr>
<tr>
<td><iframe scrolling="no" frameBorder="0" src="http://rcm.amazon.com/e/cm?t=onlicort-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0198568320&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginHeight="0" marginWidth="0" style="width: 120px; height: 240px"></iframe></td>
<td><iframe scrolling="no" frameBorder="0" src="http://rcm.amazon.com/e/cm?t=onlicort-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0831110848&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginHeight="0" marginWidth="0" style="width: 120px; height: 240px"></iframe></td>
</tr>
</table>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=LEGO%20NXT%20Rocker-Bogie%20Suspension%20-%20http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;t=LEGO%20NXT%20Rocker-Bogie%20Suspension"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=LEGO%20NXT%20Rocker-Bogie%20Suspension&body=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&title=LEGO%20NXT%20Rocker-Bogie%20Suspension"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;notes=I%20have%20just%20uploaded%20three%20videos%20of%20a%20LEGO%20NXT%20rover%20that%20uses%20the%20rocker-bogie%20suspension%20system%20employed%20by%20the%20current%20Mars%20rovers.%C2%A0%20This%20design%20is%20based%20heavily%20on%20the%20design%20presented%20by%20Brian%20Bagnall%20in%20his%20book%20Maximum%20Lego%20NXT%3A%20Building%20Rob"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;srcURL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;srcTitle=Online+Cortex+Thoughts+on+Science+and+Technology"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;source=Online+Cortex+Thoughts+on+Science+and+Technology&amp;summary=I%20have%20just%20uploaded%20three%20videos%20of%20a%20LEGO%20NXT%20rover%20that%20uses%20the%20rocker-bogie%20suspension%20system%20employed%20by%20the%20current%20Mars%20rovers.%C2%A0%20This%20design%20is%20based%20heavily%20on%20the%20design%20presented%20by%20Brian%20Bagnall%20in%20his%20book%20Maximum%20Lego%20NXT%3A%20Building%20Rob"></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;Title=LEGO%20NXT%20Rocker-Bogie%20Suspension"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-78'), event, 'post-78')" onMouseOver="more(this,'post-78')"><img style='margin-top:9px' src='http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-78')" id="sociable-post-78" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;t=LEGO%20NXT%20Rocker-Bogie%20Suspension"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;bodytext=I%20have%20just%20uploaded%20three%20videos%20of%20a%20LEGO%20NXT%20rover%20that%20uses%20the%20rocker-bogie%20suspension%20system%20employed%20by%20the%20current%20Mars%20rovers.%C2%A0%20This%20design%20is%20based%20heavily%20on%20the%20design%20presented%20by%20Brian%20Bagnall%20in%20his%20book%20Maximum%20Lego%20NXT%3A%20Building%20Rob"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;annotation=I%20have%20just%20uploaded%20three%20videos%20of%20a%20LEGO%20NXT%20rover%20that%20uses%20the%20rocker-bogie%20suspension%20system%20employed%20by%20the%20current%20Mars%20rovers.%C2%A0%20This%20design%20is%20based%20heavily%20on%20the%20design%20presented%20by%20Brian%20Bagnall%20in%20his%20book%20Maximum%20Lego%20NXT%3A%20Building%20Rob"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;t=LEGO%20NXT%20Rocker-Bogie%20Suspension"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;URL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=I%20have%20just%20uploaded%20three%20videos%20of%20a%20LEGO%20NXT%20rover%20that%20uses%20the%20rocker-bogie%20suspension%20system%20employed%20by%20the%20current%20Mars%20rovers.%C2%A0%20This%20design%20is%20based%20heavily%20on%20the%20design%20presented%20by%20Brian%20Bagnall%20in%20his%20book%20Maximum%20Lego%20NXT%3A%20Building%20Rob"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;selection=I%20have%20just%20uploaded%20three%20videos%20of%20a%20LEGO%20NXT%20rover%20that%20uses%20the%20rocker-bogie%20suspension%20system%20employed%20by%20the%20current%20Mars%20rovers.%C2%A0%20This%20design%20is%20based%20heavily%20on%20the%20design%20presented%20by%20Brian%20Bagnall%20in%20his%20book%20Maximum%20Lego%20NXT%3A%20Building%20Rob"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;t=LEGO%20NXT%20Rocker-Bogie%20Suspension&amp;s=I%20have%20just%20uploaded%20three%20videos%20of%20a%20LEGO%20NXT%20rover%20that%20uses%20the%20rocker-bogie%20suspension%20system%20employed%20by%20the%20current%20Mars%20rovers.%C2%A0%20This%20design%20is%20based%20heavily%20on%20the%20design%20presented%20by%20Brian%20Bagnall%20in%20his%20book%20Maximum%20Lego%20NXT%3A%20Building%20Rob"></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-78',true)" class="close">
		  <img onclick="hide_sociable('post-78',true)" title="close" src="http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="LEGO NXT Rocker-Bogie Suspension - http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/ (via #sociablesite)" data-url="http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/"></script></li><li id="Digg_Counter"><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href='http://digg.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F06%2F24%2Flego-nxt-rocker-bogie-suspension%2F&amp;title=LEGO%20NXT%20Rocker-Bogie%20Suspension'  class='DiggThisButton DiggCompact'></a></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.huginn.com/knuth/blog/2007/06/24/lego-nxt-rocker-bogie-suspension/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

