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:
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

Popular posts from this blog

VIDIOC_S_FMT error 16, Device or resource busy - Raspberry Pi Forums

using a laptop skeleton to build a pi laptop - Raspberry Pi Forums

Forum for Joomla? - Joomla! Forum - community, help and support