Overvoltage

posted in: Uncategorized | 2
Building Rover 1 with Boys
Roboticists Often Find That Kids Are Eager Helpers

Rover 1 has been a fun project, but Rover 1 is too small for our ambitions. It’s time to start working with a wheelchair-based robot platform. However, before we make the move, let’s make one last modification to Rover 1.

Voiding the Warranty

2 x 30a $40 Motor Controller
M60 — 2 x 30a $40 Motor Controller

I want to test out a cheap 60 amp (2x30a) dual motor controller (hereafter called “M60”) available on eBay that I’ve not seen reviewed elsewhere. Is it possible that this motor driver is a viable alternative to the venerable $125 Sabertooth?

M60 Dual Motor Driver/Controller Specs
M60 Specs: Notice the Control Pin Operation is Very Similar to the L298N

Now think back to your 9th grade Mandarin class and review the spec sheet for the M60. If you don’t remember Mandarin, I’ll give you a quick hint: the 6 control pins (labelled PA, A1, A2, PB, B1, B2) behave just like the L298N control pins (labelled ENA, In1, In2, ENB, In1, In2).  In other words, we’re going to switch over from the L298N motor controller to the M60 motor controller without touching a line of Arduino code.

Now, you’ll notice that the voltage range on the spec sheet is 12v-30v. This means that we are compelled to ramp up the voltage for Rover 1. This is accomplished by adding another 8-place AA battery holder to the platform and wiring it in series with the existing battery holder.  This should give us a potential voltage of 16*1.2v = 19.2 volts. In practice, due to limitations of the batteries and loss in the driver, this will give us around 14v at either motor.  Keep in mind these are 6v motors.  Clearly, we are violating sensible design behavior.

It turns out that the positive wire from the battery to the M60 needs to be a little longer.  This gives me a perfect opportunity to try out some of the fancy new heat shrink solder connectors that you can pick up just about anywhere including Amazon. I purchased these several months ago, but have been suspicious of their fitness, and haven’t tried them out ’till now.

Heat Shrink Solder Wire Connector: Too Good to Be True?
Heat Shrink Solder Wire Connector: Too Good to Be True?
The Original Wire Wasn’t Long Enough to Reach M60 Motor Controller
Slip on the Heat Shrink Solder and Twist Wires Together
Slide the Heat Shrink Solder Over the Twisted Wires
Slide the Heat Shrink Solder Over the Twisted Wires, Centering Solder Over Wires
Apply Heat (Careful Not to Melt/Burn Anything Unintentionally)
Apply Heat (Careful Not to Melt/Burn Anything Unintentionally)
Voila! Looks Pretty Slick! Super Easy. Note: Long Term Performance Unknown


That actually turned out quite nice. Now let’s take a look at the new wiring harness connecting the Arduino to M60 motor driver. We need this harness because the M60 pins are arranged 3×2 instead of 6×1 with the L298N.
M60 PA, A1, A2 maps to Arduino 10, 8, 9 respectively
M60 PA, A1, A2 maps to Arduino 10, 8, 9, respectively
M60 PB, B1, B2 maps to Arduino 11, 12, 13 respectively
M60 PB, B1, B2 maps to Arduino 11, 12, 13 respectively

Check out these pictures of Rover 1 fully assembled:

The boys like helping, particularly during the testing phase:

Here’s a little video of it running around the back yard. Note that the oldest boy is quite dejected since he’s not driving.

 

Wrapping Up

Somehow Rover 1 appears to have survived exceeding the motor’s recommended voltage by over 2x. Let’s quit while we’re ahead! Next time we’re going to pull the M60, Arduino, and radio off Rover 1 and try our hand at a big-boy robot.

Here’s looking forward to seeing you then,

Love,

Roby

Follow Roby:

Latest posts from

2 Responses

  1. Like those wire connectors you used. Never seen them b4. Waterproof??

Leave a Reply to Roby Cancel reply