Skip to content

Commit

Permalink
Merge pull request #6 from MartinHugh/LEDDiagnosticsInfo
Browse files Browse the repository at this point in the history
Add Led diagnostics info
  • Loading branch information
ligenxxxx authored Feb 4, 2024
2 parents 7af4c1b + afb4301 commit 83dbd12
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 30 deletions.
60 changes: 37 additions & 23 deletions docs/vtx_troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,52 +17,66 @@

##### 1). The red LED is off or unstable

The red light is directly driven by the system's 5V power supply. If the red light is not lit stably, it is usually because there is a problem with the power supply.
The red LED is directly driven by the system's 5V power supply. If the red LED is not lit and stable, it is usually because there is a problem with the power supply.

- Make sure the voltage and maximum current of the power supply are within the specifications.
- Check if any components are cracked.
- There may be a fault with your VTX's power supply system, you can use a multimeter to measure the voltage test pad to verify it if you have the hardware knowledge.

##### 2). The blue LED never lights up

Your VTX 5680 chip starts correctly.

When the 5680 is initializing, it will first configure the blue LED to be on to indicate that the 5680 mcu has started.
When the 5680 is initializing, in normal operation, it will first configure the blue LED to be on to indicate that the 5680 mcu has started. If it does not, check the following:

- If you plug in the Quad battery while the FC is connected to the PC, the VTX may fail to boot although this does not happen often.
- There may be a fault with your VTX's power supply system, you can use a multimeter to measure the voltage test power to verify it if you have the hardware knowledge.
- There may be a fault with your VTX's power supply system, you can use a multimeter to measure the voltage test points to verify it if you have the hardware knowledge.

##### 3). The blue light turns off after a few seconds after powering on
##### 3). The blue LED stays on

At the end of VTX initialization, if the camera is not detected, the blue light will go out. In particular, the foxeer digisight v3 camera cannot be detected but this does not affect the VTX output RF.
Check the following:

- Replace other camera or mipi cable.
- Check whether the pins of the mipi socket are intact and ensure that the mipi cable is fastened.
- Replace other camera or MIPI cable.
- Check whether the pins of the MIPI socket are clean and intact and ensure that the MIPI cable is properly clipped into place.
- Check whether the pins of the 5680 chip are clean.
- Use the colorbar firmware to test to make sure the RF part works properly.

##### 4). The blue LED stays on
##### 4). The blue LED flashes 2 short (1/4s) pulses every four seconds (Camera not detected)

- Replace other camera or mipi cable.
- Check whether the pins of the mipi socket are intact and ensure that the mipi cable is fastened.
- Check whether the pins of the 5680 chip are clean.
- Use the colorbar firmware to test to make sure the RF part works properly.
At the end of VTX initialization, if the camera is not detected, the blue LED will flash the pattern described.
(The foxeer digisight v3 camera may not show as detected but this does not affect the VTX output RF.)

##### 5). The blue LED flash as 2Hz
Check the following:

Your VTX may be in 0mw mode. You can exit using the following methods.
- Replace other camera or MIPI cable.
- Check whether the pins of the MIPI socket are clean and intact and ensure that the MIPI cable is properly clipped into place.
- Check whether the pins of the 5680 chip are clean.

- Quad + VTX power on
- Connect Quad to betaflight configurator
- Enter vtx page, set power from 0mw to others
##### 5). The blue LED flashes 3 short (1/4s) pulses every four seconds (Overheat protection)

##### 6). The blue LED flash as 4Hz
The VTX does not normally overheat when moving through air.
If using the VTX on a bench always use a fan too aid cooling, otherwise try switching to a lower power mode.

For HDZ Freestyle V1/V2, if the VTX overheats, the RF will be automatically shut down until the Quad is armed or repower.
Note : For HDZ Freestyle V1/V2, if the VTX overheats, the RF will be automatically shut down until the Quad is armed or repowered.

##### 7). The blue LED flashes 2 times per second
##### 6). The blue LED flashes 4 short (1/4s) pulses every four seconds (RF chip failure)

Your VTX's RF chip dm6300 is damaged, at least it no longer responds to dm5680.

##### 7). The blue LED flashes 1 long (1s) and 1 short (1/4s) pulses every four seconds (0mW mode)

Your VTX may be in 0mw mode. You can exit using the following method:

- Quad + VTX power on
- Connect Quad to Betaflight configurator
- Enter VTX page, set power from 0mw to others

##### 8). The blue LED flashes 1 long (1s) and 2 short (1/4s) pulses every four seconds (Pit mode)

Your VTX may be in Pit mode. You can exit using the following method:

- Quad + VTX power on
- Connect Quad to Betaflight configurator
- Enter VTX page, set Pitmode to Off

## Received video exception

### Desciption
Expand All @@ -86,7 +100,7 @@ Your VTX's RF chip dm6300 is damaged, at least it no longer responds to dm5680.

#### 4. Cross testing

Replace the VTX, camera, and mipi cables respectively to identify where the problem lies.
Replace the VTX, camera, and cables respectively to identify where the problem lies.

#### 5. Check power supply

Expand Down
15 changes: 8 additions & 7 deletions docs/vtx_user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ 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.
- OFF = camera lost (check camera and cabling)
- ON/OFF @ 1hz = heat protection
- ON/OFF @ 4hz = 0MW pitt mode active
- ON/OFF @ 2hz = 0.1mw pitt mode active
- 2 times per second with a pause between each set of 2 flashes = RF chip(dm6300) failure
- ON solid = VTX operation normal
- 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">

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.

## Keypad

Expand Down
Binary file added site/img/LED_Patterns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83dbd12

Please sign in to comment.