HB-25
JeffA1
Posts: 7
Hello,
I am new to Parallax and did some searching for info on the HB-25 Motor Controller in the forums. Could someone point me to any info on using an RC transmitter and receiver as used for model airplanes and connecting the receiver to a HB-25 to do tank type steering?
Thanks,
Jeff
I am new to Parallax and did some searching for info on the HB-25 Motor Controller in the forums. Could someone point me to any info on using an RC transmitter and receiver as used for model airplanes and connecting the receiver to a HB-25 to do tank type steering?
Thanks,
Jeff
Comments
·· I have done this very thing with a Tank Robot we have here at Parallax.· Use the following attached code.· The code tells you where to connect the channels from the R/C Receiver.· As for the HB-25 just connect the other two ports to the ones on your left/right motors.· I will post more pics soon.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Jeff
Chris, in your program example, you are programming the HB-25?
Thanks,
Jeff
·· I don't know what the difference is in the type of transmitter.· As you can see from the photo the transmitter I am using is a standard 4 channel R/C Airplane Transmitter set to ground frequencies.· The code I posted mixes the channels so that one stick on the transmitter handles skid-steering on the tank treads.· Other transmitter configurations may or may not work.· If you have two sticks that output standard R/C pulse train then your receiver outputs could just go dircectly to the HB-25.· One output to each HB-25.· So to answer your other question, yes I am sending the mixed servo pulse data directly to two HB-25 Controllers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
·· Great, you'll have to post your results once you've got everything working.· The Tank in the Photo is a very popular tank that's been hacked by many on the internet.· The HB-25 Controllers are not being pushed anywhere near their limit in this application, but when you consider the motors were Relay-Driven (read: no speed control) and that the original control system was very unreliable then it makes sense to use such a nice platform for hacking and showing off the HB-25 and BASIC Stamp.· Yes, it has BASIC Stamp control as well.· Features being implemented include compass/GPS navigation, accelerometer tilt prevention, object tracking using two PING))) sensors and object avoidance using two Sharp IR Sensors.· Of course the BASIC Stamp has control of the turret as well.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
What type of motors do you plan to use for drive?
I made a mistake when I mentioned the airplane receiver. I will be using track type steering transmitter and receiver. If I am understanding correctly, I will need to connect the outputs of the receiver to a BS2 and then connect the outputs of the BS2 to the HB-25. And use·code like the one Chris posted to program the BS2?
I have several DC motors. The two I am thinking of using are 24VDC gearhead 1/4 HP. somewhere around 80 RPM. I don't think a lot of power is needed since the battery powered cars that kids drive around don't have real powerful motors in them. And some of the kids weigh more than a push mower.
I will be removing the rear wheels of the mower and replacing the front ones with 360 degree swivel wheels. The motor and electronics assembly will fasten to the rear of the mower in a way that can be easly removed. In the winter i will use the assembly mounted to a snow pusher.
Yes, my back is going to love me!
Thanks,
jeff
·· You mentioned you will be using 24VDC motors.· Just in case I wanted to remond you that the maximum input voltage on the HB-25 is 16VDC, nominally 12VDC.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Tim