AI

The **TS-65-R** refers to a specific series of miniature, right-angle tactile switches. These components are fundamental in electronics for providing user input through a physical "click" or tactile sensation.
### 1. Component Overview
The "TS" stands for **Tactile Switch**, "65" typically denotes the series size (approximately 6x6mm), and "R" stands for **Right Angle**, indicating that the button is pressed parallel to the PCB rather than vertically.
---
### 2. Technical Specifications
Below is a typical specification table for the TS-65-R series:
| Feature | Specification |
| :--- | :--- |
| **Dimensions** | 6.0mm x 6.6mm (Base) |
| **Mounting Type** | Through-hole (THT) |
| **Orientation** | Right Angle (Side-actuated) |
| **Contact Arrangement** | SPST (Single Pole Single Throw) |
| **Operating Force** | 160gf to 250gf (typical) |
| **Current Rating** | 50mA @ 12V DC |
| **Travel distance** | 0.25mm ± 0.1mm |
| **Life Expectancy** | 50,000 to 100,000 cycles |
---
### 3. Key Electronic Characteristics
* **Momentary Action:** These are "normally open" switches. The circuit is only closed while the button is being physically held down.
* **Contact Resistance:** Usually very low (less than 100mΩ), ensuring minimal signal loss.
* **Insulation Resistance:** High (usually >100MΩ at 100V), preventing accidental leakage between pins.
* **Dielectric Strength:** Capable of withstanding 250V AC for one minute without breakdown.
---
### 4. Typical Pin Configuration
The TS-65-R usually features four pins, but internally it operates as a 2-pin switch. The pins are paired for mechanical stability:
```text
[ Button Side ]
/-------\
(1) | | (2) <-- Internally connected
| |
(3) | | (4) <-- Internally connected
\-------/
```
* When the button is pressed, the connection is made between the **(1,2)** pair and the **(3,4)** pair.
---
### 5. Common Applications
Due to its right-angle design, the TS-65-R is ideal for edge-mounted controls on devices:
* **Reset Buttons:** Often found on the side of routers or development boards (like Arduino/ESP32).
* **Consumer Electronics:** Volume buttons on portable speakers or handheld devices.
* **Industrial Controls:** Side-mounted interface triggers on diagnostic tools.
- ⤷
What are the footprints for the TS-65-R in PCB design software like KiCad or Altium?
- ⤷ How do I debounce a TS-65-R switch in a microcontroller circuit?
- ⤷ What are the environmental temperature limits for the TS-65-R switch?