MrYsLab / telemetrix

A user-extensible replacement for StandardFirmata. All without the complexity of Firmata!
GNU Affero General Public License v3.0
67 stars 26 forks source link

The number of pulses wanted does not match the actual #47

Closed githubzbx closed 2 years ago

githubzbx commented 2 years ago

hello! I want to use an Arduino Maga2560 to drive a step motor. when testing with ' stepper_absolute.py', I found that the angle of the stepper motor rotation was not expected. I tested it with a pulse counter and the number of pulses was 1/4 of expected. Is there any problem with my settings?