Is it possible to control a 4 wire Bipolar stepper motor with a PWM signal

cortex-m3pwmstepper motor

I am trying to control a 4 wire bipolar stepper with a PWM signal being output from a VEX cortex controller. I am planning on using 4 bipolar NEMA 17 12v steppers to drive a small remote controlled robot. (https://www.sparkfun.com/products/9238)
I have found equipment to convert a 3 wire PWM signal to a (unipolar) 5-8 wire stepper output ( http://store.cunningturtle.com/collections/frontpage/products/radio-controlled-stepper-kit ), but nothing for 4 wire bipolar steppers. I am wondering if I would be better off looking for new motors or is there a way to control these motors easily with this controller.

Best Answer

You may need to build your own controller unless you can get the proper drive outputs from your controller. Generally, stepper motors are driven with step and direction signals as they allow very precise control over which direction the motor is rotating and precisely how far it turns. If you can't get access to the coil center taps, then you're probably going to have to either find a different motor or roll your own controller. It would not be very difficult to get an Arduino to read in the PWM pulses and drive a stepper or two with a motor driver shield.