6 Programmable Robot Kits for Beginners

If you’re interested in robotics, it’s smart to start with simple projects unless you already have a strong technical background. Otherwise, you might face an unnecessarily steep learning curve and feel overwhelmed as a result. This list was curated with that approach in mind. Parents looking for a toy for their child, aspiring roboticists, or those just looking for fun will all find something in this list of 6 programmable robot kits for beginners. These simple kits (no soldering or power tools required)  include step-by-step lessons and are great for open ended learning.

 

ROBOTIS STEM Level 1 Kit

robotis stem level 1 kit box

The ROBOTIS STEM Level 1 is a great kit, full of 21 weeks of educational material, in which you build seven predesigned programmable robot kits, perfect for beginners looking to learn something new. The kit includes everything you’ll need. You can also create your own robots from these parts, something different than anything in the instructions. The curriculum contains three lessons for each robot: a basic phase where you learn the robot’s scientific and technological principles, after which you build the robot; the application phase where you learn the appropriate robotic and mathematics programming; and finally the practical phase where you use what you’ve learned to make your robot solve problems. To program and manage the robots, you’ll use RoboPlus Suite, which is included with the kit or can be downloaded here. To run the software, you’ll need a computer running Windows XP Service Pack 2 or later.

Summary

  • 21 weeks of material
  • Includes instructions to build 7 robots
  • The lesson for each robot contains 3 separate sections: a basic phase, an application phase, and a practical phase
  • Requires RoboPlus suite, which is included in the kit or can be downloaded here (requires Windows XP SP 2 or later)

 

UBTECH Jimu BuilderBots Kit

UBTECH Jimu BuilderBots Kit grabberbot

There are several programmable robot kits for beginners within the Jimu Robots line. Choosing which to include here was challenging, but I’ve settled on UBTECH’s Jimu BuilderBots Kit simply because it reminds me of being a kid who loved big machines. The BuilderBots Kit has instructions for the GrabberBot and DigBot, though you can use the parts to build anything else. The robots are controlled via a Bluetooth connection and the assembly instructions and coding abilities are all contained in the free Jimu app, so an Android or iOS device with Bluetooth is required (App Store link and Google Play link). There are two ways to program Jimu robots. You can use PRP (Pose, Record, Play) or the Blockly programming language. With PRP, you place the robot in several positions and use the app to record each position as you go. When you activate the recording in the app, the robot will move to each position by itself. The Blockly language is closer to traditional computer code, but is written by connecting together puzzle-shaped pieces. This will allow you to give the BuilderBot more complex behaviors than PRP. Snap-together plastic pieces are used to make the robot bodies.

Summary

  • Includes instructions to build the GrabberBot or the DigBot, or build anything else with the included pieces
  • Android or iOS device with Bluetooth required for the free app, which contains assembly instructions and the ability to code the kit
  • Use PRP (Pose, Record, Play) or Blocky coding to program the robot
  • Assembled with plastic, snap-together pieces

 

Makeblock mBot

assembled Makeblock mBot

The Makeblock mBot is one of the simpler programmable robot kits made for beginners.  It comes with three programmed presets: obstacle avoidance, line following, and manual control mode. Write custom programs for it with Makeblock’s mBlock language, which, like Blockly, is written with linked puzzle pieces. The mBot’s construction is relatively simple and straightforward compared to the other robots on this list. If you want to add to its structure, you can use LEGO® or Makeblock’s add-on pack. To program the mBot, you’ll need an Android or iOS device with Bluetooth to connect to the mBot and use the free Makeblock app (App Store link and Google Play link).  The app also contains assembly instructions (or you can click here to get the instructions in PDF format).  I’m a big proponent of using games to aid learning, so I’m particularly fond of Makeblock’s “gamified learning,” where mBot is used in the real world to complete in-app game tasks. In addition to the app (or instead of it), you can use mBlock 5, a desktop program available for Mac and Windows that allows you to code in the same mBlock language or switch to Python. The ability to use Python opens up a whole range of possibilities, including the use of AI. mBlock 5 even integrates Microsoft cognitive services and Google deep learning. These tools take the mBot from a simple toy to an advanced learning tool. To use the mBot with mBlock 5, you’ll also need to install mLink and you’ll need a USB cable.

