Introduction: Motor Controller

About: Eric J. Wilhelm is the founder of Instructables. He has a Ph.D. from MIT in Mechanical Engineering. Eric believes in making technology accessible through understanding, and strives to inspire others to learn …

A 6 motor controller board using LMD18200 chips.

Step 1: Requirements

Determine your requirements. The LMD18200s can switch 3A at 55 V. The project, my undergraduate thesis, that used this motor controller board included 6 servo-motors that only required a couple hundred milliamps at 12 V.

The thesis was the design of a laboratory planetary rover to test new control algorithms at MIT's Field and Space Robotics Laboratory.

Step 2: Design the Circuit

Motor control is accomplished through pulse width modulation. Although PWM amps are slightly more complicated in both hardware and control, they are much more power efficient than linear amplifiers. A PWM amp operates by very quickly switching the current or voltage to a load between on and off states. The power supplied to the load is determined by the duty cycle of the switching waveform. Provided that the dynamics of the load are slower than the frequency of switching, the load sees the time average.

In this design, the switching frequency is approximately 87 kHz, which was tuned to the motors on the rover. The duty cycle is voltage controlled by setting the threshold of monostable oscillators driven by an astable oscillator. A digital to analog converter on the rover's computer controls the threshold voltage and thus the duty cycle of the amplifiers.

The PWM wave forms are generated by seven timers (each of the four 556's has two timers, and the eighth timer is unused). The first timer is set for astable oscillation, and switches between an on and an off state at 87 kHz. This 87 kHz clock signal is fed into the triggers of the other six timers, which are set to operate in monostable mode. When a monostable timer receives a trigger signal, it changes state from off (0 volts) to on (5 volts) for an amount of time set by the input voltage. The maximum time is approximately 75% the period of the astable clock signal and the minimum time is zero. By varying the input voltages, each monostable timer will generate a 87 kHz square wave with duty cycle between 0 and 75%. The LMD18200 chips act simply as digital switches controlled by the output of the timers and by the brake and direction digital inputs from the computer.

Step 3: Fabricate the Circuit Board

The circuit boards were fabricated through a chemical etching process. Using a standard laser printer, the circuit trace was printed onto watersoluble paper. The toner on this paper was transferred by heating to a composite copper and insulating material board. I used the fuser bar from a dismantled laser printer, but an iron can also do the trick. The remains of the paper were then washed away, leaving only the toner in the pattern of the circuit trace. Ferric chloride etched the exposed copper removing it from the board. The remaining toner was scrubbed off by hand using the green side of a sponge, leaving only the copper circuit traces.

Alternatively, there are kits available that make this process pretty easy.

Step 4: Solder in Components

Solder in all the components. Since it was only a single layer board, a few jumper wires were required.