<?xml version="1.0" encoding="UTF-8" ?><oembed><version>1.0</version><provider_name>Projects</provider_name><provider_url>https://projects.schneidr.de</provider_url><author_name>Gerald</author_name><author_url>https://projects.schneidr.de/author/admin/</author_url><title>It works ... sort of</title><html>Okay, piggybacking the IC seems to improve the performance.

I&#039;ve been trying to run this code:
&lt;pre lang=&quot;arduino&quot;&gt;#include &lt;AFMotor.h&gt;

AF_DCMotor motorR(1, MOTOR12_1KHZ);
AF_DCMotor motorL(2, MOTOR12_1KHZ);

void setup() {
  motorR.setSpeed(200);
  motorR.run(RELEASE);

  motorL.setSpeed(200);
  motorL.run(RELEASE);
  }

void loop() {
  motorR.setSpeed(200);
  motorL.setSpeed(200);
  motorR.run(BACKWARD);
  motorL.run(BACKWARD);
}&lt;/pre&gt;
The motors start turning enough to turn the screws as well. After about 5 seconds the screws stop, but I can still hear the motors trying to turn them. Currently I have no idea why they can&#039;t.

The L293 ICs are becoming quite hot, so I grabbed the first heat dispenser I could find in my assortment, it may be oversized but it should suffice.

&lt;a href=&quot;http://projects.schneidr.de/files/2011/10/P1070933_sm.jpg&quot;&gt;&lt;img class=&quot;aligncenter size-large wp-image-126&quot; title=&quot;P1070933_sm&quot; src=&quot;http://projects.schneidr.de/files/2011/10/P1070933_sm-600x450.jpg&quot; alt=&quot;Heat dispenser for the L293 ICs, a little oversized&quot; width=&quot;584&quot; height=&quot;438&quot; /&gt;&lt;/a&gt;That&#039;s it for today, let&#039;s see what I can do about it over the weekend.</html><type>rich</type></oembed>