MAH26FBA-R
AI

The **MAH26FBA-R** is a high-performance **Brushless DC (BLDC) Motor Driver** specifically designed for high-voltage applications, such as ceiling fans, industrial fans, and household appliances. It is a highly integrated System-in-Package (SiP) or module that combines control logic with power stages.
---
### 1. Key Technical Specifications
The device is engineered to handle AC line voltages and convert them into efficient motor motion.
| Feature | Specification (Typical) |
| :--- | :--- |
| **Input Voltage Range** | 100V AC to 240V AC (Internal VDC up to 400V) |
| **Output Current** | 1.0A - 2.0A (Continuous) |
| **Control Mode** | Sensorless FOC (Field Oriented Control) |
| **Power Stage** | Integrated MOSFETs or IGBTs |
| **Package Type** | DIP-26 or Multi-chip Module (MCM) |
---
### 2. Core Electronic Components
The MAH26FBA-R is not a single transistor, but a complex assembly consisting of several electronic subsystems:
#### A. Power Inverter Bridge
* **Function:** Converts DC bus voltage into 3-phase AC power for the motor.
* **Components:** Six high-voltage power switches (MOSFETs) arranged in a three-phase bridge configuration.
#### B. Integrated Controller (MCU/DSP)
* **Function:** Executes the motor control algorithms.
* **Feature:** It typically utilizes **Sensorless FOC**. This calculates the rotor position based on Back-EMF (Electromotive Force) rather than requiring physical Hall Effect sensors, reducing cost and increasing reliability.
#### C. Gate Driver Circuitry
* **Function:** Acts as the interface between the low-voltage logic and the high-voltage power switches.
* **Feature:** Includes level-shifters and "Bootstrap" circuits to drive the high-side MOSFETs.
#### D. Protection & Monitoring
* **Over-Current Protection (OCP):** Shuts down the output if a short circuit or stall is detected.
* **Under-Voltage Lockout (UVLO):** Prevents the motor from running if the supply voltage is too low to operate the gates safely.
* **Thermal Shutdown:** Protects the silicon from overheating.
---
### 3. Connection Pinout Categories
The pins on the MAH26FBA-R are generally divided into three functional groups:
1. **High Voltage Pins:**
* **P/N:** DC Bus inputs (rectified AC).
* **U/V/W:** The three-phase outputs connected directly to the motor windings.
2. **Low Voltage Control Pins:**
* **VCC/VCC15:** Power supply for internal logic (usually 15V).
* **VDC:** Speed control input (Analog 0-5V or PWM).
* **FG:** Frequency Generator (Speed feedback output to an external display or controller).
3. **Protection Pins:**
* **CS (Current Sense):** Connects to a shunt resistor to monitor motor load.
---
### 4. Typical Application Diagram
```mermaid
graph LR
AC_Input --> Rectifier[Bridge Rectifier]
Rectifier --> DC_Bus[DC Bus Capacitor]
DC_Bus --> MAH26FBA-R
MAH26FBA-R --> Motor[3-Phase BLDC Motor]
MCU_Signals --> MAH26FBA-R
```
- ⤷
What is the difference between sensorless FOC and Hall-sensor motor control?
- ⤷ What external components are required to build a full ceiling fan controller using this part?
- ⤷ How do I calculate the shunt resistor value for the CS pin?