Unipolar stepper motor operation library
Dependents: LAB04_Oppgave1 test_stepper Stepper_Motor_Demo StepperMotorUni_Hello ... more
Unipolar stepper motor library
This library generates pulses on 4 digital output pins of the mbed. The pulses are generated by mbed's ticker function.
The mbed pins cannot drive the stepper motor directly. So it requires driver stage for the motor. The circuit may be like following diagram.
The driver stage should be chosen by requirement for the stepper motor.
The mbed generates pulses on 4 output pins for external driver stage.
This library can generate 3 types of pulses.
1 phase drive (wave drive)
2 phase drive
1-2 phase (half step) drive
Components pages
Components pages are available for bipolar
and unipolar
motor libraries
Revisions of StepperMotorUni.cpp
Revision | Date | Message | Actions |
---|---|---|---|
6:007d0570ba4f | 2017-09-13 | fix for keeping stop position | File Diff Annotate |
5:93f9ce526f38 | 2015-04-27 | fixed: init_done behavior | File Diff Annotate |
4:6909efe4c8ac | 2015-04-22 | fixed: find_home_position compatibility with ramp control feature | File Diff Annotate |
3:0eec6148e739 | 2015-04-21 | ramp control enabled | File Diff Annotate |
2:6835e719ff96 | 2015-04-21 | ramp control function enabled | File Diff Annotate |
0:5d0abdf92786 | 2014-01-19 | initial release | File Diff Annotate |