L298_Arduino_Tutorial by ossilampe

Cloned from Sketch L298_Arduino_Tutorial by mi.vasilakis

This sketch is missing a short description
For this project you will need: Arduino uno Breadboard L298 Module 2x DC motors The Circuit The connections are pretty easy! Module 5V (or Vcc) – Arduino 5V pin Module GND – Arduino GND pin Module 12V (or Vbat) – To external power source up to 35V. For this tutorial just connect it with Arduino Vin pin. Module output 1 & 2 – Connect dc motor A Module output 3 & 4 – Connect dc motor B Module IN1 – Arduino pin 5 Module IN2 – Arduino pin 6 Module IN3 – Arduino pin 10 Module IN4 – Arduino pin 9 The Code Here’s the code, embedded using codebender! Try downloading the codebender plugin and clicking on the Run on Arduino button to program your Arduino with this sketch. And that’s it, you’ve programmed your Arduino board!

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:296787" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>