I’m running a Pixracer with ArduPlane V3.7.1.
I was unable to get the servo output working so I connected Ch.1 to the Arduino to read the raw PWM output.
Here’s what that looks like:
Here’s what I’ve done so far:
-
Connected external 5V power source on output rail
-
Configured plane as AERT
-
Set MANUAL mode
-
Set
ARMING_REQUIRE=0
, for good measure -
Confirmed RC transmitter values being read in groundstation
Expected output:
The PWM value from the Roll channel on my transmitter will be sent to Ch1 of the output.
Measured output:
PWM value = 0.
Would appreciate any help here.