A(x)

A1 and A2 are analog input channels on compatible telemetry receivers. A1 is most often used to report receiver voltage, and A2 pack voltage. A1 and A2 can report any value that can be represented as an analog voltage between … Continue reading

a>b

A function used in Logical Switches that compares selectable source “a” to a second selectable source “b” using ‘Greater Than’ as the comparator.  The function takes the value of TRUE when the first source is greater than the second and FALSE when the first is … Continue reading

Posted in Uncategorized

a>x

A function used in Logical Switches that compares selectable source “a” to a chosen constant “x” using ‘greater than’ as the comparator.  The function takes the value of TRUE when the value of the selected source is greater than the chosen constant and FALSE when the source is … Continue reading

Posted in Uncategorized

a<b

A function used in Logical Switches that compares selectable source “a” to a second selectable source “b” using ‘Less Than’ as the comparator.  The function takes the value of TRUE when the first source is smaller than the second and FALSE when the first is greater … Continue reading

Posted in Uncategorized

a<x

A function used in Logical Switches that compares selectable source “a” to a chosen constant “x” using ‘less than’ as the comparator.  The function takes the value of TRUE when the value of the selected source is less than the chosen constant and FALSE when the source … Continue reading

Posted in Uncategorized

a=b

A function used in Logical Switches that compares selectable source “a” to a second selectable source “b” using ‘exactly equal’ as the comparator.  The function takes the value of TRUE when the two sources are equal and FALSE when they are not equal.  Two fields labeled V1 … Continue reading

Posted in Uncategorized

a=x

A function used in Logical Switches that compares selectable source “a” to a chosen constant “x” using ‘exactly equal’ as the comparator.  The function takes the value of TRUE when the source and the constant are equal and FALSE when they are not equal.  Two fields … Continue reading

Posted in Uncategorized

a~x

A function used in Logical Switches that compares selectable source “a” to a chosen constant “x” using ‘Approximately equal’ as the comparator.  The function takes the value of TRUE when the source and the constant are approximately equal (+ or – 0.9) and FALSE when … Continue reading

Posted in Uncategorized

ABS

A timer trigger that counts up or down continuously so long as the radio is turned on and that model is selected.  Sometimes used with Persistent as a totalizer for time.

ACCST

Acronym used by FrSky for Advanced Continuous Channel Shifting Technology

Posted in Uncategorized

Alt

Telemetry; Barometric altitude above ground level in (meters or feet) reported by variometer sensor.

Alt-

Telemetry; Barometric minimum altitude above ground level in (meters or feet) reported by variometer sensor.

Alt+

Telemetry; Barometric maximum altitude above ground level in (meters or feet) reported by variometer sensor.

Antenna

A device such as a wire or metal rod for sending or receiving radio waves. Some common types include: Printed Circuit Board (PCB) , Whiskers, Dipole, Mono-pole, V, Inverted V, Circular Polarized (CP), Skew Planar Wheel(SPW) with many other types … Continue reading

Posted in Uncategorized

APM

ArduPilot Mega – a flight controller board with built in gyros, accelerometers, and optional GPS. The APM is open source hardware, based on an Atmel micro controller, originally designed and manufactured by 3DRobotics.

Posted in Uncategorized