Head Tracker v2.2
HomeDonateGithubDiscord Chat
  • Head Tracker v2.2
    • Head Tracker v2.1
  • Getting Started
    • Hardware Required
    • Software Installation
      • Flashing Firmware
    • Wiring
      • Option 1- Bluetooth
        • Adding a FrSky BT Module
        • Checking Bluetooth Functionality?
      • Option 2 - Wired
        • Pulse Position Modulation (PPM)
          • Trainer Ports
        • Serial Bus (SBUS)
          • Radio Master TX16S Setup
          • FrSky Taranis X9D
      • Option 3 - Bridged
        • Radio Master TX16S Mk2
      • Analog Input
      • Digital Inputs
      • PPM Input
      • PWM Output
      • ELRS Setup
      • Flight Stick
    • Mounting
      • User Designed Cases
    • Structure of the Application
    • IMU, Calibration and Drift
    • Extended Servo Range
  • Settings
    • GUI Setup
      • Tilt / Roll / Pan
      • General
      • PPM
      • UART
      • Bluetooth
      • PWM
      • Analog & Aux
      • Aux
    • WebBLE
  • Radio Setup
    • How to Edit Documentation
    • Open/Edge TX
      • Color Screen Radios
        • TX16S Example
      • Black and White Radios
    • Jeti
    • Spektrum
      • NX
      • DX
        • DX18
    • Flysky
    • Frsky - Ethos
  • Videos
    • YouTube
  • Support
    • Discord Chat
    • Issues
    • Development
      • Firmware using GitPod.io
      • Firmware using West
        • Debugging
      • GUI (Qt6)
      • Git Workflow and Actions
      • Supported Boards
        • Arduino Nano 33 BLE
          • IMU Sensor Chip
      • Depreciated
        • Firmware (Depreciated)
          • Debugging (Depreciated)
        • GUI (Qt5, Depreciated)
  • Links
    • Download
    • GitHub Page
    • RC Groups Forum
Powered by GitBook
On this page
  • Analogs
  • Aux Functions
  • See Analog Input For Wiring
  1. Settings
  2. GUI Setup

Analog & Aux

PreviousPWMNextAux

Last updated 1 year ago

Analogs

  • Gain sets the scale in uS/Volt. A 0-3.3V signal with a max channel value of 1024us works out to 1024/3.3=310 (Which is the GUI default)

  • Offset allows you to tweak the zero point for your signal, if your potentiometer doesn't go all the way to zero for instance.

  • You can invert an analog channel instead of re-wiring. Set the gain to negative (-310.3) and set offset to 1024.

  • You can use any of the analog pins as digital inputs as well see Digital Inputs

  • If you have a board with battery monitor such as the DTQSYS board, the first analog channel will show Battery Voltage.

    • You can transmit to your radio on a channel and setup the radio to signal when the battery is low.

    • On the DTQSYS board the voltage divider is made up of a 1K and 10K resistor to the formula to calculate the voltage is. This will be improved in the future

      • Ch = (V * 1/11 * GAIN) + OFFSET

Aux Functions

You can select various auxiliary functions to be output on this page. Allows raw output values of the Gyrometer or Accelerometer

Choose the output and channel you want to output it on.

If you want more outputs please create an issue on Github. Bluetooth RSSI is apparently broken.

See Analog Input For Wiring

Analog Input
😉