Asked — Edited
Resolved Resolved by Rich!

Help Controling Diverse Electronincs H Bridge

Hi Folks,

I want to use my Diverse Electronics motor controller for torso rotation on my B9 robot. I have it connected using 1 signal wire from port D1 on my EZ B V3 to the 'ch1' input on the Diverse Electronics controller. I want to use joystick #2 on a game controller that currently is configured to control my Sabertooth 2x25 via joystick #1 (controlling the Sabertooth movement panel). Trouble is I have no idea what the 'min' and 'max' values in the joystick #2 configuration panel mean and why the torso rotation motor moves erratically when I experiment with them OR if I should be using 'X' AND 'Y' OR 'Multi Servo'.

Heck I'm not even sure if I am connected to the DE controller correctly (dont know if it can even make use of serial data, etc). When I used this controller before with my Futaba RC unit, I hand channels 1 and 2 connected and it worked great with the joystick on the Futaba RC unit. I can't find the documentation for the DE controller and they seem to be defunct.

Anyone know how this controller works? Can it use digital data? Can I configure joystick 2 to make it operate in both directions? (full on, reverse, full on would be fine).

Do I need to control it using two digital ports? OR one or two analog ports? If I need to use the analog ports cant they be addressed from the joystick configuration panel?

I'm so lost... I've been working a lot and have pulled a few all nighters to get the G-Bot reconfigured for Halloween and just have not had time to try and learn more about this stuff (fell asleep each time I started so far... lol).

Feeling a little stressed right now. My Son is looking forward to seeing the G-Bot patrolling outside and interacting with trick or Treaters and I am a bit worried I may have bitten off more than I can chew (at least in that time frame)...

Any help is appreciated as always...

Gwen

User-inserted image stress stress stress


ARC Pro

Upgrade to ARC Pro

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

United Kingdom
#1  

Bear with me as my eyes are getting heavy and I seriously need to get some sleep.

The Analogue ports are inputs to the EZ-B, they read sensors etc. they are not output and do not control anything.

You can use the joysticks for anything you want really but it may need some scripts for it to work correctly. Knowing how the H-Bridge works will determine how to set up the joystick. So finding out how it works is the first step to the solution.

Do you know what model the H-Bridge is? Ideally the datasheet/manual for the H-Bridge is required, it makes everything so much easier! failing that, what labels are on the input connections of the board? We may be able to make educated guesses on how to set it up and how it works.

Edit: A quick search comes up with the MC7 motor controller, is that correct? If so, it looks like it is PWM controlled. Most probably two pins per channel but it may vary on how this works. The L298n based H-Bridge for instance needs one pin high and the other low to determine the direction of the motor, both low and it freewheels, both high applies a motor brake (if applicable) where as the Dagu motor controller has one pin for enable and the other for direction.

If the pins on the motor controller have labels it would be very helpful, even a good quality close up photo of the board would help.

#2  

Rich, i remember from when i used it a couple years ago, it IS an MC7 controller. I also seem to remember it is PWM. that being said i have yet to find any documentation on it. Ill keep looking. ( i have a box of papers buried somewhere that may hold promise).

The board has an additional (smaller) board attached to it on the right side (referencing the picture above). The smaller board has four connection points on it labeled gnd, ch1, ch2, bat. I currently have it conected to gnd, 12volts to 'bat' and EZB D1 to the 'ch1' input.

I will work on getting a quality photograph of it as soon as i have a moment (it is now in a -less than optimal location to do so...)

Thanks,

Gwen (hopeful)

#3  

Hope you got some good sleep... :)

#4  

Here is the best picture I can get right now of the smaller board on the Diverse Electronics (MC7) controller mentioned above. User-inserted image

United Kingdom
#5  

Looks like it also works in RC mode (like the sabertooth).

I haven't tried it but I'm sure I read it, in RC mode the Sabertooth works with PWM, playing around with the PWM value will vary the speed and direction of the motor. I can't promise it wont release the magic blue smoke but it may be worth a shot?

#6  

I seem to remember the smaller control board being termed 'RCIC2'

Are you suggesting to try changing the sabertooth to PWM mode and try controlling both the sabertooth and the MC7 using PWM?

If, so, what control in EZB would I use? Could it be used with the game controller (and joysticks)?

OMG, I am so far over my head here...

I do really appreciate your suggestions. I'll never hold any mysterious blue smoke against you... lol I promise. ( I can always get a new H bridge... ) Its just that darn time constraint - (Halloween that is...) User-inserted image

United Kingdom
#8  

No I was suggesting leaving the sabertooth alone.

Connect, say Port D15 to CH1 of this board Add a PWM control for D15 Play with the PWM values to see which values make it turn in which direction and at what speed (if any).

Although I must stress I cannot promise it wont break the H-Bridge

#10  

I just set the joystick #2 control on the to N/A and added a PWM control and set it for D1 (the port connected to ch1 on the MC7.

When I played with the PWM slider, the torso rotation motor initially began to turn. As the slider went up, the SABERTOOTH activated and the robot started to spin in circles like one drive motor was full on. I had to tackle it and pull the power. Yikes!

The sabertooth is connected ONLY to D0. How might that be happening? Is feedback possible?

#11  

Feedback is certainly possible, particularly on the V3. You might want to try a port further away from D0.

Important question, are all of your grounds shared? They need to be or you can get very off things happening.

I would suggest when testing something new, you unplug other things, particularly things that can be dangerous like wheelchair motors capable of driving 300 pounds at 20mph ;)

Alan

#12  

Grounds are all common. Unplugging the drive controller definitely sounds like good advice...

#13  

I believe that port d0 defaults to high (5 volts) at start up.

United Kingdom
#14  

All ports should be low until changed to high through scripts or controls.

#15  

On my v3 boards d0 is always high at startup. I think its been mentioned by DJ before. I think there was no other way around it. I have gotten into the habit of not using d0.

#16  

Yeah, on a V3 d0 is different to make it compatible with an H-bridge that EZ-Robot sold before the current one. I don't know about being high at startup, but I do know it can sw d serial at a highr rate than the other ports, and I think some other differences too.

Alan

#17  

Not sure why but I am able to make the controller do what I want (rotate the torso clockwise and counter clockwise using a single motor) by assigning two joystick buttons as follows: button 2 down command: PWM(D7, 11) up command: PWM(D7, 0) for clockwise and button 4 down command: PWM(D7, 4) and up command: PWM(D7, 0) for counterclockwise.

Thanks for everyone's input.

#18  

@Gwen, are you going to be able to meet your Halloween dead line (lol, I crack myself sometimes..... dead line, Halloween)? Anyway blush , I wanted to have my B9 ready for Halloween 2 years ago and havent met my dead line yet. Maybe next year.

I hope you take lots of vids and pics and share them with us.

Dave Schulpius

#19  

Dave, I WILL meet the deadline... lol... But I will have to settle... I'll be sure to have the camera rolling... :)

Gwen :D