How To Build A Mobile Robot (Part 1)

How To Build A Mobile Robot (Part 1)

INTRODUCTION

I came across many questions posted by beginners asking for assistance in selecting the right parts to build their first mobile robot.

In this post, I am going to share the options we have in selecting the parts and how to choose suitable parts for your robot.

Build from scratch or get a building kit instead?

Before we proceed further, I would like to highlight here that there is plenty of “ready-to-use” mobile robot as well as mobile robot kit available in the market. It depends on what you want to achieve before you make the decision.

OPTION A: A “READY-TO-USE” MOBILE ROBOT KIT

  • If you want to focus on learning how to program a mobile robot and do not want the hassle of touching the electronics and mechanical building process, you should go for this option.
  • Besides the cost, you still need to decide which controller platform you would like to go for. Micro:bitArduino or Raspberry Pi?
  • Do not sure which platform to choose? A simple guide: if you want to use graphical coding, go for micro:bit; if you want to learn C language, use Arduino; if you want to challenge some advanced application such as image processing or remote control via wifi, you can go for Raspberry Pi.

OPTION B: BUILDING KIT

  • If you would like to explore both electronics and coding, you should go for a building kit where most (if not all) of the parts are packed together in a package and usually a complete user guide will be provided by the manufacturer to guide you through the building process step by step.
  • You still need to choose the robot controller platform you prefer before you buy.
  • The advantage of this option is that you do not have to worry about the wrong motor or controllers you pick. All parts are carefully picked by the manufacturers and tested before packing.
  • Suitable for secondary school students to start.

OPTION C: BUILD FROM SCRATCH

  • You choose this option mainly because you want to build a robot with specific tasks where you can’t find any suitable building kit in the market.
  • You can either fabricate the robot chassis completely from scratch or get the mobile robot chassis from the market so that you can build the control circuit on top of that.
  • This is the real challenge where you have to decide the parts you need based on your application.

We will be discussing more details on each of the major components of a mobile robot in the next chapter. It is useful for those who wish to construct a robot from scratch.  Continue reading…