Introduction: How to Build the World's Most Simple Robot

About: Spencer Krause is the Director of Product Development at SKA where he and a dedicated team assist their clients in building custom robots, machines, and user interfaces. Spencer has a Master’s Degree in …

Robotics is an intimidating field. To really be good at it, one must possess an above-average understanding of physics, computer science, mechanical engineering, electrical engineering, systems engineering, and advanced mathematics. But what if you only have some, or worse yet none, of that knowledge and you still want to learn about the field? Well, we all gotta start somewhere and this guide is designed to demystify robotics by teaching anybody with even a modest ability to use hand tools to build their own incredibly simple robot.


The robot you will build here is a robot in the simplest sense. It will move around and react to obstacles in its environment, reversing motors and circumnavigating them when necessary on its own. You’re probably not going to be automating any industrial lines or exploring any lunar craters just because you built the world’s simplest robot, but it’s a good introduction to the field of robotics and a fun project for an evening after work or a weekend afternoon. All-in, it costs about 50 bucks to build and the enjoyment is well worth the investment.

This robot is modular and will give you a jumping-off-point from which you can modify your machine to perform more complex tasks or design your own next robot with some goal in mind. If you have kids, you might want to bring them in on this project. If you have any issues following the steps in the guide, you want help customizing your robot for a more complex behavior, or you want to commission or build a machine that is considerably beyond the scope of this article, send me a message. I’m always happy to discuss ideas and help people build their dream machines for a variety of applications.

Step 1: Get the Tools and Materials You Need Together

Alright, I get it. You want to build something.

This guide originally included links to tools and parts on a popular online shopping site to make it easy to order everything you need to get going. I had some issues with that site's terms of Service. In order to remedy those issues I have posted the links here instead.

That said, if you have similar stuff lying around your house or you’d rather customize your machine a bit more, you can still build something great using different parts than the exact ones I link and you can probably save some money if you salvage parts from broken electronics or surplus stores. This guide is designed to be remixed and I am happy to field any questions about using parts other than the ones I directly recommend.


Tools needed

Screwdriver - for assembling robot chassis kit if using. The kit uses nuts as well so pliers or a socket wrench set may also be helpful but you can get away with using your fingers and/or needlenose pliers.

Needlenose pliers, forceps or tweezers

Wire stripper (you can substitute scissors, but you may end up hating yourself)

Soldering iron (optional/ some skill required)

Solder (optional/ soldering iron and ability required)

Hot glue gun

Lighter (Get a bic lighter if you are using heatshrink but you don’t have a heat-gun. This is a considerably less expensive option if you’ve never used heat tubing shrink before and want to try it out without committing to new tools)

Parts Needed prices are approximate

1x - 400 tie point breadboard - $6

1x - 2 Wheel Drive Robot Chassis Kit - $20

2x - SPDT Microlever Switch - $10

1x - Male to Male Jumper Leads 40 pack - $5

1x - 4 AA battery holder - $6.50

4x - AA Batteries - $3.50

1x - Power Switch (optional - to keep down costs, I will explain how to make do without this in the guide) - $2

2x - Paper Clips for extending whiskers

1 to 3 inches of heat shrink tubing for making whiskers more tidy (optional)

Step 2: Assemble the Chassis

A chassis is the “skeleton” that holds a robot together. For my world's simplest robot, I bought the chassis kit I linked to in the last step and assembled it according to the manufacturer's instructions. There are a few different configurations in the manual and I recommend the two wheels, one castor one- shown above.

Alternatively, you can design your own chassis, so long as it meets the following criteria:

  • Differential drive (one wheel for each side, both wheels are parallel to each other with respect to where they touch the ground but can be cambered in or out)
  • Breadboard must fit on robot.
  • Battery pack must fit on the robot -leave space for micro lever switch whiskers
  • Additional space should probably be left for an Arduino or other microcontroller if you want to use this as a platform for more advanced robotics projects going forwards.
  • Leave space for a power switch, if using.

Step 3: Build and Mount the Whiskers

The World’s Most Simple Robot uses 2 micro lever switches as whiskers to let the robot know when it is driving into something on its left or right and reverse the motor on the opposite side to steer away from the obstacle.

Build the Whisker Sensors (do this twice)

Bend a paper clip to form a curved whisker

Hot glue the whisker to the end of the micro lever switch, overlapping with the lever arm and being careful not to block or jam the switches action.

Reinforce the connection between the paperclip and the switch by adding tape or heat shrink tubing over the hot glue. If you are using heat shrink tubing, you’ll need to activate it by holding a lighter (in a moving fashion) underneath it. It is important to keep the lighter in motion because if you hold it in one space for too long you could burn or melt through the tubing and/ or the plastic housing of the switch.


