I have a SpeedyBee F405 v3 flight controller and I would like to notify another BOARD that the RC button was pressed by wiring the M8 pad of the FC to one of the GPIO inputs.
I tried the following settings in Mission Planner:
Found a non-busy RC channel in Mandatory Hardware → Radio Calibration. Let it be RC8.
Went to Servo Output and set SERVO8_FUNCTION=RCIN8. ( also tried to set RCPassThru)
When I press the RC button, I see two values: 987 (if the RC button isn’t pressed) and 2010 (if the RC button is pressed). However, if I check the voltage on the M8 pad, nothing changes, regardless of the RC button’s position.
Hmm, I flashed stable version of speedybeev3 firmware ( from here: ArduPilot firmware : /Copter/stable/speedybeef4v3 ) and I stop to see on GPIO57 0 or 1 ( depending on switch button is pressed or not… )