AI

The **EX-R** typically refers to the high-performance 1/10 scale drift radio control (RC) car series (often associated with brands like MST or specific racing chassis). The electronics in these vehicles are specialized to handle the demands of precision counter-steering and high-angle drifting.
---
### Core Electronic Components of the EX-R
| Component | Function | Key Specifications |
| :--- | :--- | :--- |
| **Brushless ESC** | Controls motor speed and braking. | 60A - 120A, Sensored, Turbo/Boost support. |
| **Sensored Motor** | Provides torque to the wheels. | 10.5T or 13.5T (Turns), High RPM. |
| **Drift Gyro** | Automatically corrects steering to maintain drifts. | Adjustable Gain, Heading Hold mode. |
| **Steering Servo** | Moves the front wheels. | Low-profile, High-speed (<0.08s). |
| **Receiver (RX)** | Receives signals from the remote. | 2.4GHz, 3+ Channels. |
| **LiPo Battery** | Powers the entire system. | 2S (7.4V), 4000mAh - 6000mAh. |
---
### Detailed Breakdown
#### 1. The Sensored Brushless System
Unlike standard RC cars, the EX-R requires a **Sensored** system.
- **The Sensor Wire:** A small cable connects the motor and ESC to communicate the exact position of the rotor.
- **Benefit:** This eliminates "cogging" (stuttering at low speeds), allowing for the smooth, incremental throttle control needed to maintain a slide.
#### 2. The Drift Gyro (Essential)
The Gyro is the "brain" of a rear-wheel-drive (RWD) drift car.
- It detects the chassis sliding out of alignment.
- It sends counter-steering commands to the servo faster than a human can react.
- Without this, an RWD EX-R would simply spin out instantly.
#### 3. Low-Profile High-Speed Servo
Because drift chassis like the EX-R have complex steering geometries for high lock angles, the servo must be:
- **Fast:** To keep up with gyro corrections.
- **Low-Profile:** To fit in the compact front-end layout of the chassis, leaving room for the battery and suspension.
#### 4. The ESC (Electronic Speed Controller)
Advanced EX-R builds use ESCs with **"Boost" and "Turbo"** settings. These are software-based timing advances that increase motor RPM on long straights while keeping torque high for tight corners.
---
### Wiring Example (Basic Logic)
```python
# Simplified Logic of EX-R Electronic Signal Flow
Battery >> ESC >> Receiver (Power)
Receiver >> Gyro >> Steering Servo (Signal)
ESC >> Sensored Motor (Power + Position Data)
Remote Control >> Receiver (Input)
```
- ⤷
What is the difference between a 10.5T and 13.5T motor for drifting?
- ⤷ How do I adjust the 'Gain' on the EX-R gyro?
- ⤷ Do I need a specific type of charger for EX-R LiPo batteries?