Editing Motor driver

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 6: Line 6:
 
* DC motor controller ("brushed")
 
* DC motor controller ("brushed")
 
* AC motor controller ("brushless")
 
* AC motor controller ("brushless")
* BLDC motor controller ("brushless DC"), often called an "ESC"
 
 
* ... (todo: fill in the other kinds) ...
 
* ... (todo: fill in the other kinds) ...
  
Line 40: Line 39:
  
 
((fill in more details here...))
 
((fill in more details here...))
 
 
== BLDC ==
 
 
It appears that most modern small electric aircraft, such as [[multi-rotor]] helicopters, use so-called [[motors#Brushless_Motors | "brushless DC motors"]], each one driven by its own "BLDC ESC". (These are easily recognized -- BLDC motors have exactly 3 equally-fat wires that go into them, which come from the BLDC ESC -- as opposed to most electric aircraft a few years ago, which used brushed DC motors with exactly 2 equally-fat wires).
 
 
While it is probably not cost-effective to build your own BLDC motor or BLDC ESC, many of us are insatiably curious about what goes on inside these things, and so build one anyway:
 
* "Proposal for a high-speed serial (spi/i2c) arduino-based ESC for quadrotor/[[multi-rotor]] projects": designed specifically for academic research in stability and controls analysis of quadcopters. The goals are apparently (a) open-source and easy to reprogram, so other academics can replicate the experiments and make improvements, (b) low-latency quick response for (hopefully) better quadcopter stability, (c) lower cost than an Open-BLDC.[http://diydrones.com/forum/topics/proposal-for-a-highspeed]
 
* Open-BLDC Project wiki: "a completely Open-Source BrushLess Direct Current motor controller also known as Electronic Speed Controller (ESC)." "Open-BLDC has ... many additional sensors to make Vector control possible. The goal is also to make the best possible controller and not the smallest or cheapest." http://open-bldc.org/
 
* [http://en.wikipedia.org/wiki/brushless_DC_electric_motor Wikipedia: brushless DC electric motor]
 
* [http://www.atmel.com/dyn/resources/prod_documents/doc8012.pdf Atmel AVR444: Sensorless control of 3-phase brushless DC motors] using ATmega48 (also works without change for ATmega88 and ATmega168). Assumes you've already read [http://www.atmel.com/dyn/resources/prod_documents/doc2596.pdf Atmel AVR443: Sensor-based control of three phase Brushless DC motor]
 
* [http://www.atmel.com/dyn/resources/prod_documents/doc8138.pdf AVR194: Brushless DC Motor Control using ATmega32M1]: BLDC motor control application using Hall effect position sensors to control commutation sequence.
 
* MikroKopter brushless motor controller: was designed to give lower latency than off-the-shelf PWM ESCs.[http://www.mikrokopter.de/ucwiki/BrushlessCtrl]
 
* OpenServo Brushless DC Servo: "The thing that will make our board different from other ESC's is that we are closing the feedback loop with a ... outside position reference." [http://www.openservo.com/forums/viewtopic.php?t=972]
 
* the [http://blog.spingarage.com/reintroducing-the-froboard-better-and-more-fr FroBoard design] (brushless DC motor control) seems to be open hardware.
 
  
 
== noise control ==
 
== noise control ==
Line 115: Line 99:
 
A random collection of semi-related links in no particular order (please prune out the irrelevant ones):
 
A random collection of semi-related links in no particular order (please prune out the irrelevant ones):
  
* [https://hackaday.io/project/7841-mongoosedc-high-current-motor-driver "MongooseDC :  High Current DC Motor Driver"] based around the [http://www.st.com/web/catalog/tools/FM116/SC1041/PF259612 ST Micro VNH5019] which is rated to deliver a continuous 12 A per channel.
+
 
 
*[http://www.imagesco.com/articles/picstepper/06.html The UCN 5804 Stepper Motor IC]
 
*[http://www.imagesco.com/articles/picstepper/06.html The UCN 5804 Stepper Motor IC]
 
*[http://www.wegatech.com/motor_controller.html Motor controller design]: Custom make motor controller.  
 
*[http://www.wegatech.com/motor_controller.html Motor controller design]: Custom make motor controller.  
Line 122: Line 106:
 
* [http://www.robotpower.com/products/osmc_info.html Open Source Motor Control (OSMC)]: The OSMC is a high-power H-bridge circuit designed to control permanent magnet DC motors. It was designed expressly as a motor control for robot combat. Supply voltage: 13V to 50V (36V max battery rating). Output Current (continuous): 160A. Uses 4 MOSFETS (IRFB3207) in each leg of the H bridge, for a total of 16. Bridge Driver: Intersil HIP4081A
 
* [http://www.robotpower.com/products/osmc_info.html Open Source Motor Control (OSMC)]: The OSMC is a high-power H-bridge circuit designed to control permanent magnet DC motors. It was designed expressly as a motor control for robot combat. Supply voltage: 13V to 50V (36V max battery rating). Output Current (continuous): 160A. Uses 4 MOSFETS (IRFB3207) in each leg of the H bridge, for a total of 16. Bridge Driver: Intersil HIP4081A
 
* [http://reprap.org/wiki/StepperMotor RepRap: Stepper Motor] lists some stepper motors and stepper motor drivers, including:
 
* [http://reprap.org/wiki/StepperMotor RepRap: Stepper Motor] lists some stepper motors and stepper motor drivers, including:
** [http://reprap.org/wiki/Stepper_Motor_Driver_2_3 RepRap stepper motor driver] is based around the Allegro A3982 bipolar Stepper Motor Driver with Translator (up to 35 V and up to ±2 A). Like all the RepRap electronics, it is open-source and available on the [http://sourceforge.net/projects/reprap/files/Electronics/ Sourceforge RepRap project files]. You can buy the fully assembled board from (among other places) [http://store.makerbot.com/electronics/assembled-electronics/stepper-driver-v2-3-fully-assembled.html MakerBot Industries]
+
* [http://reprap.org/wiki/Stepper_Motor_Driver_2_3 RepRap stepper motor driver] is based around the Allegro A3982 bipolar Stepper Motor Driver with Translator (up to 35 V and up to ±2 A). Like all the RepRap electronics, it is open-source and available on the [http://sourceforge.net/projects/reprap/files/Electronics/ Sourceforge RepRap project files]. You can buy the fully assembled board from (among other places) [http://store.makerbot.com/electronics/assembled-electronics/stepper-driver-v2-3-fully-assembled.html MakerBot Industries]
** [http://forums.reprap.org/read.php?13,5128 Reprap: Arduino] has a long side-thread on various motor driver chips.
+
* [http://forums.reprap.org/read.php?13,5128 Reprap: Arduino] has a long side-thread on various motor driver chips.
** [http://www.rrrf.org/2009/04/02/kit-available-stepper-motor-driver-v23/ this RepRap Stepper Motor Driver] was developed by the RRRF as an open source stepper driver. If you are interested in manufacturing/selling the boards, please feel free to do so.
+
* [http://www.rrrf.org/2009/04/02/kit-available-stepper-motor-driver-v23/ this RepRap Stepper Motor Driver] was developed by the RRRF as an open source stepper driver. If you are interested in manufacturing/selling the boards, please feel free to do so.
  
  
Line 219: Line 203:
 
=== further reading ===
 
=== further reading ===
  
* [[Driving Large Loads with the Arduino]]
+
Is the [http://blog.spingarage.com/reintroducing-the-froboard-better-and-more-fr FroBoard] (brushless DC motor control) open hardware?
  
 
* [http://en.wikibooks.org/wiki/Robotics/Components/Actuation_Devices/Motors Wikibooks: Robotics motors]
 
* [http://en.wikibooks.org/wiki/Robotics/Components/Actuation_Devices/Motors Wikibooks: Robotics motors]
Line 234: Line 218:
 
* "you get best microstepping response from motors when the voltage of the power supply is from 1.3 to 5 times the 'nominal' voltage for the motor.  Your highest speeds are attained in the range of 3 to 8 times the 'nominal' voltage for the motor."[http://www.stepperboard.com/UCC30xxCurrentRequirements.htm]
 
* "you get best microstepping response from motors when the voltage of the power supply is from 1.3 to 5 times the 'nominal' voltage for the motor.  Your highest speeds are attained in the range of 3 to 8 times the 'nominal' voltage for the motor."[http://www.stepperboard.com/UCC30xxCurrentRequirements.htm]
 
* LMD18200 LMD18201: 3 A, 55 V H-bridge, including 4 MOSFETs, each with a protection diode. The LMD18200 is identical to the LMD18201 except for current sensing: If you want to measure the current through the LMD18201, you must use a shunt (current sense resistor) (0.1 Ω or less), which subtracts from the available voltage drive to the motor. If you want to measure the current through the LMD18200, you use a (much larger) resistor connected to a separate current sense pin. (Is this a current mirror?). However, if you merely want to turn off all the transistors when an output short occurs or a locked-rotor occurs, both devices automatically do that through their thermal overload protection, with no current sense resistor necessary. digital inputs: direction/brake/PWM; digital output: thermal warning flag.
 
* LMD18200 LMD18201: 3 A, 55 V H-bridge, including 4 MOSFETs, each with a protection diode. The LMD18200 is identical to the LMD18201 except for current sensing: If you want to measure the current through the LMD18201, you must use a shunt (current sense resistor) (0.1 Ω or less), which subtracts from the available voltage drive to the motor. If you want to measure the current through the LMD18200, you use a (much larger) resistor connected to a separate current sense pin. (Is this a current mirror?). However, if you merely want to turn off all the transistors when an output short occurs or a locked-rotor occurs, both devices automatically do that through their thermal overload protection, with no current sense resistor necessary. digital inputs: direction/brake/PWM; digital output: thermal warning flag.
* Jose I Quinones has posted schematics for several open hardware motor driver designs online: a [http://ebldc.com/ robotics blog], a [http://robot-talk.com/ robot discussion forum] discussing some of the finer point of motor driver design, and [http://www.avayanelectronics.com/Products/products.html motor drivers].
+
 
  
 
----
 
----
  
 
[[Category:Projects]]
 
[[Category:Projects]]

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Template used on this page: