Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Smart LEGO MINDSTORMS EV3 Robots
Building Smart LEGO MINDSTORMS EV3 Robots

Building Smart LEGO MINDSTORMS EV3 Robots: Leverage the LEGO MINDSTORMS EV3 platform to build and program intelligent robots

By Kyle Markland
€14.99 per month
Book Apr 2018 258 pages 1st Edition
eBook
€19.99
Print
€24.99
Subscription
€14.99 Monthly
eBook
€19.99
Print
€24.99
Subscription
€14.99 Monthly

What do you get with a Packt Subscription?

Free for first 7 days. $15.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Building Smart LEGO MINDSTORMS EV3 Robots

Introduction to Smart Robots

What are smart robots? At today's pace of technological innovation, the word smart is being applied to all sorts of devices: smartphones, smart watches, smart televisions, and the list goes on. The word is even in the title of this book! But what does it mean when we say that a robot is smart? What do smart robots do, and how do they accomplish their task?

What makes a robot smart?

When we talk about smart robots, we are not necessarily referring to an advanced artificial intelligence like those in a science fiction movie or a supercomputer that wins the Jeopardy championship, although those are some very smart robots. The definition of a smart robot is actually much broader and includes some devices you may not have originally considered smart.

A smart robot is simply any device that uses sensors to measure some condition in its environment, then decides what to do next based on a set of pre-programmed instructions. They have some kind of computer or controller acting as their brain that processes the sensor information and interprets these instructions. You can think of the software loaded into the robot as the set of instructions that the smart robot follows. The software's programming allows a smart robot to make an observation, then make a decision based on this observation. Of course, a person must first build the robot and write the software, but after that, a smart robot operates on its own without human intervention.

To put it more concisely, a smart robot is a machine that does all of the following things or has all of the following features:

  • It is able to follow a series of pre-programmed instructions specified by the user or engineer
  • It is able to makes an observation about the outside world
  • It has a central computer or other type of controller that interprets both the instructions in the software and the data from the sensor
  • It is able to make a decision and react based on the observation, following the instructions defined in the program
  • It is able to complete all of the preceding steps automatically, without human intervention

The ability to make a decision on its own without help from a person is what makes a robot smart. The more decisions a robot can make on its own, the smarter it is.

As you can see, this definition still includes the obvious examples of smart robots that we discussed earlier, but it also includes some simpler devices. Using this definition, a robotic vacuum cleaner is considered a smart robot!

Examples of smart robots in the real world

That definition may have seemed somewhat abstract, so let's put it into context with two real-world examples. We will first discuss a simple smart robot—the robotic vacuum cleaner—then talk about a much more sophisticated example—the autonomous car.

Robotic vacuum cleaners

These are some of the simpler smart robots that you are likely to encounter, but they are nonetheless smart robots because they fulfill all of the points of our definition:

  • They follow a series of pre-programmed instructions: These machines come with their vacuum-cleaning program pre-installed on their control unit. The engineers who developed the product have already sorted out what the robot needs to do during its routine to keep the floors clean. The software is installed on each robot before it leaves the factory. After the customer purchases the robot, all they have to do is charge it, then turn it on, and it gets right to work, following the instructions that the engineers defined in the software.
  • They make an observation about the outside world: The vacuum robot has some sensors that allow it to make observations about where it is in the room. On the front of the robot, there is a bumper equipped with an impact sensor. When the robot collides with the wall, the impact sensor is pressed, and the robot knows it has reached the end of the room:

The user can also set up an invisible fence using infrared emitters that confine the robot to one area. The robot is equipped with an infrared sensor that can detect this fence and tell the robot that it has reached the end of the area to be cleaned.

Infrared refers to a type of light that is invisible to humans. Robots can be equipped with specialized sensors that detect infrared light. This makes for a convenient way to set a barrier for a robot that will not obstruct a human, as people cannot see or touch infrared light.

