<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://letsmakerobots.com" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
 <title>Content in &amp;ldquo;via joystick&amp;rdquo;</title>
 <link>http://letsmakerobots.com/taxonomy/term/147</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en-DA</language>
<item>
 <title>Little 8R</title>
 <link>http://letsmakerobots.com/node/101</link>
 <description>&lt;div class=&quot;field field-type-image field-field-primary-image&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Primary image&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;&lt;a href=&quot;/node/101&quot;&gt;&lt;img src=&quot;http://letsmakerobots.com/files/imagecache/robot_thumb/files/field_primary_image/IMG_3435.JPG&quot; alt=&quot;IMG_3435.JPG&quot; title=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-text field-field-what-does-it-do&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;What does it do?&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;Shows how far you can get with very few and cheap materials&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;b&gt;Ok, I can now proudly present part II of the &lt;a href=&quot;/node/87&quot;&gt;&amp;quot;Little 8&amp;quot;-project&lt;/a&gt;!&lt;/b&gt;&lt;/p&gt;&lt;p&gt;All I did was actually to cut the bumper&#039;s wire, place a &lt;a href=&quot;/node/77&quot;&gt;&lt;span&gt;&lt;b&gt;ER900RS-02&lt;/b&gt;&lt;/span&gt;&lt;/a&gt; instead of it (tried to have both, but nogo), fire up my old joystick Black Box.. and camera.. and go :D (20 minutes max)&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;/files/userpics/u4/IMG_3434.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3434.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;The code in it:&lt;/p&gt;&lt;p&gt;&lt;i&gt; &#039;What is recieved for any 9 possible positions of jopystick + 2 buttons:&lt;br /&gt; &#039;ABC&lt;br /&gt;&#039;DSF&lt;br /&gt;&#039;GHI&lt;br /&gt; &#039;X Y&lt;br /&gt; &#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;&#039;high 0,1,2,4&#039; set all pins conected to motor as output pins&lt;br /&gt; &#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;high 0,1,2,4&lt;br /&gt; main:&lt;/b&gt;&lt;br /&gt;&lt;b&gt; serin 3, T2400, b0&lt;br /&gt; select case b0&lt;/b&gt;&lt;br /&gt;&lt;i&gt;&#039;case &amp;quot;X&amp;quot; - not used to save memory in Picaxe 08, tricks are performed with trick-data send from outside&lt;br /&gt;&#039;case &amp;quot;Y&amp;quot; - not used to save memory in Picaxe 08, tricks are performed with trick-data send from outside&lt;/i&gt;&lt;br /&gt;&lt;b&gt; case &amp;quot;B&amp;quot;&lt;br /&gt;     let pins = %00010010&lt;/b&gt;&lt;br /&gt;&lt;b&gt; case &amp;quot;C&amp;quot;&lt;/b&gt;&lt;i&gt;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;     let pins = %00010000&lt;br /&gt;&lt;/b&gt;&lt;b&gt;case &amp;quot;A&amp;quot;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;let pins = %00000010&lt;br /&gt;case &amp;quot;F&amp;quot;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;let pins = %00010001&lt;br /&gt;&lt;/b&gt;&lt;b&gt;case &amp;quot;D&amp;quot;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;let pins = %00000110&lt;br /&gt;&lt;/b&gt;&lt;b&gt;case &amp;quot;H&amp;quot;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;let pins = %00000101&lt;br /&gt;&lt;/b&gt;&lt;b&gt;case &amp;quot;G&amp;quot;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;let pins = %00000100&lt;br /&gt;&lt;/b&gt;&lt;b&gt;case &amp;quot;I&amp;quot;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;let pins = %00000001&lt;br /&gt; else&lt;/b&gt; &lt;i&gt;&#039;Case &amp;quot;S&amp;quot; for &amp;quot;Stop&amp;quot;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;let pins = %00000000&lt;br /&gt; endselect&lt;br /&gt; goto main&lt;/b&gt;&lt;br /&gt;&lt;i&gt; &#039; There you go - total drive-control in every way from serial input..in 104 bytes out of 128 possible with Picaxe8.. 24 bytes left ;)&lt;/i&gt;&lt;/p&gt;&lt;br /&gt;- So all tricks and everything is actually made in my magic black box, which is esentially an old joystick with an Easy Radio, Picaxe28, LCD, some nots etc.. From that I send all the commands, and so i just press &amp;quot;Fire&amp;quot; on the joystick to make it spin 360, the other button to do another trick, turn a not and make ajustements etc :)&lt;p&gt; &lt;/p&gt;&lt;hr size=&quot;2&quot; width=&quot;100%&quot; /&gt;So.. Now little 8 can be controlled by a picaxe28 with an EA on it. Well.. Now another robot is going to be just that, and so another robot will control Little 8 :) .. I think ;)&lt;br /&gt;&lt;p&gt; &lt;/p&gt;
