
RR333
USA
Asked
— Edited
Is there an updated version of using this H-Bridge with the EZB v4? I'm assuming (again) that it is the same... But Power? Not using the Battery pack
Thanx:)
White Pin
you will need to customize (Scripts) the Custom Movement Panel, I'll post the scripts.
Step 1:
you will need a script to create the speed variables.
Script Name: Init
Then assign the Init script to the connection event:
Step 2:
Add the Custom Movement Panel (Add Control > Scripting > Custom Movement Panel)
you will need 7 scripts for each event: Stop, Forward, Right, Reverse, Left, Speed.
Stop Script:
Forward Script:
Right Script:
Reverse Script:
Left Script:
Speed Script:
Check the Digital Ports wires: D0 - Left Motor - E1 D1 - Left Motor - M1 D2 - Right Motor - E2 D3 - Right Motor - M2
Disconnect/Connect the EZB Button, to run the Init script, and it's ready to use.
Note: speed and pwm have different ranges.
oh wow!
Thanx so much. But That seems a lot. I'm only using the h bridge to control 2 motors on my bots drive train. Fwd.backward. left.right
Other thing I'm not seeing: how to I provide power to the h bridge from the ezb? From the red/black from one of the servo ports.correct? Just making sure. I don't want to accidently fry something. And Btw, my base is from a RAD robot, that appears to be popular here:)
Yes pickup red = vcc black = gnd from the digital ports and connect to vdd (vcc) and gnd (gnd)
thanx again PTP:)