N24-R
AI

The **N24-R** typically refers to a high-performance **Brushless Electronic Speed Controller (ESC)** often used in RC vehicles (like the Kyosho Mini-Z) or small-scale robotics. It is designed to manage the power and communication between the battery and the brushless motor.
---
### Core Electronic Components
The N24-R consists of several critical electronic subsystems that allow for precise motor control:
| Component | Function | Description |
| :--- | :--- | :--- |
| **Microcontroller (MCU)** | The "Brain" | Processes input signals from the receiver (PWM/DSHOT) and calculates timing for motor commutation. |
| **MOSFETs** | Power Switching | High-current transistors (usually 6 in a 3-phase bridge) that switch power to the motor phases. |
| **Gate Drivers** | Signal Amplification | Acts as an interface between the low-voltage MCU and the high-power MOSFETs. |
| **BEC (Battery Eliminator Circuit)** | Voltage Regulation | Steps down the main battery voltage (e.g., 7.4V) to a steady 5V or 6V to power the receiver and servos. |
| **Capacitors** | Noise Filtering | Smooths out voltage spikes and ripples caused by high-speed switching. |
---
### Technical Specifications (Typical)
While specifications can vary slightly by manufacturer, the N24-R series generally follows these parameters:
* **Input Voltage:** 2S - 3S LiPo (approx. 7.4V - 11.1V).
* **Current Rating:** Usually 20A to 30A continuous (depending on the specific revision).
* **Protocol Support:** Supports PWM, OneShot, and sometimes DShot for faster communication.
* **Sensored/Sensorless:** Most N24-R units are designed for **sensorless** brushless motors, using Back-EMF to determine rotor position.
---
### Wiring and Connection Points
```mermaid
graph LR
A[Battery + / -] --> B(N24-R ESC)
B --> C[Receiver Signal Wire]
B --> D[Motor Phase A]
B --> E[Motor Phase B]
B --> F[Motor Phase C]
```
1. **Power Input:** Thick Red (+) and Black (-) wires connected to the battery connector.
2. **Motor Output:** Three wires (often Black) that connect to the Brushless motor. Swapping any two of these wires will reverse the motor direction.
3. **Signal Lead:** A thin 3-wire ribbon (Signal, VCC, Ground) that plugs into the radio receiver.
---
### Key Features of the N24-R Circuitry
* **Thermal Protection:** Integrated temperature sensors that throttle power if the MOSFETs exceed safety limits (usually around 100°C).
* **Low Voltage Cutoff (LVC):** Monitors battery voltage to prevent over-discharge, which is critical for LiPo battery health.
* **Braking Systems:** Uses regenerative or active braking (damped light) to slow the motor down quickly by shorting motor phases in a controlled manner.
- ⤷What is the maximum current rating for the N24-R ESC?
- ⤷ Can I use a sensored brushless motor with the N24-R?
- ⤷ How do I calibrate the throttle range on this specific controller?