Finally, the robot's charging pad has an infrared beacon. When the job is complete, the robot uses its infrared sensor to navigate back to the charging pad to replenish its battery:

  • They have a central computer/controller that interprets instructions and sensor data: The robotic vacuum has a central controller that runs the software set at the factory and receives input form the robot's impact and infrared sensors. Though this central controller is not necessarily a powerful supercomputer, it has the ability to interpret the software and sensor measurements to decide what to do next.
  • They make a decision and react based on the observation, following the instructions defined in the program: The robot proceeds during its cleaning routine as the software specifies. The sensors tell the robot when it needs to change its course; if the impact sensor detects that the robot has collided with a physical wall, or the infrared sensor detects an invisible wall, the robot knows that it has come to the end of the area it is supposed to clean. It reacts by turning and moving in a different direction. The robot decides to alter its course based on the measurements from its sensors.
  • They complete all of these steps automatically: The robot does everything without the help of a person; it cleans the floor while staying within the bounds of its room and returns itself to its base to recharge when it is finished. The only human assistance it needs is when the vacuum bag needs to be replaced.

Autonomous cars

Autonomous (also known as self-driving) cars are a much more sophisticated type of smart robot, yet they still fulfill the criteria we defined earlier:

  • They follow a series of pre-programmed instructions: The engineers develop advanced software that enables the car to drive itself. They program all of the conditions necessary for driving so the car drives safely and follows the law, but the car is also programmed to learn as it drives!
  • They make an observation about the outside world: Driving is a very complex task, especially for a robot, so a self-driving car needs to take in a large volume of information about its environment. A GPS receiver tells the vehicle where it is in the world. In addition, it needs to keep an eye or eyes on the road to avoid collision with objects, pedestrians, and other cars. An autonomous car may use an assortment of ultrasonic sensors; LIDAR, which is a light-based radar; machine vision; and more to monitor what is happening around it.
  • They have a central computer/controller that interprets instructions and sensor data: An autonomous car has multiple computers that work together to processes the sensor data, run the software, and manage the car's responses to the road. Because there is a large amount of information to manage and reactions need to be made within fractions of a second, these computers need to be very powerful.
  • They make a decision and react based on the observation, following the instructions defined in the program: The GPS receiver tells the car what road it is currently traveling on and where its destination is in relation to its current position. The self-driving car reacts by making the proper turns to get to the destination. The proximity and vision sensors help keep the car safe. If an object is detected in the road, the vehicle either stops or maneuvers to avoid it. If the car's vision system sees a stop sign or a red light, the vehicle makes the appropriate stop. If the lane sensors detect that the car is nearing the edge of the lane, the car responds by steering itself back into the center of the lane. If the proximity sensors detect that the vehicle is too close to the car in front of it, the self-driving car slows down to maintain a safe distance in-between itself and the other vehicle. The sensors provide the car with the information it needs to regulate its driving. The computers then decide what the best course of action is based on the information. The result is an autonomous car that reaches its destination safely.
  • They complete all of these steps automatically: A self-driving car follows all of the rules of the road and reaches its destination without the need for any driver input. After all, the purpose of such a vehicle is to be able to navigate on its own! Because of the large volume of information it processes and the amount of decisions it needs to make to complete its task, an autonomous car is a very smart robot!

Where does the EV3 fit in?

In this book, we will be using the LEGO MINDSTORMS EV3 to make our own smart robots. The EV3 is ideal for building smart robots at this level for several reasons:

  • It allows robotics enthusiasts of all skill levels to quickly prototype their own robots.
  • It includes a suite of cool sensors that our robot can use to gather information about its environment.
  • It has its own unique, intuitive programming language and development environment that allow us to write programs to control our smart robot.
  • It includes motors and other hardware that enable it to interact with its environment.
  • The EV3 intelligent brick acts as the brain of the robot. It runs the program, processes information from the sensors, makes decisions, and controls the motors.

The EV3 robotics platform is convenient, accessible, and includes everything that we need to build our own smart robots.

What will we build and why?

This book will walk you through six different projects:

  • Security Tank, which uses an infrared sensor to follow a beacon and aim its turret. This robot demonstrates the use of infrared technology for tracking a beacon, as well using proportional logic for a smooth feedback system.
  • Omnilander, which can climb up steep slopes using its heavy-duty tank tracks. Special hardware gives it the ability to scale vertical obstacles. This project demonstrates the effectiveness of tracks for all-terrain navigation and shows specialized mechanisms, such as worm gears, rack-and-pinion, and clutches in action.
  • Timmyton, an interactive robotic shark that features a custom GUI that allows the user to select multiple programs from within one main program. This project demonstrates features that can be incorporated into a robot to create a fun interactive experience. It also shows how computers use a GUI to allow the user to navigate between different programs through a more user-friendly interface.
  • Grunt, a quirky bipedal robot with a mind of his own! This robot uses an array of sensors to detect and react to nearby people. This project demonstrates how nested programming switches can enable a robot to have smooth, lifelike decision making and create a rich interactive experience. Special programming and careful visual design give this whimsical creation a unique personality.
  • Falcon, a fast race car that is controlled using the infrared remote and receiver. It showcases some of the mechanical concepts that are at work in real-world cars and features an intelligent return-to-center steering program.
  • GPS car, which incorporates a GPS receiver and a digital magnetic compass. The user can input coordinates, and this robot will navigate to the destination. This project demonstrates the principles of GPS navigation and shows how GPS helps an autonomous car in the real world get to where it needs to go.

