In the UAS I have, there is a fail-safe system which cuts the propulsion power when a certain radio link is lost. This is to limit fly-away. However, it takes careful monitoring from the pilot to notice when this has happened, so that they can follow the appropriate reset procedure.
The fail safe system has a normally open relay output which closes when this state occurs, and I’d really like to provide an obvious alert to the pilot when this happens. If I were to wire this to provide a certain voltage to an ADC or GPIO pin, is there some way of sending something to the ground station (Mission Planner) over the telemetry that would do this? Or alternatively could it trigger an alert on the MinimOSD that is used to overlay telemetry on the FPV video?
I imagine that there might be other applications for this for sensors etc.