Reply To Thread
Results 1 to 8 of 8
  1. Collapse Details
    Pololu Micro Serial Servo Controller
    #1
    Join Date
    May 2009
    Location
    Miamisburg, OH
    Posts
    30


    Anyone have any experience with the Pololu micro controller? We are working on a project that will require random movements from three servos that will loop.

    Thanks MUCH in advance,

    Steve
    Reply With Quote
     

  2. Collapse Details
    #2
    Atom058 is offline Werewolf
    Join Date
    Jun 2009
    Location
    Ft. Walton Beach, FL
    Posts
    77
    Hello - I have not had any experience with their controller, but I have had them do some laser-cutting for me and they did a great job! Anyway, I built a random 3-axis servo controller that sounds like it will do what you are looking for. Here it is in action:

    http://s1006.photobucket.com/albums/...-Axis%20Skull/
    Reply With Quote
     

  3. Collapse Details
    #3
    Snake Eyes037 is offline Crypt Keeper
    Join Date
    Feb 2010
    Location
    Coral Gables, Fl.
    Posts
    117
    I have had experience with them very briefly and you have to find a way to constantly reset them. If you go to their web site you will see that they are pushing customers to go in the direction with their Maestro version of the serial controller. They have the 6, 12, and more channels of that line and from what I've read customers are happy with that line of their serial servo controller.
    Reply With Quote
     

  4. Collapse Details
    #4
    Join Date
    May 2009
    Location
    Miamisburg, OH
    Posts
    30
    Atom058,

    Nice work. Is there any way to use your controller without continuous motion? I need random movements that stop and hold position. I may have missed it somewhere but did you build the sound to servo board as well?

    SnakeEyes,

    Good call on the Maestro....totally missed it! Do you think the Maestro version will take away the need to reset all the time?

    Steve
    Reply With Quote
     

  5. Collapse Details
    #5
    Atom058 is offline Werewolf
    Join Date
    Jun 2009
    Location
    Ft. Walton Beach, FL
    Posts
    77
    Steve - My controller is really 3 individual PICs that are each controlling a single servo. Each PIC has provisions for setting and saving the min and max limits of movement as well as the speed of movement. It sounds like you are wanting the movement of all 3 servos to stop every X seconds for X seconds (X to be set with another pot or X could be random, as well). Right now, the board will not do that as each PIC is running independently of the other. However, it would be easy to add a 4th PIC that would take care of reading the timing pots and then toggling a common control line that the other PICs would monitor. When the line goes high, everyone move. When it goes low, everyone stop.
    Reply With Quote
     

  6. Collapse Details
    #6
    dpeterson's Avatar
    dpeterson is offline Werewolf
    Join Date
    Aug 2008
    Location
    Chicago (soon)
    Posts
    89
    I curious what you mean by "have to reset them all the time"? Could you elaborate a bit?
    David Peterson
    Reply With Quote
     

  7. Collapse Details
    #7
    Halstaff's Avatar
    Halstaff is offline The Great Pumpkin
    Join Date
    Nov 2009
    Location
    San Diego, CA
    Posts
    512
    Not sure if this would do what you are looking for but I used Fritz42's VLC picaxe controller -
    http://www.ipprofessional.com.au/VLC...Controller.pdf
    It is running the 3 servos that control the head movement of my butler -
    http://www.youtube.com/user/halstaff.../9/qyBHcqzYGTs
    I'm just learning the programming and still have some work to do to get the movement how I want it but with a little work and $10 I was able to have a servo driver for all 3 servos.
    Reply With Quote
     

  8. Collapse Details
    #8
    Snake Eyes037 is offline Crypt Keeper
    Join Date
    Feb 2010
    Location
    Coral Gables, Fl.
    Posts
    117
    Here is a quote from a Pololu forum in regards to the 8-servo serial controller:

    Hello,

    There is no way to recover from an error on the serial 8-servo controller without a reset.

    On the Maestro, if an error occurs, you have various options about what it should do - basically either ignoring it or going to a home position that is individually configurable for each channel. Your software can additionally monitor which errors have occurred in case you want to do something else or just to clear the flags to make the red LED turn off. There is more information in the user's guide.

    CRC is a persistent configuration option that does not require USB to be connected.

    So to answer your question from the above you can program the Maestro what to do in the event if an error occurs. With the serial 8 servo controller you could not. In my case I got tired of resetting and went back to the ssc-32 until I got past this Halloween. Now I want to improve by upgrading my current servo control card to possibly DMX for 2011.
    Reply With Quote
     

Reply To Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts