Shop OBEX P1 Docs P2 Docs Learn Events
Electronic Speed Control??? — Parallax Forums

Electronic Speed Control???

ArchiverArchiver Posts: 46,084
edited 2001-05-07 18:33 in General Discussion
I have a question? Has anyone successfully used a Basic
Stamp with an Electronic Speed Control? (used with RC Cars)?

I am having an issue of accuracy with the servo running the
manual speed control. I give it a pulse one direction and an
equal amount in the opposite direction, however; it never comes
to rest in the same place. Which makes the manual speed
control useless.

If no one has used one with the Basic Stamp, does anyone
believe that you could possibly use it in conjuntion with the Basic
Stamp??

Best regards,
Karl

Email me directly at martin@d...

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-05-07 17:54
    Firstly, motors will run better in one direction than the other at full
    power, especially if they drive gears.

    Secondly, they will stop differently going different directions. This may
    also have to do with weight shift and traction as far as driving a vehicle.

    You may have to tinker with the code to come up with some timing to make the
    car go forward and back the same distance.

    Original Message

    > I have a question? Has anyone successfully used a Basic
    > Stamp with an Electronic Speed Control? (used with RC Cars)?
    >
    > I am having an issue of accuracy with the servo running the
    > manual speed control. I give it a pulse one direction and an
    > equal amount in the opposite direction, however; it never comes
    > to rest in the same place. Which makes the manual speed
    > control useless.
    >
    > If no one has used one with the Basic Stamp, does anyone
    > believe that you could possibly use it in conjuntion with the Basic
    > Stamp??
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-07 18:04
    Yes I am aware of this. That is not my question though. I am
    only talking about the servo not rotating back to the same
    position. I have been monkeying around with the code and
    cannot come up with the right timing for the servo to move the
    speed control forward and backwards and end up in the same
    position each time.

    Karl

    --- In basicstamps@y..., Rodent <daweasel@s...> wrote:
    > Firstly, motors will run better in one direction than the other at
    full
    > power, especially if they drive gears.
    >
    > Secondly, they will stop differently going different directions.
    This may
    > also have to do with weight shift and traction as far as driving a
    vehicle.
    >
    > You may have to tinker with the code to come up with some
    timing to make the
    > car go forward and back the same distance.
    >
    >
    Original Message
    >
    > > I have a question? Has anyone successfully used a Basic
    > > Stamp with an Electronic Speed Control? (used with RC
    Cars)?
    > >
    > > I am having an issue of accuracy with the servo running the
    > > manual speed control. I give it a pulse one direction and an
    > > equal amount in the opposite direction, however; it never
    comes
    > > to rest in the same place. Which makes the manual speed
    > > control useless.
    > >
    > > If no one has used one with the Basic Stamp, does anyone
    > > believe that you could possibly use it in conjuntion with the
    Basic
    > > Stamp??
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-07 18:21
    Assuming you are running a true servo and not a motor, you have to allow
    sufficient time for the servo to get to where you told it to go. In other
    words, you have to send the command to the servo more times to get it to go
    from 0 to 90 degrees than from 0 to 45 degrees. Some servos may take longer
    to travel one direction than the other, so you may have to factor this in
    also.

    Original Message

    > Yes I am aware of this. That is not my question though. I am
    > only talking about the servo not rotating back to the same
    > position. I have been monkeying around with the code and
    > cannot come up with the right timing for the servo to move the
    > speed control forward and backwards and end up in the same
    > position each time.
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-07 18:33
    sefiroth@h... wrote:

    > I have a question? Has anyone successfully used a Basic
    > Stamp with an Electronic Speed Control? (used with RC Cars)?

    > The ESC will work fine with the stamp. Treat it like a servo. You only need
    > the control wire and ground, the power is usually an output fron the ESC
    > and should not be hooked up. You will have to play with the settings if you
    > are using one with reverse on it . The point at wich it quits braking and
    > goes into reverse varies somewhat on the different brands of ESC's.
Sign In or Register to comment.