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.
If it hasn't been done, I agreee w/ Sebastian. I can vouch for APM's ability to run digitals with sufficient BEC/supply, as my cam stabilization ran 2 Airtronics 94761's without a hitch.Let us know what you determine!
#define IsAM
because it tries to toggle these outputs