Helpp me....with this driver i cant understand the waveform diagram
hi need on how read stepper driver waveform diagram....i need make code drive mystep motor
hi, still struggling stepper driver ?
http://forum.arduino.cc/index.php?topic=219158
the picture signal @ 'active' when low.
t3 falling , rising edge, , need less 2us. arduino lot faster that. no problem.
t1 time signal low. needs @ least 6us.
t2 time signal high. needs @ least 10us.
to make in arduino this:
http://arduino.cc/en/reference/delaymicroseconds
http://forum.arduino.cc/index.php?topic=219158
the picture signal @ 'active' when low.
t3 falling , rising edge, , need less 2us. arduino lot faster that. no problem.
t1 time signal low. needs @ least 6us.
t2 time signal high. needs @ least 10us.
to make in arduino this:
code: [select]
digitalwrite (pinx, low);
delaymicroseconds (6);
digitalwrite (pinx, high);
delaymicroseconds (10);
http://arduino.cc/en/reference/delaymicroseconds
Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Helpp me....with this driver i cant understand the waveform diagram
arduino
Comments
Post a Comment