Shop OBEX P1 Docs P2 Docs Learn Events
Arm Wrist/Gripper Uses 9-gram servos - Page 2 — Parallax Forums

Arm Wrist/Gripper Uses 9-gram servos

2»

Comments

  • ercoerco Posts: 20,255
    edited 2012-03-04 18:22
    Thanks Martin_H.

    My favorite discovery was that I didn't have to individually map each block's starting location since the servo has a fairly linear mechanical response to PULSIN value. The keyboard function yields a=1, b=2, c=3, etc. The shoulder rotate servo (which selects the letter) is very simply controlled by this pulsout value

    pulsout (255-(letter*7))

    Thus block A is at pulsout 248, B is at pulsout 241, C is at pulsout 234, etc. No big surprise, Z is at pulsout 73. You can visually tell from the block spacing that everything worked out quite well.
  • ercoerco Posts: 20,255
    edited 2012-03-05 20:08
    Robot arm = art?

    armhang.jpg


    Might not catch on everywhere, but I think it looks kinda neat hanging on a wall. I must admit that storing robot projects after the fact is problematic and I intentionally kept this arm & arena small and tidy looking for this very purpose.
    653 x 490 - 33K
  • Duane DegnDuane Degn Posts: 10,588
    edited 2012-03-05 20:11
    That arm wants to be a wall clock. I can hear it saying so from here.

    I keep hoping to make a robot that will put my other robot projects away for me.

    Dang it. Now I can hear my robot arm calling out to me.
  • TtailspinTtailspin Posts: 1,326
    edited 2012-03-05 21:01
    Thats cool erco, it looks professional. I will have to grab a copy of Robot magizine...
    I bet the twins were happy to get their wooden blocks back...
  • ercoerco Posts: 20,255
    edited 2012-03-06 09:21
    Thanks guys, but I gotta come clean. The only reason the arm works is because I harnessed the mystical power of the ancient Anasazi of Chaco Canyon. I shaped the base to match the floor plan of Pueblo Bonito, which allows the sun and moon gods to control the servos. Man, did those Anasazi ever know their cosmic cycles and pulsouts.
    912 x 684 - 328K
    900 x 584 - 167K
  • ercoerco Posts: 20,255
    edited 2012-03-15 08:46
    Programming scripts using an IR remote as a teach pendant...
  • ercoerco Posts: 20,255
    edited 2012-04-19 09:13
    The "other guys" like my arm. I won their monthly submission contest, and the prize is ... another robot!

    http://www.picaxe.com/Project-Gallery
  • mindrobotsmindrobots Posts: 6,506
    edited 2012-04-19 09:30
    A PICAXE 20M????? Blasphemer!!!!

    Seriously, congrats! This one deserves to win again and again......its caligraphic offspring deserves a few prizes too!
  • Martin_HMartin_H Posts: 4,051
    edited 2012-04-19 09:35
    Congrats Erco.
  • ercoerco Posts: 20,255
    edited 2012-04-19 09:48
    mindrobots wrote: »
    A PICAXE 20M????? Blasphemer!!!!

    Seriously, congrats! This one deserves to win again and again......its caligraphic offspring deserves a few prizes too!

    Oh, caligraphy! I like it! But that's beyond the capabilities of a BS2. It may finally be time for erco to bite the bullet and make the jump...




    To a BS2E with lots more memory! :)
  • Duane DegnDuane Degn Posts: 10,588
    edited 2012-04-19 12:16
    erco wrote: »
    To a BS2E with lots more memory! :)

    Come on, we know there are bigger bullets to be bitten.

    Edit: And you wont find it in the "Stamp Collection".
  • PublisonPublison Posts: 12,366
    edited 2012-04-19 13:12
    PICAXE? Disown or embrace?

    I vote embrace. Nice job erco!

    Jim
  • Martin_HMartin_H Posts: 4,051
    edited 2012-04-19 13:15
    The BS2e is a pretty nice microcontroller. I've never used up its 16 K of EEPROM and while the RAM plus scratch pad is small compared to the Propeller or Arduino, it is generally adequate for processing sensor data and pulsing a few servos. It's a mostly no surprises environment with the lack of multiple tasks and 16 bit semi-unsigned math is the major downside.
  • ercoerco Posts: 20,255
    edited 2012-04-19 13:25
    One of the big reasons I still crank out Stamp projects is 'cuz I have a big drawer full of them. I stocked up on 20x BS2Es years back when Parallax blew them out for $17. One batch wasn't rated for sub-zero commercial environments, so they disposed of the evidence! Not a dealbreaker here in southern California. I also have several BS2 Homework boards left over from teaching college courses. Parallax's Jim Carrey kindly donated those way back when, and so I like to give back a bit and use 'em in high visibility projects, like the printer and my balancebot from last year. But I'm also amassing a collection of several Propeller quickstarts, Spin Stamps, and a shiny new PropBoE, so I better jump on that train before I get run down by it.
  • Cubuntu28Cubuntu28 Posts: 7
    edited 2012-04-19 23:15
    What a great thread! I enjoyed watching the videos as the project progressed! Awesome job!
  • ratronicratronic Posts: 1,451
    edited 2012-04-20 08:23
    erco when you are ready to jump on that train (it is not as big as a jump as I think you believe) I will help you any way I can. Give me something you want to do with Stamp code and I will turn it into Propeller code with an explanation between the two. Although I know that feeling about using up what you have first. But hey you also have Propellers now too! Come on make the jump and make Ken proud he finally convinced you. Besides you have too many Stamps to ever put them away!

    Edit: There should be some kind of tutorial showing Propeller examples of Stamp commands that would help alot and then people can further explore the capabilties of the Propeller at thier leasure.
  • PublisonPublison Posts: 12,366
    edited 2012-04-20 09:34
    ratronic wrote: »


    Edit: There should be some kind of tutorial showing Propeller examples of Stamp commands that would help alot and then people can further explore the capabilties of the Propeller at thier leasure.

    I think the "BS2 Functions" by Martin Hebel is a great tutorial on making the transition from BS2 to Propeller:

    http://obex.parallax.com/objects/30/

    Jim
  • ratronicratronic Posts: 1,451
    edited 2012-04-20 10:46
    Edit: I looked at the BS2 Functions and you are right Jim it does give explainations but I am thinking of the more simple Stamp commands to Propeller commands for a beginner to compare with.
  • Matt GillilandMatt Gilliland Posts: 1,406
    edited 2012-05-17 09:37
    But, compared to where I am, you're at the front of the pack sir!
    -MattG
  • ercoerco Posts: 20,255
    edited 2012-05-22 11:28
    BTW, more pics, construction info & code online at http://find.botmag.com/051206
Sign In or Register to comment.