Add Wires to the Switches

Cut one end off of a jumper and strip about half an inch of insulation off of the cut end, exposing bare copper. Do this six times, as each switch will require 3 of these leads. Don't worry if you mess up and cut off a bit of wire instead of stripping it. You should have plenty of extra jumpers if you bought the 40 pack I linked to.

Thread the stripped wire through the hole on a terminal on the switch and loop it back around then twist it until it is snug. If you have a soldering iron and know how to use it, I would recommend soldering over this connection as I did. Do this for all 3 terminals on both switches.

Mount the Whiskers

You want to have one whisker to sense obstacles on the left and another whisker for right. You can overlap them like I did or you can chose to have them not overlap (This is less confusing, but with the potential for a blind spot that could get your robot stuck if it drives into a corner or something that is narrower than the space between the whiskers). If you do overlap the whiskers, make sure to put a spacer of some kind underneath one so that they don’t rub up against each other- I used 2 M8 nuts which I glued in place.

Keep in mind that whichever side of the robot’s front the part of the whisker that gets touched is positioned on is opposite the side of the motor it should reverse if its hit. Play with the whisker locations until you are happy with them and hot glue them to the chassis.

Step 4: Mount the Breadboard

Use hot glue or double stick tape to mount the breadboard roughly in the center of your chassis. Everything gets connected through the breadboard so it is important that all of the wires can reach it. Since i mounted my whiskers rather far back, I removed one of the headers on my breadboard to make it fit. You could also mount it above the caster by using a spacer if you would prefer to keep both headers and you are facing a similar real estate issue.

Step 5: Modify and Mount the Battery Holder

Modify the Battery Holder

You’ll need to add a power “tap” to your battery holder to simplify the wiring to reverse your robot. To do this, cut one end off of a jumper and strip about half an inch of insulation off of the cut end, exposing bare copper. Twist the exposed copper around the piece of metal in your battery holder that connects the middle two batteries to each other. Solder it in place if you know how.

Mount The Battery Holder

Glue or double stick tape the battery holder in place. The battery holder can get mounted on the underside of the robot or next to the breadboard depending on how much available real-estate you have on your chassis and how long the wires coming off the pack are as well as which position you prefer. I glued mine to the underside of the motors so that I would have room to mount a microcontroller to the topside later. If you use a similar mounting location, make sure it doesn't block your wheels from touching the floor and know that it will make the motors harder to replace in the future if one of them breaks or you want to change the design.

Step 6: Mount the Power Switch If You Are Using One

Glue the power switch somewhere where you can easily get to it and it won’t get bumped by the robot’s normal operation. Make sure there is enough length on the wires to get to the breadboard.

If you are not using a switch, you can use one of the male-to-male jumpers as a "removable link." The removable link works by plugging and unplugging the jumper where the switch would be connected on the breadboard to turn the robot on and off.

Step 7: Wire It Up

What is the Breadboard For?

The breadboard you mounted earlier is a good way to form electrical connections if you want to be able to change them later. Breadboards are commonly used to test circuits before committing them to perfboards or printed circuit boards. Breadboards are made up of rails that form connections as shown in the one image.


How do I Wire my Breadboard Up?

To get your robot to drive around obstacles, wire your breadboard as indicated in the photos or in a way that is electrically equivalent. I am not going to include a traditional schematic here since this guide is targeted at beginners, but I can if I get enough requests in the comments.

By changing the wiring of the robot, you can change its behavior. If I get enough requests, I can try to add some different ways to wire the World's Most Simple Robot for different behaviors.

Step 8: ​Power It on and Fix Any Issues

Give it Some Juice

Put in batteries and turn on the power switch if you are using one. If you are not using a power switch, place one of the jumper wires where the switch is connected in the last step, treating either end of the jumper (aka your removable link) like one of the two wires coming off of the switch. By connecting and disconnecting this wire, you can get around using an actual switch. Just make sure you connect it to the right places.

Troubleshooting

Here are a few tips to fix your robot if it isn't working the way it is supposed to.

  • If your robot immediately takes off in reverse, switch the red and black wires from each of the motors around.
  • If you your robot is spinning in place swap the red and black wires on the side that is going in reverse (left if counterclockwise, right if clockwise).
  • At this point, your robot should run around a desk or level floor and bump off of obstacles in its path.
  • If the whiskers on your robot are getting stuck on things, try bending them inward or clipping them shorter to make them harder to catch on to.
  • If you have an issue and you can’t figure out how to fix it, send me a message and I’ll be glad to help you out when I have free time.