Telepresence Robot: Bringing It All Around

7.2K3617

Intro: Telepresence Robot: Bringing It All Around

Now is the time we say goodbye. However, before we can do that, there are a few last things we need to take care of. I know you are totally psyched and ready to start building robots, but we still have to put the finishing touches on this one. Please hang in there with me. This will be quick!

This is the seventh part of a seven-part instructables series. Over the next two instructables we will be building the basic electromechanical robot platform. This platform will later be enhanced with sensors and additional control electronics.

To learn more about the topics covered in this series of projects check out the Robot Class, Electronics Class, and Arduino Class.

STEP 1: Adding a Power Switch

First things first - or basically last - you should add a power switch to the robot. Toggling the power by opening it up and pulling a battery out is not particularly fun. It is so much easier to turn it on and off with a switch.

So, let's do that.

Find the black wire coming off of the 4 X AA battery holder and cut it in half.

Get an SPST toggle switch and attach two 8" black wires to it.

Solder one of these wires to one of the halves of the black battery holder wire and insulate it with shrink tube. Solder the other black wire to the other half, and insulate it as well.

Drill a 1/4" hole (or whatever size is appropriate to mount your switch) in the plastic box.

Mount the switch in the hole that you just drilled.

Congratulations, you now have a power switch.

STEP 2: The Last of It

Above you can see the complete wiring diagram for the robot. First off, stop and pat yourself on the back for having just accomplished all of that. Secondly, should the robot break or you ever encounter any other difficulties with the robot's hardware, check the wiring against this diagram first.

Also, while we are closing things out, you may have noticed that we have programmed all of the various elements of the robot individually, but never had them all running at once. Now is time to bring them all together into one routine.

This program encompasses all of the components that we have added. It allows for user control, but also uses the three sensors to identify obstacles and avoid them. In the code, the sensors are only activated when the person is driving the robot. When the sensors find danger, the robot stops and backs away on its own. Navigation is a collaboration between the person operating the robot remotely through Skype, and the robot itself.

To finish the whole thing up, upload the following code onto the robot:

STEP 3: Going Further

There are many things you could do to push this robot further.

Foremost, you can improve upon the code. Some ideas for extending the code include:

- Make the robot navigate autonomously after not receiving human input for an extended period of time.
- Create additional routines for the other unused DTMF keyboard keys.
- Add more complex speed control to the robot.

To learn more about writing code, the best place to start is the Arduino Language Reference Page and the Arduino Forums.

You can also add additional hardware. Here are some ideas for pushing this further:

- Add a second set of sensors in the back of the robot, and upgrade the Arduino to an Arduino Mega.
- Add a remote control foam missile launcher turret to the robot.
- Add rechargeable batteries and a solar panel.

To learn more about electronics check out the Intro to Electronics collection and the Robots Channel.

Lastly, you can give your robot a name.

I named mine Randy 3000, in homage to Andre 3000 of the seminal southern rap group Outkast.

If you are having trouble naming your robot, here is a Baby Name Generator to try out.

9 Comments

Hi.
I am a professional in accessibility and I am learning arduino / robotics to apply it in my work.
I liked this project very much and I would like to do it but I still don't have enough programming knowledge and through the instructable I can't download it.
Would there be any way to download the code?
Thanks and regards.
I do not know where the code has gone! Let me investigate this and get back to you.
Have you found the code yet?
hi, i needthe code too...im about to finish my project....but i cant... can yu please help.
I can only find code for part #1. Where do I get the code for parts 2-7?
I'd like to build one too.

it was really awesome controlling a robot while sitting in any part of the world

This is a great series. I am going to use it, and your previous Robots Class lessons, as a lesson plan to teach kids, and adults, at our local technical library.

Thanks!!!

Hi,

I just found this series and I was very impressed, particularly the neat use of zip ties for the assembly. But the part that really caught my eye was the clever use of DTMF tones for remote control via the mic module.

I have been worked in electronics/engineering for many years and I currently teach some after school STEM classes. These classes span a range of topics including simple robotics. This has triggered some really interesting ideas to use in those classes.

Thanks

PS. I think I may have to build a version as well (as if I don't already have enough projects on the go :) )