Working on Section 3, "Why?"

This commit is contained in:
Mark Smith
2022-08-25 12:37:57 -07:00
parent c7fc1c23b6
commit 6fc96925e9
2 changed files with 95 additions and 30 deletions

View File

@ -5,26 +5,40 @@
* Interconnect: Describes both the physical and electrical connection of those signals between the user and radio. * Interconnect: Describes both the physical and electrical connection of those signals between the user and radio.
* Standard: Devices built to this standard will work with other devices built to the same standard. * Standard: Devices built to this standard will work with other devices built to the same standard.
There are so many different connections for microphone, headphone, and PTT that it is improbable you can take your preferred headset and connect it to any radio without a conversion device, and adapter, in between. Before OHIS, you'd need a full-mesh of adapters to go from every headset type to every radio type: O(N^2) adapters. By defining OHIS, one can now build or purchase only one adapter for each device for full interoperability: O(N) adapters. ## 1.1. Introduction
**TODO** Real world example? There are so many different connections for microphone, headphone, and PTT that it is improbable you can take your preferred headset and connect it to any radio without a conversion device, and adapter. In this case, you need a full-mesh of adapters to go from every headset type to every radio type: O(N^2) adapters.
With the Open Headset Interconnect Standard, or OHIS, one can now build/purchase only one adapter for each device for full interoperability: O(N) adapters.
This standard builds on the work done by Tom Tengdin [WB9VXY](https://www.qrz.com/db/WB9VXY), with his [Proposed ARES Standard Headset](http://www.sloecc.org/headsets/proposal_ares_standard_headset.pdf). This standard is different than his proposal in a few places to make it more generalized, and provides more detail and clarity around several points.
- [1. Open Headset Interconnect Standard](#1-open-headset-interconnect-standard) - [1. Open Headset Interconnect Standard](#1-open-headset-interconnect-standard)
- [1.1. tl,dr: Quick technical definition of standard](#11-tldr-quick-technical-definition-of-standard) - [1.1. Introduction](#11-introduction)
- [2. Why? What problems does this standard address?](#2-why-what-problems-does-this-standard-address) - [2. TL,DR: Summary Technical Definition of the Standard](#2-tldr-summary-technical-definition-of-the-standard)
- [3. Standard Details](#3-standard-details) - [3. Why? What problems does this standard address?](#3-why-what-problems-does-this-standard-address)
- [3.1. Physical](#31-physical) - [3.1. Device Portability](#31-device-portability)
- [3.2. Electrical](#32-electrical) - [3.1.1. Existing Standards in Ham Radio](#311-existing-standards-in-ham-radio)
- [3.2.1. Microphone](#321-microphone) - [3.1.2. No such standard for the User/Radio interface](#312-no-such-standard-for-the-userradio-interface)
- [3.2.2. Headphone](#322-headphone) - [3.1.3. Non-OHIS Adapters](#313-non-ohis-adapters)
- [3.2.3. Power](#323-power) - [3.1.4. OHIS Adapters](#314-ohis-adapters)
- [3.2.4. PTT](#324-ptt) - [3.2. Add-On Device Simplification](#32-add-on-device-simplification)
- [4. Acceptable Compromises](#4-acceptable-compromises) - [3.2.1. Foo](#321-foo)
- [5. Contact and Contribution to the OHIS](#5-contact-and-contribution-to-the-ohis) - [4. Standard Details](#4-standard-details)
- [4.1. Physical](#41-physical)
- [4.2. Electrical](#42-electrical)
- [4.2.1. Microphone](#421-microphone)
- [4.2.2. Headphone](#422-headphone)
- [4.2.3. Power](#423-power)
- [4.2.4. PTT](#424-ptt)
- [5. Acceptable Compromises](#5-acceptable-compromises)
- [6. Contact and Contribution to the OHIS](#6-contact-and-contribution-to-the-ohis)
## 1.1. tl,dr: Quick technical definition of standard <div class="page" />
A quick summary of the physical and electrical standard follows. If you have any questions, please see the [Standard Details](#13-standard-details) section below. # 2. TL,DR: Summary Technical Definition of the Standard
A quick summary of the physical and electrical standard follows. If you have any questions, please see the [Standard Details](#4-standard-details) section below. Similarly, if there are any disagreements, the [Standard Details](#4-standard-details) section is authoritative.
![OHIS Overview](Images/OHIS%20Overview-2390x699.png) ![OHIS Overview](Images/OHIS%20Overview-2390x699.png)
@ -37,14 +51,14 @@ OHIS us an 8P8C/RJ-45 connector, using TIA-568B wiring, shielded cable preferred
| Pin | Direction | Description | | Pin | Direction | Description |
|---|---|---| |---|---|---|
| 1 | Radio -> User | Vcc Power. Typically 5vDC, 200mA. 3.3vDC is acceptable. Fused or current limited. | | 1 | User <-- Radio | Vcc Power. Typically 5vDC, 200mA. 3.3vDC is acceptable. Fused or current limited. |
| 2 | User -> Radio | Push To Talk. User pulls to Power Ground. Pulled up to no more than 5vDC. | | 2 | User --> Radio | Push To Talk. User pulls to Power Ground. Radio may pull-up to no more than Vcc. |
| 3 | Common | Microphone Ground | | 3 | Common | Microphone Ground |
| 4 | Radio -> User | Headphone Left Audio | | 4 | User <-- Radio | Headphone Left Audio |
| 5 | Common | Headphone Ground | | 5 | Common | Headphone Ground |
| 6 | User -> Radio | Microphone audio, Electret (DC bias provided by Radio on this pin) | | 6 | User --> Radio | Microphone audio, Electret (DC bias provided by Radio on this pin) |
| 7 | Common | Power/PTT Ground | | 7 | Common | Power/PTT Ground |
| 8 | Radio -> User | Headphone Right Audio | | 8 | User <-- Radio | Headphone Right Audio |
**Microphone:** The Microphone signal is a typical Electret microphone signal: 5vDC bias provided by the radio to power the microphone element, via 2.2k ohm resistor. Dynamic microphone elements will require about 10 to 15db of amplification. This standard also provides a simple 5 component microphone pre-amp, powered by this 5vDC bias, to bring a Dynamic microphone element up to Electret signal levels. **Microphone:** The Microphone signal is a typical Electret microphone signal: 5vDC bias provided by the radio to power the microphone element, via 2.2k ohm resistor. Dynamic microphone elements will require about 10 to 15db of amplification. This standard also provides a simple 5 component microphone pre-amp, powered by this 5vDC bias, to bring a Dynamic microphone element up to Electret signal levels.
@ -58,11 +72,58 @@ OHIS us an 8P8C/RJ-45 connector, using TIA-568B wiring, shielded cable preferred
But in some cases, this isn't possible. eg: A 4-pin TRRS Headset connector which shares a common ground between the Mic and Headphones. **THE RADIO DEVICE MUST SUPPORT THIS.** The Radio MUST NOT require anything other than "Ground" on the Mic or Headphone Ground pins. That is, no push-pull on the Headphones, no DC bias'd Mic Ground, etc. But in some cases, this isn't possible. eg: A 4-pin TRRS Headset connector which shares a common ground between the Mic and Headphones. **THE RADIO DEVICE MUST SUPPORT THIS.** The Radio MUST NOT require anything other than "Ground" on the Mic or Headphone Ground pins. That is, no push-pull on the Headphones, no DC bias'd Mic Ground, etc.
# 2. Why? What problems does this standard address? <div class="page" />
# 3. Standard Details # 3. Why? What problems does this standard address?
## 3.1. Physical ## 3.1. Device Portability
The Open Headset Interconnect Standard allows a User to take their OHIS compliant Headset/Adapter to any OHIS compliant Radio/Adapter.
### 3.1.1. Existing Standards in Ham Radio
There are several physical and electrical standards used in Amateur Radio, such as:
* Power: 13.8vDC +/- 15%. Anderson Powerpoles are the ARES standard for delivering this power. (Citation needed.) Before that, there were several physical connectors: "T blade" commonly used in mobile VHF/UHF radios, "6-pin Molex" (but not really a Molex) connector used on desktop HF radios, etc. But they all carried the same 13.8vDC power.
* RF: 50ohm unbalanced coax with one of several standard connectors: SO-239/PL-259, Type N, BNC, SMA, etc. Because of the common electrical standard, the connectors are easy to adapt between.
In each case, there's one electrical standard, and at least one physical standard. But because of the electrical standard, converting between the physical standards is easy.
### 3.1.2. No such standard for the User/Radio interface
Such a standard doesn't exist between the User and the Radio, for either electrical or physical. Different electrical options include:
* Microphone: What type of mic element: dynamic, electret, or carbon? Balanced or unbalanced? Does it require a DC bias voltage, or will a DC bias voltage burn out the mic element?
* Headphones: Mono or stereo? Is it really a headphone level, or is it a speaker level? Ground referenced single ended, or push-pull?
* Push To Talk: Is it a GPIO style contact closure to ground, or does it key by grounding the Microphone element, passing microphone audio through the PTT switch (common on HTs.)
Physical options include:
* Microphone: 3.5mm TS, XLR, one of several different modular plugs (eg: RJ45, RJ6), or 4-pin/8-pin "round aviation" plugs? Which of the multiple pin-out options for the modular and 8-pin round connectors? What other signals are available on the mic connector?
* Headphone: 3.5mm or 1/4"? TS or TRS?
* PTT: Is it on its own connector, or part of the microphone connector? If its own, is it 3.5mm, 1/4", RCA? If 3.5mm or 1/4", is it TS, or TRS and shared with a morse key?
### 3.1.3. Non-OHIS Adapters
Making an adapter to go from one specific User interface not designed for the radio (such as an after-market headset) to one specific Radio is certainly possible. Some such adapters will be completely passive, just wires to change physical connectors. Others may require active electronics, such as amplifiers, which require power. But all this is possible. And in a situation with one User interface and one Radio, is the simplest option.
But if that User takes their preferred interface (their headset) to a different radio, such as an ARES EOC or a club Field Day event, and wants to connect it to a radio with a different electrical and/or physical interface, that user will need a different adapter.
### 3.1.4. OHIS Adapters
The Open Headset Interconnect Standard defines both an electrical and physical standard. Every User builds or buys an adapter to convert their preferred headset to the OHIS standard, and every Radio owner builds or buys an adapter to convert OHIS to their radio. The OHIS adapters stay with their devices. User devices can quickly connect and disconnect from Radio devices without concern for the electrical or physical characteristics. No adapter unique to the pairing of those two devices, headset and radio, is required.
## 3.2. Add-On Device Simplification
The Open Headset Interconnect Standard allows add-on devices designed to connect between the User and the Radio to be greatly simplified.
### 3.2.1. Foo
<div class="page" />
# 4. Standard Details
## 4.1. Physical
The connector is an 8P8C Modular connector, commonly ([but incorrectly](https://en.wikipedia.org/wiki/Modular_connector#8P8C)) referred to as an RJ-45. Given that nearly the entire telephony and networking industry has adopted the (technically-incorrect) use of "RJ-45", we will also refer to it as "RJ-45" in this document despite the technically-incorrectness of the term. The connector is an 8P8C Modular connector, commonly ([but incorrectly](https://en.wikipedia.org/wiki/Modular_connector#8P8C)) referred to as an RJ-45. Given that nearly the entire telephony and networking industry has adopted the (technically-incorrect) use of "RJ-45", we will also refer to it as "RJ-45" in this document despite the technically-incorrectness of the term.
@ -72,16 +133,20 @@ The above allows the use of common off-the-shelf "Ethernet" cables for use when
Shielded cables are preferred, but not required. Either whole-cable shields, like used in Cat5 STP, or per-pair shields, like used in Cat6A and above, will work. When per-pair shields are used, all shields are terminated together. Shielded cables are preferred, but not required. Either whole-cable shields, like used in Cat5 STP, or per-pair shields, like used in Cat6A and above, will work. When per-pair shields are used, all shields are terminated together.
## 3.2. Electrical ## 4.2. Electrical
### 3.2.1. Microphone ### 4.2.1. Microphone
### 3.2.2. Headphone ### 4.2.2. Headphone
### 3.2.3. Power ### 4.2.3. Power
### 3.2.4. PTT ### 4.2.4. PTT
# 4. Acceptable Compromises <div class="page" />
# 5. Contact and Contribution to the OHIS # 5. Acceptable Compromises
<div class="page" />
# 6. Contact and Contribution to the OHIS