Joy-it Moto1 Quick Start Manual
Joy-it Moto1 Quick Start Manual

Joy-it Moto1 Quick Start Manual

Motorcontrol for stepper motors

Advertisement

3
Moto1
Motorcontrol for Stepper Motors

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Moto1 and is the answer not in the manual?

Questions and answers

Summary of Contents for Joy-it Moto1

  • Page 1 Moto1 Motorcontrol for Stepper Motors...
  • Page 2 Moto1 Index 1. Introduction 2. Connection 3. Installation 4. Support Ausgabe 02.03.2018 Copyright by Joy-IT...
  • Page 3 1. Introduction Dear customer, Thank you for choosing our product. In the following we will show you how to use your product. If you encounter any unexpected problems during use, please feel free to contact us. Ausgabe 02.03.2018 Copyright by Joy-IT...
  • Page 4 Connect the expansion board to your Arduino so that the PINs of the board fit into the PINs of the Arduino. The following image shows a detailed wiring diagram. Please make sure to set the jumpers (marked red in the picture) correctly. These jumpers set the power supply for the motors. Ausgabe 02.03.2018 Copyright by Joy-IT...
  • Page 5 //Drive motor forward analogWrite(speedpinA,spead); analogWrite(speedpinB,spead); digitalWrite(pinI4,HIGH); digitalWrite(pinI3,LOW); digitalWrite(pinI2,LOW); digitalWrite(pinI1,HIGH); void backward()// //Drive motor backwards analogWrite(speedpinA,spead); analogWrite(speedpinB,spead); digitalWrite(pinI4,LOW); digitalWrite(pinI3,HIGH); digitalWrite(pinI2,HIGH); digitalWrite(pinI1,LOW); Ausgabe 02.03.2018 Copyright by Joy-IT...
  • Page 6 //Turn Right analogWrite(speedpinA,spead); analogWrite(speedpinB,spead); digitalWrite(pinI4,LOW); digitalWrite(pinI3,HIGH); digitalWrite(pinI2,LOW); digitalWrite(pinI1,HIGH); void stop()// //Stop the motors digitalWrite(speedpinA,LOW); digitalWrite(speedpinB,LOW); delay(1000); void loop() left(); delay(2000); stop(); right(); delay(2000); stop(); // delay(2000); forward(); delay(2000); stop(); backward(); delay(2000); stop(); Ausgabe 02.03.2018 Copyright by Joy-IT...
  • Page 7 E-Mail: service@joy-it.net Ticket-System: http://support.joy-it.net Phone: +49 (0)2845 98469 – 66 (11- 18 Uhr) Please visit our website for more informations: www.joy-it.net Ausgabe 02.03.2018 Copyright by Joy-IT...

Table of Contents