&lt;div class=&quot;field field-type-number-decimal field-field-cost-to-build&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Cost to build&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;$50,00&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-video-cck field-field-em-video&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Embedded video&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
          &lt;div class=&quot;field-item&quot;&gt;&lt;!--[if !IE]&gt; &lt;--&gt;
  &lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;
  data=&quot;http://video.google.com/googleplayer.swf?docId=-6154034533075077289&quot;&gt;
  &lt;!--&gt; &lt;![endif]--&gt;
&lt;!--[if IE]&gt;
  &lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;
  classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
  codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;
  &lt;![endif]--&gt;
&lt;param name=&quot;movie&quot; value=&quot;http://video.google.com/googleplayer.swf?docId=-6154034533075077289&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;
    &lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;
    &lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
    &lt;param name=&quot;scale&quot; value=&quot;noScale&quot; /&gt;
    &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
    &lt;param name=&quot;salign&quot; value=&quot;TL&quot; /&gt;
    &lt;param name=&quot;FlashVars&quot; value=&quot;playerMode=embedded&quot; /&gt;
    &lt;p&gt;Your browser is not able to display this multimedia content.&lt;/p&gt;
  &lt;/object&gt;&lt;/div&gt;
          &lt;div class=&quot;field-item&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;field-item&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;field-item&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-number-integer field-field-finished-project&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Finished project&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;Complete&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-number-integer field-field-locomotor-number&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Number&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-number-decimal field-field-time-to-build&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Time to build&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;5 hours&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-text field-field-locomotion-type&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Type&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;wheels&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-link field-field-url-more-info&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;URL to more information&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
          &lt;div class=&quot;field-item&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;field field-type-number-integer field-field-weight&quot;&gt;
  &lt;h3 class=&quot;field-label&quot;&gt;Weight&lt;/h3&gt;
  &lt;div class=&quot;field-items&quot;&gt;
      &lt;div class=&quot;field-item&quot;&gt;75 grams&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://letsmakerobots.com/node/101#comments</comments>
 <category domain="http://letsmakerobots.com/taxonomy/term/140">cheap</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/83">Easy Radio</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/129">picaxe 8</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/82">Radio control</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/131">2 tiny motors</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/134">5v regulator</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/133">9v battery</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/146">Easy Radio wireless</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/56">Picaxe</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/132">picaxe 8</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/24">Picaxe basic</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/147">via joystick</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://letsmakerobots.com/crss/node/101</wfw:commentRss>
 <media:content url="http://video.google.com/googleplayer.swf?docId=-6154034533075077289&amp;amp;hl=en&amp;amp;fs=true" type="application/x-shockwave-flash" medium="video" expression="full" duration="59" width="320" height="266"> <media:thumbnail url="http://video.google.com/ThumbnailServer2?app=vss&amp;amp;contentid=938b383a9690675a&amp;amp;offsetms=5000&amp;amp;itag=w320&amp;amp;lang=en&amp;amp;sigh=eMz5U0gnSnqYz3q6o8X6X8_kdH4" height="240" width="320" />
</media:content>
 <enclosure url="http://letsmakerobots.com/files/field_primary_image/IMG_3435.JPG" length="1357954" type="image/jpeg" />
 <pubDate>Mon, 18 Feb 2008 16:40:04 +0100</pubDate>
 <dc:creator>fritsl</dc:creator>
 <guid isPermaLink="false">101 at http://letsmakerobots.com</guid>
</item>
</channel>
</rss>
