A Year Of... interesting things

Choice of Robotics Sets

Let’s get something clear right from the start: I’m talking about toy or hobby robots.

I don’t mean that derogatory, but I’m not talking about building or controlling industrial or even professional robots. The level of structural, mechanical and electrical engineering knowledge required by those kinds of robots are beyond the pursuit of hobbyists and more into career territory. And they aren’t cheap either.

Moving on.

The first choice I had to make in pursuing my Year or Hobbies: Robotics was which direction to go in? The choices are threefold: already built robots — leaning more towards programming (eg OWI) robotics kits (Mindstorms, VEX), or the free-form route of Arduino (or RaspberryPi).

Here are my constraints:

  • Multi-function: if they only did one thing, it would be pretty boring no matter how well they do that one thing;
  • Programmable: I want my labyrinth solver to figure out the path by itself;
  • Not overly complex: it’s a hobby, so satisfaction should be achievable without heroic efforts; additionally, I’d like to be able to bring my 12-year old step-daughter into these adventures;
  • Should allow for learning something new, yet be focused at the same time: I don’t want to have to juggle 3+ disciplines at the same time (and programming is already a must-have)

Already Built Robots

Great choice if the intent is to lean more towards the controlling side. Some offer programming possibilities.

For example, Ozobot Bit looks like a blast if you want to built a follow-the-line bot.

Ozobot Bit

OWI Robotics also seem to have great resources at great prices: from the robotic arm to the solar kits, they’re all getting excellent reviews.

On the downside, their fixed shape constrains how much you can do with them. It might be difficult to build a roaming robot out of the fixed robotic arm, but maybe that’s just my imagination lacking.

Robotics Kits

The beginner robotics systems have long been dominated by LEGO Mindstorms. In this world, VEX Robotics is a new entrant, but they did do a great job building an environment to rival LEGO’s. They have not one, but three levels of sets: VEX IQ, VEX EDR, and VEX PRO.

LEGO Mindstorms EV3

VEX IQ seems a direct competitor to the LEGO Windstorms EV3 set. Both feature similar looking plastic pieces, with wheels, axles, etc. The price of the base kit is below that of the EV3, but it’s not the only items that makes it attractive as a starter kit. VEX IQ

VEX EDR is a step-up version, with a great deal of configuration options, sporting metal structural parts, and a multitude of sensors, motors, gears, and wheel. At least to me, the kits feels obviously aimed towards serious hobbyists, higher education, and FRC (FIRST Robot Competition) teams.

VEX EDR

I’ll be writing a separate post to compare VEX IQ and EV3, but I would have no problem recommending the VEX IQ over EV3 for anybody interested in pursuing robotics as a hobby. For one, EV3 is technically limited upwards by its reliance on Technic parts, which at the end of the day are plastic parts - I doubt that one will be able to win a BattleBots/Robot Wars/RFL (Robot Fighting League) competition with a Mindstorms robot, or build any heavy-lifting mechanisms.

Conversely, one can start with VEX IQ and graduate step by step into VEX EDR and then into the VEX PRO.

However, for my own needs, I decided the EV3 kit was more than sufficient. Furthermore, the ability to connect the Technic parts with regular LEGO parts should yield some fun builds.

DIY - All of It

At the opposite end of the already built robots stands the world of Arduino and, to a larger extent, RaspberryPi (it seems Arduino is a better choice for task-oriented systems, while RaspberryPi for longer-running systems).

And that’s a beautiful thing. You start from the core components and add only what you need: servos, sensors, etc. You buy only what you need, thus not only keeping the costs to a minimum, but you have the ability to select the best suited components, of which there are plenty.

The support is spectacular, both on the hardware and on the software side.

The amount of fabrication tends to be larger than in the Mindstorms/VEX case. You need to hand build all the frames you need for your robots, although you can get reasonably far with pre-build chassis for wheeled robots; something like the Track3r might not take a lot, while I wouldn’t even know where to start for the R3ptar. On the flip side, you can build considerably larger and stronger robots than you can with LEGO.

You will also have to learn, if you don’t know already know, a good deal about electronics and electric circuitry. While I do have a BS in Computer Science & Electrical Engineering, I remember none of it, and to be honest it seemed a bit more than I wanted to start with.

That doesn’t mean Arduino will not part of my world - I can already see it showing up in some support scenarios, for example I want to build a better line following robot, one that also obeys traffic lights; those traffic lights will likely be built using an Arduino kit.

TL;DR

To recap, I’ve decided to go the route of LEGO Mindstorms EV3, due to its lack of complexity, programmability, and extensibility (not too much, yet enough for a year).

So what did you think about this post? Liked it? Hated it? Thought it was stupid? Thought I was stupid? Deemed it to be informative? Found mistakes or misinformation? Want to lavish excessive praise or cast fiery insults? Contact me and have at it.