Controlling VEX Motors (or similar) with Parallax Propeller

Ok… I realize that this is the VEX forum, but this is the place I know best for robotics info. :slight_smile:

For an Intro to Engineering class I’m taking, we have to build a robot using the Parallax system; my team has chosen the Propeller chip.
(Info on Propeller: http://www.parallax.com/Store/Microcontrollers/PropellerKits/tabid/144/CategoryID/20/List/0/SortField/0/Level/a/ProductID/506/Default.aspx)

The system appears to be really great thus far, except the motors we were given are painfully slow. (Motors: [ :slight_smile:

Some info I think might be relevant:

  • No “built in” motor ports like VEX–I just have I/O, a breadboard, and resistors. (If I need to purchase something else, that’s fine.)
  • We use a standard 9V battery to power the board, but the voltage is immediately regulated to high = 5V, low = 3.3V.

//AndrewIf someone could point me in the right direction on how to connect VEX motors safely, I would be very grateful!](http://www.parallax.com/Store/Accessories/MotorServos/tabid/163/CategoryID/57/List/0/SortField/0/Level/a/ProductID/102/Default.aspx) Thus, I was hoping to use some of the VEX motors I have lying around. (I could use 3-wires, 269s, and/or 393s.))

I will look into this a little more tomorrow, however, at first glance it looks like the motors you were given are standard RC servo’s so you should be able to hook up a motor controller (MC29) directly. The biggest problem you will have is that the power requirements of a VEX motor is significantly more than the parallax motor. For example, the spec for the parallax indicates a maximum of 200mA whereas a 393 uses 4.8A at stall, 24x more. So the first question is “are you allowed to use batteries other than the 9v” ?

We are allowed to use other batteries, but we have a $150 limit on the entire construction of the robot, excepting the microcontroller and a couple of basic circuit components (Power regulation components, a breadboard, a couple resistors, LEDs, and photoresistors). So, a VEX battery (for instance) would eat away significantly at our budget.

The max robot size is 8"x12"x10", so a lot smaller than a VEX robot, too.

//Andrew

So it looks pretty straightforward. The parallax motor is just a servo modified for continuous rotation, that’s essentially what the original VEX 3 wire motor was so you could use that directly anywhere you see the parallax motor. If you want to use a 269 than you also need the motor controller 29. The parallax motors are using 6V as the power source, you will get better performance with the vex motors using 7.2 (or 8.4) volts, perhaps 6 NimH AA batteries. The VEX 3000mAH battery can be bought from other places for about $18, look for RC car batteries. Hook up the VEX 3-wire motor or MC29 in the same way that parallax shows here. If you have any concerns then draw up a schematic and post here or send me a PM and I can take a look for you.

[ATTACH]6819[/ATTACH]

Ok, thanks! I’ll see what I can do. :slight_smile:

Just wanted to say that I’ve got it working now. Thanks for the help–it was exactly what I needed… :slight_smile: