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...
Need help?
Do you have a question about the Moto1 and is the answer not in the manual?
Questions and answers