Specialty Vehicles

Your present location > Home page > Specialty Vehicles
Practical Design of the Power Chain for AI Competition Electric Racing Cars: Balancing Peak Performance, Integration, and Reliability
AI Electric Racing Car Power Chain System Topology Diagram

AI Electric Racing Car Power Chain System Overall Topology Diagram

graph LR %% Main Battery System subgraph "High-Voltage Battery & Main Power Distribution" HV_BATT["High-Voltage Battery Pack
400-800VDC"] --> PRE_CHARGE["Pre-charge Circuit"] HV_BATT --> MAIN_CONTACTOR["Main Contactor"] MAIN_CONTACTOR --> HV_BUS["High-Voltage DC Bus"] PRE_CHARGE --> HV_BUS end %% Motor Drive & Power Stage subgraph "Tractive Inverter & Motor Drive Power Stage" HV_BUS --> INVERTER_DC_IN["DC-Link Capacitors"] subgraph "Three-Phase Bridge (Phase Legs)" PHASE_U["Phase U"] PHASE_V["Phase V"] PHASE_W["Phase W"] end subgraph "High-Current Motor Switch MOSFET Array" Q_MOTOR_UH["VBQF1303
30V/60A"] Q_MOTOR_UL["VBQF1303
30V/60A"] Q_MOTOR_VH["VBQF1303
30V/60A"] Q_MOTOR_VL["VBQF1303
30V/60A"] Q_MOTOR_WH["VBQF1303
30V/60A"] Q_MOTOR_WL["VBQF1303
30V/60A"] end INVERTER_DC_IN --> PHASE_U INVERTER_DC_IN --> PHASE_V INVERTER_DC_IN --> PHASE_W PHASE_U --> Q_MOTOR_UH PHASE_U --> Q_MOTOR_UL PHASE_V --> Q_MOTOR_VH PHASE_V --> Q_MOTOR_VL PHASE_W --> Q_MOTOR_WH PHASE_W --> Q_MOTOR_WL Q_MOTOR_UH --> MOTOR_U["Motor Phase U"] Q_MOTOR_UL --> GND_POWER Q_MOTOR_VH --> MOTOR_V["Motor Phase V"] Q_MOTOR_VL --> GND_POWER Q_MOTOR_WH --> MOTOR_W["Motor Phase W"] Q_MOTOR_WL --> GND_POWER MOTOR_U --> TRACTION_MOTOR["Traction Motor"] MOTOR_V --> TRACTION_MOTOR MOTOR_W --> TRACTION_MOTOR end %% High-Voltage System Management subgraph "High-Voltage System & Pre-charge Management" subgraph "High-Voltage MOSFET Array" Q_HV_PRE["VBQF1154N
150V/25.5A
Pre-charge"] Q_HV_AUX["VBQF1154N
150V/25.5A
Auxiliary DC-DC"] Q_HV_SAFETY["VBQF1154N
150V/25.5A
Safety Control"] end HV_BUS --> Q_HV_PRE HV_BUS --> Q_HV_AUX HV_BUS --> Q_HV_SAFETY Q_HV_PRE --> PRE_CHARGE_CIRCUIT["Pre-charge Resistor Network"] Q_HV_AUX --> AUX_DCDC["Auxiliary DC-DC Converter
(To 12V/48V)"] Q_HV_SAFETY --> SAFETY_CIRCUIT["Safety Interlock Loop"] end %% Intelligent Auxiliary Power Distribution subgraph "Intelligent Auxiliary & Sensor Power Distribution" AUX_DCDC --> AUX_BUS_12V["12V Auxiliary Bus"] AUX_BUS_12V --> CONTROL_MCU["Main Vehicle Control MCU"] subgraph "Intelligent Load Switch Array (Dual N-MOS)" SW_AI1["VBC9216
Dual 20V/7.5A
AI Compute Power"] SW_SENSORS["VBC9216
Dual 20V/7.5A
Sensor Arrays"] SW_COOLING["VBC9216
Dual 20V/7.5A
Cooling Control"] SW_DATA["VBC9216
Dual 20V/7.5A
Data Acquisition"] end CONTROL_MCU --> SW_AI1 CONTROL_MCU --> SW_SENSORS CONTROL_MCU --> SW_COOLING CONTROL_MCU --> SW_DATA SW_AI1 --> AI_COMPUTE["AI Computing Unit
(GPU/TPU)"] SW_SENSORS --> SENSOR_ARRAY["Sensor Array
(LiDAR, Radar, Camera)"] SW_COOLING --> COOLING_SYS["Cooling Pump & Fans"] SW_DATA --> DAQ_SYSTEM["Data Acquisition System"] end %% Control & Protection Systems subgraph "Control, Driving & Protection Systems" INVERTER_CONTROLLER["Motor Controller
(MCU/FPGA)"] --> GATE_DRIVER["Three-Phase Gate Driver"] GATE_DRIVER --> Q_MOTOR_UH GATE_DRIVER --> Q_MOTOR_UL GATE_DRIVER --> Q_MOTOR_VH GATE_DRIVER --> Q_MOTOR_VL GATE_DRIVER --> Q_MOTOR_WH GATE_DRIVER --> Q_MOTOR_WL subgraph "Protection & Monitoring Circuits" CURRENT_SENSE["High-Precision Current Sensors"] VOLTAGE_SENSE["Isolated Voltage Sensors"] TEMPERATURE_NTC["NTC Temperature Sensors"] RDSON_MONITOR["RDS(on) Monitoring Circuit"] TVS_ARRAY["TVS Protection Array"] end CURRENT_SENSE --> INVERTER_CONTROLLER VOLTAGE_SENSE --> INVERTER_CONTROLLER TEMPERATURE_NTC --> CONTROL_MCU RDSON_MONITOR --> CONTROL_MCU TVS_ARRAY --> GATE_DRIVER end %% Thermal Management System subgraph "Multi-Level Thermal Management Architecture" COOLING_LEVEL1["Level 1: Active Liquid Cooling
Motor MOSFETs & Inverter"] COOLING_LEVEL2["Level 2: Forced Air Cooling
High-Voltage Circuits"] COOLING_LEVEL3["Level 3: PCB Thermal Planes
Control & Logic ICs"] COOLING_LEVEL1 --> Q_MOTOR_UH COOLING_LEVEL1 --> Q_MOTOR_VH COOLING_LEVEL2 --> Q_HV_PRE COOLING_LEVEL2 --> Q_HV_AUX COOLING_LEVEL3 --> SW_AI1 COOLING_LEVEL3 --> CONTROL_MCU end %% Communication Network CONTROL_MCU --> CAN_TRANS["CAN Transceiver"] INVERTER_CONTROLLER --> CAN_TRANS CAN_TRANS --> VEHICLE_BUS["Vehicle CAN Bus"] CONTROL_MCU --> AI_COMM["AI Communication Interface"] AI_COMPUTE --> AI_COMM %% Style Definitions style Q_MOTOR_UH fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style Q_HV_PRE fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style SW_AI1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style CONTROL_MCU fill:#fce4ec,stroke:#e91e63,stroke-width:2px

As AI-driven electric racing cars push the boundaries of autonomous performance, their internal electric drive and power management systems are no longer just functional units. Instead, they are the core determinants of peak power delivery, dynamic response efficiency, and race-winning reliability under extreme conditions. A meticulously designed power chain is the physical foundation for these vehicles to achieve explosive acceleration, precise torque control, and resilient operation under high thermal and vibrational stress.
However, building such a chain presents intense challenges: How to maximize power density and switching speed while maintaining strict thermal control? How to ensure absolute reliability of semiconductor devices in an environment of high G-forces, rapid temperature cycles, and compact packaging? How to seamlessly integrate intelligent load management for sensors, actuators, and AI compute units? The answers lie within every engineering detail, from the selection of key components to system-level integration.
I. Three Dimensions for Core Power Component Selection: Coordinated Consideration of Voltage, Current, and Dynamic Response
1. High-Current Load & Motor Phase Switch MOSFET: The Core of Dynamic Power Delivery
Key Device: VBQF1303 (30V/60A/DFN8(3x3), Single-N).
Technical Analysis:
Ultra-Low Loss for Peak Efficiency: With an exceptionally low RDS(on) of 3.9mΩ (at 10V VGS), this device minimizes conduction losses during high-current pulses typical of acceleration and regenerative braking. This is critical for maximizing battery energy utilization and reducing heat generation in a tightly packaged powertrain.
Power Density and Thermal Performance: The compact DFN8(3x3) package offers an excellent surface-area-to-current-handling ratio, crucial for lightweight design. Its bottom-side thermal pad enables efficient heat transfer directly to the PCB and chassis, managing junction temperature spikes during lap-long peak performance.
Dynamic Response Relevance: Low gate charge (implied by low RDS(on) at 4.5V VGS) allows for fast switching, essential for high-frequency PWM control of motor drives or actuators, leading to smoother torque and finer AI-controlled vehicle dynamics.
2. High-Voltage System & Pre-charge Circuit MOSFET: Enabling Robust High-Voltage Management
Key Device: VBQF1154N (150V/25.5A/DFN8(3x3), Single-N).
Technical Analysis:
Voltage Stress and Safety Margin: Designed for higher voltage rails (e.g., 48V, 96V, or as a safety buffer in 400V systems), the 150V rating provides ample derating. It is ideal for critical circuits like high-voltage pre-charge, main contactor control, or auxiliary DC-DC converter inputs, where reliability is paramount.
Balanced Performance: An RDS(on) of 35mΩ (at 10V VGS) strikes a balance between conduction loss and silicon area for its voltage class. The DFN8 package again ensures a compact footprint and good thermal path for managing losses in always-on or frequently switched safety-critical circuits.
System Integration: Its robust voltage rating protects against inductive kickback and transients common in the aggressive start/stop and fault conditions of racing.
3. Intelligent Auxiliary & Sensor Power Distribution MOSFET: The Execution Unit for AI Systems
Key Device: VBC9216 (Dual 20V/7.5A/TSSOP8, N+N).
Technical Analysis:
High-Density Load Management: The dual N-channel design in a tiny TSSOP8 package is perfect for managing numerous low-voltage, medium-current loads typical in a race car: AI computing unit power sequencing, high-speed sensor arrays (Lidar, Radar, cameras), cooling pump/fan control, and data acquisition systems.
Efficiency at Low Gate Drive: With an RDS(on) of 12mΩ at 4.5V VGS, it offers high efficiency even when driven directly from microcontroller GPIOs or low-voltage logic, simplifying driver circuit design.
PCB Layout and Thermal Management: The integrated dual switch saves significant PCB space on the central vehicle control unit. Careful layout with shared thermal copper pours is essential to dissipate heat from simultaneous switching of both channels under high AI computational loads.
II. System Integration Engineering Implementation
1. Aggressive Thermal Management for Compact Packaging
Strategy: Employ a unified cooling strategy where the VBQF1303 (motor drive) and VBQF1154N (HV circuit) are mounted on a shared, actively cooled cold plate or heat spreader bonded to the monocoque. The VBC9216 and similar logic-level devices rely on extensive PCB inner-layer copper planes and thermal vias connecting to the board's edge or a local heatsink.
2. Electromagnetic Compatibility (EMC) and Signal Integrity
Criticality: Clean power is vital for sensitive AI sensors and compute. Use local ceramic capacitors at the drain of each VBC9216 switch. Employ guard rings and separated ground planes for analog sensor power domains switched by these MOSFETs.
High-Speed Switching Loops: For VBQF1303 in motor drive/inverter applications, use a laminated busbar or multilayer PCB design to minimize power loop inductance, reducing voltage spikes and EMI.
3. Reliability Enhancement for Extreme Environments
Electrical Stress Protection: Implement active clamping or snubbers for the VBQF1154N in inductive HV circuits. Ensure proper gate-source TVS protection for all devices against voltage spikes from long cable harnesses.
Fault Diagnosis and AI Integration: Monitor RDS(on) variation of critical switches like VBQF1303 as a proxy for junction temperature and health. Feed this data into the AI system for predictive power management and potential performance derating strategies to prevent failure.
III. Performance Verification and Testing Protocol
1. Key Test Items for Racing
Dynamic Switching Loss Test: Characterize VBQF1303 under high di/dt and dv/dt conditions mimicking motor phase switching.
Thermal Shock & Vibration Test: Subject assemblies to rapid temperature cycles (-40°C to +125°C) and high-frequency vibration per motorsport standards.
System Efficiency Mapping: Measure total powertrain efficiency (battery to wheel) across the entire torque-speed range, focusing on the contribution of low-loss switches.
Transient Response Test: Verify the ability of the VBC9216-based distribution network to handle sudden load steps from AI compute units without voltage sag.
IV. Solution Scalability
1. Adjustments for Different Race Classes & Powertrain Topologies
Formula Student EV: The VBQF1303 is ideal for main tractive inverter switches in 600V systems (used in parallel) or for 48V-120V motor drives. VBC9216 manages extensive sensor suites.
Autonomous GT/Rally: VBQF1154N becomes crucial for robust 400-800V system management. Multiple VBQF1303 devices in parallel can handle high-phase currents. SGT-based devices like VBGQF1610 offer alternatives for higher frequency switching.
2. Integration of Cutting-Edge Technologies
AI-Optimized Power Management: The AI stack can directly control the VBC9216 switches for dynamic sensor and compute power gating, saving energy during straight-line runs.
Wide Bandgap (SiC/GaN) Roadmap: For the highest performance tiers, the VBQF1154N represents a reliable silicon solution. The architecture readily allows migration to SiC MOSFETs for the main inverter (replacing parallel silicon devices) to drastically reduce switching losses and heatsink mass, while the logic-level management (VBC9216) remains optimally in silicon.
Conclusion
The power chain design for AI competition electric race cars is a high-stakes exercise in optimizing for power density, dynamic response, and resilience. The tiered selection strategy—employing the VBQF1303 for core high-current dynamic control, the VBQF1154N for robust high-voltage system functions, and the VBC9216 for high-density intelligent load management—provides a scalable, performance-oriented foundation. This approach ensures that the electrical system is not a limiting factor but an enabler of the AI's potential, delivering the instant, reliable, and efficient power required to win at the limit. As racing AI evolves, this power chain will seamlessly integrate with more advanced control algorithms and wide-bandgap technology, pushing the boundaries of electric motorsport performance.

Detailed Topology Diagrams

Motor Drive & High-Voltage Power Stage Detail

graph LR subgraph "Three-Phase Inverter Bridge Leg (Phase U Example)" HV_BUS["HV DC Bus"] --> DC_LINK["DC-Link Capacitors"] DC_LINK --> PHASE_NODE["Phase Node U"] PHASE_NODE --> Q_HIGH["VBQF1303
High-Side
30V/60A"] PHASE_NODE --> Q_LOW["VBQF1303
Low-Side
30V/60A"] Q_HIGH --> MOTOR_PHASE["Motor Phase U Output"] Q_LOW --> GND_PWR["Power Ground"] GATE_DRIVER["Gate Driver IC"] --> Q_HIGH GATE_DRIVER --> Q_LOW CONTROLLER["Motor Controller"] --> GATE_DRIVER end subgraph "High-Voltage Management Circuit" HV_BAT["HV Battery"] --> PRE_CHARGE_NODE subgraph "High-Voltage MOSFET Switch" Q_PRE["VBQF1154N
150V/25.5A"] end PRE_CHARGE_NODE --> Q_PRE Q_PRE --> PRE_RESISTOR["Pre-charge Resistor"] PRE_RESISTOR --> DC_BUS["DC Bus Capacitor"] HV_BAT --> MAIN_CONT["Main Contactor"] MAIN_CONT --> DC_BUS CONTROL_LOGIC["Safety Controller"] --> Q_PRE CONTROL_LOGIC --> MAIN_CONT end style Q_HIGH fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style Q_PRE fill:#e3f2fd,stroke:#2196f3,stroke-width:2px

Intelligent Auxiliary Power Distribution Detail

graph LR subgraph "Dual N-MOS Load Switch Channel (VBC9216)" MCU_GPIO["MCU GPIO"] --> LEVEL_SHIFTER["Level Shifter"] LEVEL_SHIFTER --> GATE_PIN["VBC9216 Gate"] AUX_12V["12V Auxiliary Bus"] --> DRAIN_PIN["VBC9216 Drain"] DRAIN_PIN --> INTERNAL_MOSFET["Internal N-MOSFET"] INTERNAL_MOSFET --> SOURCE_PIN["VBC9216 Source"] SOURCE_PIN --> LOAD["Connected Load"] LOAD --> GND_LOGIC["Logic Ground"] SUBSTRATE["Substrate/Heatsink Pad"] --> THERMAL_PAD["PCB Thermal Plane"] end subgraph "AI System Power Management Network" subgraph "Power Distribution Channels" CH1["VBC9216 Channel 1
AI Compute Core"] CH2["VBC9216 Channel 2
AI Memory Power"] CH3["VBC9216 Channel 3
Sensor Interface"] CH4["VBC9216 Channel 4
Communication Module"] end POWER_MCU["Power Management MCU"] --> CH1 POWER_MCU --> CH2 POWER_MCU --> CH3 POWER_MCU --> CH4 CH1 --> AI_CORE["AI Processing Core"] CH2 --> AI_MEM["High-Speed Memory"] CH3 --> SENSOR_IF["Sensor Interface Circuits"] CH4 --> COMM_MODULE["Wireless/CAN Comm"] AI_CORE --> PERFORMANCE_DATA["Performance Data"] PERFORMANCE_DATA --> POWER_MCU end style INTERNAL_MOSFET fill:#fff3e0,stroke:#ff9800,stroke-width:2px style POWER_MCU fill:#fce4ec,stroke:#e91e63,stroke-width:2px

Thermal Management & System Integration Detail

graph LR subgraph "Three-Level Cooling Strategy" COOLING_L1["Level 1: Liquid Cold Plate"] --> HOT_SPOTS1["Motor MOSFETs (VBQF1303)"] COOLING_L1 --> HOT_SPOTS2["Inverter Power Stage"] COOLING_L2["Level 2: Air-Cooled Heat Sink"] --> HOT_SPOTS3["High-Voltage MOSFETs (VBQF1154N)"] COOLING_L2 --> HOT_SPOTS4["Auxiliary DC-DC"] COOLING_L3["Level 3: PCB Thermal Design"] --> HOT_SPOTS5["Load Switches (VBC9216)"] COOLING_L3 --> HOT_SPOTS6["Control MCUs"] TEMP_SENSORS["Temperature Sensors"] --> THERMAL_MCU["Thermal Management MCU"] THERMAL_MCU --> PUMP_CTRL["Pump PWM Control"] THERMAL_MCU --> FAN_CTRL["Fan Speed Control"] PUMP_CTRL --> LIQUID_PUMP["Liquid Cooling Pump"] FAN_CTRL --> COOLING_FANS["Cooling Fan Array"] end subgraph "Reliability & Protection Circuits" subgraph "Electrical Protection" SNUBBER_CIRCUIT["RC/RCD Snubber Circuits"] TVS_PROTECTION["TVS Diode Arrays"] ACTIVE_CLAMP["Active Clamp Circuits"] GATE_PROTECT["Gate-Source Protection"] end SNUBBER_CIRCUIT --> POWER_MOSFETS["Power MOSFETs"] TVS_PROTECTION --> GATE_DRIVERS["Gate Driver ICs"] ACTIVE_CLAMP --> HV_MOSFETS["High-Voltage MOSFETs"] GATE_PROTECT --> ALL_MOSFETS["All MOSFET Gates"] subgraph "Health Monitoring" RDSON_MON["RDS(on) Monitoring"] TEMPERATURE_MON["Junction Temp Monitoring"] CURRENT_MON["Current Sensing"] end RDSON_MON --> DIAGNOSTIC_MCU["Diagnostic MCU"] TEMPERATURE_MON --> DIAGNOSTIC_MCU CURRENT_MON --> DIAGNOSTIC_MCU DIAGNOSTIC_MCU --> AI_SYSTEM["AI Predictive System"] end style HOT_SPOTS1 fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style HOT_SPOTS3 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style HOT_SPOTS5 fill:#fff3e0,stroke:#ff9800,stroke-width:2px
Download PDF document
Download now:VBQF1303

Sample Req

Online

Telephone

400-655-8788

WeChat

Topping

Sample Req
Online
Telephone
WeChat