Shop OBEX P1 Docs P2 Docs Learn Events
OBEX For Prop Servo — Parallax Forums

OBEX For Prop Servo

NWCCTVNWCCTV Posts: 3,629
edited 2013-01-27 12:22 in Propeller 1
Which OBEX would I need to be able to use the 6 Servo connections on a Prop Boe?

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2013-01-20 16:10
    Just use Servo32v7 in the Prop Tool's library.

    It's the object I use whether I'm driving one or 32 servos.

    JonnyMac also has a servo driver in the OBEX (I haven't used it myself) which should work fine with the PropBOE.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2013-01-20 18:20
    Great. Thanks Duane
  • NWCCTVNWCCTV Posts: 3,629
    edited 2013-01-22 15:11
    Duane Degn wrote: »
    Just use Servo32v7 in the Prop Tool's library.

    .

    So I can connect my Servos directly to the Servo connections on the Prop BOE without anything else, correct?

    Also, Can I use an 8V Wall Wart for power to the Prop OE instead of batteries?
  • Beau SchwabeBeau Schwabe Posts: 6,566
    edited 2013-01-22 15:22
    "So I can connect my Servos directly to the Servo connections on the Prop BOE without anything else, correct?" - for short runs (less than 1 foot) yes. Anything longer it is recommended to place a 1k to 4.7k resistor in series with the servo signal line to lessen any antenna effects that can cause 'servo jitter' problems.
  • Duane DegnDuane Degn Posts: 10,588
    edited 2013-01-22 15:25
    NWCCTV wrote: »
    So I can connect my Servos directly to the Servo connections on the Prop BOE without anything else, correct?

    Also, Can I use an 8V Wall Wart for power to the Prop OE instead of batteries?

    As long as the jumpers next to the servo connections are set to "5V". And yes a wall wart is fine.

    I put heat shrink tubing over the 9V connector after having a barrel connector short to "+" connector.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2013-01-22 15:34
    . Anything longer it is recommended to place a 1k to 4.7k resistor in series with the servo signal line to lessen any antenna effects that can cause 'servo jitter' problems.

    OK. I guess I need to find some female headers or shorter jumper wires with the female end on one side.
  • Duane DegnDuane Degn Posts: 10,588
    edited 2013-01-22 17:04
    NWCCTV wrote: »
    OK. I guess I need to find some female headers or shorter jumper wires with the female end on one side.

    For what it's worth, I just about never use a series resistor with my Propeller / servo projects (including my hexapod).
  • NWCCTVNWCCTV Posts: 3,629
    edited 2013-01-22 17:29
    Duane Degn wrote: »
    For what it's worth, I just about never use a series resistor with my Propeller / servo projects (including my hexapod).

    Do you notice any of the "jitter"Beau mentioned?
  • Duane DegnDuane Degn Posts: 10,588
    edited 2013-01-22 19:38
    NWCCTV wrote: »
    Do you notice any of the "jitter"Beau mentioned?

    I don't think so. I've had lots of problems that look like "jitter" but so far I've always tracked down the problem to being a bug in my movement algorithm which causes the servo to jump from one place to another without making a smooth transition from one position to the other.

    Another common problem I've had is with power systems not being able to meet the current demands of multilple servos as the start to move.

    I have had at least one brand of servo that wouldn't recognize the 3.3V logic with a series resistor (IIRC it was a 4.7K resistor) but the servo would recognize the 3.3V logic without the resistor. My present philosophy about resistors on servo signal lines is to not use them unless I experience the jitter Beau mentioned. So far, I haven't seen a need for them in my projects.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2013-01-22 19:41
    Thanks Duane. I will keep that in mind.
  • w8anw8an Posts: 176
    edited 2013-01-27 12:22
    You might try using a ferrite bead on your signal lines if you experience the antenna effect mentioned above. It will suppress the unwanted high frequencies (noise) without reducing your signal voltage as a resistor will.
Sign In or Register to comment.