Python control of stepper motors.
Project description
This package provides Python control of stepper motors. See Jones’ Control of Stepping Motors for an excellent stepper overview. Supports full and half stepping of motors with one or two power lines and 4 drains, or one or two drains and 4 power lines. Basically any motor with 4 variable lines, and it would be easy to extend it to other cases.
Installation
Packages
Gentoo
I’ve packaged stepper for Gentoo. You need layman and my wtk overlay. Install with:
# emerge -av app-portage/layman # layman --add wtk # emerge -av sci-libs/stepper
Dependencies
Stepper has no explicit dependencies outside of the core Python modules, but for real-world results you will need a way to drive the stepper’s digital control lines. A general way to do this is with the pycomedi wrapper around the Comedilib library, as shown in the Stepper doctest.
You will also need nose for testing.
Package |
||
---|---|---|
python-nose |
dev-python/nose |
|
dev-python/pycomedi |
Installing by hand
Stepper is available as a Git repository:
$ git clone git://tremily.us/stepper.git
See the homepage for details. To install the checkout, run the standard:
$ python setup.py install
Usage
See the module docstrings for simple examples.
Testing
Run internal unit tests with:
$ nosetests --with-doctest --doctest-tests stepper.py
Licence
This project is distributed under the GNU General Public License Version 3 or greater.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file stepper-0.4.tar.gz
.
File metadata
- Download URL: stepper-0.4.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a59e8050bbdc38e757f7a58d22026c53431e6bbea3672f4a686e0a19b4aef12 |
|
MD5 | a8d4a956dc16155478ed5518cb75648b |
|
BLAKE2b-256 | 3bd731b4e95b9ffc9346248ef13b562d912d90849f8a201f03bb137f815717f6 |