Building Robots With Low Tech Materials
Building Robots With Low Tech Materials
Lo-tech Materials 1
By Andrew Fisher
When you think about robots, you probably CNC mills, or 3D printers. In true hacker spirit,
imagine drones, self-driving cars, or humanoid we fabricated using cardboard, cable ties, and
robots like Atlas or Asimo. Many of these more rubber bands to get something that worked.
serious robots start their costs at thousands of
dollars, and there is no real upper limit (Atlas
costs over a $1M, for example). It is possible,
however, to build small, interesting robots with
a few inexpensive electronic components cou-
pled with some materials you can readily find at
home.
One of the great things about NodeBots is be-
ing able to prototype rapidly. The combination
of an approachable language like JavaScript
with friendly hardware such as Arduino means
you can explore ideas and see how things work.
Being able to prototype and play with robotic
Figure 1-1 Completed SimpleBot
techniques quickly helps with learning and ex-
ploring concepts.
Figure 1-2 shows the SimpleBot we made that
In this chapter, we’ll explore several robotic night. After building it, we fell in love with pro-
concepts using a basic robot called the Simple- totyping using materials such as cardboard, ca-
Bot (Figure 1-1). The first design of the Simple- ble ties, and more recently, corflute (corrugated
Bot came as the result of a challenge from my plastic board) for robotics. These materials are
child, who asked to build a robot together one inexpensive and easy to work with using scis-
evening after dinner. With the clock ticking and sors or a good craft knife. You don’t have to
only an hour to work before bedtime, it meant have access to tools such as a laser cutter,
using things we had on hand—no laser cutters, though if you do, then you can still work with
1
Building the SimpleBot
these materials—it just becomes even faster to • Building the basic SimpleBot platform
cut things out (and a bit more accurate). Work-
• Cutting the cord and untethering our
ing with these materials allows you to fabricate
SimpleBot from our computer
on your kitchen table and kids can easily work
with them, too.
Building the SimpleBot
Before you get building, remember there’s no
right or wrong way to build your SimpleBot.
The design of the SimpleBot was intentionally
left open-ended so you can make it any way
you want. Others have built versions as minimal
as possible on one extreme, as well as automa-
ted Nerf-Gun-Toting platforms on the other.
The point of the SimpleBot is to play, explore,
and extend it, to further your understanding of
robotics—so customize away.
Bill of Materials
Figure 1-2 The very first SimpleBot The SimpleBot project is divided into two parts
with components needed at each stage. All of
After that first effort, the SimpleBot has gone the components for this chapter are listed in
through numerous revisions and is now used as Table 1-1, and then the elements needed for
a teaching robot for some NodeBot events. I each stage are listed again when you get to
hope I’ve convinced you that building robots that point in the chapter. Table 1-2 lists the
out of simple materials such as cardboard is a parts needed for the wireless version.
good idea. This chapter is going to cover:
1 7.4v RC battery pack (LiPo, Li-Ion, or whatever $5 Old or broken RC toys are
you can get a hold of ) good sources of these
Build Steps
1. Start by cutting out the template on smaller rectangle, which you can use as
your cardboard. It doesn’t need to be a bumper to mount things on.
perfect. A knife, a cutting mat, and a
2. Next, mount the wheels to the servo.
ruler make it easier to do the inside
Take the cross-shaped servo horn (you
holes than scissors. With the wheels,
should have a packet of different sha-
the center hole can be cut out or just
ped plastic fittings with your servo)
left, it’s only a target so you know
and align the center with the center of
where the center is so you can screw
the wheel. You can use a piece of wire
through it to the servo.
or a needle to poke small holes in your
You should now have a full set of chas- material to mark the points to screw
sis pieces. The large piece with the (Figure 1-3).
bumps at the end is the base, and the
Screw the wheels securely to the servo
bumps are the front. Use the bumps to
horn. If you prefer, just glue them on
push through the small holes on the
(but then you can’t reuse the servo
horns later)—either way works fine.
Figure 1-3 Mark screw points using the servo horn Figure 1-4 Servo mounted to the chassis
and a piece of wire
4. Mount the battery between the wheels
Gently rotate the servo to ensure it as in Figure 1-5. Again, you can use a
turns freely. If you’re using cardboard cable tie, but double-sided tape or a bit
or corflute, your mounting screws may of Blu-Tack works well here, too, if you
be a little long. They don’t have to go want to recharge easily. Trim the cable
all the way through, but make sure tie excess off as you go or it gets a little
they clear the body of the servo when hard to mount everything.
you turn them. 5. Next, fashion a simple “skid” for the
SimpleBot to stay balanced. You can do
3. Next, mount the servos to the chassis,
this by looping a cable tie toward the
as shown in Figure 1-4. You want to
back of the SimpleBot in the middle of
place these more or less to the front so
the chassis. Do this from the top so the
the weight balances. You can put them
catch of the tie doesn’t get caught on
anywhere, but bear in mind you may
anything. The underside of the loop
need to weigh down one end if you
should be about the same height as
find it’s tipping. Mount the servos so
half the wheel so the body sits level. It
the side with the wheel is closest to the
will feel “loose,” but don’t worry, you
front of the chassis, and attach them
secure this with the breadboard in the
with two cable ties through the mount-
next step.
ing holes to keep them in place. Use
two cable ties so the servo body
doesn’t twist when you start driving.