Difference between revisions of "Lesson 38--Microduino Stepping Motor Drive"
From Microduino Wiki
(Created page with "{{Language|第三十八课--Microduino 步进电机驱动}} {| style="width: 800px;" |- | ==Objective== This lesson will show you how to control the stepping motor by Microdui...") |
(→Objective) |
||
Line 4: | Line 4: | ||
| | | | ||
==Objective== | ==Objective== | ||
− | This | + | This tutorial will show you how to control the stepping motor by Microduino-Stepper module, and welding the step motor control board. |
+ | |||
==Equipment== | ==Equipment== | ||
*'''[[Microduino-Core]]''' | *'''[[Microduino-Core]]''' |
Revision as of 01:34, 12 February 2016
Language: | English • 中文 |
---|
ContentsObjectiveThis tutorial will show you how to control the stepping motor by Microduino-Stepper module, and welding the step motor control board. Equipment
Stepper motor
Connect the stepper motor to Microduino-Stepper module:
Stepper motor parameters:1.8deg/step, that is stepper motor moves one step turned every 1.8°.
Multiplied by 16 because Microduino A4982 default use 1/16 step mode. SchematicDebugging
Programming
ResultWe can control the four-wire two-phase stepping motor successfully by Microduino-Stepper module. Video |