Each of these EV3 robots is a small-scale smart machine that demonstrates concepts that are applicable to a real-world smart robot. As you complete the projects, you will not only learn about the robots themselves but also about how smart robots are built and programmed in the real world. You will learn about the engineering concepts that work behind the scenes to allow these robots to complete their tasks.

Summary

Let's quickly recap what we have learned in this chapter.

We learned that a smart robot is any robot that incorporates some level of intelligence in the form of autonomous decision making. A smart robot uses sensors to make an observation about the outside world, then makes a decision based on an observation according to its programming.

We applied our definition of a smart robot to two real-world examples: a robotic vacuum cleaner and an autonomous car. We discussed the ways in which both fulfill each of the criteria for consideration as a smart robot.

We discussed why we will use the EV3 robotics platform for prototyping the smart robotic projects in this book.

Finally, we listed the six projects that are included in this book. We talked about the cool things each of these robots can do and how they help us understand smart robots in the real world.

In the next chapter, we will dive into our first project, the Security Tank!

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • •Efficiently build smart robots with the LEGO MINDSTORMS EV3
  • •Discover building techniques and programming concepts that are used by engineers to prototype robots in the real world
  • •This project-based guide will teach you how to build exciting projects such as the objecta-tracking tank, ultimate all-terrain vehicle, remote control race car, or even a GPS-navigating autonomous vehicle

Description

Smart robots are an ever-increasing part of our daily lives. With LEGO MINDSTORMS EV3, you can now prototype your very own small-scale smart robot that uses specialized programming and hardware to complete a mission. EV3 is a robotics platform for enthusiasts of all ages and experience levels that makes prototyping robots accessible to all. This book will walk you through six different projects that range from intermediate to advanced level. The projects will show you building and programming techniques that are used by engineers in the real world, which will help you build your own smart robot. You'll see how to make the most of the EV3 robotics platform and build some awesome smart robots. The book starts by introducing some real-world examples of smart robots. Then, we'll walk you through six different projects and explain the features that allow these robots to make intelligent decisions. The book will guide you as you build your own object-tracking tank, a box-climbing robot, an interactive robotic shark, a quirky bipedal robot, a speedy remote control race car, and a GPS-navigating robot. By the end of this book, you'll have the skills necessary to build and program your own smart robots with EV3.

What you will learn

• Understand the characteristics that make a robot smart • Grasp proportional beacon following and use proximity sensors to track an object • Discover how mechanisms such as rack-and-pinion and the worm gear work • Program a custom GUI to make a robot more user friendly • Make a fun and quirky interactive robot that has its own personality • Get to know the principles of remote control and programming car-style steering • Understand some of the mechanisms that enable a car to drive • Navigate to a destination with a GPS receiver

Product Details

Country selected

Publication date : Apr 4, 2018
Length 258 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788471565
Vendor :
Lego
Category :
Concepts :

What do you get with a Packt Subscription?

Free for first 7 days. $15.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details


Publication date : Apr 4, 2018
Length 258 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788471565
Vendor :
Lego
Category :
Concepts :

Table of Contents

9 Chapters
Preface Chevron down icon Chevron up icon
1. Introduction to Smart Robots Chevron down icon Chevron up icon
2. Security Tank – Object-Tracking Robot Chevron down icon Chevron up icon
3. Omnilander – Ultimate All-Terrain Vehicle Chevron down icon Chevron up icon
4. Timmyton – Interactive Robotic Shark Chevron down icon Chevron up icon
5. Grunt – Quirky Bipedal Robot Chevron down icon Chevron up icon
6. Falcon – Remote Control Race Car Chevron down icon Chevron up icon
7. GPS Car – Autonomous EV3 Navigation Chevron down icon Chevron up icon
8. Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Top Reviews
No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.