How to check 6 pin Stepper Motor and Control using L293D Driver | 23KM-K112-p3V | 23KM-K036-P8V

Аватар автора
FitCycle: тренируйтесь и оставайтесь активными
This video shows you how to check 6pin Stepper motor and control through L293D the Motor driver with Arduino code. We have found this Stepper Motor form junk yard which belongs to photocopy machine. This is a very simple method to control it. We are planning to do other tests using L298N TB6560 and motor drives will be sharing as our next videos, if you find any difficulties let us know in the comment section, we are ready to help you out. You can provide 12 V to the motor and 5 V to the Arduino board. Stepper Motor type Will be 23KM-K112-p3V | 23KM-K036-P8V . We used below Arduino code for this video. ________________________________________________ AFMotor.h // import AFMotor library const int stepsPerRev = 48; AF_Stepper motor(stepsPerRev, 2); void setup() { Serial.begin(9600); motor.setSpeed(255); // 10 rpm max } void loop() { Serial.println("Simple test"); motor.step(50, FORWARD, SINGLE); } _______________________________________________________

0/0


0/0

0/0

0/0