Matekh743 servo control

hi. Im using matek h743 board. i connected a servo to s12. but how do i controll it via my controller?

Hi @erkamtb -
Unfortunately that board is not made by BlueRobotics, and is not officially supported. I would recommend looking for help on the Ardupilot forums!

i can use it to power my all other motors.

Hi @erkamtb,

ArduSub currently only provides explicit joystick button function control over servos at outputs 9, 10, and 11 (via the servo_1/2/3_* functions), which is a carry-over from when the Pixhawk was our only supported flight controller board.

The other options are to use one of the alternative sets of joystick functions (e.g. for controlling lights, or camera tilt/pan), or to more directly use SET_SERVO MAVLink commands (e.g. via QGroundControl’s custom MAVLink functions, or programatically).

Oh ok ty so much. I solved it using custom controller commands.

1 Like