Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 676 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 676 Bytes

SDCC version of the HDZero VTX Firmware, stripped down to remove camera OSD controls

This compiles with SDCC, go to the src subfolder and type "make". Unsure if it works, will test later.

HDZero VTX Firmware

Firmware runs on a build-in C51 MCU of DM5680 which is the Baseband chip of VTX.

It works on all VTXs, including VTX Whoop, VTX Whoop Lite, VTX Race V1, VTX Race V2, VTX Free Style.

Edit "./src/common.h": define MACROs for different VTXs

  • #define VTX_L --> VTX Free Style
  • #define VTX_WL --> VTX Whoop Lite
  • #define VTX_S --> VTX Whoop
  • #define VTX_R --> VTX Race V1, VTX Race V2

See: https://www.hd-zero.com/ for more production information.