rover project – part 1

I am currently waiting on parts from China to continue working on my radio receiver, so I thought I’d start working on a robotic rover. I’ve picked up several remote controlled cars from the thrift store and I have been meaning to turn one into some kind of autonomous vehicle that can roam around the yard.  Here is what I am starting with. I think I paid $1 for this truck without the controller.

/images/rover_before_web.jpg

The main controller board was fried (my fault from previous tinkering), so I couldn’t control the steering. The truck uses one of those weird six pin quasi-servos that are in most of these old rc cars. I could still control forward and reverse by applying voltage straight to the gate of the main transistor and toggling a relay on and off to switch from forward and reverse, but since I couldn’t control the steering, I decided to switch out everything for an arduino with a motor controller and standard hobby servo for the steering. Here is a picture of the chassis with the original controller board attached.

/images/rover_chassis_web.jpg

I removed the controller board and took the front end off to figure out how to replace the steering servo.

/images/rover_steering_separate_web.jpg

I removed every screw I could find and then split it apart down the middle. The truck had four wheel drive and here you can see the front diff.

/images/rover_steering_open_web.jpg

Here is the original servo and the one that will replace it.

/images/rover_servo_comarison_web.jpg

Here is the servo mount. The old servo just sat right in that larger open square.

/images/rover_steering_box_before_web.jpg

The futaba servo is just about the right length and width to fit, but the mounting arms need to be removed.

/images/rover_servo_before_1_web.jpg

I used a dremel cutoff wheel and cut the mounting arms off.

/images/rover_servo_before_web.jpg

The servo is now the correct length and width, but the case has a small plastic screw post in the way which needs to be cut out.

/images/rover_steering_box_before_marked_web.jpg

I ground out the screw post and fitted the servo. It was almost there, but the corner of the servo was just barely too large to fit in the space correctly, so I needed to cut out a little window for it to fit.

/images/rover_servo_fitting_web.jpg

/images/rover_servo_fitting_1_web.jpg

Once that was done, everything looked good. I closed the case back up and the servo was a little loose, so I shoved a lego piece in behind it and it fit like a charm.

/images/rover_servo_inserted_lego_web.jpg

I was then able to put the chassis back together and test out the motors. Now I just need to get the motors moving.