9. Case 05 - A Touch-controlled Dog#

../../_images/xgo-5-1.png

9.1. Purpose#

Hi guys, after getting along with XGO for a period of time, I think your “feeling” with XGO is already very deep. Whenever we meet with XGO, we will stroke XGO, just like petting a real puppy, then In this lesson, we can realize that when we stroke XGO, XGO behaves like a real puppy, so let’s start.

9.2. Quick to Start#

Materials Required#

micro:bit XGO Robot Kit × 1

micro:bit × 1

Working principle#

  1. The micro:bit has a built-in microphone sensor. It can detect the volume of the surrounding sound, so as to make different reactions according to different volumes!

  2. The program we programmed is that XGO makes different actions according to the level of the surrounding sound.

Hardware Connections#


We use a data cable (USB cable) to connect the computer with the micro:bit, I believe you are already very skilled.

../../_images/microbit-xgo-robot-kit-22.png

9.3. MakeCode programming#


Step 1#

Click Advanced in MakeCode to see more options.

../../_images/microbit-xgo-robot-kit-10.png

For programming, we need to add a package: click “Extensions” at the bottom of the MakeCode drawer, and search for “XGO” in the dialog to download.

../../_images/microbit-xgo-robot-kit-11.png

Note: If you encounter a prompt that some codebases will be removed due to incompatibility, you can follow the prompt to continue or create a new project in the menu.

Step 2#

sample program#

../../_images/xgo-5-2.png

Link: A Touch-controlled Dog

You can also download it directly below:

9.4. FAQ#

If XGO doesn’t move, please try increasing the sound level.

9.5. Exploration#

How to give more commands to XGO with different sound level ?