Close

Mini Update, Dual Stepper Control

A project log for Propeller Based CNC Router Controller

A relatively simple controller for my CNC router using a Propeller Microcontroller.

duane-degnDuane Degn 05/03/2015 at 18:140 Comments

I wrote some assembly code to accelerate and decelerate two stepper motors. The acceleration profiles of both motors should be such as to produce linear motion (at least I think it will).

My code is now available from my GitHub account under "CncController."

The "TestMotor" object is the object I used to test the motor control algorithm.

Discussions