Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library
-
Updated
Nov 7, 2024 - C++
Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library
Arduino library for A4988, DRV8825, DRV8834, DRV8880 and generic two-pin (DIR/STEP) stepper motor drivers
This library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM any GPIO pin. The most important feature is they're purely hardware-based PWM channels, supporting very high PWM freq…
Mackerel - A Version of Marlin for Lyman Extruders
I2Cwrapper is a firmware framework which helps you implement Arduino based I2C target (slave) devices for control of non-I2C hardware. Supports plain Arduinos, ESP8266, ESP32, SAMD, STM32, and ATtiny platforms.
Wi-Fi Stepper project repo
This library, a wrapper around ESP32 ledc library, enables you to use Hardware-based PWM channels on ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based boards to create and output PWM to pins. Using similar functions as some other FastPWM libraries, it enables you to port PWM code easily between platforms.
Arduino Step Motor Driver Library
Python stepper motor library with customizable acceleration strategies and responsive, interruptible motor operations.
This library enables you to use Hardware-based PWM channels on AVR-based boards, such as Nano, UNO, Mega, Leonardo, 32u4, etc., to create and output PWM. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms.
Control Arduino uno/mega/nano with Jetson nano linux command line
interrupt driven stepper controller inherited from AccelStepper
STM32F103C8T6 driver software for multi-axis co-ordinated motion control of multiple stepper motors.
This wrapper library enables you to use Hardware-based PWM on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins. The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are very precise and not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mi…
Unix-like operating system for CNC / Machine Control applications
This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM to pins. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms
Python codes for controlling a NEMA 17 stepper motor
A simple arduino CNC plotter which uses GRLB with H-bridge for driving Stepper motors. Uses DC motor for pen control mechanism.
Add a description, image, and links to the stepper-motor-control topic page so that developers can more easily learn about it.
To associate your repository with the stepper-motor-control topic, visit your repo's landing page and select "manage topics."