I’m looking to have airspeed be read out loud in intervals between 1s and 5s. I originally wanted to pass airspeed through the telemetry port to my Taranis X9D but it turns out that PX4 doesn’t support airspeed conversion to SBUS (https://docs.px4.io/en/peripherals/frsky_telemetry.html). Per this documentation (http://ardupilot.org/planner/docs/other-mission-planner-features.html ) it is possible to read out airspeed in “30s Intervals”.
-
Is there a way to change that interval in the code somewhere?
-
Is there hardware that can change I2C signal into SBUS and I can insert that into my X8R radio?
-
Is there a way I can read the airspeed off my screen or have a program access the airspeed within Mission Planner and read it out loud?
I’m happy to explain my setup more if you think there’s an option for reading airspeed out loud unrelated to what I have mentioned. The back-up plan is to just have someone read out airspeed as their only job.