If you have spent your career writing motor-control firmware for a single inverter, the first time you sit down with a full EV powertrain schematic can be disorienting. There are not one but three electrical systems on the page, operating at wildly different voltages and currents, talking to each other over a tangle of CAN buses, isolated gate drivers, and high-side current sensors. The traction battery alone has more in common with a small power plant than with the bench supply you used in graduate school. And the most interesting failure modes — pre-charge inrush, isolation faults, contactor welding, BMS-inverter contention during regen — are the ones that only show up when the three systems interact under load.
This primer is the document I wish someone had handed me when I started working in EVs. It is for the engineer who has a working knowledge of motor control or power electronics from one corner of the system and wants to see the whole picture in one place — what the architecture looks like, what each block does, and what changes when you go from a benchtop motor controller to a full vehicle.
What it covers
Five sections plus references. About eighteen minutes of reading.
§ I — The Traction Battery. The pack as a system. Cell chemistry choices (NMC vs LFP vs the rising solid-state options) and how they propagate up to pack-level specifications. The Battery Management System (BMS) and what it actually does — cell balancing, state-of-charge estimation, state-of-health tracking, thermal management, fault detection. Why the BMS is the single most safety-critical electronic in the vehicle, and the failure modes that have gotten OEMs in trouble.
§ II — The High-Voltage Circuit. Everything connected to the traction battery’s terminals. The inverter and the three-phase motor it drives. The on-board charger (OBC) — AC-to-DC, isolated, sized for Level 2 charging. The DC-DC converter that steps high voltage down to the 12 V system. The high-voltage interlock (HVIL) loop, the pre-charge resistor and contactor sequence that prevents inrush at power-on, and the isolation monitor that watches for chassis leaks. Where regenerative braking energy goes, and what happens when the battery is full and it has nowhere to go.
§ III — The Low-Voltage Circuit. The 12 V system that powers everything that isn’t directly driving the wheels. Dozens of ECUs — vehicle control unit, gateway, body control, instrument cluster, infotainment. The CAN, CAN-FD, LIN, and increasingly Automotive Ethernet buses that let them talk. The low-voltage battery and why every EV still has one (it powers the contactors that connect the high-voltage battery, which is itself a wonderful chicken-and-egg problem). Sleep currents, parasitic loads, and why the 12 V battery dying is still the #1 EV breakdown call.
§ IV — How They Work Together. The choreography. Power-on sequence: 12 V wakes the gateway, the gateway wakes the BMS, the BMS authorizes pre-charge, pre-charge equalizes the link capacitor, contactors close, the inverter is enabled. Charging sequence: AC negotiation with the charger, OBC active, BMS managing pack current. Regen sequence: inverter sources current back to the bus, BMS gates how much it will accept, friction brakes blend in to make up the deficit. Each of these is a state machine running across multiple controllers connected by CAN.
§ V — Safety & Practical Notes. The hazards that an EV introduces that a conventional car does not. Why the high-voltage system is orange (regulation, not aesthetic), why the service disconnect plug exists, what the post-crash safety procedure is, and the tooling differences (isolated probes, CAT III/IV multimeters, hot-stick gloves) that matter when you’re debugging on the bench.
Read it
The primer lives at its own URL with a warm-paper, didot-serif editorial layout — italic display, oxblood accent, careful spacing. Plain-language explanations, practical notes throughout, and a small reference list at the end for going deeper.
← Back to Autonomy