Arduino Stepper Motor Chat Control

Stepper motors are the most precise motors available. You can order them to move exactly 1.8/16 = 0.1125 degrees/step in each direction. Although this can depend on the motortype. These orders are given out in the form of PWM signals. These signals are square signal. You can read more about PWM on the internet. Everytime the signal jumps to HIGH state the motor turns a step. Our stepper motor devicehandler can control multiple stepper motors simultaneously. It is also capable to handle two endstops for each motor, which are capable to keep the motors moving between a minimum and maximum range.

You can chat with the device at the Ozeki 10 as the video shows below.

Possible commands

  • help - Prints the help
  • subscribe
  • unsubscribe
  • subscribers
  • stop - Stop the motors


  • More information