visit
The history of the first brushless DC (BLDC) motor dates back to 1962. The implementation of this new type of electrical motor was made possible thanks to a transistor switch invented shortly before. Using electronics instead of a mechanical commutator with brushes was a breakthrough in electrical engineering at that time.
BLDC motors have found wide application in various industries - from computer hard drives to electric transport and industrial robots. In some fields, they have almost squeezed out brushed DC (BDC) motors. High performance and durability are among the major advantages of a brushless DC motor. Nevertheless, it will hardly edge out BDC motors completely as it is still a costly solution with a complex construction and control system.A BLDC motor controller can perform the same functions and apply similar methods as a brushed DC motor controller. However, there are some conceptual differences in their arrangement and implementation. This article will shed light on the characteristics of a brushless DC motor controller, that is how it works, how it is built, and what it works best for.
A BLDC motor controller detects the position of the rotor either by using sensors (for example, a Hall-effect sensor) or sensorlessly. The sensors measure the rotor’s position and send out this data. The controller receives the information and enables the transistors to switch the current and energize the required winding of the stator at the right time.
The sensorless BLDC motor controller works without a sensor; it detects the rotor’s position by estimating back electromotive force (back EMF). This is the voltage created in the stator’s windings by the rotating armature. By measuring the back EMF, you can determine the position of the rotor: the closer the rotor’s magnet, the higher the back EMF.
Using electronics instead of mechanical parts that wear makes it a low-maintenance and long-lasting solution. In addition, the absence of brushes leads to minimum power loss and a low level of electromagnetic interference (EMI) and noise.
That’s why BLDC motors find wide use in devices and systems with a long operational lifetime, including:Of course, there are inexpensive low-power systems that do not need a programmable brushless DC motor controller with feedback. Here, the use of a BDC motor with a simple controller could make more sense. But if you still prioritize higher efficiency and durability over simplicity and cost-effectiveness, a brushless DC motor can be a viable option for your project.
Building a BLDC motor controller requires strong expertise in both electronic design and embedded software development. If implemented properly, a control unit can ensure the smooth operation of your motor and extend its lifespan. In the next section of this article, we’ll provide more details on how to design a brushless DC motor controller.A typical BLDC motor controller has a half-bridge or half-H bridge circuit. Unlike an H bridge, this circuit configuration has only two switches - one high-side and one low-side transistor.
Most brushless motors use two or three-phase power systems. So in a BLDC motor controller circuit diagram, this will look like two or three half-bridges (depending on the number of phases) with a pair of switches each. Let’s take a closer look at a 3 phase brushless DC motor controller with Hall-effect sensors to view the basic principles of its circuit design.The BLDC motor controller Hall sensors identify the rotor’s position. Upon receiving the sensor data, the power MOSFETs switch the current, injecting it into the right winding. In a high-power brushless DC motor controller, IGBTs and GaN switches can replace MOSFETs.
Either integrated or discrete gate drivers can control the transistors. The drivers of a brushless motor controller schematic act as intermediaries between the switches and a microcontroller (MCU).The three-phase BLDC motor controller circuit includes six steps necessary to complete a full switching cycle (that is to energize all the three windings of the stator). By turning the high-side and low-side transistors on and off, the current flows through the stator windings in sequence.Designing a BLDC motor controller, you can consider different approaches to current switching, including trapezoidal and sinusoidal commutation. The names of these methods relate to the signal waveforms.
With the trapezoidal commutation, two windings out of three can stay energized at the same time. In the sinusoidal control method, the phase shift complies with the law of sines. It provides smoother current switching between the phases.The trapezoidal commutation is simpler, but it may cause the vibration of the motor at low speeds. Implementation of sinusoidal current waveforms can ensure flawless operation of your motor. However, this type of commutation becomes challenging at high speeds.Typically, a sinusoidal brushless motor controller circuit uses pulse-width modulation (PWM). It helps regulate the current injected into the rotor’s windings and run the commutation process more smoothly and efficiently. This applies especially to closed-loop controllers that get feedback on the output signal and adjust the input power by varying the duty cycle.
A duty cycle is the percentage between the current pulse and the complete cycle of the current signal. A BLDC motor speed controller changes PWM duty cycles to create sinusoidal signals.As an option, you can employ hysteresis to control the operation of a BLDC motor. This method relates to the sinusoidal commutation too. It allows you to establish the upper and lower limits of the current supplied to the motor. As soon as the current reaches its upper or lower range, the transistor switches turn off or on respectively and change the average current using the law of sines.
You can implement a BLDC motor controller half-bridge as either an integrated circuit (IC) or as discrete components. This is one of the most common dilemmas you might face as you start figuring out how to design a BLDC motor controller.A discrete circuit can be less reliable since the components should be assembled and soldered onto the board separately. A brushless DC motor controller IC has a smaller size, low production costs, and simplifies the design process. However, integrated circuits have power limitations. Above that, the failure of one component will lead to the replacement of the entire BLDC motor controller IC, not just this component.For example, BLDC motor controllers used in power electronics deal with high current and voltage. They require a high switching frequency. Here, it will make sense to use discrete components, including external high-power transistors, such as IGBT and GaN.
The rotor’s positioning accuracy is one of the biggest challenges of any brushless motor controller. You can achieve this by using either sensor or sensorless measurements.Position sensors offer a relatively simple detection method that you can implement without sophisticated control algorithms. However, their use complicates the arrangement and maintenance of the motor.The sensorless method (back EMF measurement) can cut the cost of the bill of materials (BOM) and simplify your brushless DC motor controller design. The major challenge here is to make the rotor move first, since back EMF will not appear when the rotor is at rest. Thus, the controller will not receive the required information. In addition, back EMF is proportional to the rotor’s speed. So the positioning accuracy will decrease if you run the motor at low speeds.To measure the back EMF correctly, think through your brushless DC motor controller schematic as well as its software. You need to install current and voltage converters, add noise filters, and build digital signal processing (DSP) algorithms.
Nevertheless, a lot depends on the particular implementation of the measuring method. To achieve improved accuracy, you can combine different techniques. For example, you can use an optical sensor or a rotary encoder together with a Hall-effect sensor. To detect the rotor’s position, you can also measure the back EMF and additionally receive data from a Hall-effect or laser position sensor mounted on the motor.The main programming challenges in a BLDC motor controller design lie in the microcontroller’s firmware development. It involves commutation, detection of the rotor’s position, generation of PWM signals, and other functions. Some microcontroller manufacturers offer embedded software tools that can help you write custom firmware for your motor controller’s MCU. For example, our partners from STMicroelectronics created the that contains hardware and software development kits, firmware libraries, and other toolsets intended for the design of BLDC motor controllers.In most cases, the MCU of a closed-loop motor controller uses a proportional-integral-derivative (PID) algorithm. It is necessary for regulating the speed, torque, and other characteristics of the motor. For example, a PID algorithm can analyze the current speed, compare this value with the setpoint, and calculate the PWM duty cycle that should be applied to the motor to stabilize its speed.
Despite the reliability and high efficiency, such motors are not universal. First of all, they have a high price and a complex controller’s implementation. Thus, for some projects, a brushed DC motor controller could become a reasonable option.
One of the key design challenges of a BLDC motor controller lies in determining the position of the rotor. You can accomplish this in different ways, such as:Also published on: