Announcement

Collapse
No announcement yet.

Reverse a Servo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Reverse a Servo

    On regular RC controllers you can reverse a servo channel. Is there a way to do this with this controller? I have two servos that face each other, so their arms move in opposite directions from each other. I need to reverse one of the servos so that the servo arms move in sync with each other.

  • #2
    Yes! On the Receiver Recorder there is a config file on the SD Card where you can edit the range in degrees that each servo can travel. By inverting those numbers, you can change the direction of travel.

    For example, the defaults for servo 1 look like
    Code:
    1,000,180,090,000
    where the 2nd and 3rd values are the endpoints making the servo move from 0 degrees to 180. If we invert them so it looks like
    Code:
    1,180,000,090,000
    the servo will move in the opposite direction.

    There are a lot of other interesting things that you can set in the config file. You can take a look at the setup instructions here - https://bit.ly/ad539_sg

    Andre

    Comment

    Working...
    X