Hello
I would like to know if anybody could help me incorporate and program the HB-25 motor controller with the VEX microcontroller.
Here is the HB-25 documentation
http://www.parallax.com/Portals/0/Downloads/docs/prod/motors/HB-25MotorController-V1.2.pdf
Here is a picture of the motor controller:
The way I understand it, the only thing you have to do is plug in a PWM cable from one of the Motor Ports to the HB-25 controller, reset the controller in the code, and send one pulse to activate the controller.
This is what has to happen in the C code:
[LIST=1]
*]Set motor port pin to output
*]pause 5 miliseconds to initialize the controller
*]Pulse 150 to stop motor
*]wait 20 ms until the code starts
[/LIST]
All help is much appreciated.
Technic-R-C