Skip to main content
Version: Development Snapshots

ESC Telemetry

info

The purpose of ESC telemetry is to provide a method of reading the values provided by the ESC. These are things such as RPM, Temperature, Voltage, Current and mAh consumed. This is accomplished by connecting the ESC telemetry wire to the flight controller with a spare UART.

ESC Telemetry currently supported are :

  • BLHELI32: BLheli and KISS
  • HOBBYWING V4: Platinum PRO V4, V4.1,& FLYFUN V5
  • HOBBYWING V5: Platinum V5
  • SCORPION: Unsc Telem
  • KONTRONIK: Kosmik & Kolibri
  • OMPHOBBY
  • ZTW: Skyhawk
  • APD: HV Pro UART telemetry
  • YGE: OpenYGE - Note - The ESC must have firmware V1.03547 or above. At the moment this is in beta and has not been released. Please use the contact form to request the updated firmware. YGE: Contact Us

Select Serial Port

The ESC telemetry pin TX needs to be connected to a spare UART RX.

Select the UART from the Configuration page.

ESC Telemetry

Select the Protocol

Select the correct ESC telemetry protocol based on the one you are using.

ESC Telemetry

For Hobbywing V4 Additional parameters are provided for the voltage and current gains, and zero offsets.

  • set esc_sensor_hw4_voltage_gain = 0
  • set esc_sensor_hw4_current_gain = 0
  • set esc_sensor_hw4_current_offset = 0

These parameters are set to zero by default to enable the Auto-Calculation within the firmware. If you wish to fine tune the voltage and current you can use the below values as a starting point.

ModelVoltage gainCurrent gainCurrent offset
Platinum LV 60A10900
Platinum LV 80A109146409
Platinum LV 120A109110377
Platinum HV 130A2101570
Platinum HV 200A210157477
FlyFun HV 160A21066381

Power Config

Enable the Voltage and Current from the Power Tab.

ESC Telemetry