#How to Make a Remote Control
Do you want to learn more about your remote control robots?
Can mBot2 be smarter?
Can mBot2 follow your order?
Can mBot2 do something else except repeating movements?
The answer is YES!
This #How to shows you how to code your remote control robot a remote control for a newly acquired mBot2 via Bluetooth. All you need are a built mBot2 and a smartphone or tablet.
(Even if you haven't got an mBot2 yet, you can download the software and give it a try!)
Let's start!
Here are two ways to make a remote control for mBot2.
If you are a beginner, you can quickly start to control your mBot2 with our Makeblock app! You are also encouraged to DIY your own robot toys' controller. With the mBlock software, you can design unique interfaces, experience various sensors, and make your robot toys perform many interactive actions.
# Introduction #
Design your own remote control on mBlock
# Make A Note #
How to code a remote control for mBot2?
Part I: Design a controller on mBlock
--Step 1: Tap " + " to add icons to your controller interface
--Step 2: Tap the icon to input the editing interface for its position, size, direction, and other properties
Repeat the above two steps to complete the "drawing" of the icons
--Step 3: Return to the programming interface
--Step 4: Program commands for each icon. As you tap an icon, the corresponding command will be broadcast!
Part II: Design a receiver for mBot2
--Step 1: Tap "Extension" and add the mBot2 shield
--Step 2: Program movements for your mBot2 by combining mBot2 blocks with received commands (you can combine whichever blocks you want)
--Step 3: Select the "Live" mode and control your mBot2 remotely by tapping the icons