AI

The **1306F-R10K** is a specific model of a **rotary potentiometer**, commonly used as a variable resistor to control voltage, volume, or signal levels in electronic circuits.
---
### 1. Technical Specifications
The part number typically breaks down into the series, mounting style, and resistance value.
| Parameter | Specification |
| :--- | :--- |
| **Model Series** | 1306 / 1306F |
| **Resistance Value** | 10kΩ (10,000 Ohms) |
| **Tolerance** | ±10% or ±20% (standard) |
| **Power Rating** | Approx. 0.05W to 0.1W |
| **Rotation Angle** | 300° ± 5° |
| **Taper** | Linear (Type B) |
| **Mounting Type** | Through-hole (PCB Mount) |
---
### 2. Component Structure
This component consists of several key physical elements:
1. **Resistive Element:** A carbon film track that provides the 10kΩ resistance.
2. **Wiper:** A metal contact that slides along the resistive track when the shaft is turned.
3. **Shaft (F-Type):** The "F" often denotes a "Flatted" or "D-shaped" shaft, designed to hold a knob securely without slipping.
4. **Terminals:** Usually three pins:
* **Pin 1 & 3:** Fixed ends of the resistor.
* **Pin 2 (Center):** The wiper output.
---
### 3. Pinout Configuration
In most circuit applications, the potentiometer is wired as a voltage divider.
```text
(Fixed) (Wiper) (Fixed)
| | |
[Pin 1] [Pin 2] [Pin 3]
|_________|_________|
(10k Ohms)
```
---
### 4. Common Applications
* **Audio Equipment:** Volume control, gain adjustment, or tone (bass/treble) settings.
* **Control Panels:** Adjusting brightness on displays or speed on small DC motors.
* **Prototyping:** Used with microcontrollers (like Arduino/ESP32) to provide a variable analog input voltage between 0V and VCC.
---
### 5. Identification Guide (R10K)
In electronics nomenclature, **R10K** is shorthand for the resistance:
* **R** = Decimal point or Resistance indicator.
* **10K** = 10,000 Ohms.
* If you see a code like **103**, it means 10 followed by 3 zeros (10,000).
- ⤷
What is the difference between a linear and logarithmic taper for this part?
- ⤷ How do I wire this to an Arduino to read analog values?
- ⤷ What are the physical dimensions of the 1306F series?