HB25 Fault LED
tfalling
Posts: 6
I just got a HB25 motor controller. I was driving small RC motors with it using a 5 Amp DC power supply and a BS2. At one point it seemed to stop working. The green LED is on and bright. The red (fault) LED is very dimley lit up. I didn't notice if this was the case when it was working. Does anyone know if this is normal operation?
Comments
You mention that "at some point it seemed to stop working" Was there a point when you had it wired up and working just as you expected?
What BASIC Stamp module are you using? Can you post the code too?
Robert
I have a servo cable connecting the two. (White--P15, Red--P14, Black--13). And WRB are connected repectivly to the HB25
The code looks like this:
LOW 13
LOW 15
PAUSE 2000 'HB 25 STARTUP
PULSOUT 15, 750 'NETURAL
PAUSE 1000
PULSOUT 15, 1000 'HAMMER DOWN
PAUSE 10000
PULSOUT 15, 500 'BRAKE
PAUSE 500
PULESOUT 15, 750 'NETURAL
END
I can see that the BS2 is pulsing with the scope. I have also tried to refresh the pulse every 40ms to which I got a motor pulse every 40ms or so. I would like more information on the HB25's current limiting handling. Does the IC have a current limiting circuit or is the only limiting device the 25 amp fuse (which hasn't blown by the way). Speeking of current the stall current for the motors is about 10-11 amps (using a 10amp max meter).
The whole purpose here is to drive the biggest motor possiable. I am building a "Sum bot", but a very fast one. The motors I have here come from the high end R/C cars, although I see now they like to use stepper motors. I have to stay under 1Kg and these motors with the A123 cells are going to get me right there plus giving me the high current. I am open to any suggestions out there.
I am using 3 A123 (18650) cells
Are you using a voltage protection board for the cells
Rich H
White is the signal, it should be connected to a pin on the Basic Stamp. Red should be connected to 5v and Black to Ground.
Rich H