Specialty Vehicles

Your present location > Home page > Specialty Vehicles
Smart Power Semiconductor Selection Solution for High-End Urban Short-Haul eVTOL Air Taxi (2-Seater): Efficient and Reliable Powertrain & Power Management System Adaptation Guide
eVTOL Air Taxi Power Semiconductor System Topology Diagram

eVTOL Air Taxi Power Semiconductor System Overall Topology Diagram

graph LR %% High Voltage Power Distribution & Propulsion System subgraph "High-Voltage Battery & Power Distribution Unit (PDU)" HV_BAT["High-Voltage Battery Pack
400-800VDC"] --> BDU["Battery Disconnect Unit (BDU)"] BDU --> MAIN_BUS["Primary High-Voltage DC Bus"] subgraph "Safety-Critical Solid-State Switches" SW_PRECHARGE["VBFB185R05
850V/5A
Pre-charge Switch"] SW_MAIN["VBFB185R05
850V/5A
Main Contactor Driver"] SW_AUX_HV["VBFB185R05
850V/5A
Auxiliary Load Switch"] end MAIN_BUS --> SW_PRECHARGE SW_PRECHARGE --> PRECHARGE_CIRCUIT["Pre-charge Circuit"] PRECHARGE_CIRCUIT --> CAP_BANK["DC-Link Capacitor Bank"] MAIN_BUS --> SW_MAIN SW_MAIN --> CAP_BANK MAIN_BUS --> SW_AUX_HV SW_AUX_HV --> AUX_HV_LOAD["High-Voltage Auxiliary Loads"] end %% Main Propulsion System subgraph "Main Propulsion Motor Drive Inverter (20-50kW)" CAP_BANK --> INVERTER_DC_IN["Inverter DC Input"] subgraph "Three-Phase IGBT Bridge" PHASE_U_TOP["VBM16I20
650V/20A IGBT"] PHASE_U_BOT["VBM16I20
650V/20A IGBT"] PHASE_V_TOP["VBM16I20
650V/20A IGBT"] PHASE_V_BOT["VBM16I20
650V/20A IGBT"] PHASE_W_TOP["VBM16I20
650V/20A IGBT"] PHASE_W_BOT["VBM16I20
650V/20A IGBT"] end INVERTER_DC_IN --> PHASE_U_TOP INVERTER_DC_IN --> PHASE_V_TOP INVERTER_DC_IN --> PHASE_W_TOP PHASE_U_BOT --> GND_INV PHASE_V_BOT --> GND_INV PHASE_W_BOT --> GND_INV PHASE_U_TOP --> MOTOR_U["Motor Phase U"] PHASE_U_BOT --> MOTOR_U PHASE_V_TOP --> MOTOR_V["Motor Phase V"] PHASE_V_BOT --> MOTOR_V PHASE_W_TOP --> MOTOR_W["Motor Phase W"] PHASE_W_BOT --> MOTOR_W MOTOR_U --> PROP_MOTOR["Lift/Propulsion Motor
(20-50kW)"] MOTOR_V --> PROP_MOTOR MOTOR_W --> PROP_MOTOR end %% Auxiliary Power Management System subgraph "Auxiliary System & Avionics Power Management" MAIN_BUS --> DC_DC_CONV["High-Power DC-DC Converter"] subgraph "Synchronous Rectification Stage" SR_TOP["VBQA1152N
150V/53.7A"] SR_BOT["VBQA1152N
150V/53.7A"] end subgraph "Intermediate Bus Distribution" IBUS_48V["48V Intermediate Bus"] IBUS_28V["28V Avionics Bus"] IBUS_12V["12V Auxiliary Bus"] end DC_DC_CONV --> SR_TOP SR_TOP --> IBUS_48V SR_BOT --> GND_AUX IBUS_48V --> POL_CONV["Point-of-Load Converters"] POL_CONV --> IBUS_28V POL_CONV --> IBUS_12V subgraph "High-Current Load Switches" SW_ACTUATOR["VBQA1152N
Actuator Control"] SW_HEATER["VBQA1152N
Cabin Heater"] SW_AVIONICS["VBQA1152N
Avionics Power"] end IBUS_48V --> SW_ACTUATOR SW_ACTUATOR --> ACTUATORS["Flight Control Actuators"] IBUS_28V --> SW_AVIONICS SW_AVIONICS --> AVIONICS["Avionics Suite"] IBUS_12V --> SW_HEATER SW_HEATER --> CABIN_HEATER["Cabin Heating System"] end %% Control & Protection Systems subgraph "Control, Drive & Protection Circuits" FLIGHT_CONTROLLER["Flight Controller MCU"] --> GATE_DRIVER_IGBT["IGBT Gate Driver Array"] GATE_DRIVER_IGBT --> PHASE_U_TOP GATE_DRIVER_IGBT --> PHASE_U_BOT GATE_DRIVER_IGBT --> PHASE_V_TOP GATE_DRIVER_IGBT --> PHASE_V_BOT GATE_DRIVER_IGBT --> PHASE_W_TOP GATE_DRIVER_IGBT --> PHASE_W_BOT BMS["Battery Management System"] --> ISOLATED_DRIVER["Isolated Gate Driver"] ISOLATED_DRIVER --> SW_PRECHARGE ISOLATED_DRIVER --> SW_MAIN ISOLATED_DRIVER --> SW_AUX_HV AUX_CONTROLLER["Auxiliary Controller"] --> STANDARD_DRIVER["Standard Gate Driver"] STANDARD_DRIVER --> SR_TOP STANDARD_DRIVER --> SR_BOT STANDARD_DRIVER --> SW_ACTUATOR STANDARD_DRIVER --> SW_HEATER STANDARD_DRIVER --> SW_AVIONICS subgraph "Protection & Monitoring" CURRENT_SENSE["High-Precision Current Sensors"] VOLTAGE_MONITOR["Voltage Monitoring"] TEMP_SENSORS["NTC Temperature Sensors"] TVS_ARRAY["TVS Protection"] RC_SNUBBERS["RC Snubber Circuits"] end CURRENT_SENSE --> FLIGHT_CONTROLLER VOLTAGE_MONITOR --> BMS TEMP_SENSORS --> AUX_CONTROLLER TVS_ARRAY --> GATE_DRIVER_IGBT TVS_ARRAY --> ISOLATED_DRIVER RC_SNUBBERS --> PHASE_U_TOP RC_SNUBBERS --> PHASE_V_TOP end %% Thermal Management System subgraph "Graded Thermal Management Architecture" LIQUID_COOLING["Liquid Cooling System"] --> IGBT_HEATSINK["IGBT Heatsink"] AIR_COOLING["Forced Air Cooling"] --> HV_MOSFET_HS["HV MOSFET Heatsink"] PCB_COPPER["PCB Thermal Planes"] --> DFN_PACKAGES["DFN Package Devices"] IGBT_HEATSINK --> PHASE_U_TOP IGBT_HEATSINK --> PHASE_V_TOP IGBT_HEATSINK --> PHASE_W_TOP HV_MOSFET_HS --> SW_PRECHARGE HV_MOSFET_HS --> SW_MAIN PCB_COPPER --> SR_TOP PCB_COPPER --> SW_ACTUATOR end %% Communication Interfaces FLIGHT_CONTROLLER --> CAN_AVIONICS["CAN Avionics Bus"] BMS --> CAN_POWERTRAIN["CAN Powertrain Bus"] AUX_CONTROLLER --> CAN_AUX["CAN Auxiliary Bus"] CAN_AVIONICS --> VEHICLE_NETWORK["Vehicle Network Gateway"] %% Style Definitions style PHASE_U_TOP fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style SW_PRECHARGE fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style SR_TOP fill:#fff3e0,stroke:#ff9800,stroke-width:2px style FLIGHT_CONTROLLER fill:#fce4ec,stroke:#e91e63,stroke-width:2px

Driven by the advancement of urban air mobility (UAM), high-end short-haul eVTOL air taxis represent the future of transportation. Their powertrain and electrical power distribution systems, serving as the "heart and arteries" of the aircraft, must deliver exceptionally efficient, reliable, and safe power conversion and control for critical loads such as lift/propulsion motors, high-voltage battery management, and avionics. The selection of power semiconductors (MOSFETs/IGBTs) directly determines the system's power density, efficiency, thermal performance, safety redundancy, and ultimately, flight endurance and reliability. Addressing the stringent requirements of eVTOLs for weight, efficiency, safety, and electromagnetic compatibility (EMC), this article centers on scenario-based adaptation to reconstruct the power device selection logic, providing an optimized solution ready for direct implementation.
I. Core Selection Principles and Scenario Adaptation Logic
Core Selection Principles
High Voltage & Safety Margin: For high-voltage battery buses (typically 400V-800V DC), power devices must have voltage ratings with significant margin (≥50-100%) to withstand switching transients, regenerative braking spikes, and operational fluctuations.
Ultra-Low Loss & High Efficiency: Prioritize devices with low conduction losses (low Rds(on) or VCEsat) and optimized switching characteristics to maximize powertrain efficiency, directly extending flight range.
High Power Density & Robust Packaging: Select packages (TO-247, TO-220, DFN) that offer an optimal balance of high current capability, excellent thermal dissipation, mechanical robustness, and minimal weight/volume.
Ultra-High Reliability & Redundancy: Components must be rated for harsh operational environments, exhibiting superior thermal stability, avalanche robustness, and long-term reliability for critical flight systems.
Scenario Adaptation Logic
Based on the core electrical systems within a 2-seater eVTOL, power semiconductor applications are divided into three main scenarios: Main Propulsion Motor Drive (High-Power Core), High-Voltage Battery & Power Distribution (Safety-Critical), and Auxiliary System & Avionics Power Management (Functional Support). Device parameters and technologies are matched accordingly.
II. Power Semiconductor Selection Solutions by Scenario
Scenario 1: Main Propulsion Motor Drive Inverter (20-50 kW range) – High-Power Core Device
Recommended Model: VBM16I20 (IGBT with FRD, 650V, 20A, TO-220)
Key Parameter Advantages: Utilizes Field Stop (FS) technology, offering a low VCEsat of 1.65V at 15V drive, optimizing conduction loss. The 650V voltage rating is suitable for 400V bus systems with ample margin. The integrated Fast Recovery Diode (FRD) ensures robust freewheeling and reverse recovery performance.
Scenario Adaptation Value: The TO-220 package provides excellent thermal interface for heatsinking, crucial for managing high inverter losses. IGBT technology offers a good balance of cost, robustness, and switching performance at the high voltage/current levels typical for compact eVTOL motor drives. The 20A rating allows for parallel use in phases to achieve higher power levels.
Applicable Scenarios: Phase legs in the main traction inverter for lift/cruise motors, requiring high reliability and efficient power handling.
Scenario 2: High-Voltage Battery Management & Primary DC Power Distribution – Safety-Critical Device
Recommended Model: VBFB185R05 (N-MOSFET, 850V, 5A, TO-251)
Key Parameter Advantages: Very high 850V drain-source voltage rating, providing exceptional margin for 400V-600V battery systems and protecting against high-voltage transients. Planar technology ensures stable performance.
Scenario Adaptation Value: The high voltage rating makes it ideal for pre-charge circuits, main contactor driving, or high-side switches in the primary high-voltage distribution unit (PDU). Its TO-251 package offers a compact footprint with good power handling for these auxiliary but critical control functions, ensuring safe isolation and connection of the high-voltage bus.
Applicable Scenarios: Solid-state switching in battery disconnect units (BDU), pre-charge circuit control, and high-voltage auxiliary load switches.
Scenario 3: Auxiliary System & Avionics Power Management (DC-DC Converters, Low-Voltage Loads) – Functional Support Device
Recommended Model: VBQA1152N (N-MOSFET, 150V, 53.7A, DFN8(5x6))
Key Parameter Advantages: Utilizes Trench technology, achieving a very low Rds(on) of 15.8mΩ at 10V Vgs. High continuous current rating of 53.7A. The 150V rating is perfect for intermediate bus voltages (e.g., 48V, 96V) or the output side of high-power DC-DC converters.
Scenario Adaptation Value: The DFN8(5x6) package offers very low parasitic inductance and excellent thermal performance via a large exposed pad, enabling high-frequency, high-efficiency switching. Its low Rds(on) minimizes conduction loss in high-current paths. Ideal for synchronous rectification in high-power DC-DC converters (e.g., stepping down from the high-voltage bus to 48V/28V) or for controlling high-current auxiliary loads like actuators or cabin heaters.
Applicable Scenarios: Synchronous rectifiers in high-power isolated DC-DC converters, primary switches in non-isolated point-of-load (POL) converters, and high-current load switches in the low-voltage distribution system.
III. System-Level Design Implementation Points
Drive Circuit Design
VBM16I20 (IGBT): Requires a dedicated high-current gate driver IC with negative turn-off voltage capability for robust operation. Careful attention to gate loop layout is critical to prevent cross-talk and ensure fast, clean switching.
VBFB185R05 (High-Voltage MOSFET): Use isolated or level-shifted gate drivers capable of handling the high common-mode voltage. Implement strong gate drive to minimize switching losses despite higher gate charge typical of high-voltage planar MOSFETs.
VBQA1152N (Low-Voltage MOSFET): Can be driven by standard gate driver ICs. Optimize layout for minimal power loop inductance to exploit its fast switching capability.
Thermal Management Design
Graded Heat Dissipation Strategy: VBM16I20 and VBFB185R05 will require dedicated heatsinks (possibly liquid-cooled for the IGBT in the main inverter). VBQA1152N relies on a high-quality thermal interface between its exposed pad and a large PCB copper plane, potentially augmented with a heatsink.
Derating Design Standard: Apply stringent derating rules consistent with aerospace or high-reliability applications (e.g., 50% voltage derating, current derating based on worst-case junction temperature). Target maximum junction temperatures well below the rated maximum for enhanced lifetime.
EMC and Reliability Assurance
EMI Suppression: Utilize snubber circuits and carefully placed DC-link capacitors for the IGBT inverter. Implement RC snubbers or ferrite beads for the high-voltage MOSFET switches. The DFN package of VBQA1152N inherently benefits from low loop inductance.
Protection Measures: Implement comprehensive overcurrent, overtemperature, and short-circuit protection at the system level. Use TVS diodes and RC networks on gate drives for all devices for ESD and voltage spike protection. Ensure proper creepage and clearance distances for high-voltage nodes.
IV. Core Value of the Solution and Optimization Suggestions
The power semiconductor selection solution for eVTOL air taxis proposed in this article, based on scenario adaptation logic, achieves full-chain coverage from the core high-power propulsion inverter to the high-voltage distribution and down to the auxiliary power management. Its core value is mainly reflected in the following three aspects:
Optimized Performance-Weight-Power Density Trade-off: By selecting a cost-effective and robust IGBT for the main drive, an ultra-high-voltage MOSFET for safety-critical isolation, and a high-current-density MOSFET for auxiliary power, the solution optimizes performance, weight, and volume across different subsystems. This contributes directly to maximizing the payload and range of the eVTOL.
Layered Safety and Reliability Architecture: The use of specialized devices for each voltage/power tier—with appropriate voltage margins and robust packages—creates a layered electrical architecture. This facilitates fault containment, where an issue in an auxiliary system is less likely to propagate to the critical propulsion or high-voltage bus, enhancing overall system safety.
Balance of Advanced Performance and Design Maturity: The selected devices leverage proven technologies (FS IGBT, Trench MOSFET) with established reliability data and supply chains. This reduces technical risk compared to adopting the very latest wide-bandgap devices (SiC/GaN) across the board, while still delivering the high efficiency and performance required for a competitive eVTOL platform. It provides a solid foundation for future incremental technology upgrades.
In the design of the powertrain and power management system for high-end eVTOL air taxis, power semiconductor selection is a cornerstone for achieving the necessary efficiency, power density, safety, and reliability. The scenario-based selection solution proposed in this article, by accurately matching the distinct requirements of the propulsion, primary distribution, and auxiliary systems, and combining it with rigorous system-level design practices, provides a comprehensive, actionable technical reference for eVTOL development. As eVTOLs evolve towards higher voltages, higher efficiencies, and certified airworthiness, the selection of power devices will increasingly focus on qualification to aerospace standards, integration of health monitoring, and the adoption of next-generation WBG devices. Future exploration will logically focus on the application of SiC MOSFETs in the main inverter and the development of integrated power modules, laying a solid hardware foundation for creating the next generation of safe, efficient, and commercially viable urban air mobility solutions.

Detailed Topology Diagrams

Main Propulsion Motor Drive Inverter Topology Detail

graph LR subgraph "Three-Phase IGBT Inverter Bridge" DC_POS["DC+ (400-800V)"] --> TOP_U["VBM16I20
650V/20A IGBT"] DC_POS --> TOP_V["VBM16I20
650V/20A IGBT"] DC_POS --> TOP_W["VBM16I20
650V/20A IGBT"] TOP_U --> PHASE_U["Motor Phase U"] TOP_V --> PHASE_V["Motor Phase V"] TOP_W --> PHASE_W["Motor Phase W"] PHASE_U --> BOT_U["VBM16I20
650V/20A IGBT"] PHASE_V --> BOT_V["VBM16I20
650V/20A IGBT"] PHASE_W --> BOT_W["VBM16I20
650V/20A IGBT"] BOT_U --> DC_NEG["DC- (Ground)"] BOT_V --> DC_NEG BOT_W --> DC_NEG end subgraph "Gate Drive & Protection" MCU["Motor Controller"] --> GATE_DRIVER["Gate Driver IC"] GATE_DRIVER --> TOP_U_GATE["IGBT Gate"] GATE_DRIVER --> BOT_U_GATE["IGBT Gate"] subgraph "Phase Leg Protection" RCD_SNUBBER["RCD Snubber"] TVS_PROTECTION["TVS Diode"] CURRENT_SENSE["Current Sensor"] end RCD_SNUBBER --> TOP_U TVS_PROTECTION --> GATE_DRIVER CURRENT_SENSE --> PHASE_U CURRENT_SENSE --> MCU end subgraph "Thermal Management" LIQUID_COLD_PLATE["Liquid Cold Plate"] --> IGBT_MODULE["IGBT Module"] TEMP_SENSOR["Temperature Sensor"] --> THERMAL_MGMT["Thermal Management"] THERMAL_MGMT --> PUMP_CONTROL["Pump Speed Control"] IGBT_MODULE --> TOP_U IGBT_MODULE --> BOT_U end style TOP_U fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style BOT_U fill:#e8f5e8,stroke:#4caf50,stroke-width:2px

High-Voltage Battery Management & Distribution Topology Detail

graph LR subgraph "Battery Disconnect Unit (BDU)" BAT_POS["Battery Positive"] --> MAIN_CONTACTOR["Main Contactor"] MAIN_CONTACTOR --> HV_BUS["High-Voltage Bus"] BAT_POS --> PRECHARGE_CIRCUIT["Pre-charge Circuit"] PRECHARGE_CIRCUIT --> PRECHARGE_RES["Pre-charge Resistor"] PRECHARGE_RES --> HV_BUS HV_BUS --> CAPACITOR_BANK["DC-Link Capacitor Bank"] subgraph "Solid-State Switching" SS_PRECHARGE["VBFB185R05
850V/5A"] SS_MAIN["VBFB185R05
850V/5A"] SS_AUX["VBFB185R05
850V/5A"] end BMS["Battery Management System"] --> ISOLATED_DRIVER["Isolated Driver"] ISOLATED_DRIVER --> SS_PRECHARGE ISOLATED_DRIVER --> SS_MAIN ISOLATED_DRIVER --> SS_AUX SS_PRECHARGE --> PRECHARGE_CIRCUIT SS_MAIN --> MAIN_CONTACTOR SS_AUX --> AUX_LOAD["High-Voltage Auxiliary Load"] end subgraph "Monitoring & Protection" VOLTAGE_SENSE["Voltage Sensor"] --> BMS CURRENT_SENSE["Current Sensor"] --> BMS TEMP_SENSE["Temperature Sensor"] --> BMS subgraph "Electrical Protection" FUSE["High-Voltage Fuse"] TVS["TVS Surge Protection"] RC_CLAMP["RC Clamp Circuit"] end HV_BUS --> FUSE HV_BUS --> TVS SS_PRECHARGE --> RC_CLAMP end subgraph "Thermal Design" HEATSINK["Aluminum Heatsink"] --> HV_MOSFETS["HV MOSFETs"] FORCED_AIR["Forced Air Flow"] --> HEATSINK HV_MOSFETS --> SS_PRECHARGE HV_MOSFETS --> SS_MAIN end style SS_PRECHARGE fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style SS_MAIN fill:#e3f2fd,stroke:#2196f3,stroke-width:2px

Auxiliary System & Avionics Power Management Topology Detail

graph LR subgraph "High-Power DC-DC Converter" HV_IN["High-Voltage Input"] --> TRANSFORMER["Isolation Transformer"] TRANSFORMER --> SR_NODE["Secondary Side"] subgraph "Synchronous Rectification" SR_HIGH["VBQA1152N
150V/53.7A"] SR_LOW["VBQA1152N
150V/53.7A"] end SR_NODE --> SR_HIGH SR_HIGH --> OUTPUT_FILTER["LC Output Filter"] OUTPUT_FILTER --> INTERMEDIATE_BUS["48V Intermediate Bus"] SR_LOW --> GND_SR SR_NODE --> SR_LOW CONTROLLER["DC-DC Controller"] --> GATE_DRIVER["Gate Driver"] GATE_DRIVER --> SR_HIGH GATE_DRIVER --> SR_LOW end subgraph "Intermediate Bus Distribution" INTERMEDIATE_BUS --> POL_CONVERTER["48V-28V POL Converter"] INTERMEDIATE_BUS --> POL_CONVERTER_2["48V-12V POL Converter"] POL_CONVERTER --> AVIONICS_BUS["28V Avionics Bus"] POL_CONVERTER_2 --> AUX_BUS["12V Auxiliary Bus"] subgraph "Load Switch Matrix" SW_ACT["VBQA1152N
Actuator Switch"] SW_AVIO["VBQA1152N
Avionics Switch"] SW_HEAT["VBQA1152N
Heater Switch"] end AVIONICS_BUS --> SW_AVIO SW_AVIO --> AVIONICS_LOAD["Avionics Equipment"] INTERMEDIATE_BUS --> SW_ACT SW_ACT --> ACTUATOR_LOAD["Flight Actuators"] AUX_BUS --> SW_HEAT SW_HEAT --> HEATER_LOAD["Cabin Heater"] end subgraph "Control & Protection" AUX_MCU["Auxiliary Controller"] --> SW_DRIVER["Switch Driver"] SW_DRIVER --> SW_ACT SW_DRIVER --> SW_AVIO SW_DRIVER --> SW_HEAT subgraph "Monitoring Circuits" CURRENT_MON["Current Monitoring"] TEMP_MON["Temperature Monitoring"] VOLT_MON["Voltage Monitoring"] end CURRENT_MON --> AUX_MCU TEMP_MON --> AUX_MCU VOLT_MON --> AUX_MCU end subgraph "Thermal Management" PCB_COPPER["PCB Copper Pour"] --> DFN_DEVICES["DFN Package Devices"] DFN_DEVICES --> SR_HIGH DFN_DEVICES --> SW_ACT DFN_DEVICES --> SW_AVIO end style SR_HIGH fill:#fff3e0,stroke:#ff9800,stroke-width:2px style SW_ACT fill:#fff3e0,stroke:#ff9800,stroke-width:2px
Download PDF document
Download now:VBFB185R05

Sample Req

Online

Telephone

400-655-8788

WeChat

Topping

Sample Req
Online
Telephone
WeChat