<?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;2 tiny motors&amp;rdquo;</title>
 <link>http://letsmakerobots.com/taxonomy/term/131</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;img src=&quot;http://letsmakerobots.com/files/field_primary_image/IMG_3435.JPG&quot; alt=&quot;IMG_3435.JPG&quot; title=&quot;&quot; width=&quot;2272&quot; height=&quot;1704&quot; /&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;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;/p&gt;&lt;hr size=&quot;2&quot; width=&quot;100%&quot; /&gt;&lt;p&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;/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&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;2&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>
 <media:content url="http://video.google.com/googleplayer.swf?docId=-6154034533075077289&amp;amp;hl=en" 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>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://letsmakerobots.com/crss/node/101</wfw:commentRss>
 <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>
<item>
 <title>Little 8</title>
 <link>http://letsmakerobots.com/node/87</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;img src=&quot;http://letsmakerobots.com/files/field_primary_image/adasdf.jpg&quot; alt=&quot;adasdf.jpg&quot; title=&quot;&quot; width=&quot;800&quot; height=&quot;600&quot; /&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;Very cheap but fun little beginners robot. It think&amp;#039; it has a brains within a Picaxe 8&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;From building big, nasty, with large shovel, 2 cores, multiple sensors, soundsystem etc, I got tired of that.. and decided to see what fun I could have with a little Picaxe 8 on a board ($16, total prize for robot is about $40).&lt;/p&gt;&lt;p&gt;Version II of this fella here: &lt;a href=&quot;/node/101&quot;&gt;http://letsmakerobots.com/node/101&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;i&gt;I have since recieved some interest in how to build this extremely easy and cheap robot, and so I hereby transform this post to a small and simple tutorial:&lt;/i&gt;&lt;/p&gt;&lt;hr size=&quot;2&quot; width=&quot;100%&quot; /&gt;&lt;p&gt;&lt;b&gt;Shopping list:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;b&gt;Can be bought from Picaxe:&lt;/b&gt;&lt;/i&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;1&lt;b&gt;&lt;/b&gt;&lt;a href=&quot;http://194.201.138.187/epages/Store.storefront/?ObjectPath=/Shops/Store.TechSupplies/Products/AXE023&quot;&gt;axe023&lt;/a&gt; Is just plu&#039;n play all in one, no soldering needed, just a screwdriver, use the manual that comes with the board. &lt;/li&gt;&lt;li&gt;1 &lt;a href=&quot;http://194.201.138.187/epages/Store.storefront/?ObjectPath=/Shops/Store.TechSupplies/Products/AXE027&quot;&gt;USB Download Cable &lt;/a&gt;if you do not have one allready.&lt;/li&gt;&lt;li&gt;1 (free) &lt;a href=&quot;http://www.rev-ed.co.uk/picaxe/software.htm&quot;&gt;Programming editor &lt;/a&gt;&lt;/li&gt;&lt;li&gt;1 &lt;a href=&quot;http://194.201.138.187/epages/Store.storefront/?ObjectPath=/Shops/Store.TechSupplies/Products/REG002&quot;&gt;5V Voltage regulator&lt;/a&gt; &lt;a href=&quot;/node/88&quot;&gt;Read more and see how to connect here&lt;/a&gt;&lt;/li&gt;&lt;li&gt;2 &lt;a href=&quot;http://194.201.138.187/epages/Store.storefront/?ObjectPath=/Shops/Store.TechSupplies/Products/SEN050&quot;&gt;&amp;quot;bumper-switches&amp;quot;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;i&gt;&lt;b&gt;You can get this from anywhere:&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;1 9V battery&lt;/li&gt;&lt;li&gt;Some sticks and something to cut them&lt;/li&gt;&lt;li&gt;Screwdriver&lt;/li&gt;&lt;li&gt;Soldering iron and led&lt;/li&gt;&lt;li&gt;Some pieces of wire and something to cut it with&lt;/li&gt;&lt;li&gt;Some different types of glue or tape etc&lt;/li&gt;&lt;li&gt;a table-tennis ball and a knife to cut it &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;- And then you need some motors with wheels. &lt;a href=&quot;/node/90&quot;&gt;I recomend these, used in my robot.&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;hr size=&quot;2&quot; width=&quot;100%&quot; /&gt;&lt;p&gt;I like the challenge of only having 8 pins and 128 bytes of code etc. But be aware; you get a funny robot, but it is blind, can only sense a bumper in front, and you really do not have much memory in it etc. &lt;/p&gt;&lt;p&gt;What I did after building this, was i set it up with Easy Radio serial wireless input on the only pin left for anything. This made it possible to control this little robot by another robot, which opens new windows etc.&lt;/p&gt;&lt;p&gt;Some friends and i in our local club also had a contest of making it draw the number 8 on a piece of paper with a marker glued to its back.. Good fun little fast and chep robot! &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;/files/userpics/u4/IMG_3399.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3399.jpg&quot; /&gt;&lt;br /&gt;A stick, some switches, and a sliced up table-tennis-sized ball for &amp;quot;the third wheel&amp;quot;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;/files/userpics/u4/IMG_3397.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3397.jpg&quot; /&gt;&lt;br /&gt;To get the 9V down to 5V, I use a &lt;a href=&quot;/node/88&quot;&gt;voltage regulator&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;/files/userpics/u4/IMG_3400.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3400.jpg&quot; /&gt;&lt;br /&gt;I was just mounting with some glue, the strips just tohold things in place..&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;/files/userpics/u4/IMG_3401_0.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3401_0.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;/files/userpics/u4/IMG_3403.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3403.jpg&quot; /&gt;&lt;br /&gt;An &lt;span style=&quot;font-family:arial, sans-serif;&quot;&gt;angle grinder &lt;/span&gt;may look like an extreme tool for such a small job - but I use it quite often. Just turn it on, hold it steady against something, and anything you stick in there is just vanishing, nice and smooth - compared to cutting such small parts. I also use it for acrylic (Plexiglass), again it is perfect to make little cuts and markings.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;/files/userpics/u4/IMG_3414.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3414.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt;Just follow the instructions that comes with the board - it cannot be more simple, hook up the 2 motors. &lt;/p&gt;&lt;p&gt;The motors I recomend are incredible! Fast and strong, even though I only feed them 3.5V due to the 1.5V drop from the Motor Driver. So I actually had to make a &amp;quot;tale-bumper&amp;quot; (red square) as it was lifting the front a little too much :D With the bumper on it turned out quite cool, as it is just as capable of navigating on only the rear-wheels.. there is nothing else but a glider in front anyway.&lt;/p&gt;&lt;p&gt; &lt;img src=&quot;/files/userpics/u4/IMG_3406.jpg&quot; height=&quot;375&quot; width=&quot;500&quot; alt=&quot;IMG_3406.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt;All needed now is some code and the battery.&lt;/p&gt;&lt;p&gt;TIP: Get rechargeable batteries (and a recharger) - Or you will soon have used as much on batteries as on the Robot itself!&lt;/p&gt;&lt;p&gt;REMEMBER: If you make anything like this, to take a picture and show me :) &lt;/p&gt;&lt;p&gt;Here is the code used in the robot on the video. Don&#039;t mind that the names of the sub-routines does not make sense to you. Fact is that nothing in this code makes much sense, it was just the fun I had at the time when I shoot the video :)&lt;/p&gt;&lt;p&gt;I will have a closer look at this soon, but on request, here the code from the video: &lt;/p&gt;&lt;hr size=&quot;2&quot; width=&quot;100%&quot; /&gt;&lt;p&gt;symbol fw = 20&lt;br /&gt;symbol bc = 200&lt;br /&gt;&lt;br /&gt;b0= 175&lt;br /&gt;&lt;br /&gt;&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;&lt;br /&gt;dav:&lt;br /&gt;random w5&lt;br /&gt;&lt;br /&gt;for w3 = 0 to w5&lt;br /&gt;if pin3 = 1 then&lt;br /&gt;gosub bum&lt;br /&gt;end if&lt;br /&gt;next w3&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;b0= b0 +1&lt;br /&gt;random w5&lt;br /&gt;if b0 &amp;lt; w5 then goto hest&lt;br /&gt;&lt;br /&gt;random w5&lt;br /&gt;if w5 &amp;gt; fw then&lt;br /&gt;high 1 low 0&#039;ForwardRight&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;random w5&lt;br /&gt;if w5 &amp;gt; fw then&lt;br /&gt;high 4 low 2&#039;ForwardLeft&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;hest:&lt;br /&gt;&lt;br /&gt;random w5&lt;br /&gt;if w5 &amp;gt; bc then&lt;br /&gt;high 2 low 4&#039;ReverseLeft&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;random w5&lt;br /&gt;if w5 &amp;gt; bc then&lt;br /&gt;high 0 low 1&#039;ReverseRight&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;goto dav&lt;br /&gt;&lt;br /&gt;bum:&lt;br /&gt;w4 = 32212 &lt;br /&gt;return&lt;br /&gt;&lt;br /&gt;high 2 low 4 high 0 low 1&#039;Reverse&lt;br /&gt;pause 300&lt;br /&gt;if b0 &amp;gt; 175 then&lt;br /&gt;    high 1 low 0&#039;ForwardRight&lt;br /&gt;    high 2 low 4&#039;ReverseLeft&lt;br /&gt;else&lt;br /&gt;    high 4 low 2&#039;ForwardLeft&lt;br /&gt;    high 0 low 1&#039;ReverseRight&lt;br /&gt;end if&lt;br /&gt;pause 300&lt;br /&gt;&lt;br /&gt;b0 = 175&lt;br /&gt;return&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;$40&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=4241696844469373371&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=4241696844469373371&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;!--[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=2273672102893596200&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=2273672102893596200&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;2&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/87#comments</comments>
 <category domain="http://letsmakerobots.com/taxonomy/term/142">axe023</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/140">cheap</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/69">fun</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/130">mini</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/141">picaxe8</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/135">1 switch (2 paralel coupled)</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/36">Basic</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/136">in scenes and rings</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/7">indoor</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/56">Picaxe</category>
 <category domain="http://letsmakerobots.com/taxonomy/term/132">picaxe 8</category>
 <media:content url="http://video.google.com/googleplayer.swf?docId=4241696844469373371&amp;amp;hl=en" type="application/x-shockwave-flash" medium="video" expression="full" duration="7" width="320" height="266"> <media:thumbnail url="http://video.google.com/ThumbnailServer2?app=vss&amp;amp;contentid=e93489b1a4c7a12&amp;amp;offsetms=5000&amp;amp;itag=w320&amp;amp;lang=en&amp;amp;sigh=6Aa4HX94KWJH6pez1Gzut_f5Pbk" height="240" width="320" />
</media:content>
 <media:content url="http://video.google.com/googleplayer.swf?docId=2273672102893596200&amp;amp;hl=en" type="application/x-shockwave-flash" medium="video" expression="full" duration="23" width="320" height="266"> <media:thumbnail url="http://video.google.com/ThumbnailServer2?app=vss&amp;amp;contentid=654cb14f2441bf6e&amp;amp;offsetms=5000&amp;amp;itag=w320&amp;amp;lang=en&amp;amp;sigh=vFm-_v1yFdQlkSumrB_LDXjUwFk" height="240" width="320" />
</media:content>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://letsmakerobots.com/crss/node/87</wfw:commentRss>
 <enclosure url="http://letsmakerobots.com/files/field_primary_image/adasdf.jpg" length="61596" type="image/jpeg" />
 <pubDate>Sat, 16 Feb 2008 16:06:59 +0100</pubDate>
 <dc:creator>fritsl</dc:creator>
 <guid isPermaLink="false">87 at http://letsmakerobots.com</guid>
</item>
</channel>
</rss>
