<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The short answer is YES, these can be driven from an arduino. Generate
the PWM signal with analogWrite()<br>
The longer answer is they use PWM aka pulse width modulation so set the
speed, and arduinos can output that signal.  See
<a class="moz-txt-link-freetext" href="http://www.arduino.cc/en/Tutorial/PWM">http://www.arduino.cc/en/Tutorial/PWM</a><br>
<br>
The docs for the IFI say you may require a "PWM Signal Driver" if
you're using your own controllers to drive it. That probably just means
you need to step up the voltage that the arduino puts out to meet the
operating voltages of the IFI. It says it operates at 6-30V, but i
wouldn't be surprised if the 5V from an arduino will sufficiently drive
the PWM signal. If it turns out to require higher voltage, buy an
appropriate "PWM Signal Driver" IC, or just use a transistor.<br>
--D<br>
<br>
<br>
<br>
On 12/24/09 9:24 AM, Tracy Jacobs wrote:
<blockquote cite="mid:E3FA35DA-2FF3-47EB-B997-7D5D91C7C299@comcast.net"
 type="cite">I bought these expensive IFI robotics Victor 883 Motor
controllers for my robot, but I'm not sure how to make them work with
my Arduino, or if that's even possible. <span class="Apple-style-span"
 style="font-family: 'Times New Roman'; font-size: 16px;"><a
 moz-do-not-send="true"
 href="http://www.ifirobotics.com/victor-883-speed-controller-robots.shtml"
 style="color: blue; text-decoration: underline;">http://www.ifirobotics.com/victor-883-speed-controller-robots.shtml</a>  </span>They
are designed for a specific remote control type of FIRST robotics kit.
 Has anyone had experience with this?  Thanks for your advice.
  <div><br>
  </div>
  <div>Tracy</div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Noisebridge-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a>
<a class="moz-txt-link-freetext" href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a>
  </pre>
</blockquote>
<br>
</body>
</html>