Let's Make Robots!

ForfraBagfra

fritsl's picture
Testing what one can do with 4W differential drive, and steering by .. erh..
Time to build: 
5 hours

Update: Just a small new video, nothing really. Just my studies, I use the platform for different testing of stuff. Video and slow motion helps :)


While playing around with stuff to use on another project, the 360Bot, I found some old RC cars. What people throw out,  you wont believe it :)

Since I have 360 degrees view on the 360Bot (using a stepper motor), I thought it would be fun to make something that is the same both ways, and steers by "breaking" at the very center.

So I took two motors and put one at each end, so it is actually two rears facing each other. Hence the name, it is Danish, meaning something like "front to back".

The steering is done by a servo right in the middle: Loced on one side, twisting the other.

I hooked it up with my Joystick / Easy Radio, and I had a remote car to test, before I perhaps add sensors and 360 view. However, I doubt that it will go any further.. But it was fun, so I thought I'd share it with you :)

IMG_4832.JPG?imgmax=576

IMG_4834.JPG?imgmax=576

IMG_4844.JPG?imgmax=576

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
GroG's picture

Hi Frits,
Is the slow motion video a product of the camera or post editing?

fritsl's picture
Post editing. I REALLY would like a high speed camera!!
roboticme's picture

you give so much information,and thats a good thing

guibot's picture

this is a very nice one!!!    i love the way it moves!!

What kind of servos do you use? they really fast!!

Could you please explain how are you powering the system? Or, if possible post some (newbie) schematics ? 
i´m looking forward to power a system with a Nickel 9.6V batt, 2000 mAh but i am a bit afraid of burning out things..

fritsl's picture

There is only one servo, the one in the middle, and as you can read above, it is just a plain servo. Cheap.

Schematics.. I dont know electronics, so no, sorry.

It is a Polulu motor driver-board (I think - any would do), and the Picaxe servo controller board that has a chip on it dedicated to control servos. I use this because it is also radio controlled with an Easy Radion module, and the picaxe cannot both wait for serial in and control the servo - so I let the picaxe send messages to the servo controller and the motor driver, and the rest of the time it is waiting for serial in from the easy radio..

The motors are, as you can read, 2 rear ends from 2 different remote controlled cars.

I have added sensors to it now, it is what I call "assisted drive", that is it is remote controlled, but the sensors are on, and if I am too close, it steers around, reverses out of trouble etc.

I think what you want to discover here is the little board dedicated to control / power 2 motors. It also has 5V out, so the battery (7,2V Racing Pack) goes to that, and the motherboard is powered from that.

This is not the one I use, but it is something like this: http://letsmakerobots.com/node/678 (this one is serial controlled, mine is on/off of 4 pins, and this does not have 5V out as mine.. I will find out which one I am using if it matters to you :)

 

fritsl's picture

You can see it here, it is the red board in the middle:

http://letsmakerobots.com/files/field_primary_image/IMG_4839.JPG

 

It look's like a Solabotics L298 compact motor driver kit.
fritsl's picture
guibot's picture

"I think what you want to discover here is the little board dedicated to control / power 2 motors. It also has 5V out, so the battery (7,2V Racing Pack) goes to that, and the motherboard is powered from that."

 What i really want to know is, do you connect the battery directly to the motor control board?

I´m starting to like the PIC stuff :)

Thank you once more fritsl! 

fritsl's picture
7.2V Battery to motor control board. Motor control board sends 5V to Picaxe board. Picaxe board sends signals to motor control board. Motor control board sends 7.2V power to motors.