Dagu Rover 5 chassis robot demo

i am trying to connect a push sensor or a IR sensor on the rover. so it can avoid the obstacles.

do you know where i can find some example codes?

I got mine here:

http://www.robotgear.com.au/Product.aspx/Details/554

I don't know if they have replacement tracks ... you could ask.

Mine tend to slip off, and I find it impossible to adjust the track height. Maybe I'm not doing it right.

No idea, sorry.

I just got my Rover 5 and had pulled the retaining bracket (metal L-brac with two screws inside the chassis) to pull the appendage out to set the height. I think it was an EE solution to a ME problem :wink: Unfortunately, if you have track slippage with the low profile mode, adjusting the height up will make it worse.

I have a composite eye (lots of IR) coming in next week to see how the Dagu demo will work. The DFR Romeo will be interesting in running the R5 Motor/Encoder Board (4motors/4encoders), (2) servos and (6) tactile buttons. I think there might be a 74HC595 chip and a dev board in there.

Thanks to Nick for opening this thread. I look forward to any further developments to this platform.

-George

Hello! i have a problem, when logic power on Dagu is NOT powered from Arduino, motors rotate easily in both directions, but when i connect logic power (5V) from Arduino, motors begin to rotate harder in one particular direction. Firstly i connected logic from 5V Arduino pin which is near analog pins, then i tried to connect from ICSP pins, same result. Then I've done everything exactly like you to exclude my mistakes, but it doesn't work.

P.S. Moreover i bought two Arduinos and two Dagus, I thought i fired smth, but motors bahaves on both.
P.P.S Everything works fine with Pololu motor driver shield and Arduino - motors rotate easily in both directons.

Not sure what to suggest. Wiring problem? Faulty motor? Faulty motor board?

Everything works fine with Pololu motor driver shield and Arduino - motors rotate easily in both directons.

So, not a problem?

Yes, with Pololu Shield works fine. I wondered if there was some secret may be with Dagu, but if you don't know the exact reason, it can be anything) Nevertheless thank you for the reply and for your project!

Hi,

I'm wondering that what will happen when I use only a simple L298 ic for driving the Rover 5? Or in other words: Is it possible to drive it like this?

-Ali

I don't see why not. The board shown does other stuff like encoder inputs and current detection. A simple driver (suitable for the motors) should be all you need.

Thank you = ) At this point the encoders are excessive -I guess- for me. I won't use them for my current project. Buying that 4 channel would be more convenient however I have've limited time and if a delay happens during shipping it won't be good for me : ) If I get stuck I'll get some help from the driver's schematic : )

I have a Rover 5 with 4 motors/encoders and use the Dagu 4 channel motor controller. I use the current sensing feature of the motor controller. Powered from a 2S Lipo at full PWM the motors draw about 1A /motor when turning left/right (when going forwards/backwards the motors draw less current). Stalled these motors draw over 3A a piece. I have used a cheap L298 board from Ebay on another robot and have taken a good look at the datasheet of the L298 chip. There are some things you need to take in to account. If you are pulling 1A from one channel of an L298 you will have a voltage drop of 1.8 - 3.2V on the output. That also means that a serious amount of heat is wasted in the L298. You need a big heatsink to dissipate that heat. The Dagu 4 channel motor controller uses fets with a very low RDSon, so there is only a tiny voltage drop. So no power is wasted and a heatsink is not necessary. The Dagu controller was especially designed for the Rover 5 and is rated for 4A stall current / channel.
Here is a photo of my Rover: http://www.bajdi.com/?attachment_id=623 It's my "development platform" :slight_smile:

Mine did that in the beginning, then I just change them to the other side.

I would like to know if this Motor driver board will work with Arduino Due ? ( 3.3V Due)

I don't know for sure. I don't have a Due, so I suggest you email the makers (or suppliers) of the board.

The designer of most Dagu products posts on the letsmakerobots.com forum. You could ask him there...

Another question:

Any idea what is the type of 4 white JST connectors for motors? Got the board, trying to connect motors.

Not really. The motor and the driver board happened to have matching connectors.

Thank Nick you for the sample sketch!

I've manage to put together a small rover based on same motor control board and Leonardo.
Only one difference I have 4WD, so I will modify it in order to handle all 4 wheels, if you don't mind.

I solve my problem with JST by just wrapping bare wire around prongs, no pretty by will work for now.

Looks good. :slight_smile:

Hi Nick,
This is quite a long lasting thread. Like the rest, I've recently bought a 2-motor Dagu 5 rover and I also have the motor shield you seem to be using.
Firstly, I have a bit of a problem. Just to test out the Rover, I hooked up the rover to my Arduino Uno just like you have, also neglecting the encoders and I ran your code. When the rover drives, it favours the right rear motor (making it veer to the right). Any ideas on how to remedy this?

Secondly, my rover needs to navigate an obstacle course and hence needs to know approximately where it is. You mentioned above about using the encoders to determine the no. of revolutions of each wheel. Now, I'm what you would call a 'complete novice' when it comes to Arduino and the like and I was wondering how you would go about using the encoders for this purpose. If you had any instructions for me, or could point me in the direction for some help, I would be greatly appreciative. Cheers!