I have a Corona digital servo that works when I plug it into the receiver or output channel 0.
On output channel 4-7 I don't get anything.
servoMotor = constrain(APM_RC.InputCh(3), 1220, 1780);
APM_RC.OutputCh(6, servoMotor);
APM_RC.Force_Out6_Out7();
I put the variables in the serial monitor. Input channel 3 and servoMotor goes from 1220 to 1780.
The only time the servo reacts is when I plug in the power. It twitches once.
Power is from the LIPO through a BEC plugged into output channel 7. The red wire to the four ESC's are disconnected.
You need to be a member of diydrones to add comments!
Replies
The servo works with #define IsAM commented.