<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>robots.net blog for kelaar</title>
    <link>http://robots.net/person/kelaar/</link>
    <description>robots.net blog for kelaar</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Wed, 19 Jun 2013 04:55:11 GMT</pubDate>
    <item>
      <pubDate>Sun, 29 Feb 2004 11:02:53 GMT</pubDate>
      <title>29 Feb 2004</title>
      <link>http://robots.net/person/kelaar/diary.html?start=7</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=7</guid>
      <description>My marionette came today.  FedEx is cool and actually brings stuff when I'm 
home, unlike UPS who comes three times when I'm not forcing me to go pick 
it up in time I don't have.  So yes, Marionette and no servos.  And now that I 
have the marionette, I'm not quite sure how to attach the servos to it.  My 
original idea looks like it won't work.  I'd hate to change tracks entirely, but I 
just might have to.</description>
    </item>
    <item>
      <pubDate>Sat, 21 Feb 2004 17:47:08 GMT</pubDate>
      <title>21 Feb 2004</title>
      <link>http://robots.net/person/kelaar/diary.html?start=6</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=6</guid>
      <description>Well, no luck getting Proce55ing to work with my stamp yet.  The serial 
connection just doesn't seem to be initializing.  I guess it's either back to 
Director, on forward to C++.  But that's daunting.  Of course, it would be a 
worthwhile language to learn.  Anyway...

&lt;p&gt; Ordered my marionette yesterday, as well as four servos to control it.  They 
will hopefully all show up middle of next week.  Then I can at least get some 
push-button controls working.  'Bout time, I think.

&lt;p&gt; Next step is to go pick up some scrap metal to build the framework with.  
Drew some rather sketchy plans to get an idea of what to do.  I'm going to 
include slots on the top so the servos are adjustable.  But I'm waiting for all of 
this until the parts show up, so I can build it to correct proportion.</description>
    </item>
    <item>
      <pubDate>Sun, 11 Jan 2004 10:31:04 GMT</pubDate>
      <title>11 Jan 2004</title>
      <link>http://robots.net/person/kelaar/diary.html?start=5</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=5</guid>
      <description>I am back now, ready to get started on my project.  Addie and I haven't 
had time to meet in person, but have talked a bit online.  We are 
hopefully meeting with our professor next Friday.  I might have had time 
for more this week, but I just finished eight days in a row of work, with 
school on top of that.  While working at the school bookstore has its 
perks, the first week of the term is definitely not one of them.  It was 
amazing to find myself trying to find ways to avoid being around people 
and hide.

&lt;p&gt; But enough of that.  I'm ready for serious robotics work this term.  
Anyone have suggestions on where to pick up supplies for building 
armatures?</description>
    </item>
    <item>
      <pubDate>Tue, 16 Dec 2003 05:45:58 GMT</pubDate>
      <title>16 Dec 2003</title>
      <link>http://robots.net/person/kelaar/diary.html?start=4</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=4</guid>
      <description>Yeah, break time for now.  Time for a visit to the family and a random 
trip to Canada.  Then it's back to the grindstone at work and school.  I'll 
hopefully have some pictures to at least link to of plans for the puppets 
at some point soon.  </description>
    </item>
    <item>
      <pubDate>Sat, 6 Dec 2003 18:37:18 GMT</pubDate>
      <title>6 Dec 2003</title>
      <link>http://robots.net/person/kelaar/diary.html?start=3</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=3</guid>
      <description>I succeeded in having my stamp interface with Director.  I used "mini 
snap action" switches from LKG Industries to control a search routine my 
friend Chris wrote using Lingo.  Each button determined a different area 
of the U.S. to search for data.  T'was quite fun, despite the amount of 
time Addie and I spent debugging things (digging through Chris' code).  
Or maybe because of that process.  Ah, critical thinking.

&lt;p&gt; Over my winter vacation, when I'm not working that is, I'll be 
learning PHP, MySQL, and &lt;a href="http://
www.proce55ing.net/" &gt;Proce55ing&lt;/a&gt;.  I think we might try to write a 
program in Proce55ing to interface 
with the puppets we'll be building.  It would be nice to run them with 
something less bloated than Director.</description>
    </item>
    <item>
      <pubDate>Tue, 25 Nov 2003 05:21:20 GMT</pubDate>
      <title>25 Nov 2003</title>
      <link>http://robots.net/person/kelaar/diary.html?start=2</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=2</guid>
      <description>No time to work on things today.  Hopefully tomorrow in class I'll get 
together with my partner and have a stab at solving the bugs with serial 
communication.

&lt;p&gt; Later -- took a couple minutes and the bug was gone.  Don' know where 
it came from, something that will be looked into, but at least I can get 
on with making use of the connection.</description>
    </item>
    <item>
      <pubDate>Sun, 23 Nov 2003 18:00:12 GMT</pubDate>
      <title>23 Nov 2003</title>
      <link>http://robots.net/person/kelaar/diary.html?start=1</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=1</guid>
      <description>I just succeeded in making Macromedia Director write random letters to 
my basic stamp which then echos them back to Director.  Some 
strangeness in the communication as two control characters I'm sending 
aren't showing up in Director.  Here's the BS2 code:

&lt;p&gt; &lt;p&gt; '{$STAMP BS2}
 s var byte
Main:
'** pause 6000
serin 16,84,500,go,[dec s]	
debug dec s
debug "5"
s = 0
debug "Done"
end

&lt;p&gt; &lt;p&gt; go:
debug "No Data", CR
goto Main

&lt;p&gt; &lt;p&gt; I used s as a variable for simplicity.  Will likely change it to 
something 
more descriptive like "SerData".

&lt;p&gt; &lt;p&gt; Hmm... just noticed that end should be goto Main.  Now I'm curious 
why 
the program is working at all.

&lt;p&gt; Turns out the "Serin" command, when given dec in the variable section, 
searches for decimal numbers until a non-decimal character shows up.  
Why then is it debugging the result out?  It must keep gathering data 
and let the program move on?  But then, why aren't "5" and "Done" 
showing up?  Hmm.... Mysterious.</description>
    </item>
    <item>
      <pubDate>Sun, 23 Nov 2003 08:49:24 GMT</pubDate>
      <title>23 Nov 2003</title>
      <link>http://robots.net/person/kelaar/diary.html?start=0</link>
      <guid>http://robots.net/person/kelaar/diary.html?start=0</guid>
      <description>Today marked my first successful connection between my Basic Stamp 2 
and my Powerbook.  I'm able to read from the stamp, but not yet write 
to it with success.  Wrote a small program for the stamp that should 
have echoed back the string that the PC wrote to it, but sent back 
garbage.  I have a feeling it's due to the timing of the data transfer.</description>
    </item>
  </channel>
</rss>
