second servo aileron

Hi,

can anybody give me some information about adding a second aileron servo on channel 5?

 

I can not use a Y-cable because of the direction of the second servo.

 

Thanks

Frank

 

sorry for my bad English...

 

 

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • May be that :

     

    in Attitude.pde find block

    // send values to the PWM timers for output
    // ----------------------------------------
    APM_RC.OutputCh(CH_1, g.channel_roll.radio_out); // send to Servos
    APM_RC.OutputCh(CH_2, g.channel_pitch.radio_out); // send to Servos
    APM_RC.OutputCh(CH_3, g.channel_throttle.radio_out); // send to Servos
    APM_RC.OutputCh(CH_4, g.channel_rudder.radio_out); // send to Servos

    And add
    APM_RC.OutputCh(CH_5, g.channel_roll.radio_out);
  • You could buy a servo reverser, very cheap way out .

    Or turn the servo round.

     

This reply was deleted.

Activity