RCA-R
AI

### Overview of RCA Connectors (Phono Connectors)
The **RCA connector** (Radio Corporation of America) is a type of electrical connector commonly used to carry audio and video signals. In technical terms, it is an unbalanced, coaxial connection.
---
### 1. Physical Anatomy of RCA Parts
An RCA connection consists of two main components: the **Plug** (male) and the **Jack/Socket** (female).
| Component | Description | Function |
| :--- | :--- | :--- |
| **Center Pin** | The protruding metal rod in the center of the plug. | Carries the "hot" or positive (+) signal. |
| **Outer Ring** | The metal "petals" or sleeve surrounding the pin. | Serves as the Ground (-) and provides shielding. |
| **Insulator** | A plastic or ceramic ring between the pin and ring. | Prevents short-circuiting between signal and ground. |
| **Housing/Shell** | The outer grip area (metal or plastic). | Protects the internal wiring and provides grip. |
---
### 2. Standard Color Coding
To simplify connections, RCA ports are color-coded based on the signal they carry:
| Color | Signal Type | Usage |
| :--- | :--- | :--- |
| **Red** | Right Analog Audio | Stereo Sound |
| **White** | Left Analog Audio | Stereo Sound (or Mono) |
| **Yellow** | Composite Video | Standard Definition Video |
| **Orange** | Digital Audio | S/PDIF (Coaxial Digital) |
---
### 3. Electronic Specifications
RCA connectors are designed for low-frequency signals and have specific electrical characteristics:
* **Impedance:**
* Standard audio cables are generally not impedance-matched.
* **Digital Audio (S/PDIF)** and **Video** cables require an impedance of **75 Ohms** to prevent signal reflection and ghosting.
* **Signal Type:** Unbalanced. This means the return path (ground) is also used for shielding, making it susceptible to electromagnetic interference (EMI) over long distances.
* **Voltage:** Typically carries "Line Level" signals (approx. 316mV to 2V).
---
### 4. Implementation in Circuits
When designing a PCB for RCA parts, the footprint usually consists of two pads:
```cpp
// Typical Pin Mapping for RCA Socket PCB
1. Signal Pad -> Connected to the Center Pin Trace
2. Ground Pad -> Connected to the Copper Pour / Ground Plane
```
---
- ⤷
What is the difference between an RCA cable and a Coaxial cable?
- ⤷ Why are XLR connectors considered superior to RCA for professional audio?
- ⤷ Can I use a yellow video RCA cable for audio signals?