When you look at a standard diagram of a simple motor, you are looking at a translation of physical electromagnetic components into electrical terminals. But a schematic only tells you how to wire the coil; it does not tell you if that motor will actually move your load without melting the windings. The direct answer to motor selection is this: you must match the motor’s torque curve and terminal configuration to both the mechanical load profile and a compatible electronic driver. A 12V brushed DC motor with A1/A2 terminals demands a completely different drive architecture than a 3-phase BLDC with U/V/W terminals, even if both output the same nominal wattage.
This guide breaks down how to read basic motor diagrams, identifies the exact terminal standards you will encounter on the bench, and provides a data-driven framework for selecting the right motor and driver for your next build.
Decoding the Diagram of a Simple Motor: Terminal Identification
The complexity of a motor diagram scales directly with its commutation method. While a basic hobby motor might just show two unmarked wires, industrial and precision diagrams follow strict NEMA MG 1 and IEC 60034 standards for terminal identification. Misidentifying these on a multi-winding motor will result in immediate driver failure or a dead short.
Brushed DC Motors (Permanent Magnet)
The diagram of a simple brushed DC motor is the most straightforward. It features two main terminals, typically labeled A1 and A2, which connect directly to the armature windings via the carbon brushes. Reversing the polarity across A1 and A2 reverses the motor's direction. There is no separate field winding to manage in standard permanent magnet (PMDC) variants.
Brushless DC (BLDC) and AC Induction
Once you move to 3-phase systems, the diagram expands. Both BLDC and AC Induction motors use U, V, and W (or U1, V1, W1) to designate the three main stator phase windings.
However, a BLDC diagram will also include a secondary connector for the internal Hall-effect sensors, typically labeled Hall A, Hall B, Hall C, alongside 5V VCC and GND. An AC induction motor diagram will instead show a secondary set of terminals (U2, V2, W2) used for configuring Star (Wye) or Delta wiring configurations based on your supply voltage.
Stepper Motors (Bipolar)
A standard bipolar stepper diagram shows four wires: A+, A-, B+, and B- (or 1A, 1B, 2A, 2B). These represent the two independent electromagnetic coils. Unlike DC motors, you cannot simply apply a voltage across these; they require a chopper drive to sequence the current.
Motor Type Comparison: Torque, Control, and Cost
Choosing the right motor requires looking past the wattage rating and examining the torque curve and control overhead. Below is a comparison matrix of the four most common motor types used in DIY and light industrial applications.
| Motor Type | Torque Curve Profile | Controller / Drive Needed | Typical Cost (1/4 HP eq.) | Best Load Profile |
|---|---|---|---|---|
| Brushed DC (PMDC) | High starting torque, drops linearly as speed increases. | H-Bridge (PWM speed control, polarity reversal). | $15 - $35 | Simple conveyors, winches, mobile robots. |
| BLDC (Outrunner/Inrunner) | Flat torque curve across a wide RPM range; high efficiency. | 3-Phase ESC (Electronic Speed Controller) with Hall sensor feedback. | $45 - $90 | Drones, high-speed spindles, direct-drive wheels. |
| AC Induction (TEFC) | Low starting torque (unless capacitor-start), peaks near synchronous speed. | VFD (Variable Frequency Drive) or simple contactor/relay. | $80 - $150 | HVAC blowers, water pumps, constant-speed compressors. |
| NEMA Stepper (Bipolar) | Maximum torque at zero RPM (holding torque), drops off sharply at high speeds. | Chopper Drive (e.g., TMC2209, DRV8825) with step/direction logic. | $25 - $60 | 3D printers, CNC routers, precision linear actuators. |
Do not treat stepper motors and AC/DC servo motors as interchangeable. A stepper relies on open-loop magnetic detents and will silently stall if overloaded. A servo motor includes a closed-loop encoder that feeds position data back to the drive, allowing it to dynamically increase current to fight a load spike. If your application involves variable, unpredictable impact loads (like a robotic arm lifting unknown weights), a stepper will fail where a servo will adapt.
Sizing Rule of Thumb and Worked Load Example
Never size a motor based solely on horsepower or kilowatt ratings without calculating the actual mechanical load context. A 100W motor spinning freely in the air produces zero useful work. The golden rule of motor sizing is: Calculate the continuous mechanical power required at the load, apply a 20% to 25% service factor for friction and startup inertia, and select a motor whose continuous current rating matches that adjusted power.
Worked Example: 12V DC Friction Conveyor
Let’s size a motor for a small benchtop conveyor belt moving a 20 kg payload at a steady 0.5 meters per second.
- Calculate Normal Force: Mass × Gravity = 20 kg × 9.81 m/s² = 196.2 Newtons.
- Calculate Friction Force: Assuming a rubber-on-steel coefficient of friction (μ) of 0.2, the force required to keep the belt moving is 196.2 N × 0.2 = 39.24 N.
- Calculate Mechanical Power: Power = Force × Velocity = 39.24 N × 0.5 m/s = 19.62 Watts.
- Apply Service Factor: 19.62 W × 1.25 (25% margin for belt tension and startup inertia) = 24.52 Watts.
- Select the Motor: We need a 12V DC gearmotor rated for at least 25W. A standard 12V, 30W PMDC gearmotor is the correct choice.
- Calculate Current Draw: Continuous Current = Power / Voltage = 30W / 12V = 2.5 Amps.
While the continuous draw is 2.5A, the stall current (when the motor is jammed or starting from rest) will be roughly 4 to 5 times higher, peaking around 12.5A. Your driver must be sized to handle this peak without triggering thermal shutdown.
Drive Matching and Failure Signatures
Matching the motor to the correct driver is where most bench builds fail. According to Texas Instruments' motor drive design guidelines, the driver must be selected based on the motor's peak current, not just its continuous rating. Here is how to match the drive and diagnose the inevitable failures when things go wrong.
Brushed DC: The H-Bridge
For our 30W conveyor motor (2.5A continuous, 12.5A stall), a standard DRV8871 (3.6A max) will trip its overcurrent protection on startup. Instead, use a heavy-duty H-bridge like the IBT-2 (based on the BTS7960 chip), which handles up to 43A peak.
Failure Signature (Overheat): If the motor casing is too hot to touch (>60°C) but the load is light, you are likely running the motor at a low PWM duty cycle without sufficient cooling, or the mechanical binding in your gearbox is consuming the wattage as heat rather than motion.
BLDC: The ESC and Hall Sensors
BLDC motors require an Electronic Speed Controller (ESC) that commutates the 3 phases based on rotor position.
Failure Signature (Cogging/Stutter): If the motor jerks violently or 'cogs' at startup and refuses to spin smoothly, your Hall sensor signals are out of phase with the stator windings. Swap any two of the three Hall sensor signal wires (A, B, C) at the ESC connector to correct the phase alignment.
Stepper: The Chopper Drive
Steppers require a constant-current chopper drive (like the TMC2209 or A4988) that rapidly switches the voltage on and off to maintain a precise current limit through the highly inductive coils.
Failure Signature (Hum and Missed Steps): If the motor emits a high-pitched squeal, vibrates, but the shaft doesn't turn, your acceleration profile in the firmware is too aggressive, or the Vref (current limit) potentiometer on the driver is set too low. Measure the Vref pin with a multimeter; for a standard NEMA 17 rated at 1.5A per phase, Vref should typically be set to around 0.6V to 0.8V depending on the specific driver's sense resistor value.
AC Induction: The VFD or Capacitor
Single-phase AC induction motors rely on a start capacitor to create the phase shift needed to generate initial rotating magnetic torque.
Failure Signature (60Hz Hum): If the motor sits stationary, hums loudly at the mains frequency, and trips the breaker, the start capacitor has likely failed open, or the centrifugal switch is stuck. Disconnect power, discharge the capacitor with a 20kΩ resistor, and test it with a multimeter's capacitance setting. If it reads more than 10% below its printed microfarad (µF) rating, replace it.
Before coupling any motor to a mechanical load, wire it to your driver and run it at 20% speed unloaded. Measure the current draw with a clamp meter or inline shunt. If the unloaded current draw exceeds 30% of the motor's rated continuous current, you have a mechanical bind in the motor bearings or a misaligned gearbox, regardless of what the schematic says.
Understanding the diagram of a simple motor is only the first step. True reliability on the bench comes from respecting the physics of the load, sizing the driver for the stall condition, and knowing exactly what the motor's acoustic and thermal signatures are trying to tell you when a fault occurs.






