Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to modify VTX baud rate #7

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 38 additions & 2 deletions docs/vtx_user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,37 @@ The VTX lights up when powered on and goes off when powered off. It will not fla
Working status indicator light.

- Flicker 3x after boot indicates MSP signaling is detected.

- Specific modes are represented with patterns of long (1s) and short (1/4s) pulses, within a 4s timeframe

<img src="https://raw.githubusercontent.com/hd-zero/hdzero-vtx-docs/main/site/img/LED_Patterns.png" style="width:100">
#### Camera Lost

Double short blink

<img src="https://raw.githubusercontent.com/ligenxxxx/hdzero-vtx-docs/led-gif-test/site/img/led_flash_2short_and_pause.gif" style="width:100">

#### Heat Protect

Triple short blink

<img src="https://raw.githubusercontent.com/ligenxxxx/hdzero-vtx-docs/led-gif-test/site/img/led_flash_3short_and_pause.gif" style="width:100">

#### DM6300 Lost

Quadra short blink

<img src="https://raw.githubusercontent.com/ligenxxxx/hdzero-vtx-docs/led-gif-test/site/img/led_flash_4short_and_pause.gif" style="width:100">

#### 0mW Mode

A long blink and a short blink

<img src="https://raw.githubusercontent.com/ligenxxxx/hdzero-vtx-docs/led-gif-test/site/img/led_flash_1long_and_1short_and_pause.gif" style="width:100">

#### Pit Mode

A long blink and double short blink

<img src="https://raw.githubusercontent.com/ligenxxxx/hdzero-vtx-docs/led-gif-test/site/img/led_flash_1long_and_2short_and_pause.gif" style="width:100">

Note the first three in the list, are error cases and are checked ahead of any others, and will be displayed if in force.
This means for example, that if the vtx is in heat protection mode, setting the board to 0mW will not be apparent.
Expand All @@ -40,6 +67,15 @@ Note not all VTXes support keypad.
- VTX TX <=> FC RX
- VTX RX <=> FC TX

### Baud rate

VTX supports two baud rates: 115200 and 230400. The factory default is 115200.
How to switch baud rate:

- Adjust FC's uart to the baud rate you need.
- Power up the Quad. VRX/Goggle will not display the OSD.
- Wait fifteen seconds and then restart the Quad. VTX will update the baud rate and VRX/Goggle will display the OSD.

## OSD setup

### Prerequisition
Expand Down