Mission Briefing
By the end of this mission, you will be able to:
Explain what a robot is
Explain what makes a robot โsmartโ
Describe the difference between a mobile robot and a robotic arm
Name real-world places where smart robots are used
Describe the main capabilities of the Adeept PiCar Pro V2
๐ Let's Get Started
Have you ever seen a vacuum that zooms around a living room by itself, dodging couches and chair legs without anyone touching a remote? Or watched a video of a rover exploring the surface of Mars, all on its own, millions of kilometers from the nearest human?
Those machines aren't just remote-control toys. They sense the world around them, make decisions, and act โ all without a person steering every move. That's what makes them โsmart.โ
Meet Robo ๐ค โ your guide for this course. Over the next 15 lessons, you're going to build, wire, and program a real smart robot car of your own: the Adeept PiCar Pro V2.
So... What Is A Robot?
A robot is a machine that can sense its environment, process information, and take action to complete a task โ usually without a person controlling every single movement.
Three Things Every Robot Needs
Sensors โ to gather information about the world (distance, light, sound, images)
A controller โ a small computer โbrainโ that decides what to do with that information
Actuators โ motors that let the robot actually move or act on its decisions
A remote-control car is NOT a robot by this definition, because a human is making every decision. A robot vacuum IS a robot, because it decides for itself when to turn, when to stop, and when to head back to its charging dock.
What Makes A Robot โSmartโ?
Not every robot is smart in the same way. A โsmart robotโ is one that can sense, decide, and adapt โ rather than just repeating the exact same motion over and over.
Simple Robot vs. Smart Robot
Your PiCar Pro V2 is a smart robot: it uses an ultrasonic distance sensor to detect obstacles, infrared sensors to follow a line, and a 1080P camera with OpenCV so it can recognize colors, faces, and objects. It doesn't just move โ it decides how to move.
Mobile Robots Vs Robotic Arms
Robots generally come in two big families: mobile robots and robotic arms. Your PiCar Pro V2 is special because it's actually both, combined into a single machine.
Mobile Robots
A mobile robot can drive, roll, walk, or fly from place to place. Its job is to travel through space โ exploring a room, delivering a package, or patrolling a warehouse aisle.
Robotic Arms
A robotic arm stays fixed in one spot but can reach, rotate, and grip โ picking up objects, assembling parts, or placing items precisely. It can't drive anywhere, but it can manipulate the world around it.
Your Robot Does Both
The PiCar Pro V2 has a wheeled chassis that drives around like a mobile robot, PLUS a 4-DOF (4 degree-of-freedom) robotic arm mounted on top that can reach out and grab small objects. That means your robot can travel to a location AND pick something up when it gets there โ just like a real warehouse robot.
Meet The Adeept Picar Pro V2
The robot you're building in this course is the Adeept PiCar Pro V2 โ a wheeled smart robot car with a 4-DOF robotic arm mounted on an aluminum alloy chassis.
What It Can Do
Drive around using geared DC motors and rubber wheels
Reach and grip small objects with its 4-DOF robotic arm
โSeeโ using a 1080P camera and OpenCV computer vision
Detect obstacles with an ultrasonic distance sensor
Follow lines on the floor using infrared line-tracking sensors
Be driven remotely over Wi-Fi from a web browser, with live video streaming
Run entirely on Python code, controlled by a Raspberry Pi
Everything is powered and coordinated by a Raspberry Pi (the robot's brain) working together with the Adeept Robot HAT V3.2 (a circuit board that controls the motors, servos, and battery charging). You'll meet each of these parts up close in Lesson 2.
๐ก Did You Know?
The word โrobotโ comes from the Czech word โrobota,โ meaning forced labor โ it was first used in a 1920 stage play about artificial factory workers.
NASA's Perseverance rover on Mars is, in many ways, a much bigger, much tougher cousin of your PiCar Pro V2: it drives on wheels, has a robotic arm, and uses cameras to โseeโ the terrain.
๐ Real-world Connection
Amazon's warehouses use thousands of wheeled robots that drive shelves of products to human workers. Each robot senses its surroundings, avoids collisions with other robots, and follows a planned path โ the exact same core ideas (sensing, deciding, moving) you'll be learning and building with your PiCar Pro V2.
๐ง Try It Yourself
Look around your home, school, or neighborhood. Can you spot THREE machines that sense their environment and make their own decisions?
Example: a robot vacuum that turns around when it bumps into a wall
1. _______________________________________________________
2. _______________________________________________________
3. _______________________________________________________
๐ค Think About It
Discuss With a Partner or Write Your Answer
Your PiCar Pro V2 can both drive around AND pick up objects with its arm.
If you had to design a robot to clean up a messy bedroom, what tasks would it need a mobile base for, and what tasks would it need an arm for? Could one robot really do both jobs well?
______________________________________________________________________
______________________________________________________________________
๐ Quick Recap: Fill In The Blanks
A ____________ is a machine that senses, decides, and acts to complete a task.
A robot is considered ____________ when it can sense its surroundings and change its behavior.
A ____________ robot can travel from place to place, while a ____________ stays in one spot but can reach and grip objects.
The Adeept PiCar Pro V2 combines a wheeled chassis with a ____________ robotic arm.
Smart robots are used in factories, warehouses, hospitals, farms, homes, and even in ____________.
๐ Match It!
Draw a line (or write the matching letter in the blank) to connect each word to its meaning.
โ Check Your Understanding
โ I can explain what a robot is
โ I can explain what makes a robot โsmartโ
โ I can describe the difference between a mobile robot and a robotic arm
โ I can name three places where smart robots are used
โ I can describe what the Adeept PiCar Pro V2 can do
๐ฎ Quiz Time!
Question 1: What is a robot?
A. A toy that only looks like a machine
B. A machine that senses, decides, and acts to complete a task
C. Any object that runs on batteries
D. A type of computer screen
๐ Reveal answer (drag-select the blank space): B
Question 2: What makes a robot โsmartโ?
A. It is painted a bright color
B. It is very large
C. It can sense its environment and change its behavior
D. It never needs batteries
๐ Reveal answer (drag-select the blank space): C
Question 3: Which best describes a mobile robot?
A. It stays in one place and grips objects
B. It travels from place to place
C. It only works underwater
D. It has no sensors
๐ Reveal answer (drag-select the blank space): B
Question 4: What can the Adeept PiCar Pro V2 do?
A. Drive, sense obstacles, and use a robotic arm
B. Only play music
C. Only take photographs
D. Only follow voice commands
๐ Reveal answer (drag-select the blank space): A
Question 5: Which of these is NOT something a basic sensor on a robot detects?
A. Distance
B. Light
C. Sound/images
D. A person's emotions
๐ Reveal answer (drag-select the blank space): D
๐ Challenge Zone
Level Up
Design your own imaginary smart robot! Give it a name, decide whether it's a mobile robot, a robotic arm, or both, and describe ONE sensor and ONE task it would use that sensor for.
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
๐ Robot Journal
In your own words, explain to a friend what a smart robot is, and describe one thing that makes the Adeept PiCar Pro V2 different from a regular remote-control toy car.
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
๐ฌ Lesson Wrap-up
๐ค Robo Says
Great job! You now know what a robot is, what makes one โsmart,โ and how your PiCar Pro V2 combines a mobile robot and a robotic arm into one machine.
Next up: Lesson 2 โ we'll take apart the PiCar Pro V2 (on paper!) and meet every single part that makes it move, see, and think.