Summary

  • A simple, easy-to-assemble, wheel-driven robot
  • Includes 3 presets: obstacle avoidance, line following, and manual control mode
  • Programmed via Android or iOS app using Makeblock’s mBlock language
  • Alternatively, program the mBot with mBlock 5, a desktop application where you can use mBlock or Python to program the robot
  • App includes instructions and gamified learning, where the robot completes in-app tasks

 

Elegoo Mega 2560

all of the components in the Elegoo Mega 2560 kit

To include the Elegoo Mega 2560, I had to be a bit broader with my use of the word “robot.” This is not like the other programmable robot kits for beginners in this list. This is a 200-piece kit that includes various electronic components, such as buzzers, LEDs, motors, etc. It also comes with a breadboard and an Elegoo branded Arduino microcontroller. A free PDF (which can be accessed in a ZIP file here) is available containing 33 lessons where you’ll build various circuits using the provided components and set up the microcontroller to control them. Coding an Arduino is not as simple as the block-style languages mentioned earlier. Don’t worry though because the PDF walks you through it, and there are plenty of books and free online resources. If you’re ready to work with some of the more advanced aspects of robotics, but still at the beginner level, such as interfacing components with a microcontroller, then this kit is a perfect place to start. The Arduino IDE (integrated development environment), which is what you’ll need to write your code, is available for free for Mac, Windows, and Linux.

Summary

  • An Arduino microcontroller starter kit containing several components for building and controlling your own circuits
  • Coded using Arduino’s C/C++ library
  • 33 lessons available to learn about the basics of assembling circuits and coding an Arduino
  • Arduino is a very popular platform among hobbyists and learners, so there’re many outside resources for when you’ve finished the 33 lessons

 

LewanSoul xArm

LewanSoul xArm assembled

This is one of the more complex programmable robot kits  in this list, but it’s still suitable for beginners. The LewanSoul xArm is a robotic arm with a claw grip and six degrees of freedom. Unlike much of the other robots in the list, you assemble the xArm using metal parts and screws (tools are included). The instructions to assemble it are in YouTube videos posted by LewanSoul, accessible by scanning a QR code. Out of the box, the xArm is programmed using a Microsoft Windows program, an Android app, or manual positioning, all of which is pretty straightforward. You can also control it dynamically using a mobile phone, a wireless computer mouse, or a wireless controller, all connected via Bluetooth. You don’t need to learn a programming language to get this thing running. However, once you’re ready to take on some of the more challenging aspects of robotics programming, you can purchase the LewanSoul Sensor Kit, which is a separate microcontroller and set of sensors which can be used to greatly expand the xArm’s capabilities, not only through the use of the sensors, but through the use of Arduino programming. This robot is great for taking you from beginner to advanced topics, such as using linear algebra for positioning.

Summary

  • Robotic arm with 6 degrees of freedom
  • Programmed using a Microsoft Windows program, an Android app, or manual positioning
  • Control the arm dynamically with a Bluetooth-connected wireless mouse, wireless controller, or a mobile phone
  • Assembly and programming instructions are available through YouTube videos
  • Increase the arm’s capabilities and the challenge it offers with the LewanSoul Sensor Kit

 

Robolink Rokit Smart

Robolink Rokit Smart bug robot assembled

Robolink designed the Rokit Smart with education in mind. It includes instructions to build 11 programmable robot kits for beginners, though you can build anything else with the provided parts. The robots are assembled using metal and plastic parts screwed together, and programming is done via Arduino, again using the Arduino IDE available for Windows and Mac. The kit includes everything you need to build the robots in the Rokit Smart, except for a computer and batteries. The instructions and lesson plans for Rokit are freely available on the Robolink website, including lessons on programming the Arduino.

Summary

  • A kit with lessons to build and program 11 different robots. Build anything you want after (or before) the lessons are completed
  • Programmed using Arduino

 

After going through this list, I hope you’ve found something that suits your needs and your level. The number of computers and robots that we interact with in our day-to-day lives is steadily increasing. These programmable robot kits for beginners are a great way to gain a basic understanding of these technologies and have fun doing so.