Skip to content

Commit

Permalink
Adding details on the voltages to the pin outs to avoid any doubt (#428)
Browse files Browse the repository at this point in the history
* Adding details on the voltages to the pin outs to avoid any doubt

* Adding note about 10V for VTXs

* Spelling correction

* Superfluous d spelling error.

* 10V being the preferred.
  • Loading branch information
blckmn authored Jun 13, 2024
1 parent 539fd60 commit 8c37ed6
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions docs/development/manufacturer/connector-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ V+ pads carry output from the FC's onboard voltage regulators.

In some cases VTX or camera connectors may offer VBAT voltage directly but due to voltage fluctuations induced by the motors the use of VBAT direct to VTXs or cameras is discouraged.
To minimise the risk to sensitive VTX hardware it is advisable to provide an additional high voltage regulator for such components.
Recommended continuous power draw for this high voltage VTX regulator is ~18W, tranlating to at least a 9V/2A part, and output voltage should be between 8-12V.
Recommended continuous power draw for this high voltage VTX regulator is ~18W, translating to at least a 9V/2A part, and output voltage should be between 8-12V, preferably 10V.

The pin configuration for the JST SH connector is as follows:

| Pin # | Signal Name | Description |
| :---- | :---------- | :---------- |
| 1 | V+ | Power |
| 1 | V+ (VBAT) | Power |
| 2 | GND | Ground |
| 3 | Current | Current |
| 4 | Telemetry | Telemetry |
Expand All @@ -69,7 +69,7 @@ The pin configuration for the JST SH connector is as follows:

| Pin # | Signal Name | Description |
| :---- | :---------- | :---------- |
| 1 | V+ | Power |
| 1 | V+ (5V) | Power |
| 2 | GND | Ground |
| 3 | Signal 1 | RX |
| 4 | Signal 2 | TX |
Expand All @@ -84,7 +84,7 @@ The pin configuration for the JST SH connector is as follows:

| Pin # | Signal Name | Description |
| :---- | :---------- | :------------- |
| 1 | V+ | Power |
| 1 | V+ (5V) | Power |
| 2 | GND | Ground |
| 3 | Signal 1 | RX |
| 4 | Signal 2 | TX |
Expand All @@ -97,7 +97,7 @@ The pin configuration for the JST SH connector is as follows:

| Pin # | Signal Name | Description |
| :---- | :---------- | :---------- |
| 1 | V+ | Power |
| 1 | V+ (5V) | Power |
| 2 | GND | Ground |
| 3 | Signal 1 | SDA |
| 4 | Signal 2 | SCL |
Expand All @@ -109,11 +109,17 @@ Pins are shared with PB10 and PB11 for TX3 and RX3 so please keep this in mind w

### Analog Camera Pin Configuration

:::note
It is no longer recommended to have an analogue OSD chip on the FC. The recommendation is to emulate the digital standard, and place the OSD chip on the VTX.

This would render the Video (Signal 1) redundant.
:::

The pin configuration for the JST SH connector is as follows:

| Pin # | Signal Name | Description |
| :---- | :---------- | :---------- |
| 1 | V+ | Power |
| 1 | V+ (5v) | Power |
| 2 | GND | Ground |
| 3 | Signal 1 | Video |
| 4 | Signal 2 | RX |
Expand All @@ -125,25 +131,33 @@ The pin configuration for the JST SH connector is as follows:

| Pin # | Signal Name | Description |
| :---- | :---------- | :---------- |
| 1 | V+ | Power |
| 1 | V+ (8-12V) | Power |
| 2 | GND | Ground |
| 3 | Signal 1 | Video |
| 4 | Signal 2 | RX |
| 5 | Signal 3 | TX |

:::note
10V for V+ is prefered for providing analogue VTX power.
:::

### Digital Video Transmitter Pin Configuration

The current pin configuration for the JST SH connector is as follows:

| Pin # | Signal Name | Description |
| :---- | :---------- | :----------- |
| 1 | V+ | Power |
| 1 | V+ (8-26V) | Power |
| 2 | GND | Ground |
| 3 | Signal 1 | TX |
| 4 | Signal 2 | RX |
| 5 | GND | Ground (DJI) |
| 6 | Signal 3 | SBUS (DJI) |

:::note
10V for V+ is prefered for digital video transmitter power.
:::

## Logo

The provided logo should be used to identify the connector as a Betaflight standardized connector.
Expand Down

0 comments on commit 8c37ed6

Please sign in to comment.