micropython-stepper
Stepper motor controller
A Python library to control stepper motors in MicroPython using a simplified API and efficient timer-based approach.
Library to use stepper drivers in micropython in a tidy way
11 stars
1 watching
6 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
redoxcode/micropython-servo | A Python library to control and calibrate RC servos using hardware PWM on microcontrollers. | 14 |
marcio-pessoa/pystepper | A Python implementation of stepper motor sequence control for MicroPython platforms. | 3 |
pedromneto97/accelstepper-micropython | Provides an interface to control stepper motors with acceleration in Python on ESP32 microcontrollers. | 37 |
larsks/micropython-stepper-motor | A Python module for driving stepper motors with microcontrollers | 9 |
idwizard/uln2003 | A library and software framework for controlling ULN2003 stepper motors with MicroPython on microcontrollers like the BBC micro:bit. | 44 |
capella-ben/micropython_amis-30543 | A library for controlling Pololu AMIS-30543 stepper motor drivers using MicroPython | 0 |
jposada202020/micropython_motor | A MicroPython library for controlling PWM-based motors and servos | 1 |
redoxcode/micropython-ppm_reader | A Python library to decode PPM signals from RC receivers | 11 |
mryslab/kitronik_motor_board | A MicroPython class to control the kitronik motor driver for the micro:bit | 3 |
rdagger/micropython-sgtl5000 | A Python library for controlling an SGTL5000 Low Power Stereo Codec with a built-in headphone amplifier. | 3 |
jposada202020/micropython_pca9685 | A MicroPython driver for controlling PWM signals from the PCA9685 IC. | 4 |
kevinkk525/micropython_arduino_control | A library to remotely control an Arduino microcontroller using the 1-wire protocol | 0 |
rdagger/micropython-ssd1351 | Provides a Python driver for controlling an SSD1351 OLED display using MicroPython | 58 |
miketeachman/micropython-rotary | A MicroPython module to read rotary encoder values in real-time | 284 |
redoxcode/micropython-dfplayer | A micropython library to control a specific digital music player module | 14 |