SWT6-R3RTR
AI

The **SWT6-R3RTR** is a specific model of a **Tactile Switch** (also known as a momentary push-button switch). It is widely used in consumer electronics, automotive controls, and industrial interfaces due to its compact size and reliable "click" feedback.
---
### 1. Technical Specifications
The part number typically breaks down into its physical and electrical characteristics. Below is a summary of the typical specifications for this series:
| Property | Description |
| :--- | :--- |
| **Switch Type** | Tactile (Momentary) |
| **Circuit** | SPST-NO (Single Pole Single Throw - Normally Open) |
| **Mounting Type** | Surface Mount (SMD / SMT) |
| **Actuator Height** | Standard (Often 4.3mm or 5.0mm depending on specific series) |
| **Operating Force** | 160gf to 250gf (Grams-force) |
| **Contact Rating** | 50mA @ 12V DC |
| **Contact Resistance** | 100 mΩ Max |
| **Packaging** | Tape & Reel (indicated by the "TR" suffix) |
---
### 2. Physical Components
The SWT6-R3RTR consists of four primary internal electronic/mechanical parts:
1. **Actuator (Button):** The top plastic piece that the user presses. In the "R3" designation, this is usually a round stem.
2. **Contact Dome:** A snap-acting metal disc. When pressed, it collapses to complete the circuit and provides the "tactile" click feel.
3. **Base (Housing):** High-temperature plastic (LCP or Nylon) designed to withstand SMT reflow soldering temperatures.
4. **Terminals:** Silver or gold-plated copper alloy pins that are soldered to the PCB.
---
### 3. Footprint and Layout
As an SMD component, it is designed for automated pick-and-place assembly. The "6" in the prefix usually denotes a **6mm x 6mm** body size.
```c
// Typical Schematic Representation
(Pin 1) ---/ --- (Pin 2)
Switch
(Pin 3) --------- (Pin 4)
// Pins 1-2 and 3-4 are usually internally connected
// to provide structural stability on the PCB.
```
---
### 4. Applications
* **User Interfaces:** Volume buttons on smart speakers or control panels.
* **Reset Buttons:** Embedded on PCBs for microcontrollers (like Arduino or ESP32).
* **Home Appliances:** Control buttons on microwaves, washing machines, or coffee makers.
---
- ⤷What is the difference between through-hole and SMD tactile switches?
- ⤷ How many cycles is the SWT6-R3RTR typically rated for?
- ⤷ Can this switch be used for high-voltage AC applications?